A Bukkit plugin that allows players to purchase and manage forceloaded chunks through an intuitive GUI, supporting multiple economy systems!
- Released JAR files are obfuscated for protection
- GitHub repository contains original non-obfuscated source code
Main Interface - Profile & Purchase chunks
Management Interface - Configure chunks
- GUI-based chunk management
- Multi-economy support (Vault/PlayerPoints/XConomy)
- Configurable pricing and expiration
- Multi-language localization (English/Simplified Chinese)
- Player quota system
- Install required dependencies:
- Vault (Optional)
- PlayerPoints (Optional)
- XConomy (Optional)
- Download
ValuableForceload.jar
- Place the JAR in your server's
plugins
folder - Restart the server
# config.yml
max-forceload-chunks-per-player: 3 # Maximum chunks per player
forceload-chunk-price:
economy-type: PLUGIN_PLAYERPOINTS # Economy provider
value: 200 # Chunk price
days: 3 # Expiration days
locale: zh_CN # Interface language
Permission: valuableforceload.command.gui
Effect: Open Main GUI for player.
Permission: [no permission required]
Effect: Show version info for player.
Permission: valuableforceload.command.admin
Effect: Erase all data in VFL (DANGEROUS!)
Contributions are welcome through:
- Issue reporting
- Pull requests
- Localization assistance