Reputation: 3
I made a custom /spawn command that teleports the sender to spawn I tried to use it doing "/execute as Mouton_redstone run spawn", "Mouton_redstone" being my minecrfat username. But it tells me that my command doesn't exist, when I run it myself, it works fine ("Zbim !" message)
plugin.yml :
name: MyEasySpawn
version: '${project.version}'
main: fr.mouton_redstone.myeasyspawn.MyEasySpawn
api-version: 1.18
authors: [ Mouton_redstone ]
description: Adds a /spawn command and more
commands:
spawn:
description: Teleports you to spawn
usage: /<command>
Upvotes: 0
Views: 755