Have you ever thought about what would happen if your server player could have cold or be warm depending on where they are? Here is a plugin that can make you that!
It has a large config where you can change most of plugins values that you may not like.
commands:
/climaticeffects - /ce | Displays some information about the plugin.
/ce reload | Reloads the config.yml.
Permissions:
climaticeffects.main | Main command, /ce.
climaticeffects.reload | Reload command.
Placeholders:
%Climatic_cold% - shows player cold value
%Climatic_heat% - shows player heat value
Code (Text):
reload:
message:
- "&cClimaticEffects reloaded!"
#IMPORTANT, MOST OF THESE CHANGES WILL ONLY WORK AFTER RESTART, RELOAD DOESN'T WORK FOR ALL!
######## - COLD | HEAT - ########
cooldownbetweencheck: 20
#^^^ this is the amount of time that cold or heat will be added to player, in TICKS
# Example, if player enters to the specified height to start getting heat, every 1 sec (20 ticks = 1 sec) 1 heat will be added.
warningMessageUp: "&cHey! take care of yourself!"
TitleSubtitle: "You are getting heat"
warningWay: 1
#1 for a text message.
#2 for sending the text in the action bar
#3 for the titlebar
TitleStay: 20
# In ticks!
MessageCooldown: 200
# The amount of seconds between the player receive the message again.
#Do the player takes damage? - true = yes.
HeatHeight: 125
DamageHeatBool: true
DamageColdBool: true
# This is when the player will start getting damage
DamageColdOrHeatValue: 50
#Amount of damage
DamageHeat: 1.0
DamageCold: 1.0
# You can see which are the available biomes from here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/Biome.html
# these are just an example
WarmBiomes:
- DESERT
ColdBiomes:
- ICE_SPIKES
# This will display a red screen when you are above the heat number
# will come in future updates.
screen:
Red_Screen: true
Red_Screen_Minimum: 50
# This number is your heat!