- Tags
-
- Tags
- earthquake emission radiation
Description:
RadiationZone includes:
Command and Permission:
Reload configuration - /rz reload config (RadiationZone.admin)
Terms Of Service:
RadiationZone includes:
- Earthquakes, which throws the player, and imposed the effects of potions (Effects can be adjusted in a config)
- Emissions of radiation which is beat the player by a lightning and imposed the effects of potions (Effects can be adjusted in a config)
- Radiation Blocks - you can adjust any block, impose on it any effect, with any force and with any duration.
Command and Permission:
Reload configuration - /rz reload config (RadiationZone.admin)
Code:
#Example:
# test: - the name shouldn't repeat
# blockType: WOOL – the name of block (Here you can find a name of block - https://pastebin.com/LP5yK5JU )
# dataValue: 14 - numbering of the block, for example: to choose red wool it is necessary to specify 14
# hightBlock: 1 - for ordinary whole blocks put 1, for vague and small blocks put 0. For example: step, carpet etc
# potion: - the imposed effect, it is possible to specify several effects,( lower the list of the existing effects)
# - SPEED
# - SLOW
# - FAST_DIGGING
# - SLOW_DIGGING
# - INCREASE_DAMAGE
# - HEAL
# - HARM
# - JUMP
# - CONFUSION
# - REGENERATION
# - DAMAGE_RESISTANCE
# - FIRE_RESISTANCE
# - WATER_BREATHING
# - INVISIBILITY
# - BLINDNESS
# - NIGHT_VISION
# - HUNGER
# - WEAKNESS
# - POISON
# - WITHER
# - HEALTH_BOOST
# - ABSORPTION
# - SATURATION
# - GLOWING
# - LEVITATION
# - LUCK
# - UNLUCK
# minDuration: 60 - the minimum time when the effect can be imposed, time is specified in SECONDS!
# maxDuration: 180 - the maximum time when the effect can be imposed, time is specified in SECONDS!
# minAmplifier: 1 - minimum force of effect
# maxAmplifier: 3 – maximum force of effect
#You can add and change units with effects without rebooting the server, just use command /rz reload config (it is necessary to have an OP or the right RadiationZone.admin)
Emission:
enable: true
radiationEveryTime: 953
radiationSpeedTime: 5
radiationEndTime: 30
potion:
- HUNGER
- POISON
- HEAL
- SLOW
- NIGHT_VISION
minDuration: 5
maxDuration: 25
minAmplifier: 1
maxAmplifier: 3
Messages:
Start:
Title: "&eEmission of radiation has begun!"
Subtitle: "&eEmission will end in &c%cooldown% &esecond(s)!"
End:
Title: "&aEmission of radiation is complete!"
Subtitle: "&aThe following emission will be in &e%cooldown% &aminute(s)!"
Earthquake:
enable: true
radiationEveryTime: 621
radiationSpeedTime: 3
radiationEndTime: 21
potion:
- CONFUSION
- BLINDNESS
- SLOW
minDuration: 5
maxDuration: 25
minAmplifier: 1
maxAmplifier: 3
Messages:
Start:
Title: "&eEarthquake has begun!"
Subtitle: "&eThe earthquake will end in &c%cooldown% &esecond(s)!"
End:
Title: "&aEarthquake has ended!"
Subtitle: "&aThe earthquake will be in &e%cooldown% &aminute(s)!"
BlockEffect:
wool1:
blockType: WOOL
dataValue: 14
hightBlock: 1
potion:
- CONFUSION
minDuration: 5
maxDuration: 25
minAmplifier: 1
maxAmplifier: 3
Messages:
Title: "&6⚠ &cATTENTION! &6⚠"
Subtitle: "&6☣ &cYou have come into radiation zone! &6☣"
wool2:
blockType: WOOL
dataValue: 12
hightBlock: 1
potion:
- POISON
minDuration: 5
maxDuration: 25
minAmplifier: 1
maxAmplifier: 3
Messages:
Title: "&6⚠ &cATTENTION! &6⚠"
Subtitle: "&6☣ &cYou have come into radiation zone! &6☣"
carpet1:
blockType: CARPET
dataValue: 14
hightBlock: 0
potion:
- BLINDNESS
minDuration: 5
maxDuration: 25
minAmplifier: 1
maxAmplifier: 3
Messages:
Title: "&6⚠ &cATTENTION! &6⚠"
Subtitle: "&6☣ &cYou have come into radiation zone! &6☣"
carpet2:
blockType: CARPET
dataValue: 12
hightBlock: 0
potion:
- HUNGER
minDuration: 5
maxDuration: 25
minAmplifier: 1
maxAmplifier: 3
Messages:
Title: "&6⚠ &cATTENTION! &6⚠"
Subtitle: "&6☣ &cYou have come into radiation zone! &6☣"
water1:
blockType: WATER
dataValue: 0
hightBlock: 0
potion:
- HUNGER
- BLINDNESS
- CONFUSION
- POISON
minDuration: 5
maxDuration: 25
minAmplifier: 1
maxAmplifier: 3
Messages:
Title: "&6⚠ &cATTENTION! &6⚠"
Subtitle: "&6☣ &cYou have come into radiation zone! &6☣"
water2:
blockType: STATIONARY_WATER
dataValue: 0
hightBlock: 0
potion:
- HUNGER
- BLINDNESS
- CONFUSION
- POISON
minDuration: 5
maxDuration: 25
minAmplifier: 1
maxAmplifier: 3
Messages:
Title: "&6⚠ &cATTENTION! &6⚠"
Subtitle: "&6☣ &cYou have come into radiation zone! &6☣"
Terms Of Service:
- Decompiling and modifying this plugin for personal use is allowed, but you are not allowed to distribute any code you found in my plugin.
- You are not allowed to redistribute this plugin in any shape or form.
- Due to the digital nature of this product, I don't offer refunds in case the plugin works as it was designed to. I am reserving the right to choose who I refund, and who I don't.