Skip to content

A bukkit plugin that allows players to buy&manage forceload chunks! (with multiple economy type support)

Notifications You must be signed in to change notification settings

Hikari16665/ValuableForceload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ValuableForceload (VFL) - Chunk Forceload Plugin!

Bukkit Spigot

A Bukkit plugin that allows players to purchase and manage forceloaded chunks through an intuitive GUI, supporting multiple economy systems!

⚠️ Important Note:

  • Released JAR files are obfuscated for protection
  • GitHub repository contains original non-obfuscated source code

Gallery:

Main GUI Main Interface - Profile & Purchase chunks

Manage UI Management Interface - Configure chunks

✨ Features

  • GUI-based chunk management
  • Multi-economy support (Vault/PlayerPoints/XConomy)
  • Configurable pricing and expiration
  • Multi-language localization (English/Simplified Chinese)
  • Player quota system

📥 Installation

  1. Install required dependencies:
  2. Download ValuableForceload.jar
  3. Place the JAR in your server's plugins folder
  4. Restart the server

⚙️ Configuration

# 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

⚙️ Commands

/valuableforceload open

Permission: valuableforceload.command.gui

Effect: Open Main GUI for player.

/valuableforceload version

Permission: [no permission required]

Effect: Show version info for player.

/valuableforceload admin

/valuableforceload admin erase_all

Permission: valuableforceload.command.admin

Effect: Erase all data in VFL (DANGEROUS!)

🤝 Contributing

Contributions are welcome through:

  • Issue reporting
  • Pull requests
  • Localization assistance

About

A bukkit plugin that allows players to buy&manage forceload chunks! (with multiple economy type support)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages