ExpBooster

⭐ — (1 endorsements) 📥 306 downloads 📌 v1.0 📅 4/18/2025
🟠 Updated over a year ago

By ResistanceCore · economy

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 4/14/2025 📅 Created: 4/18/2025

🔍 Analysis

  • 🏆 #15 of 92 economy mods in this game by downloads

📋 About This Mod

✅ Intuitive GUI-based management system with no complicated commands
✅ World-specific XP multipliers for balanced gameplay across different worlds
✅ Personal and global XP boosters with configurable durations and multiplier values
✅ Full Vault economy integration for booster purchases
✅ Easy-to-use admin controls for managing world settings
✅ Real-time XP multiplier calculation combining world settings and active boosters

**Description** ExpBooster is a powerful and user-friendly plugin for Paper servers that enhances the gameplay experience by allowing server administrators to modify XP drop rates from mobs through an intuitive GUI interface. The plugin integrates seamlessly with Vault economy to offer personal and global XP boosters for purchase. !(https://img.shields.io/badge/Version-1.0.0-blue) !(https://img.shields.io/badge/Minecraft-1.21-green) **✨ Key Features** - Intuitive GUI-based management system with no complicated commands - World-specific XP multipliers for balanced gameplay across different worlds - Personal and global XP boosters with configurable durations and multiplier values - Full Vault economy integration for booster purchases - Easy-to-use admin controls for managing world settings - Real-time XP multiplier calculation combining world settings and active boosters - Performance-optimized design with minimal server impact - Complete permission system for role-based access control - Configurable messages and GUI titles for server customization **🚀 XP Booster System** Players can purchase and activate: - Personal boosters: Apply only to the purchasing player - Global boosters: Apply to all players on the server (admin only) Boosters can be configured with various: - Durations (5 minutes to 1 hour by default) - Multiplier values (1.5x to 5x by default) - Custom pricing based on duration and multiplier strength **🛠️ Setup** 1. Make sure you have Vault and an economy plugin installed 2. Drop the plugin in your plugins folder 3. Restart your server 4. Configure world multipliers and booster options in config.yml if desired 5. Use the GUI to manage settings or purchase boosters **📜 Commands** ``` /expbooster - Open the main GUI /expbooster reload - Reload the configuration (admin only) /expbooster help - Display help information ``` **⚙️ Permissions** ``` expbooster.use - Allow players to use the basic ExpBooster commands (default: true) expbooster.admin - Access to admin features like world settings and global boosters (default: op) ``` **💡 Configuration** Fully configurable through config.yml: ```yaml # Default multiplier for all worlds (if not specified in world-settings) default-multiplier: 1.0 # World-specific settings world-settings: world: enabled: true multiplier: 1.5 world_nether: enabled: true multiplier: 2.0 world_the_end: enabled: true multiplier: 2.5 # Booster settings boosters: # Time in seconds duration-options: - 300 # 5 minutes - 600 # 10 minutes - 1800 # 30 minutes - 3600 # 1 hour # Multiplier options multiplier-options: - 1.5 - 2.0 - 3.0 - 5.0 # Pricing (cost = base-price * duration-in-minutes * multiplier-value) pricing: base-price: 100.0 duration-factor: 1.0 multiplier-factor: 1.5 ``` **🔄 GUI System** The plugin features three intuitive GUI screens: 1. **Main GUI**: Access to world settings, booster shop, and view active boosters 2. **World Settings GUI**: Configure XP multipliers for individual worlds 3. **Booster Shop GUI**: Purchase personal or global boosters with various durations and strengths **📦 Dependencies** - Vault - Any economy plugin compatible with Vault (such as EssentialsX) **🎮 Recommended Uses** 1. Create balanced progression across different worlds 2. Offer XP boosters as rewards for active players 3. Host special events with global boosters 4. Create a custom economy around XP boosting 5. Balance XP farms without disabling them completely 6. Enhance the grinding experience with strategic boosting ExpBooster is perfect for server owners looking to enhance the XP grinding experience while adding a new economic dimension to their gameplay. The intuitive GUI system makes management simple for both admins and players. **💝 Support Development** If you find this plugin useful, consider: 1. Follow us on Modrinth 2. Rating the plugin 3. Sharing with other server owners **For support:** Join our Discord community - (https://discord.gg/NJVHMSMR6m) Made with ❤️ for the Minecraft community

Description

ExpBooster is a powerful and user-friendly plugin for Paper servers that enhances the gameplay experience by allowing server administrators to modify XP drop rates from mobs through an intuitive GUI interface. The plugin integrates seamlessly with Vault economy to offer personal and global XP boosters for purchase.

!(https://img.shields.io/badge/Version-1. 0. 0-blue) !(https://img.shields.io/badge/Minecraft-1. 21-green)

✨ Key Features

  • Intuitive GUI-based management system with no complicated commands
  • World-specific XP multipliers for balanced gameplay across different worlds
  • Personal and global XP boosters with configurable durations and multiplier values
  • Full Vault economy integration for booster purchases
  • Easy-to-use admin controls for managing world settings
  • Real-time XP multiplier calculation combining world settings and active boosters
  • Performance-optimized design with minimal server impact
  • Complete permission system for role-based access control
  • Configurable messages and GUI titles for server customization

🚀 XP Booster System

Players can purchase and activate: - Personal boosters: Apply only to the purchasing player - Global boosters: Apply to all players on the server (admin only)

Boosters can be configured with various: - Durations (5 minutes to 1 hour by default) - Multiplier values (1. 5x to 5x by default) - Custom pricing based on duration and multiplier strength

🛠️ Setup

1. Make sure you have Vault and an economy plugin installed 2. Drop the plugin in your plugins folder 3. Restart your server 4. Configure world multipliers and booster options in config.yml if desired 5. Use the GUI to manage settings or purchase boosters

📜 Commands

``` /expbooster - Open the main GUI /expbooster reload - Reload the configuration (admin only) /expbooster help - Display help information ```

⚙️ Permissions

``` expbooster.use - Allow players to use the basic ExpBooster commands (default: true) expbooster.admin - Access to admin features like world settings and global boosters (default: op) ```

💡 Configuration Fully configurable through config.yml:

```yaml # Default multiplier for all worlds (if not specified in world-settings) default-multiplier: 1. 0

# World-specific settings world-settings: world: enabled: true multiplier: 1. 5 world_nether: enabled: true multiplier: 2. 0 world_the_end: enabled: true multiplier: 2. 5

# Booster settings boosters: # Time in seconds duration-options: - 300 # 5 minutes - 600 # 10 minutes - 1800 # 30 minutes - 3600 # 1 hour # Multiplier options multiplier-options: - 1. 5 - 2. 0 - 3. 0 - 5. 0 # Pricing (cost = base-price duration-in-minutes multiplier-value) pricing: base-price: 100. 0 duration-factor: 1. 0 multiplier-factor: 1. 5 ```

🔄 GUI System

The plugin features three intuitive GUI screens: 1. Main GUI: Access to world settings, booster shop, and view active boosters 2. World Settings GUI: Configure XP multipliers for individual worlds 3. Booster Shop GUI: Purchase personal or global boosters with various durations and strengths

📦 Dependencies

  • Vault
  • Any economy plugin compatible with Vault (such as EssentialsX)

🎮 Recommended Uses

1. Create balanced progression across different worlds 2. Offer XP boosters as rewards for active players 3. Host special events with global boosters 4. Create a custom economy around XP boosting 5. Balance XP farms without disabling them completely 6. Enhance the grinding experience with strategic boosting

ExpBooster is perfect for server owners looking to enhance the XP grinding experience while adding a new economic dimension to their gameplay. The intuitive GUI system makes management simple for both admins and players.

💝 Support Development If you find this plugin useful, consider:

1. Follow us on Modrinth 2. Rating the plugin 3. Sharing with other server owners

For support:

Join our Discord community - (https://discord.gg/NJVHMSMR6m)

Made with ❤️ for the Minecraft community

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
ResistanceCore
Version
1.0
Downloads
306
Endorsements
1
Category
economy
Created
4/18/2025
Updated
4/14/2025
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
economy, game-mechanics, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does ExpBooster support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of ExpBooster?

Version 1.0, published 2025-04-14 with 306 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More economy 👤 More by ResistanceCore 🔎 Similar Mods 🌐 Best economy (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods