Pack: Thunder Shrine - teakivy/teaks-tweaks GitHub Wiki
Thunder Shrine adds a spawnable "shrine" that can summon a thunder storm when a Nether Star is dropped upon it.
The config for this pack can be found in the config.yml
file for the plugin.
# Thunder Shrine
# A shrine that allows you to create a thunder storm when offered a Nether Star
#
# Commands:
# /shrine create (Permission: teakstweaks.command.shrine.create)
# /shrine remove (Permission: teakstweaks.command.shrine.remove)
# /shrine uninstall (Permission: teakstweaks.command.shrine.uninstall)
#
# Permissions:
# teakstweaks.thunder-shrine.use
thunder-shrine:
enabled: false
# Whether or not to show particles where shrines are
idle-particles: true
# Settings for summoning
summoning:
# What material is needed to summon a storm. Changing this may cause issues if you don't know what you are doing.
summoning-item: NETHER_STAR
# Whether or not to strike lightning when summoning a storm
strike-lightning: true
# Whether or not to show particles when summoning a storm
show-particles: true
# Whether or not to broadcast a message when a storm begins
broadcast-message: true
- Type -
boolean
- Default -
false
- Description - Controls whether the pack is enabled.
- Type -
boolean
- Default -
true
- Description - Controls whether particles should spawn around the shrine.
- Type -
section
-
summoning-item
- Type -
string
- Default -
NETHER_STAR
- Description - Sets the material needed to activate a Thunder Shrine.
- Type -
-
strike-lightning
- Type -
boolean
- Default -
true
- Description - Controls whether lightning will be struck at the shrine when summoning a storm.
- Type -
-
show-particles
- Type -
boolean
- Default -
true
- Description - Controls whether particles will show at the shrine when summoning a storm.
- Type -
-
broadcast-message
- Type -
boolean
- Default -
true
- Description - Controls whether a message will be broadcasted to all online players when a storm is summoned.
- Type -
teakstweaks.thunder-shrine.use
- Default -
true
- Description - Controls whether the player can use a created Thunder Shrine.
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.
"thunder_shrine.name": "Thunder Shrine",
"thunder_shrine.description": "A shrine that allows you to create a thunder storm when offered a Nether Star.<newline>Drop a Nether Star on top of a shrine to create a thunder storm.",
"thunder_shrine.storm_initialize": "<red>A great storm has been initiated by the ritual.",
thunder_shrine.name
- Default -
Thunder Shrine
thunder_shrine.description
- Default -
A shrine that allows you to create a thunder storm when offered a Nether Star.<newline>Drop a Nether Star on top of a shrine to create a thunder storm.
thunder_shrine.storm_initialize
- Default -
<red>A great storm has been initiated by the ritual.