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 |
example:
structurekey:
name: "...."
#others stuff
options:
command:
commands:
- "kill %player%"
- "kick %player%"