tastybento / ASkyBlock-Bugs-N-Features

Bug Tracker for ASkyBlock and AcidIsland - note team is 100% working on next version BentoBox
6 stars 3 forks source link

setIslandLevel Method #902

Closed SpaceTR closed 6 years ago

SpaceTR commented 6 years ago

setIslandLevel method doesnt work.

My test code: ASkyblockAPI.getInstance().setIslandLevel(p.getUniqueId(),100);

FurkannM commented 6 years ago

Yeah. setIslandLevel method has a weard bug.

tastybento commented 6 years ago

This method will not work unless you trap the level calculation events and cancel them. In other words, even if you set the level, as soon as you do /is level, it'll overwrite it.