+ Added: API -> 3rd party plugins can now register their own requirements
The levels.yml will be regenerated.
+ Added: New menu to view the progress of unlocking the next level.
These can be opened via /lands level, /nations level or via the land or nation menu.
+ Added: New requirement for nation level up: "lands"
+ Added: New requirement for land and nation level up: "farms" of plugin
BetterFarming
+ Added: New requirement for land and nation level up: "hoppers" of plugin
UpgradeableHoppers
+ Added: New requirement for land and nation level up: "spawners" of plugin
UpgradeableSpawners
+ Added: Allow players without the interact_continer flag to open lecterns, but not taking the book.
+ Added: Protection against hopper minecarts
It was possible to spawn a hopper minecart and then push it into other lands to steal items from chests.
This is no longer possible.
+ Added: Suggestion -> don't return anything for "%rel_lands_war_relation%" if there is no war between the two players.
+ Added: Suggestion -> don't allow monsters to teleport into claims, if the "monster_spawn" flag is disabled
+ Added: Border for untrusted neighbour lands
+ Added: No longer send pvp warning if previous area was also pvp
+ Added: Suggestion -> API: wild method to rtp players
/**
* Randomly teleport a player in the given world.
*
@Param landPlayer The player
*
@Param world The destination world
*/
void wild(
@NotNull LandPlayer landPlayer,
@NotNull World world);
- Fixed: Some minor issues with level progression
- Fixed: API: Wrong delete reason at /unclaim
- Fixed: edit-by-loc option: players could select lands for editing in which they're not trusted.
They couldn't edit them tough.
- Fixed: Error when tab completing in console
- Fixed: Skins not applying to leaderboard heads since on latest spigot, paper
- Fixed: Wrong level name at level down
- Fixed: Declare flag not working at /wars declare -> for nations if the executor is not the capital owner