Backpacks icon

Backpacks -----

Adds backpacks with commands




Create command
  • Now you can create backpacks in the server console
----------, Oct 19, 2022

Bug fixes
  • Max BP wasn't working
Features
  • Added Chinesse. Thanks to Jw02
  • bp command now also accepts /backpack
----------, Sep 15, 2022

Features
  • Some messages can display color code
  • New config file and language file (Check below)
Bug fixes
  • When you create a backpack for an online player it gave a small backpack
  • BP See command didnt work as expected
New config.yml
Code (YAML):
name : "&6[Backpacks] "

# This is the config version for reference.
# DO NOT EDIT VALUE.
configVersion
: 2

#Available languages
#en_US
#es_ES
locale
: en_US

# This is the en_US.yml version for reference.
# ONLY EDIT ONCE ALL LANGUAGE FILES HAVE BEEN UPDATED.
languageFile
: 4

#Paginated create and delete GUIs, adds pages of players to create and delete GUIs
#If using this gives lag just change to false
paginatedGUI
: true

#Maximun number of backpacks per player (1-36)
maxBP
: 9

New languageFile
More languages click here

Code (YAML):
create:
  already
: "You already have a backpack"
  perm
: "You do not have permission to create a %size% backpack"
  maxbp
: "You can not create more backpacks"
  target
:
    already
: "%player% already has a backpack"
    created
: "You created a backpack to "
    create
: "%player% created you a %size% backpack"
    perm
: "You do not have permission to create other backpacks"
delete
:
  confirm
: "Write \u0022confirm\u0022"
  notBackpack
: "You do not have a backpack"
  deleted
: "Your backpack has been deleted"
  target
:
    notBackpack
: "%player% does not have a backpack"
    deleted
: "%player%'s backpack has been deleted"
    perm
: "You do not have permission to delete other backpacks"
    deletedBy
: "Your backpack has been deleted by %player%"
gui
:
  small
: "small"
  medium
: "medium"
  large
: "large"
  title
: "&rBackpack Menu"
  browser
: "Write the name"
  nextPage
: "Next page"
  previousPage
: "Previous page"
  size
:
    small
: "&a&lSmall size"
    medium
: "&e&lMedium size"
    large
: "&4&lLarge size"
  items
:
    create
: "Create a backpack"
    delete
: "Delete a backpack"
    config
: "Config"
    configuration
: "&rConfiguration"
    keepBackpack
: "Keep Backpack"
    current
: "Current: "
    back
: "Back"
    search
: "Search a player"
    has
: "%player% has a backpack"
    hasNot
: "%player% does not have a backpack"
    size
: "&rSize"
  config
:
    gamerule
: "Gamerule keepBackpack is now set: %bool%"
    changeSize
: "%size% size set to %num% row"
    small
: "Small backpack can't be bigger than medium backpack"
    large
: "Large backpack can't be smaller than medium backpack"
  create
:
    title
: "&rPlayers Online (%size%)"
  delete
:
    title
: "&rPlayers Online (Delete)"
  open
:
    small
: "Small Backpack"
    medium
: "Medium Backpack"
    large
: "Large Backpack"
config
:
  reloaded
: "[Backpacks] Config reloaded!"
  perms
: "You do not have permission to use this command"
  exist
: "This command doesn't exists"
  open
: "Use /bp open to open the backpack"
  help
: "Use /bp help to see the commands"
  update
: "Backpacks has a new update"
  notUpdate
: "Backpacks is up to date"
  title
: "&r%player%'s Backpack"
  backpacks
: "&rBackpacks"
----------, Aug 10, 2022

Bug fix
  • Cant create backpacks
----------, Jul 31, 2022

Bug fix
  • Cant create backpacks
----------, Jul 31, 2022

Features
  • The new maximum number of backpacks per player is 36
New config.yml
Code (YAML):
# This is the config version for reference.
# DO NOT EDIT VALUE.
configVersion
: 1

#Available languages
#en_US
#es_ES
locale
: en_US

