#Commands
1 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
probably start with changing onEvent("commandRegistry", event => {}) to ServerEvents.commandRegistry(event => {})
its possible that you'd need to change level as well
Yeah
How do I display text in the user that ran the command
It has to be serverside
because it reads from a JSON file
you can get the player from ctx.source.player
yeah