PREMIUM
Automatically execute commands console-side when a new instance is created
| Key | Type | Description |
|---|---|---|
| commands | List of String | Send this message to player’s chat |
PlaceholderAPI support is not implemented yet
Built-In placeholders - %key% = result
| Key | Result |
|---|---|
| player | player’s name |
| playeruuid | player’s uuid |
| structure | structure’s name |
| instanceuuid | instance’s uuid |
| center_x | x of the instance’s center |
| center_y | y of the instance’s center |
| center_z | z of the instance’s center |
example:
structurekey:
name: "...."
#others stuff
options:
command:
commands:
- "kill %player%"
- "kick %player%"