# This is the en_US.yml version for reference.
# ONLY EDIT ONCE ALL LANGUAGE FILES HAVE BEEN UPDATED.
languageFile
: 4

#Paginated create and delete GUIs, adds pages of players to create and delete GUIs
#If using this gives lag just change to false
paginatedGUI
: true

#Maximun number of backpacks per player (1-36)
maxBP
: 9

New languageFile
Code (YAML):
create:
  already
: "You already have a backpack"
  perm
: "You do not have permission to create a %size% backpack"
  maxbp
: "You cant create more backpacks"
  target
:
   already
: " already has a backpack"
   created
: "You created a backpack to "
   create
: "%player% created you a %size% backpack"
   perm
: "You do not have permission to create other backpacks"
delete
:
  confirm
: "Write \u0022confirm\u0022"
  notBackpack
: "You do not have a backpack"
  deleted
: "Your backpack has been deleted"
  target
:
   notBackpack
: " does not have a backpack"
   deleted
: "'s backpack has been deleted"
   perm
: "You do not have permission to delete other backpacks"
   deletedBy
: "Your backpack has been deleted by "
gui
:
  small
: "small"
  medium
: "medium"
  large
: "large"
  title
: "Backpack Menu"
  browser
: "Write the name"
  size
:
   small
: "Small size"
   medium
: "Medium size"
   large
: "Large size"
  items
:
   create
: "Create a bakcpack"
   delete
: "Delete a bakcpack"
   config
: "Config"
   configuration
: "Configuration"
   keepBackpack
: "Keep Backpack"
   current
: "Current: "
   back
: "Back"
   search
: "Search a player"
   has
: " has a backpack"
   hasNot
: " does not have a backpack"
   size
: "Size"
  config
:
   gamerule
: "Gamerule keepBackpack is now set: %bool%"
   changeSize
: "%size% size set to %num% row"
   small
: "Small backpack can't be bigger than medium backpack"
   large
: "Large backpack can't be smaller than medium backpack"
  create
:
   title
: "Players Online (%size%)"
  delete
:
   title
: "Players Online (Delete)"
  open
:
   small
: "Small Backpack"
   medium
: "Medium Backpack"
   large
: "Large Backpack"
config
:
  reloaded
: "[Backpacks] Config reloaded!"
  perms
: "You do not have permission to use this command"
  exist
: "This command doesn't exists"
  open
: "Use /bp open to open the backpack"
  help
: "Use /bp help to see the commands"
  update
: "Backpacks has a new update"
  notUpdate
: "Backpacks is up to date"
  title
: "%player%'s Backpack"
  backpacks
: "Backpacks"
----------, Jul 30, 2022

Features
  • AnvilGUI implemented
  • Paginated GUIs on delete and create GUIs
  • Multi-Backpacks
New config.yml
Code (YAML):
# This is the config version for reference.
# DO NOT EDIT VALUE.
configVersion
: 1

#Available languages
#en_US
#es_ES
locale
: en_US

# This is the en_US.yml version for reference.
# ONLY EDIT ONCE ALL LANGUAGE FILES HAVE BEEN UPDATED.
languageFile
: 3

#Paginated create and delete GUIs, adds pages of players to create and delete GUIs
#If using this gives lag just change to false
paginatedGUI
: true

#Maximun number of backpacks per player (1-9)
maxBP
: 9
New languageFile
Code (YAML):
create:
  already
: "You already have a backpack"
  perm
: "You do not have permission to create a %size backpack"
  maxbp
: "You cant create more backpacks"
  target
:
    already
: " already has a backpack"
    created
: "You created a backpack to "
    create
: "%player created you a %size backpack"
    perm
: "You do not have permission to create other backpacks"
delete
:
  confirm
: "Write \u0022confirm\u0022"
  notBackpack
: "You do not have a backpack"
  deleted
: "Your backpack has been deleted"
  target
:
    notBackpack
: " does not have a backpack"
    deleted
: "'s backpack has been deleted"
    perm
