#Commands

1 messages · Page 1 of 1 (latest)

jolly folio
#

this is 1.18.2. How do I ust it for 1.20.1?

prisma pineBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

solar silo
#

probably start with changing onEvent("commandRegistry", event => {}) to ServerEvents.commandRegistry(event => {})

#

its possible that you'd need to change level as well

jolly folio
#

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

solar silo
#

you can get the player from ctx.source.player

jolly folio
#

ctx.source.player.tell

#

thanks

solar silo
#

yeah

jolly folio
#

lemme finish the command and once it works, I'll close the ticket

#

keeping it open in case I have issues