📚Custom Commands

Here you have information related to all commands !

pagePlayer & Target CommandspageEntity CommandspageBlock CommandspageUtility Commands

You 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}

Example:
/score run-player-command player:Ssomar SENDMESSAGE &eHello
/score run-player-command player:Ssomar SENDMESSAGE &eHello player:Ssomar +++ DELAY 10 +++ SWING_MAIN_HAND

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

While writing commands like:

MOB_AROUND 10 true BLACKLIST(ARMOR_STAND) execute at %around_target_uuid% run summon armor_stand ~ ~3 ~ {NoGravity:1b,Silent:1b,Invulnerable:1b,Small:1b,Marker:1b,Invisible:0b,Tags:["mete0"],ArmorItems:[{},{},{},{id:"minecraft:magma_block",Count:1b,tag:{CustomModelData:10002}}]}

You might encounter console errors such as:

[07:41:08 INFO]: Expected '}'
...:minecraft:magma_block,Count:1b,tag:{CustomModelData:10002}}]}<--[HERE]

To fix it, change the " symbols to '

Last updated