PluginBugs / Issues-EpicBackpacks

Repository used to keep track of issues of my plugin EpicBackpacks
1 stars 2 forks source link

[Suggestion] personal backpack #13

Closed qwe938775 closed 3 years ago

qwe938775 commented 3 years ago

When the personal backpack starts with ebp.user.size.18 and fills up the item, After changing to ebp.user.size.9, 9 items disappeared. It is recommended to change (automatically return items). When the items are full and fall on the ground.

Use MYSQL

LoneDev6 commented 3 years ago

if you set ebp.user.size.18 again will the items appear?

I prefer not to make the items fall on the ground.. it's not a good solution since they can get stolen

qwe938775 commented 3 years ago

They will appear again

My server will change its permissions to ebp.user.size.9 when the time is up. I want to use it as a task reward

And automatically return the item to the player

LoneDev6 commented 3 years ago

I think a solution would be to make the inventory stay of height 18 even if the permission changed. This allows the user to get the old items but they CANNOT put items on the other slots, only on the first 9 lines.

Is it a good idea? This will prevent users from losing access to lower inventory portion

qwe938775 commented 3 years ago

OK, I get it. Thank you