Command: shrine - teakivy/teaks-tweaks GitHub Wiki
/shrine
is the base command for the Thunder Shrine pack.
This command will only be active when it's parent pack is enabled.
/shrine <create | remove | uninstall>
This is a player-only command
- Used to create a Thunder Shrine at the player's location.
- Used to remove the Thunder Shrine at the player's location.
- Used to remove all loaded Thunder Shrines from the world.
teakstweaks.command.shrine
- Default -
op
- Description - Controls whether the player can use the
/shrine
command.
teakstweaks.command.shrine.create
- Default -
op
- Description - Controls whether the player can use the
/shrine create
command.
teakstweaks.command.shrine.remove
- Default -
op
- Description - Controls whether the player can use the
/shrine remove
command.
teakstweaks.command.shrine.uninstall
- Default -
op
- Description - Controls whether the player can use the
/shrine uninstall
command.
"shrine.command_description": "Create thunder shrines that can be used to summon lightning storms.",
"shrine.error.none_nearby": "<red>There are no shrines nearby!",
"shrine.created": "<green>A Shrine has been created at <gold>XYZ: <yellow><x> <y> <z></yellow></gold> in <gold>World: <yellow><world>",
"shrine.removed": "<green>A Shrine has been removed at <gold>XYZ: <yellow><x> <y> <z></yellow></gold> in <gold>World: <yellow><world>",
"shrine.shrines_mass_removed": "<yellow>All loaded Shrines have been removed!",
- Default -
Create thunder shrines that can be used to summon lightning storms.
- Default -
<red>There are no shrines nearby!
- Default -
<green>A Shrine has been created at <gold>XYZ: <yellow><x> <y> <z></yellow></gold> in <gold>World: <yellow><world>
- Placeholders
-
x
- The X coordinate. -
y
- The Y coordinate. -
z
- The Z coordinate. -
world
- The world name.
-
- Default -
<green>A Shrine has been removed at <gold>XYZ: <yellow><x> <y> <z></yellow></gold> in <gold>World: <yellow><world>
- Placeholders
-
x
- The X coordinate. -
y
- The Y coordinate. -
z
- The Z coordinate. -
world
- The world name.
-
- Default -
<yellow>All loaded Shrines have been removed!