files only saves world environment and seed
display-name is for placeholderAPI if plugin enabled
to display nickname of the world
updated world command for more world settings
added serverLoadEvent executes on server has started:
- worldCreations
seperated 2 events worldSave and worldLoad
- file creations if worldFile does not exist
more info in
gitHub
supports only latest 1.20.4
classes clean up
changed few classes to record
removed few damage event to one class
damagePlayer
damagePlayerByArrow
etc...
to DamagePlayer
supports only Paper 1.19.4 latest of the mc version
cleaned up classes if player is disabled from events, alot has changed prevents mounting on entities, enter beds, corrected entity damage if player is disabled from events
added has-item this means if the player has the given item, the command will execute. if you type "/npc has-item", it will disable the function.
fixed few responses, and commands.
NPC name update first /npc create name, without space then /npc rename word-1 word-2, the commands are 1 to unlimit. cause of this is renaming it will add a space at the end, meanwhile commands dont mind the space at the end.
starting up server notifies server console which world is loaded and which environment it belongs to.
chunks commands added spawn prevention and auto-protect auto protect is you protect every chunk you walk to, untill you use the command /chunks auto-protect once more, which disables auto-protect