Commands
Listed all valid syntaxes of commands and their permissions.
Basic Commands
An overview of all commands can be viewed using the help command, which displays the current commands and their syntax for which the player has permission.
Command
Permission
/land help
territory.help
To see the current land that is on your location there is a info command.
Command
Permission
/land info
territory.info
Land Creation
A new land is created using the following command, the land name can also be specified, if not specified it is replaced with the default one from the config.
Command
Permission
/land create (<landName>)
territory.create territory.lands.limit.<number>
/land delete (<landName>)
territory.delete
Land Claiming
Chunks (claims) are added to the land using this command, the chunk the player is currently in will be added to the player's land that is nearby (meaning expanding the land). So you can't claim without a chunk that is connected to the current chunk.
/land claim
territory.claim territory.claims.limit.<number>
The chunk can then be unclaimed with this command.
/land unclaim
territory.unclaim
Managing Land
Land management is done entirely through the management GUI, which makes everything you need intuitive and easy to access. Some actions even have their own commands for faster handling.
/land manage
territory.manage
To quickly add a player to a land (you have to be in the land you want to add them to, otherwise you have to add them via the manage menu) you can use:
/land trust <playerName>
territory.manage.trust
Home is by default set to the location where the player created the land, to change it this command is used:
/land sethome
territory.manage.sethome
/land home (<land>)
territory.manage.sethome
Admin Commands
To manage player's lands, use this command:
/land admin <playerName>
territory.admin
You can use the reload command to reload configuration and lang files:
/land reload
territory.admin
Give command for claimblocks
/land claimblock <type> (<amount>) (<player>)
territory.admin
Last updated