
Peaceful Lands | UClans Addon 3.11.1
Peaceful lands for UltimateClans.
3.2.0
Feb 13, 2024
Update 3.2.0
News:
- Updated file management methods, generating backups in case of editing errors.
- Added "flags" option to the land configuration menu, where it is possible to change items such as decay, tnt, water, lava, mob spawns and others with the "Land-Settings" permission.
- Added decimal separator to count values.
- Added command without arguments "/clan land" or "/clan land -gui" to open the gui menu if this is forced in the configuration.
- Added new placeholder %clanland_spawn% for land coordinates.
- Added new placeholder %clanland_flag:<value>% accepting monster_spawn, animal_spawn, leaf_decay, pvp, water_flow, lava_flow, tnt, mob_grief.
- The "destruction" and "liquid" configuration options now work as flag preconfigurers.
- Added new command "/clan land settings <-gui>" to see internal land options.
- Added new command "/clan land flag set <name> <value>" to change flags manually.
3.1.1
Jan 28, 2024
Update 3.1.1
News:
- Removed remnants of integration with protocollib, generating an error in some versions.
3.1.0
Jan 15, 2024
Update 3.1.0
News:
- Updated api for UClansV7-API 7.1.0. Requires UClans 7.1.0+
- Added new synchronization mode when loading lands.
- Separation of member and trusted permissions.
3.0.1
Jan 13, 2024
Update 3.0.1
News:
- Fixed loading lands out of sync.
- Added (optional) blocking of actions while the addon is being loaded.
3.0.0
Jan 6, 2024
Update 3.0.0 (V7 API)
News:
- Updated api to UClansV7-API (7.0.0-beta.24). Requires Ultimate Clans V7.0.0+.
- Size reduction of around 80% in size now using the main plugins as a library.
- Full support for Folia, Spigot, Papers and similar forks.
2.5.2
Dec 3, 2023
Update 2.5.2
News:
- Removed old binding classes with ProtocolLib that generated some effects.
2.5.1
Oct 17, 2023
Update 2.5.1
News:
- Fixed maximum height allowed for claim in sky mode for legacy versions
2.5.0
Oct 14, 2023
Update 2.5.0
News:
- Requires Ultimate Clans 6.13.0+
- Added support for version 1.20.2.
- Updated nbt, gui and kiori libraries.
- Reduced gui menu libraries
2.4.1
Sep 25, 2023
Update 2.4.1
News:
- Added new permission for "Land-Build" where it is possible to determine which roles can edit the land.
2.4.0
Jul 30, 2023
Update 2.4.0
News:
- Updated API to 6.9.0-r8 (Required UltimateClans 6.9.0+)
- Add new method to check the collision between plugins implemented in uclans, this way for example Lands and Nexus terrains cannot collide (Config.Land.collision).
2.3.0
Jul 28, 2023
Update 2.3.0
News:
- Added hook with worldguard for managing regions.
- The `disabled_land_regions` option is now fixed.
2.2.2
Jun 23, 2023
Update 2.2.2
News:
- Added option to turn on or off lava liquids and water flow on the ground (Config.Land.liquid).
- Changed `uclans.player.lands.edit_bypass` bypass permission to `uclans.bypass.lands.edit_bypass` in addon config, so it is not given along with wildcard `uclans.player.*` permission
2.2.0
Jun 10, 2023
Update 2.2.0 (1.20)
News:
- Added pre-support for Minecraft 1.20
- Updated API to 6.5.0-r2 (Required UltimateClans 6.5.0+)
- Added new snakeyaml library.
2.1.1
May 22, 2023
Update 2.1.1
News:
- Fixed error generated in the console when hook with holograms is not configured in main plugin.
2.1.0
Apr 25, 2023
Update 2.1.0
News:
- Updated api to 6.3.0-r6 (Need Ultimate Clans 6.3.0+)
- Changed system for creating holograms using the new api.
- Changed `/clan land show` command with delay and showing legacy message in console.
- Added new built-in events "ClanLandClaimEvent" and "ClanLandUnclaimEvent"
- Added Clan Logger events for lands.
- Changed hook with papi when reloading plugin.