Updated to support Spigot 1.21.10
        Updated to support Spigot 1.21.10
 
        
        
        X-PrivateMines 2.1.1 - Minor Fixes
        X-PrivateMines 2.1.1 Release Notes
Fixes
Updates
 
        
        
        X-PrivateMines 2.1.0 – Release Notes
        X-PrivateMines 2.1.0 – Release Notes
✨ New Features
📦 Configuration Changes
- 
Updated Defaults   
- 
File Restructuring   
⚠️ Migration Notes
 
        
        
        Update 2.0.2
        Update 2.0.2
9th August 2025
- Fixed issues with /pmine forceupgrade command, now works as expected
 
        
        
        Update 2.0.1
        Update 2.0.1
5th August 2025
- Added "Upgrade Mine" item into /pmine GUI
- Used to upgrade your mine to next available tier
 
  
        
        
        X-PrivateMines 2.0.0 - Unlimited schematics!
        🔧 X-PrivateMines v2.0.0 – Major Update
✨ New Features
- 
Unlimited Permission-Based Schematics
 Private Mines now support unlimited schematics based on player permissions. This allows for greater customization and scalability for your server’s mining system.
   
- 
Permission Option for Schematics
 You can now define a permission within each schematic configuration, giving server owners fine-grained control over schematic access.
   
🛠️ Command Improvements
- 
Schematic Requirement for Mine Creation
 The /privatemine create command now requires a schematic name to be specified, ensuring players receive the intended layout.
   
- 
Schematic Requirement for Pregen
 The /privatemine pregen command also now requires a schematic name, improving clarity and reducing mistakes during generation.
   
- 
Enhanced Command Tab-Handler
 Command suggestions and auto-completions have been improved to be more intuitive and helpful, streamlining the admin experience.
   
🔄 API Compatibility
 
        
        
        X-PrivateMines 1.9.9 - Release Notes
        X-PrivateMines 1.9.9 - Release Notes
New Features
- 
Public API Added
 We’re excited to introduce the brand new public API for X-PrivateMines!
 This API enables developers and server admins to programmatically interact with PrivateMines, allowing for seamless integration, customization, and automation.
 
Improvements
Bug Fixes
 
        
        
        Update 1.9.8
        Update 1.9.8
3rd August 2025
- Fixed issues with mine expanding in rare cases
  
        
        
        Update 1.9.7
        Update 1.9.7
29th July 2025
Updated to support latest X PRISON CORE
 
        
        
        ️ X-PrivateMines 1.9.7 – Release Notes
        ️ X-PrivateMines 1.9.7 – Release Notes
Release Date: 29th July 2025
 
✨ New Features:
- PlayerPoints Integration
 X-PrivateMines now supports PlayerPoints currency!
 You can configure your private mines to use CoinsEngine-based currencies for purchases, upgrades, and other economy-related features.
 
        
        
        Update 1.9.6
        Update 1.9.6
27th July 2025
- Updated to support latest X PRISON CORE
  
        
        
        Update 1.9.6
        Update 1.9.6
27th July 2025
- Added support to latest version of X-Prison
 
        
        
        X-PrivateMines v1.9.5
        X-PrivateMines v1.9.5
Release Date: 23rd July 2025
 
✨ New Features:
- Dynamic Currency Support
 PrivateMines now supports a flexible currency system!
 You can seamlessly integrate either:
- Vault (default economy plugin)
- X-Prison currencies (e.g., tokens, gems, etc.)
 Configuration allows you to choose your economy source and preferred currency:
[code=YAML]economy:
  type: XPrison
  currency: tokens[/code]
 
This makes upgrading mines and handling payments far more adaptable for custom prison server setups.
 
        
        
        X-PrivateMines v1.9.5
        🔄 X-PrivateMines v1.9.5
Release Date: 23rd July 2025
 
✨ New Features:
[code=YAML]economy:
  type: XPrison
  currency: tokens[/code]
 
This makes upgrading mines and handling payments far more adaptable for custom prison server setups.
 
        
        
        X-PrivateMines 1.9.4 – Release Notes
        X-PrivateMines 1.9.4 – Release Notes
Fixes & Improvements:
 
- Added: Players are now automatically teleported to Private Mines once they are created
 
        
        
        X-PrivateMines 1.9.4 – Release Notes
        
X-PrivateMines 1.9.4 – Release Notes
Fixes & Improvements:
 
- 
Fixed: Issues with creating mine regions and expanding mines when using custom schematics. 
- 
Added: Ability to set pitch and yaw for spawn and reset teleport locations, allowing more precise player orientation. 
- 
Fixed: Configuration settings now save properly without requiring manual intervention. 
  
        
        
        Update 1.9.3
        Update 1.9.3
21st July 2025
- Added support for X-Prison Bombs
 
        
        
        X-PrivateMines v1.9.2 - Release Notes
        🔧 X-PrivateMines v1.9.2 - Release Notes
Release Date: July 21, 2025
 
✨ New Features:
 
        
        
        X-PrivateMines v1.9.0 - Release Notes
        ️ X-PrivateMines v1.9.0 - Release Notes
✨ New Features
- New Default Schematic
- New Commands:
- 
- /pmine pregen [amount] – Pre-generate a specified number of private mines in advance.
- /pmine pregenstop – Immediately stops any ongoing pre-generation process.
- /pmine status – View statistics on total private mines (owned and unowned). Helpful when managing pre-generated mines.
 
- Config Enhancements:
- auto-save-interval-seconds added to config.yml (default: 90). Controls how often private mines are auto-saved.
- Support for specifying a new default schematic via config.
- Auto-saving now only saves changed private mines to reduce overhead.
- Mines are now saved into /mines folder instead of /users folder
 
- World Generator Update:
- Void world generator now disables mob spawning by default.
 
Improvements & Refactors
- Major codebase refactor as preparation for a future public API.
- Private mines system restructured:
- Private mines can now be unowned, allowing for flexible pre-generation.
- When creating a new mine, the system will first re-use an existing empty mine before pasting a new schematic.
 
- Improved performance when pasting schematics.
Bug Fixes
- Fixed various minor issues for improved stability and performance.
 
        
        
        Update 1.8
        🛠️ X-PrivateMines v1.8 – Release Notes
 
 
✨ New Features
- 
➕ New Admin Commands: 
- 
/pmine forcecreate [player] 
- 
/pmine forcedelete [player] 
- 
/pmine forceupgrade [player] {tier} 
- 
/pmine forceexpand [player] {expand_level}
 These commands allow admins to bypass player restrictions and execute key actions instantly.
   
 
🧹 Codebase Improvements
🐛 Bug Fixes