Pack: Spawn - teakivy/teaks-tweaks GitHub Wiki
Spawn allows players to teleport to the world's spawnpoint via the /spawn
command.
The config for this pack can be found in the config.yml
file for the plugin.
# Spawn
# Enter '/spawn' to teleport to the world spawn point.
#
# Commands:
# /spawn (Permission: teakstweaks.command.spawn)
spawn:
enabled: false
# Name of the world to teleport to the spawn of (ex: 'world', 'world_nether', 'world_the_end', etc)
world: world
# Enter the number of seconds required to wait between uses of the spawn command
teleport-cooldown: 0
- Type -
boolean
- Default -
false
- Description - Controls whether the pack is enabled.
- Type -
string
- Default -
world
- Description - Sets the world in which the
/spawn
command will teleport to.
- Type -
int
- Default -
0
- Description - Sets the time required to wait between used of the
/spawn
command (in seconds).
teakstweaks.command.spawn
- Default -
true
- Description - Controls whether the player can use the
/spawn
command.
"spawn.name": "Spawn",
"spawn.description": "Allows you to teleport to the world spawn.<newline>Command: /spawn",
spawn.name
- Default -
Spawn
spawn.description
- Default -
Allows you to teleport to the world spawn.<newline>Command: /spawn