ASkyBlock

Experimental ASkyBlock v0.5.3-BETA

In the last update, there is a few bugs I found that need a fix, following issues has been fixed:

- Teleportation issues, only operators can teleport to island
- Config files always being replaced -- My mistake sorry.
- Fixed LuckPerms XUID failure in offline servers.

The following is the new update:
- Added some PvP, Mob Attack, Animal Attack, Pickup/Drop Item, Collect/Fill lava, protections.
- Notify players about their protection/settings update.
- Better database stability, fixed mysql as well



-
Oh well, after 2 years missing? Where have you been?

The changes that has been made:
  • Database are 90% asynchronous, most operations are saved in a Cache for listener purposes.
    - Compared to 2018 version, most SkyBlock operations are synchronized and it is very bad!
  • Fixed a lot of bugs since the 2018 bugs, I can't list them all but here we go.
  • Fixed cobblestone generator for not working in certain position.
  • Fixed multi-world feature for SkyBlock, some conditions can cause error in 2018 build.
  • Implemented IslandLevelCalculations for blocks score count.
  • Viable API and developer-friendly, well most likely but there will be a lot of API breaks until stable.
  • Added Automatic Updates, however this wont download anything, only checks.
  • Signs for schematics islands are now showing correctly.
  • Useless junk code has been removed throughout the development.
  • PreCoop code is available in this build! Its not ready but once the stable build is released, it will be shipped together with it!
  • Implemented LuckPerms Integrations, now we can finally use this Permission handler.
upload_2018-10-7_20-12-13.png


This build fixes a lot of crappy things from v0.4.7-BETA which this build has been tested by our
new BETA testers. You no need to worry anymore if its might broke your server.

New features
  • Challenges is now fully working with some new interfaces.
  • Challenges is now renamed to Quests.
  • You can now use mysql server with no issues.
  • Removed some annoying debugs in the plugin.
  • Teleportation will now teleports you for a much safer place.
  • Improved quests panel.
Bug Fixes
  • Fixed a tuning issue when attempting to sync with the mysql server.
  • Fixed an issue where quests is not saved correctly.
  • Fixed an issue where default locale is wrongly named.
  • Fixed Quests are not being saved after the quest is being completed.
  • Fixed sethome are not being saved after the execution
  • Fixed panelID are not removed when using other forms plugin.
The least working stable version for ASkyBlock with hot fixes.

New features
  • Added a cobble generator.
  • You now can see the cobble generator status.
  • You can now add/remove player challenges for /isa.
  • Player will now need permission `is.home.[num]` to create homes.
  • Now you could set your own protection settings by /is protection.
  • New command for admin: /isa clear, clears cache in the memory.
Bug Fixes
  • Fixes infinite loop in loading the EconomyAPI
  • Fixes challenges in saving their data in a wrong way.
  • Fixes player keeps jumping in a stupid way.
  • Fixes an issue when updating PlayerData
Others
  • API BREAK: SettingsFlag is now moved to other class.
  • Rewrites all the Javadoc for API functions.
  • Rewrite back PlayerData.
  • Panel for protection permission: is.panel.protection
Common issue been spotted and this build isn't fully finished
Changes:
  • Fixed command not working when in islands
  • Some island setting for config now working
  • Fixed island settings not being loaded at main
  • Fix protection where chest cannot be secure
  • Separating the database completed
Repository:
  • Updated Circle CI settings
  • Strip out the library in ./lib and start using repository
  • Removed update function due to complicated version
Changes
  • German locale
  • A fix where when player attempt to teleport a null island #49
  • Fix infinite motion on teleportation
  • Mess loop when loading EconomyAPI
  • Fix issue where generating island getting null by unloaded chunks
  • Fix an issue where Forms are shows an error when other users using other forms rather than Panel
Top