This plugin allows players to carry an extra bag, there's set permissions for each command and a config file to customize it more.
You're gonna need the provided below SQL table:
You're also gonna need the following MySQL API I made for this: (Place the jar file in your plugins folder otherwise this plugin won't start)
https://www.spigotmc.org/resources/mysql-api.16454/
Config file:
Picture from the game:
Commands:
/bag
/savebags
/viewbag
Permissions:
- bag.open: Allow players to view their own backpacks
- bag.saveall: Default OP, lets the player save all player bags
- bag.viewbag: Default OP, lets the player view someone's bag
You're gonna need the provided below SQL table:
Spoiler: Table
You're also gonna need the following MySQL API I made for this: (Place the jar file in your plugins folder otherwise this plugin won't start)
https://www.spigotmc.org/resources/mysql-api.16454/
Config file:
Spoiler: Config file
# database information #
host : 'localhost'
user : 'root'
pass : 'dbpass'
db : 'database'
# Backpack size, must be multiply of 9 #
bag-size : 27
# True - drops bag items when player dies, false - Player keeps the items #
death-drop : false
# Auto save of all player bags in minutes #
# Setting it to anything lower or equal to zero will only save when the player quits the server #
auto-save : 10
Code (YAML):
# database information #
host : 'localhost'
user : 'root'
pass : 'dbpass'
db : 'database'
# Backpack size, must be multiply of 9 #
bag-size : 27
# True - drops bag items when player dies, false - Player keeps the items #
death-drop : false
# Auto save of all player bags in minutes #
# Setting it to anything lower or equal to zero will only save when the player quits the server #
auto-save : 10
Picture from the game:
Commands:
/bag
/savebags
/viewbag
Permissions:
- bag.open: Allow players to view their own backpacks
- bag.saveall: Default OP, lets the player save all player bags
- bag.viewbag: Default OP, lets the player view someone's bag
Quick facts
- Edition: Minecraft Java
- File type: .jar
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Player bags, carried anywhere [MySQL] is a free Minecraft Java mod. Downloaded 176 times (via Spigot). Download it and open it directly in the game.