Pack: Spawn - teakivy/teaks-tweaks GitHub Wiki

Pack: Spawn (spawn)

Spawn allows players to teleport to the world's spawnpoint via the /spawn command.

Showcase

spawn

Config

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

Options

enabled

  • Type - boolean
  • Default - false
  • Description - Controls whether the pack is enabled.

world

  • Type - string
  • Default - world
  • Description - Sets the world in which the /spawn command will teleport to.

teleport-cooldown

  • Type - int
  • Default - 0
  • Description - Sets the time required to wait between used of the /spawn command (in seconds).

Linked Commands

Permissions

teakstweaks.command.spawn

  • Default - true
  • Description - Controls whether the player can use the /spawn command.

Messages

"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
⚠️ **GitHub.com Fallback** ⚠️