This update has an update to the format of the config. Please delete your old config and change it after it has regenerated, or change it according to the new config before restarting the server with the new version.
New: Added /checkworld <world> <tile|entity> : This will return a list with all tiles/entities in the specified world New: Added /scanworlds <tile|entity> : This will return a list with all worlds and its tile/entity count.
Config changes: Added 2 new sections inside "messages":
Code (Text):
# Messages send when a user executes /checkworld <world> <tile|entity>
checkworld:
entity:
header: "&8&m----------------=&r&8[&b&l Entity Count&r &8]&m=----------------"
# Special placeholders:
# %entity%
# %count%
format: "&b %entity%&8: &7&l%count%"
# Special placeholders:
# %world%
# %total_count%
total: "&3 World &b%world% &3has a total of &b&l%total_count% &3entities."
footer: "&8&m-------------------------------------------------"
# Special placeholders:
# %world%
no_entities: "&cWorld %world% has no loaded entities."
tile:
header: "&8&m-----------------=&r&8[&b&l Tile Count &8]&m=-----------------"
# Special placeholders:
# %tile%
# %count%
format: "&b %tile%&8: &7&l%count%"
# Special placeholders:
# %world%
# %total_count%
total: "&3 World &b%world% &3has a total of &b&l%total_count% &3tile(s)."
footer: "&8&m-------------------------------------------------"
# Special placeholders:
# %world%
no_tiles: "&cWorld %world% has no loaded tiles."
invalid_world: "&cThat world does not exist."
# Messages send when a user executes /scanworlds <tile|entity>
scanworlds:
entity:
header: "&8&m----------------=&r&8[&b&l Entity Count&r &8]&m=----------------"
# Special placeholders:
# %world%
# %count%
format: "&b %world%&8: &7&l%count%"
# Special placeholders:
# %total_count%
total: "&3 The server has a total of &b&l%total_count% &3entities loaded."
footer: "&8&m-------------------------------------------------"
no_entities: "&cThe server has no loaded entities."
tile:
header: "&8&m-----------------=&r&8[&b&l Tile Count &8]&m=-----------------"
# Special placeholders:
# %world%
# %count%
format: "&b %world%&8: &7&l%count%"
# Special placeholders:
# %total_count%
total: "&3 The server has a total of &b&l%total_count% &3tiles loaded."
footer: "&8&m-------------------------------------------------"
no_tiles: "&cThe server has no loaded tiles."