mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 10:14:42 +02:00
feat: Display explosion particles even after the event got canceled (with setting to control behavior) (#3436)
* feat: display explosion particles even after event cancel And add settings option to change behavior * refactor * refactor: Change settings comment to clearer connect to it's purpose.
This commit is contained in:
@ -279,6 +279,8 @@ public class Settings extends Config {
|
||||
public static boolean SCIENTIFIC = false;
|
||||
@Comment("Replace wall when merging")
|
||||
public static boolean MERGE_REPLACE_WALL = true;
|
||||
@Comment("Always show explosion Particles, even if explosion flag is set to false")
|
||||
public static boolean ALWAYS_SHOW_EXPLOSIONS = false;
|
||||
@Comment({"Blocks that may not be used in plot components",
|
||||
"Checkout the wiki article regarding plot components before modifying: https://github.com/IntellectualSites/PlotSquared-Documentation/wiki/Plot-Components"})
|
||||
public static List<String>
|
||||
|
Reference in New Issue
Block a user