Dysfold / craftjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sync commands to clients on reload

bensku opened this issue · comments

Tab completions currently break when JS plugins are reloaded. Use syncCommands() of CraftServer (or a supported alternative) to send the changed commands to clients.

Done, unfortunately requires using an unsupported CraftBukkit API.