Dysfold / craftjs

MIT License
10 stars 2 forks source link

Sync commands to clients on reload #35

Closed bensku closed 3 years ago

bensku commented 3 years ago

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

bensku commented 3 years ago

Done, unfortunately requires using an unsupported CraftBukkit API.