Skip to content

SimpleBackpack v6.0-beta

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Aug 18:33

πŸ”’ SimpleBackpack v6.0-beta

⚠️ This is a BETA / DEVELOPMENT release. Use it for testing and report any bugs you find.

Requirements: Paper 26.2+, Java 25

πŸ“‹ Changes since last release

  • docs: document 6.0 improvements
  • docs: align platform support and strengthen tests
  • fix: identify admin gui by holder
  • fix: resolve shared backpacks for team members
  • fix: harden GitHub update checks
  • fix: make backpack saves atomic
  • feat: persist teams and transfer ownership
  • fix: enforce backpack lifecycle and command options
  • fix: identify backpack inventories by holder
  • feat: update version to 6.0 and validate backpack size in BackpackManager

πŸ“œ Commands

Command Description Permission
/backpack Open your personal backpack simplebackpack.use
/bp Alias for /backpack simplebackpack.use
/backpackconfig Open the backpack configuration GUI simplebackpack.config
/backpackreload Reload the SimpleBackpack config simplebackpack.reload
/invite <player> Invite a player to your team simplebackpack.team.invite
/team Show your team members simplebackpack.team
/leave Leave your current team simplebackpack.team.leave
/backpackadmin gui Open admin overview GUI simplebackpack.admin
/backpackshare <player> [minutes] Temporarily share your backpack simplebackpack.use

πŸ”Œ Integrations

  • PlaceholderAPI β€” %simplebackpack_enabled%, %simplebackpack_size% (example)
  • LuckPerms β€” Context simplebackpack:team=true|false
  • MiniMessage β€” Full RGB & gradient message support

πŸ”§ Configuration

plugins/SimpleBackpack/config.yml:

  • Backpack name, size, color
  • Team settings (enabled, max size)
  • Admin settings (GUI, auto-snapshot)
  • Command visibility (show team/admin commands)
  • Feature flags (enable sharing)
  • Messaging (enabled, language)
  • Live config reload
  • Keep contents on death

🧱 Compatibility

Platform Version Support
Paper 26.2+ βœ… Recommended
Purpur 26.2+ βœ… Works
Spigot 26.2+ βœ… Works (via PaperAPI)
Bukkit 26.2+ βœ… Works (via PaperAPI)

πŸ“¦ Installation

  1. Download SimpleBackpack-6.0.jar below
  2. Place it in your plugins/ folder
  3. Restart your server (Paper 26.2+, Java 25)

πŸ“š Documentation

  • README – Full docs & examples
  • Modrinth – Download on Modrinth

Built from commit 116c44c on 2026-08-20 20:21 UTC