: "You do not have permission to delete other backpacks"
    deletedBy
: "Your backpack has been deleted by "
gui
:
  small
: "small"
  medium
: "medium"
  large
: "large"
  title
: "Backpack Menu"
  browser
: "Write the name"
  size
:
    small
: "Small size"
    medium
: "Medium size"
    large
: "Large size"
  items
:
    create
: "Create a bakcpack"
    delete
: "Delete a bakcpack"
    config
: "Config"
    configuration
: "Configuration"
    keepBackpack
: "Keep Backpack"
    current
: "Current: "
    back
: "Back"
    search
: "Search a player"
    has
: " has a backpack"
    hasNot
: " does not have a backpack"
    size
: "Size"
  config
:
    gamerule
: "Gamerule keepBackpack is now set: %bool"
    changeSize
: "%size size set to %num row"
  create
:
    title
: "Players Online (%size)"
  delete
:
    title
: "Players Online (Delete)"
config
:
  reloaded
: "[Backpacks] Config reloaded!"
  perms
: "You do not have permission to use this command"
  exist
: "This command doesn't exists"
  open
: "Use /bp open to open the backpack"
  help
: "Use /bp help to see the commands"
  update
: "Backpacks has a new update"
  notUpdate
: "Backpacks is up to date"
  title
: "%player's Backpack"
  backpacks
: "Backpacks"
----------, Jun 26, 2022

Features
  • Support for MC 1.13 to 1.19
  • Java 16 is no longer nedded (Java 8)
  • Code optimized
Bug fixes
  • /bp delete could be used to duplicate items
  • When someone died the backpack title dissapeared
----------, Jun 15, 2022

Hotfix
  • Solved some bugs
----------, Jun 12, 2022

Hotfix
  • Solved 1 major bug
----------, Jun 12, 2022

1.19 Support
  • The plugin supports 1.19
Bug fixes
  • Keepback didn't work
  • Bp open command didn't show the backpack title
What's next
  • I'm working on a recoded version of the plugin to support more minecraft versions
----------, Jun 10, 2022

Multi-Language
  • Added english and spanish to the languages

Warning
If you have an old version of the plugin YOU HAVE TO CHANGE THE config.yml to this

Code (YAML):
#Available languages
#en_US
#es_ES
locale
: en_US

# This is the en_US.yml version for reference.
# ONLY EDIT ONCE ALL LANGUAGE FILES HAVE BEEN UPDATED.
languageFile
: 1
----------, Mar 20, 2022

Hotfix
  • Solved 2 minor bugs
----------, Mar 3, 2022

Feartures
  • GUI (/bpmenu)
  • Changed permissions from bp.gamerule to bp.admin for /bgamerule
  • Easter Egg????
----------, Mar 3, 2022

Bug fix
  • /bpsee didn't work
----------, Feb 25, 2022

Features
  • Now you can create, delete and see backpacks of offline players
----------, Feb 25, 2022

Features
  • bStats
  • Backpack title
----------, Feb 22, 2022

Features
  • Now you can personalizate how many rows the backpack has on `config.yml` (Maximum 6 rows)
  • Added a large backpack
  • You can create/delete a backpack for other player, but you need bp.admin
New Commands
  • bp reload
New Permissions
  • bp.reload (for /bp reload)
  • bp.admin (for /bp create <s/m/l> <player> and /bp delete </player/> confirm )
----------, Feb 18, 2022

New Commands
  • bpsee (premission: bp.bpsee)
  • bgamerule keepBackpack <true/false> (premission: bp.gamerule)
New Features
  • When you delete a backpack drops the items
----------, Feb 12, 2022

1.16 to 1.18 support
This plugin now supports version from 1.16 to 1.18

Update checker
Implemented an update checker

Tab completer

Implemented a tab completer for commands
----------, Feb 11, 2022

Resource Information
Author:
----------
Total Downloads: 94,820
First Release: Feb 6, 2022
Last Update: Oct 19, 2022
Category: ---------------
All-Time Rating:
4 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings