diff --git a/Scripts.md b/Scripts.md index af1063a..6439b5b 100644 --- a/Scripts.md +++ b/Scripts.md @@ -7,6 +7,7 @@ A *script* is a [YAML](https://en.wikipedia.org/wiki/YAML) file located at _plug 3. [Mobs](#mobs) 4. [Signs](#signs) 5. [Loot tables](#loot-tables) +6. [Commands](#commands) *** @@ -246,3 +247,12 @@ In future versions, they will also be used for mob drops. amount: 1 chance: 37.5 ``` + +## Commands +[Command signs](signs#command) use command scripts to link multiple commands together. The name of the file is the id used on the sign. +``` +commands: + - version + - help + - deop %player% +``` \ No newline at end of file