Fixed comment.
This commit is contained in:
@ -117,7 +117,7 @@ public final class Config {
|
||||
.comment("List of global operations. Format: '[operation],[min],[max],[priority]'")
|
||||
.comment("Global operations are run before any unique operations.")
|
||||
.comment("Examples:")
|
||||
.comment("'set,0,0,0' - Sets the xp of all blocks to 0.")
|
||||
.comment("'set,0,0,0' - Sets the xp of all entities to 0.")
|
||||
.define("entityKillGlobalOperations", new ArrayList<>());
|
||||
entityKillOperationsRaw = builder
|
||||
.comment("List of unique operations. Format: '[entity_id/tag_id],[operation],[min],[max],[priority],[is_last]'")
|
||||
|
Reference in New Issue
Block a user