Temperature
Here is the default temperature.yml:
Modifiers
Combining all modifiers results in the temperature of the player. A random temperature is chosen every day between the bounds of season-base-temperature
and all modifiers will stack on top of it. The modifiers of armor
are the modifiers applied when a player wears a full set. Each piece of armour results in 1/4 of the total modifier being applied.
Effects
You can change at what temperature players get rewarded or punished with a temperature effect. The cold and warm effects should be self-explanatory (check the effects page for details). You can also give the players a boost if they have a "good" temperature using the effects->boosts
section. The temperature meter of the player will become purple if they're between the specified temperature range and you can give them potion effect(s) if you want. Replace NONE
with any potion effect found here. It doesn't have to be one effect, the list accepts multiple effects. The effects will immediately be removed when a player's temperature goes outside the specified boost range.
Display
The temperature is displayed on the action bar by default. Warnings are given in the chat and on the action bar when the player reaches dangerous temperatures. You can disable all of this separately in the display
section of the temperature.yml. The (air) temperature can also be displayed anywhere you want using PlaceHolderAPI.
Air temperature is by default only viewable in the /season command.
The plugin can automatically convert the temperature to Fahrenheit right before it gets displayed. Set display->convert-to-fahrenheit
to true
and don't forget to change "°C" to "°F" in display->temperature->actionbar-display
. The plugin also automatically switches a new player's temperature to Fahrenheit if it detects the player comes from a country that uses Fahrenheit. Players can switch between Fahrenheit and Celcius themselves using the command /togglefahrenheit.
Custom items
A full explanation of custom items can be found here. The configuration should be self-explanatory together with the page. A full list of materials can be found here.
Last updated