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'

Last updated