Update 1.12.12
6th June 2023
- Updated dependencies versions (https://github.com/Drawethree/X-Prison/pull/47/)
X-PRISON IS NOW OPEN SOURCED
9th April 2023
Dear customers and other community members,
As you could have already noticed, I am not that much active anymore when it comes to minecraft development. As my career as a software developer goes up I am starting to lose interest spending my time by coding minecraft plugins.
I no longer see a value for me a software engineer to work on plugins for minecraft and I take this as a more less hobby and side income. For the sake of my future career its unreasonable to focus on development of minecraft plugins. After time passed I realised this is not the future of a software engineer as the main reason is the targetable market and community around it.
Time has come and I have decided to open-source the X-Prison plugin as I am not going to actively push new updates to it. Though, all Pull Requests are welcome and I will be posting updates once couple of them are merged.
Source Code: https://github.com/Drawethree/X-Prison
Don't forget to give it a star!
Thank you all for your support throughout the years,
Drawethree.
Update 1.12.11
9th April 2023
- As we are going to release source code to public soon we needed to drop support for JetsPrisonMines, as its a premium plugin which unfortunately does not contain public API
Dear customers,
we are sorry to announce that our discord support server has been breached. Individuals have banned / kicked half of the members and also deleted all of the channels / roles / tickets.
We have resolved these issues and we would like to apologize for the inconvenience.
As lot of users were banned / kicked, please make sure to join our Discord server again to gain your verification roles back.
Link: https://discord.com/invite/F8NkrBc3pC
Sincerely,
Drawethree.
Update 1.12.9
1st February 2023
- Updated ALL namings from UltraPrisonCore -> XPrison
- Permissions - https://github.com/Drawethree/X-Prison/wiki/Commands-&-Permissions#permissions
- Please use the new permissions names!
- Placeholders - https://github.com/Drawethree/X-Prison/wiki/Placeholders#papi--mvdw-placeholders
- Please use the new placeholder names!
- Developer API - https://github.com/Drawethree/X-Prison/wiki/Developer-API
- If you have any plugin that hooks into X-Prison (UltraPrisonCore API) please update the API namings!
Update 1.12.8.1
29th January 2023
Autosell | Fixed issues when player who mined outside of sell regions got the fortuned amount of blocks
Update 1.12.8
29th January 2023
Enchants - All | Small performance increase in all enchants (small code refactors)
Enchants - Fortune | Fixed Fortune enchant behavior and removed Whitelisted blocks in configuration (switched to blacklisted blocks instead)
Enchants - Nuke | Added option Remove-Blocks to actually remove blocks in mine (Default: true). This can be set to false, hence no blocks would be removed and it might increase TPS
Enchants - Nuke | Added Message to display after nuke was triggered
YAML:'21': RawName: "nuke" Name: '&cNuke' GuiName: '&cNuke' Material: BOOK Enabled: true InGuiSlot: 47 Increase-Cost-by: 0 Max: 500 Chance: 0.2 Cost: 1000 Description: - '&7&o(( Ability to break whole mine while mining ))' Pickaxe-Level-Required: 1 Remove-Blocks: true Count-Blocks-Broken: true Message: "&e&lENCHANT &8» &7You got &2&l$&a%money% &7from &c&lNuke &7activation." Refund: Enabled: true InGuiSlot: 47 Percentage: 50.0
YAML:'3': RawName: "fortune" Name: '&cFortune' GuiName: '&cFortune' Material: BOOK Enabled: true InGuiSlot: 29 Increase-Cost-by: 75 Max: -1 Cost: 75 Blacklist: - BEDROCK Description: - '&7&o(( Ability to receive more blocks while mining ))' Refund: Enabled: true InGuiSlot: 29 Percentage: 50.0
