Command
## function name, you can set this to anything that is unique
func1:
## function type
type: command
## execute as player or console
execute-from-console: false
## the command (you can use placeholders like %player_name%)
command: 'warp spawn'
## function name, you can set this to anything that is unique
func1:
## function type
type: command
## execute as player or console
execute-from-console: true
## the command (you can use placeholders like %player_name%)
command:
- 'kit starter'
- 'warp spawn'
Last updated