GeorgH93
GeorgH93
Unless Jobs reborn is offering this feature, it's not possible. The plugin currently provides xp boosts only for the games default xp, mcmmo and skillapi.
There is the `PreferredSlotId` config option.
Are you using Paper or one of the Paper forks?
What have you set as `ItemName` in your config file?
The player probably interacted with the backpack after it didn't load initially. If you have a backup of the database, you could restore that backpack from the backup. I will...
You can open the database files with [DB Browser for SQLite](https://sqlitebrowser.org/). You can open the backup file, go to the `Browse Data` tab, check the `player_id` column for the player....
Whats the output of `/backpack version`?
Regarding the head item, please try to update your server software. For the item issue, there is the `ForceSaveOnUnload` config option, please try to enable it and check if this...
The currently released version only allows you to change the head texture. With the v3.0 update there will be full support for custom models. No ETA yet though.
You can disable the item entirely by disabling the ItemShortcut, but this will completely disable it. ```yaml # Gives the players an item they can interact with to open their...