promotional bannermobile promotional banner

Prison Vaults

"Stop using 20 different plugins when you only need one. PrisonVaults delivers a high-performance Prison experience with Gangs, Vaults, Kits, Pets, Staff Management, Animated Gradients, and More—all controlled via sleek GUIs and built for 1.21+."

File Details

PrisonVaults-v1.0.6-1.21.11

  • R
  • Dec 13, 2025
  • 99.16 KB
  • 18
  • 1.21.11

File Name

PrisonVaults-1.0.6.jar

Supported Versions

  • 1.21.11

PrisonVaults Changelog - v1.0.6

🌟 New Features

  • Gangs System Implementation

    • Added /gang create <Tag> <Name>: Players can now form their own gangs.

    • Added Gang Management GUI (/gang manage): Leaders can visually change descriptions, colors, and disband the gang.

    • Added Member Management: Leaders can Promote, Demote, or Kick members via a GUI.

    • Added /gangs: Lists all active gangs with their tags and leader names.

    • Added Gang Chat & Info: Gang tags now appear in player profiles and chat.

  • Mail System

    • Added /mail <player> <msg>: Send persistent messages to offline players.

    • Added Gang Mail: Leaders can send a broadcast mail to all gang members instantly.

    • Added /inbox: A GUI to read and clear received mail.

  • Kits & Shop

    • Added /buykit: A GUI shop where players can purchase kits with in-game money.

    • Added /createkit: Admins can procedurally generate kits in-game.

    • Added Cooldowns: Kits now have configurable cooldowns (default 24h) with bypass permissions.

  • Profile & Social

    • Added /myprofile & /whois: Opens a GUI displaying a player's Rank, Balance, Job, Gang, and Biography.

    • Added /rob <player>: A PVP economy feature with a success chance, failure penalty, and cooldown.

🔊 Audio & Polish

  • Sound Engine (SoundUtils)

    • Rankups: Now play a celebratory "Challenge Complete" sound.

    • Economy: Money transactions (Pay, Sell, AddMoney) now play a satisfying "Experience Orb" sound.

    • UI: Opening Vaults, Profiles, and Gang menus now has click/open sound effects.

    • Robbery: Failed robberies trigger a loud "Alarm" sound for the victim.

    • Mail: Receiving mail plays an "Amethyst Chime" notification.

    • Errors: Invalid commands or permissions now play a subtle "Bass" sound for feedback.

🔧 Technical & Balance

  • Economy Hard Cap: Implemented a global balance limit of 999 Decillion ($9.99 \times 10^{35}$) to prevent economy-breaking overflows.

  • Refactored Core: PrisonVaults.java now properly initializes GangManager, MailManager, and JobManager on startup.

  • Dependency Injection: Cleaned up command classes to use centralized Managers.