How to reset everyone's Backpack ?
FlyingCow32 opened this issue ยท 2 comments
Hey i would like to know how reset everyone's backpack ? I don't want to delete important data file so im askin first ^^'
That depends on the storage backend used (Database.Type
config option).
SQLite (default): delete the backpack.db
file in the plugins data directory
MySQL: delete the backpacks
table from your database
Files: delete the backpacks
folder in the plugins data directory