Command: shrine - teakivy/teaks-tweaks GitHub Wiki

Command: /shrine

/shrine is the base command for the Thunder Shrine pack.

Parent Pack

thunder_shrine

This command will only be active when it's parent pack is enabled.

Usage

/shrine <create | remove | uninstall>

This is a player-only command

Sub Commands

/shrine create

  • Used to create a Thunder Shrine at the player's location.

/shrine remove

  • Used to remove the Thunder Shrine at the player's location.

/shrine uninstall

  • Used to remove all loaded Thunder Shrines from the world.

Permissions

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.

Messages

"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!",

shrine.command_description

  • Default - Create thunder shrines that can be used to summon lightning storms.

shrine.error.none_nearby

  • Default - <red>There are no shrines nearby!

shrine.created

  • 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.

shrine.removed

  • 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.

shrine.shrines_mass_removed

  • Default - <yellow>All loaded Shrines have been removed!
⚠️ **GitHub.com Fallback** ⚠️