Closed RaynLegends closed 7 years ago
Server#createWorld now loads the world instead of failing if it was already generated, fixes #82
Thanks! Do the giveExp method have the same problem as Player.setExp? (#83)
I don't think so, Player#giveExp should be exactly the same as Player#addExperience (Nukkit)
PokkitLiveInventory#remove(ItemStack item) PokkitLiveInventory#remove(Material material) PokkitPlayer#giveExp(int exp) PokkitPlayer#giveExpLevels(int levels) PokkitPlayer#resetTitle() PokkitPlayer#setLevel(int level)