
Lands - Land claim plugin 7.15.10
Feature rich GUI, Taxes, Settings, Flags, Easy to use, Titles, Rewards, Dynmap, Upkeep, Rent, Wars
+ Added: [Suggestion] Ability to give claimblocks with a claim radius via /lands admin player <player> give claimblock <radius> <amount>
You can also set a claim radius for the initial claimblock item given to new players in config.yml.
+ Added: You can now disable claiming for regular players in specific worlds, while still being able to create admin lands as a server admin.
# Worlds where players should be able to claim. You can add all worlds by adding * to the list.
# You can also set optional parameters such as, if claiming should be enabled for regular players without admin perms (permission: lands.admin.disabled-features)
# and the minimum and maximum claim height. The format is a follows: <worldname>:<claiming>:<min-height>:<max-height>
# NOTE: Minimum height can't be lower than your server's min height and maximum height can't be higher than your servers maximum height. The claim height of admin lands will always be maxed out.
# NOTE: This setting requires server reload / restart.
# Examples:
# 'world' -> This results in the max claim height and claiming enabled for players.
# 'world:true:30:319' -> This results in a claim height of 30 to 319 and claiming enabled for players.
# 'world:false' -> Only server admins can claim in this world to create admin lands etc.
claim-worlds_list:
- 'world'
- Fixed: CMI hologram interaction
+ Added: Chat tags for land and nation chat: https://wiki.incredibleplugins.com/lands/players/basics/chat
The easiest way to chat with land members is by just sending a message in the normal chat with the following format: @land <message> Just make sure to replace <message> with the message of your choice.
+ Changed: Map Menu -> current position make clickable
- Fixed: Initial land spawn with redis not immediately sync
- Fixed: Spawn not set if mainblock didn't have space enough - still attempt to fit spawn
- Fixed: Issue where saved icons would cause a request to be made for the session servers to mojang at the server startup, since the servers inbuilt serialization would not take the profile URL into account.
If you're having this issue and getting rate limit messages after startup, try the following:
1. Stop server
2. Download and install **at least version 7.11.1 of Lands**
3. Start server
4. Stop server
5. Enable force-save in config.yml under logging (at the bottom of the config)
6. Start server
7. Stop server. Shutdown will take longer this time.
8. Disable force-save in config.yml under logging (at the bottom of the config)
+ Added: New menu that opens when you click the mainblock of a land. In this menu
you can open the land menu, main menu, map or edit the mainblock.
+ Added: API -> new methods to CaptureFlag interface, to set firework spawn interval and time to hold
- Fixed: Respawn anchor was able to damage entities in claims
If you set the `only-claimworld` option for flight control in config.yml to false, you may need to adjust the config after updating to version 7.10.12. The new version added a list to define whether flight control is enabled in non-claim worlds.
+ Added: Option to define flight control state in non-claim worlds
# This option only affects worlds that aren't in claim-worlds_list.
# For worlds of claim-worlds_list this option is irrelevant, since flight is controlled via the FLY flag.
# To toggle flight control in wilderness of claim worlds, just execute /lands admin menu while standing in the world.
# This list allows you to deny or allow flight in worlds that aren't in claim-worlds_list. This is important if players are switching worlds.
# You can use wildcard (*) to add all worlds to this list.
# Entry format is as follows: "worldName:allowFly"
# Example:
# world:false -> if world isn't part of claim-worlds_list, flight will be disabled in this world.
# world:true -> if world isn't part of claim-worlds_list, flight won't be disabled when players enter this world.
# If world is part of claim-worlds_list, the flight control will be controlled via the FLY flag in /lands admin menu or the menu of claims.
flight-control-worlds_list: []
+ Added: _ulid value to events.yml
+ Added: [Suggestion] You can now disable the Redis log messages in the config: "database.redis.log"
+ Changed: [Suggestion] prompt to delete whole land, if /lands delete here is executed in the default area.
+ Added: [Suggestion] /lands map link to open dynmap
You can change the link in web.yml.
- Fixed: Don't send upkeep collected message, if land and nation upkeep is disabled.
- Fixed: Floodgate player auto land creation invalid character
- Fixed: Hex color for actionbars
+ Changed: All references to the wiki for the new wiki: https://wiki.incredibleplugins.com/lands
- Fixed: Rental holograms
+ Added: API: LandBlockInteractEvent
+ Added: API: MemberHolderRelationChangedEvent
+ Added: API: RoleFlagToggleEvent
- Fixed: Issue on some servers with claim loading if the previous world was deleted by a server admin
+ Added: [Suggestion] Being able to toggle bedrock menus
# Provide bedrock forms for bedrock players, instead of the normal GUI?
bedrock-forms: true
+ Added: [Suggestion] Added {date} placeholder to chunk view.info message in chat locale file
+ Added: You can now change the type of the camp block
+ Added: [Suggestion] Random teleportation not respects the size of your world border and not just config
+ Added: [Suggestion] Send selection reminder immediately when completing the selection the first time
+ Added: [Suggestion] %lands_nation_name_cmd% PlaceholderAPI placeholder
+ Added: [Suggestion] You can now define combat tag worlds
# Configure worlds in which combat tags should be enabled.
# NOTE: If empty, it's enabled in all claim worlds from claim-worlds_list.
tag-worlds_list: [ ]
- Fixed: War kills point
+ Added: New string for land title, if levels are disabled
You might need to adjust your locale file, if you don't want the default:
title:
land:
normal: '&7%level% &7of&3 %owner%&7.'
levels-disabled: '&7of&3 %owner%&7.'
- Fixed: /lands wild
+ Added: Players tab complete now cross server when using redis
+ Added: Players now receive messages cross server at /lands trust etc. when using redis
+ Added: You can now disable dynmap popups by setting the entry in locale file to ""
- Fixed: Land expiration bulk
- Fixed: RTP min and max radius option
- Fixed: Redis TELEPORTATION topic