Command: spawningspheres - teakivy/teaks-tweaks GitHub Wiki
/spawningspheres
is the base command for the Spawning Spheres pack.
This command will only be active when it's parent pack is enabled.
/spawningspheres <create | remove | teleport> <red | blue | green>
This is a player-only command
/sphere
/ss
- Used to create a spawning sphere.
- Used to remove a spawning sphere.
- Used to teleport the player to a spawning sphere.
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.
"spawningspheres.command_description": "Spawn a sphere to help with mob spawning.",
"spawningspheres.error.invalid_color": "<red>Please specify a valid color! (red, blue, green)",
"spawningspheres.error.in_use": "<red>The sphere <color> is already in use!",
"spawningspheres.error.not_in_use": "<red>The sphere <color> is not in use!",
"spawningspheres.summoned": "<green>Summoned the <color> <green>spawning sphere!",
"spawningspheres.removing": "<green>Removing the <color> <green>spawning sphere...",
"spawningspheres.teleporting": "<yellow>Teleporting to the <color> <green>spawning sphere...",
- Default -
Spawn a sphere to help with mob spawning.
- Default -
<red>Please specify a valid color! (red, blue, green)
- Default -
<red>The sphere <color> is already in use!
- Placeholders
-
color
- The Spawning Sphere color.
-
- Default -
<red>The sphere <color> is not in use!
- Placeholders
-
color
- The Spawning Sphere color.
-
- Default -
<green>Summoned the <color> <green>spawning sphere!
- Placeholders
-
color
- The Spawning Sphere color.
-
- Default -
<green>Removing the <color> <green>spawning sphere...
- Placeholders
-
color
- The Spawning Sphere color.
-
- Default -
<yellow>Teleporting to the <color> <green>spawning sphere...
- Placeholders
-
color
- The Spawning Sphere color.
-