Releases: sh0ckdotlive/AchievementBorder
v1.1
Overview
Big changes coming around this time, with a brand new configuration system being introduced!
Features
Configuration System
There is now a configuration system for the plugin! You can now configure parts of the plugin to your liking. If you want to see any other parts of the plugin turned into configuration options, open a new feature request issue.
config.yml
setup-complete: false # Stores if the first-time setup has been completed
stating-size: 1 # Any positive integer
advancements: [] # List of completed advancements in the world
borders: # List of all worlds
world: true # If true, this world is affected by the Border Control System
world_nether: true # If true, this world is affected by the Border Control System
# etc...
Mob Control System
Have you noticed that the surface gets a little too crowded when you're starting out? Say goodbye to that (for now)! The new Mob Control system will only allow a certain amount of hostile mobs to be spawned at a time based on the current border size.
NOTE: If you don't like these changes, there is a configuration update for this system in the coming releases, so keep an eye out on that!
- Only allow a certain amount of hostile mobs to spawn based on the current border size (#3, @gtaEPIC)
Changelog
Border System
The Border Control System is now world-independent! This means that through the configuration files, you can choose which worlds are affected by the Border Control System!
Multiplayer Support
With the creation of the configuration system, multiplayer should be a smoother experience. If you run into any issues with multiplayer, please create a bug report issue. If you have any suggestions on improving multiplayer support, please create a feature request issue.
Please report any bugs you find to the issue tracker!
v1.0.1
Overview
Not much has changed here, just a couple small fixes, and a change to the border system.
Changelog
Border Control
- Changed border control to work only in the overworld
Please report any bugs you find to the issue tracker!
Initial Release (v1.0)
Overview
This is the first release of the plugin! 🎉🎉
This plugin will still be developed, and more features will be added in future updates.
Features
Border Control
- Expand the world as you unlock achievements
Linked Issues & Pull Requests
First-Time Setup
- Give the player three logs
- This is enough to unlock the first achievements and start playing
- Setup the border to be around the player's initial spawn
Linked Issues & Pull Requests
Recipes
- Created recipes to ensure the player can finish the game
- Added recipe for End Stone
- Added recipe for End Portal Frame
- Without these added recipes, the game would not be completable due to border restrictions
Linked Issues & Pull Requests
Multiplayer Support*
- Multiplayer is support by the plugin right out of the box!
Linked Issues & Pull Requests- None