tomkeuper / BedWars2023

A minecraft minigame where you have to defend your bed and destroy the others. Once your bed is destroyed, you cannot respawn.
GNU General Public License v3.0
54 stars 16 forks source link

Fixed events #244

Closed KKiiya closed 6 months ago

KKiiya commented 6 months ago

Fixed PlayerMoneyGainEvent to work as expected (setAmount method did nothing) Fixed PlayerXpGainEvent to work as expected (was marked as cancellable but wasnt||Added setAmount method)