Pack: Spawning Spheres - teakivy/teaks-tweaks GitHub Wiki

Pack: Spawning Spheres (spawning-spheres)

Spawning Spheres allows players to view the spawnable area around a center point through the use of glowing spheres. Useful for mob-proofing farms.

Showcase

spawning-spheres

Config

The config for this pack can be found in the config.yml file for the plugin.

# Spawning Spheres
# Allows you to view the spawnable area around a center point through the use of glowing spheres. Useful for proofing farms
#
# Commands:
# /spawningspheres create (Permission: teakstweaks.command.spawningspheres.create)
# /spawningspheres remove (Permission: teakstweaks.command.spawningspheres.remove)
# /spawningspheres teleport (Permission: teakstweaks.command.spawningspheres.teleport)
spawning-spheres:
  enabled: false

Options

enabled

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

Linked Commands

Permissions

teakstweaks.command.spawningspheres

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

teakstweaks.command.spawningspheres.create

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

teakstweaks.command.spawningspheres.remove

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

teakstweaks.command.spawningspheres.teleport

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

Messages

"spawning_spheres.name": "Spawning Spheres",
"spawning_spheres.description": "Adds a command that allows you to see where mobs can spawn.<newline>Command: /spawningspheres",
"spawning_spheres.center_stand": "Center",
"spawning_spheres.sphere.red": "Red",
"spawning_spheres.sphere.blue": "Blue",
"spawning_spheres.sphere.green": "Green",

spawning_spheres.name

  • Default - Spawning Spheres

spawning_spheres.description

  • Default - Adds a command that allows you to see where mobs can spawn.<newline>Command: /spawningspheres

spawning_spheres.center_stand

  • Default - Center

spawning_spheres.sphere.red

  • Default - Red

spawning_spheres.sphere.blue

  • Default - Blue

spawning_spheres.sphere.green

  • Default - Green
⚠️ **GitHub.com Fallback** ⚠️