- Added support for 26.1+
- Fixed config save bug (from 1.5.2 plugin version). Fixes.
- Added the mob_spawn_chance parameter to the config.
- Added placeholders:
- %OB_top_position% — returns the player's position in the top (starting from 1) or [None] if the player is not in the top
- %OB_top_position_by_position% — returns the top_position of the island owner where the player is standing
Fixes:
- placeholders for older versions (_by_position),
- droptossup in new versions,
- color codes now work when using /ob progress_bar settext.
other...
- Now you can't set the distance to 0 between the islands. Now you can place the oneblock at y = 0.
1.4.7
- The findNearestRegionId function has been optimized, and the plugin as a whole and placeholders with the prefix "_by_position" should work faster.
1.4.7f
- fixed findNearestRegionId incorrect id calculation were shifted by 1.
- Optimization, all the latest changes from github.
- Now you can use any placeholder relative to the position by adding "_by_position" to it.
For example, instead of %OB_owner_name%, you should use %OB_owner_name_by_position%
- Added support for saving to H2 and MySQL databases.
- The 'idreset' command has been expanded and can now be executed by the administrator /ob idreset 'nick'.
- added permission Oneblock.allow_visit for "/ob allow_visit"
- allowed use of /ob visit without WorldGuard enabled.
If the player does not have the permission "Oneblock.allow_visit", allow_visit of his island switches to false.
- Added the 'Oneblock.idreset' permission
- CommandHandler has been rewritten, now it does not cause errors when trying to use a command intended for the player in the console.
- The noperm and noperm_inv messages have been removed from messages.yml.
- Now the /ob gui does not display the /ob visit commands if the player does not have permission.
rewrited '/ob set' to use in console
/ob set <offset> <x> <y> <z> [world]
- Fixed border position.
- refactor && optimize
- Fixed cases when /ob invite did not work correctly.
- new rewards.yml configuration file for flexible reward management.
- removed chat_alert (move to rewards.yml)
- added Color code support to Levels name in blocks.yml
- The respawn point is raised half a block up. (Fixed endless falling during respawn for players using GeyserMC)
- Increased the delay in saving the config.
- Refactoring and minor optimization of placeholders.
- fixed PARTICLE_OFFSETS.
- refactor and minor optimizations
- fixed bar Style update per lvl
- optimize findNeastRegionId for better performance
