rutgerkok / Pokkit

Nukkit plugin that is able to load Bukkit plugins. Bring your Bukkit plugins to Minecraft PE!
Other
79 stars 27 forks source link

Implemented some methods in PokkitLiveInventory and PokkitPlayer #81

Closed RaynLegends closed 7 years ago

RaynLegends commented 7 years ago

PokkitLiveInventory#remove(ItemStack item) PokkitLiveInventory#remove(Material material) PokkitPlayer#giveExp(int exp) PokkitPlayer#giveExpLevels(int levels) PokkitPlayer#resetTitle() PokkitPlayer#setLevel(int level)

RaynLegends commented 7 years ago

Server#createWorld now loads the world instead of failing if it was already generated, fixes #82

rutgerkok commented 7 years ago

Thanks! Do the giveExp method have the same problem as Player.setExp? (#83)

RaynLegends commented 7 years ago

I don't think so, Player#giveExp should be exactly the same as Player#addExperience (Nukkit)