mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-12-01 06:53:26 +01:00
Updated Scripts (markdown)
parent
5815909246
commit
5ff3c3e480
10
Scripts.md
10
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%
|
||||
```
|
Loading…
Reference in New Issue
Block a user