Muirfield / bad-plugins

PocketMine Plugins that are not good enough to be hosted in plugins.pocketmine.net
GNU General Public License v2.0
23 stars 17 forks source link

LIAB: DataFolder is never created.. #18

Closed inxomnyaa closed 8 years ago

inxomnyaa commented 8 years ago

I do not understand why, but there will be no folder generated, so the whole thing doesn't save the inventorys.. No errors in console EDIT: only for OP'd players.

Also, with alwaysspawn.. well when the player respawns he has the last inventory. So he looses the items. (For example when the server stops, the player rejoins..)

Could you add that some worlds can share the same inventory? i have a world where you can farm items and i would like the players to have the items on another world (the building world)

alejandroliu commented 8 years ago

Do you get any error messages when the server starts? The folder is created in line 21, so if it isn't you should get an error.

inxomnyaa commented 8 years ago

No, thats why i wonder, if i join as non opped player this works

alejandroliu commented 8 years ago

Ah... that's a feature. Players with "liab.keep" permission are excempt of LIAB.

inxomnyaa commented 8 years ago

Oh. :D well my OP's can't play normal because of all the plugins.. most of them use op permissions as default. we now have seperate accounts. Thanks for the help :) :+1: