[Beta] Snapshot v20220425

Changelog:
- Added RandomEffect, which gives a user a random positive potion effect on respawn or teleport.
- Implemented a class loading system with reflections to dynamically load all listeners.
- Adjusted rarity values in the config.yml
- Added a positiveEffects list to ListBox for RandomEffect event
- Adjusted the behavior of the BlockDrops event.
This commit is contained in:
Paldiu
2022-04-25 16:30:38 -05:00
parent 1bf2a818ec
commit bb9bdcdf03
6 changed files with 132 additions and 16 deletions

View File

@ -15,12 +15,12 @@ low_rarity_chance: 64.0
# These entries are case-sensitive.
block_drops: LOW
bonemeal: LOW
bonemeal: MED
cheat_death: MED
enchanting: HIGH
experience: HIGH
item_drops: LOW
random_effect: HIGH
restore_hunger: MED
restore_hunger: NONE
take_damage: MED
unbreakable: HIGH