-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the HavenBags wiki!
Create shulker-like bags of varying sizes bound to a player, or accessible by anyone.
You can create custom crafting recipes to allow players to craft bags.
These are specified and enabled in plugins/HavenBags/recipes.yml
.
Recipe Examples
The crafting is not very advanced, and will not be expanded upon. Sorry.
To avoid bags being placed down and the data destroyed, bags are unable to be placed down.
If multiple of the same bags are detected, a warning will be sent in the console, and one of the players will have their bag forcefully closed.
Bags cannot be destroyed by things such as fire, lava and cactus.
Among other things.
You can disable this option any time in the config file.
GIFs
Even the mighty Spicy Water stands no chance again the power of the bag!
Command | Description |
---|---|
/havenbags rename <value> |
Rename the bag in your hand. You cannot rename any bags you aren't bound to. (Supports Hex. Leave value empty to reset.) |
/havenbags create <size> |
Create a new bag. |
/havenbags create ownerless <size> |
Create a new ownerless bag. |
/havenbags give <player> <size> |
Give player a bag. |
/havenbags give <player> ownerless <size> |
Give player an ownerless bag. |
/havenbags restore <player> |
Shows a list of bags by that player. |
/havenbags restore <player> <bag-uuid> |
Gives a copy of the bag. stored on the server. |
/havenbags preview <player> |
Shows a list of bags by that player. |
/havenbags preview <player> <bag-uuid> |
Preview a copy of the bag stored on the server. |
/havenbags reload |
Reloads config.yml, lang.yml, recipes.yml. |
All commands can be shortened to /bags & /bag
Permission | Description |
---|---|
havenbags.* |
Gives all HavenBags permissions. |
havenbags.use |
Allows you to use bags. |
havenbags.rename |
Allows you to rename bags. Without havenbags.bypass, you can only rename your own bags. |
havenbags.create |
Allows you to create bags. |
havenbags.give |
Allows you to give bags. |
havenbags.restore |
Allows you to restore bags. |
havenbags.bypass |
Allows you to bypass ownership locks. |
havenbags.preview |
Allows you to preview a copy of a bag, and take their content. |
havenbags.reload |
Allows you to reload the plugin. |