HomeJavaModsSatchels (Backpacks)
Satchels (Backpacks)
2015-11-29_15.40.39-small.png
Satchels is a simple backpack plugin for Spigot. It allows the creation and use of backpacks ingame without any client side modifications.

How is Satchels different from other backpack plugins?

Satchels stores all backpack data in the item itself using NBTTags! No databases or separate flatfile data stores. All NBTTags are encrypted using an RC5 cipher. A key is generated on the first load automatically.

WARNING: Changing this key will invalidate all backpacks created with that key. For this reason, there should be a backup of the key! I am not responsible for any loss of data.

Features
Commands
Permissions
Screenshots
2015-11-29_15.39.32.png 2015-11-29_15.40.39.png

Installation
Java version 8 is required for Satchels.
Otherwise, simply drop the jar file into the Spigot plugins folder.

Configuration
Code (Text):
backpacks:
  # The ID used in permissions.
  backPackId:
    # The item to use for the bag.
    item: Leather
    # The name of the item.
    item-name: "&rSmall Satchel"
    # The lore for the item.
    lore:
    - "&c9 Slot Satchel"
    - "LORE. 2nd Line"
    - "3rd line"
    recipe:
      # Whether or not the recipe is shaped
      shaped: true
      # Define what Item each character will correspond to.
      ingredients:
        L: Leather
        W: Wool
      matrix:
      - LLL
      - LWL
      - LLL
    # The amount of rows in the backpack. Values greater than 6 will cause GUI glitches for the client.
    rows: 1
    # The text to display in the top right of the inventory when the bag is open.
    title: "Small Satchel"
    # Whether or not to check for permissions for this bag.
    check-permission: false

# Shapeless Recipe Example
    recipe:
      shaped: false
      # Items in shapeless recipe
      ingredients:
        - Leather
        - Wool

# How often to clear the cache in seconds.
cache-clear-interval: 1800

RC5:
  # On the initial load, Satchels will auto generate a secure key. You are free to change this to whatever you would like. (Just make sure to change it before you start using/creating any backpacks)
  key: SECRET_KEY
Planned Features
Requesting Features
Would you like a feature added? Post an issue on the Github repository .
Github GitHub-Mark-32px.png
Do you want to contribute? Fix a bug? Or just treat yourself to a quick peek through the source? Head on over to the Github Repository.

Found a bug?

If you think you have found a bug, please submit an issue to the Github Repository here.

Statistics
Satchels uses MCStats to gather anonymous statistics.
[​IMG]

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Satchels (Backpacks) is a free Minecraft Java mod. Downloaded 359 times (via Spigot). Download it and open it directly in the game.

Explore more