- Free!
- Store any item!
- Automatically saves backpacks to custom files!
- Unlimited backpacks!
- Custom backpack configuration, recipes, items and more!
- Compatible with Multiple Minecraft Versions: 1.8.3, 1.12.2, 1.14.4, 1.15.2 and 1.16.1
I recommend using LuckPerms to manage your permissions. Install the LuckPerms plugin then use the following commands from your server console:
lp creategroup admins
lp group admins parent set default
lp group admins permission set backpacksx.*
lp group default permission set backpacksx.craft.teenagepack
lp group default permission set backpacksx.craft.babypack
Add yourself to the admins group
lp user your_username parent set admins
(Optional) OR create a Track for easy promotion and demotion
lp createtrack roles
lp track roles append default
lp track roles append admins
lp user your_username promote roles
To give your admin group the ability to use luckperms' commands in game
lp group admins permission set luckperms.*
All parameters in <brackets> are required Parameters in [square brackets] are optional. If the optional parameter is a player, then if the command issuer is a player, the action will be applied to them.
Name | Parameters | Aliases | Permission | Description |
---|---|---|---|---|
/bpx | None | None | None | Shows all commands and summaries for each |
/bpx reload | None | rl | backpacksx.reload | Reload the configuration files for BackpacksX. |
/bpx info | <backpack> | i | None | View Info about a specific backpack. |
/bpx give | <backpack> [player] | g | backpacksx.give | Give the specified pack to a player. |
/bpx list | None | ls | backpacksx.info | View a list of all available backpacks. |
backpacks:
babypack:
size: 9
recipe:
- 'CHEST CHEST CHEST'
- 'CHEST COBBLESTONE CHEST'
- 'CHEST CHEST CHEST'
item:
material: CHEST
data: 0
amount: 1
name: '&a&lBabypack'
lore:
- ' '
- '&79 slots available '
teenagepack:
size: 18
recipe:
- 'CHEST CHEST CHEST'
- 'CHEST ENDER_CHEST CHEST'
- 'CHEST CHEST CHEST'
item:
material: CHEST
data: 0
amount: 1
name: '&b&lTeenagepack'
lore:
- ' '
- '&718 slots available '
New backpacks can be added by adding a section to the config.yml
file and then reloading the plugin via /bpx rl
- size: I suggest using a factor of 9, but other options may work depending upon the container sizes available.
- recipe: _A list of 3 rows of 3 Item Materials, each Item in a row separated using a space
- item: The Item Stack for the backpack, as it will appear in player's inventories.
sorting_hat:
size: 54
recipe:
- 'IRON_BLOCK IRON_BLOCK IRON_BLOCK'
- 'IRON_BLOCK HOPPER IRON_BLOCK'
- 'IRON_BLOCK IRON_BLOCK IRON_BLOCK'
item:
material: HOPPER
data: 0
amount: 1
name: '&b&lSorting Hat'
lore:
- ' '
- '&754 magical slots '
Github Repository
CloudRepo.io Maven Repository - Releases
CloudRepo.io Maven Repository - Snapshots
<!--BackpacksX-->
<dependency>
<groupId>net.frostbyte.backpacksx</groupId>
<artifactId>quickboardx-core</artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
CloudRepo.io allows open source projects to use their services at no cost. They provide Public, Private and Proxy Repositories
CloudRepo.io allows open source projects to use their services at no cost. They provide Public, Private and Proxy Repositories
<!-- frost-byte snapshots -->
<repository>
<id>io.cloudrepo.snapshots</id>
<url>https://frostbyte.mycloudrepo.io/public/repositories/snapshots</url>
</repository>
<!-- frost-byte releases -->
<repository>
<id>io.cloudrepo</id>
<url>https://frostbyte.mycloudrepo.io/public/repositories/releases</url>
</repository>
For support please contact me on the frost-byte central Discord!