GeorgH93 / Minepacks

Free and reliable backpack plugin for Bukkit/Spigot/Paper
https://www.spigotmc.org/resources/19286/
GNU General Public License v3.0
166 stars 75 forks source link

Transferring backpack data by UUID #330

Open AquexTheSeal opened 3 days ago

AquexTheSeal commented 3 days ago

Hello, I wonder if it is possible to transfer backpack data from one player's UUID to another player's UUID - may it be through commands or server files?

GeorgH93 commented 1 day ago

You can either edit it in the database directly. Or use the backpack and restore functionality (/backpack backup and /backpack restore).

AquexTheSeal commented 1 day ago

You can either edit it in the database directly. Or use the backpack and restore functionality (/backpack backup and /backpack restore).

May I know where in the server files could I find the database?

GeorgH93 commented 1 day ago

It's the backpack.db file. You can open it with https://sqlitebrowser.org/ please only modify that file while your server is turned off.