ADDED 2 custom attributes:
-
VAMPIRE
Tick-based ignite when being outside in the sunlight. Recommended to keep the value at 20 ticks, which will burn the player for 1 second when they come in contact with sunlight.
Example usage:
Code (YAML):
attributes:
- VAMPIRE
: 20
-
NYCTO
Nyctophobia is an extreme fear of night or darkness. This attribute is the opposite of vampire: When the player's area has a light level lower than 4, it'll deal damage to the player. The value is the amount of damage per second.
Example usage:
Code (YAML):
attributes:
- NYCTO
: 2