A simple plugin which allows you to automatically run a command when a player is below a specific height.
The plugin allows you to change the executor of the command. You can also edit the worlds in which the plugin is active.
Commands:
- /autotp reload - Reloads the configuration. (Permission: autotp)
Default configuration:
Code (YAML):
# AutoTP Config
# the height which triggers the command
minHeight
: 0
# The command which get send by the player (without slash)
# Variables: %player%
command
: spawn
%player%
# The person who executes the command (possible: CONSOLE, PLAYER)
executor
: CONSOLE
# Worlds the plugin is active
worlds
:
- world
- lobby