📚Custom Commands
Here you have information related to all commands !
Player & Target CommandsEntity CommandsBlock CommandsUtility CommandsYou can use all commands from the list above in other plugins !!
Score has more than 100 custom commands, that normalyl were able to only run inside your EI/EB/EE, but now, they can be executed from anywhere, let's take a look how this works:
Player commands
Run a custom command from SCore for a specific player
/score run-player-command player:{playername} {command}
It supports PAPI Placeholders
Block commands
Run a custom command from SCore for a specific block
/score run-block-command player:Ssomar block:{world},{x},{y},{z} {command}
Entity commands
Run a custom command from SCore for a specific entity
/score run-entity-command entity:{entityUUID} {command}
Command Issues
Issues related to ' and " symbols
While writing commands like:
You might encounter console errors such as:
To fix it, change the "
symbols to '
Last updated