Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
+ Added: You can now disable claiming for regular players in specific worlds, while still being able to create admin lands as a server admin.
Code (YAML):
# 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:
Code (Text):
@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
Code (YAML):
# 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: []
+ Changed: All references to the wiki for the new wiki: https://wiki.incredibleplugins.com/lands
+ 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
We also use cookies, as they are essential for the proper