Update 2026.2.0.6
- XPrivateMines API was updated to contain following new events:
- PrivateMineCreateEvent
- PrivateMineDeleteEvent (Cancellable)
- PrivateMineOpenEvent
- PrivateMineCloseEvent
- PrivateMineExpandEvent (Cancellable)
- PrivateMineUpgradeEvent (Cancellable)
- PrivateMinePreResetEvent (Cancellable)
- PrivateMinePostResetEvent
- Updated X PRIVATE MINES to call these events and handle them accordingly
Update 2026.2.0.5
- Added new command for admins /pmine forcesetblock [player] [MATERIAL]
- Forcefully sets the mine block of player's private mine
Update 2026.2.0.4
- Added more debug information for loading of private mines and durations of the loading
- Fixed issues with plugman reloading
Update 2026.2.0.3
- Added more debug information for X PRISON CORE
BombExplodeEvent handling- Added command /pmine adminlist
- This opens up a GUI of all allocated mines and allows admins to delete / teleport to a mine
- Permission: xprivatemines.command.adminlist
![]()
Update 2026.2.0.2
- This update fixes issues with previous update and plugin now loads normally and placeholder parsing works
- [+] Added translations of PAPI placeholder %xprivatemines_is_open% into config.yml for both open and closed
YAML:placeholders: xprivatemines_is_open: true: "✔ Open" false: "✖ Closed" xprivatemines_has: true: "true" false: "false" # PAPI translations for placeholders
Update 2026.2.0.2
- [+] Added PAPI placeholder %xprivatemines_has%
- Returns "true" if players has private mine, otherwise "false"
- [+] Added translations of PAPI placeholder %xprivatemines_open% into config.yml for both open and closed
YAML:placeholders: xprivatemines_is_open: yes: ✔ Open no: ✖ Closed # PAPI translations for placeholders
