Lands: Difference between revisions

Lands is a Claims plugin on WoopMC Survival.
(Created page with "{{Infobox plugin | name = Lands | image = LandsThumbnail.png | type = Claims | server = Survival | rootcommand = lands | subcommands = Many | alias1 = land | alias2 = war | custom = No | rank = Prism | github = https://github.com/Arcaniax-Development/HeadDatabase-API | spigot = https://www.spigotmc.org/resources/head-database.14280/...")
 
No edit summary
Line 9: Line 9:
| alias2            = war
| alias2            = war
| custom            = No
| custom            = No
| rank              = Prism
| github            = https://github.com/Arcaniax-Development/HeadDatabase-API
| github            = https://github.com/Arcaniax-Development/HeadDatabase-API
| spigot            = https://www.spigotmc.org/resources/head-database.14280/
| spigot            = https://www.spigotmc.org/resources/lands-⭕-land-claim-plugin-✅-grief-prevention-protection-gui-management-nations-wars-1-20-support.53313/
| extwiki            = https://castia.fandom.com/wiki/Head_Database
| extwiki            = https://github.com/Angeschossen/lands/wiki
}}
}}
{{Rule|Have feedback or wish to report a bug?|Leave a message on the [[Plugin_talk:{{ROOTPAGENAME}}|Discussion page]] for this plugin!
{{Rule|Have feedback or wish to report a bug?|Leave a message on the [[Plugin_talk:{{ROOTPAGENAME}}|Discussion page]] for this plugin!
Line 27: Line 26:
==== Create a Land: ====
==== Create a Land: ====


Use /lands create <name> to create a new land. Replace <name> with your desired land name.
Use {{CMD|lands create <name>}} to create a new land. Replace <name> with your desired land name.
Example: /lands create MyLand
Example: {{CMD|lands create MyLand}}
Claim a Chunk:
Claim a Chunk:


Stand in the chunk you wish to claim and use /lands claim.
Stand in the chunk you wish to claim and use {{CMD|lands claim}}.
You can also specify the land name: /lands claim <land name>
You can also specify the land name: {{CMD|lands claim <land name>}}
Example: /lands claim MyLand
Example: {{CMD|lands claim MyLand}}
=== Managing Your Land ===
=== Managing Your Land ===
Once you've claimed your land, you have several management options:
Once you've claimed your land, you have several management options:
Line 39: Line 38:
==== View Your Land: ====
==== View Your Land: ====


Use /lands view to see a list of all your lands.
Use {{CMD|lands view}} to see a list of all your lands.
Map View:
Map View:


Use /lands map to view a map of claimed chunks around you.
Use {{CMD|lands map}} to view a map of claimed chunks around you.
==== Land Menu: ====
==== Land Menu: ====


Access the land menu with /lands menu <land name>.
Access the land menu with {{CMD|lands menu <land name>}}.
Example: /lands menu MyLand
Example: {{CMD|lands menu MyLand}}
=== Permissions and Roles ===
=== Permissions and Roles ===
Manage who can do what in your land by setting up roles and permissions:
Manage who can do what in your land by setting up roles and permissions:
Line 52: Line 51:
==== Create a Role: ====
==== Create a Role: ====


Use /lands role create <land name> <role name> to create a new role.
Use {{CMD|lands role create <land name> <role name>}} to create a new role.
Example: /lands role create MyLand Builder
Example: {{CMD|lands role create MyLand Builder}}
Set Permissions:
Set Permissions:


Use /lands role edit <land name> <role name> to edit permissions.
Use {{CMD|lands role edit <land name> <role name>}} to edit permissions.
Example: /lands role edit MyLand Builder
Example: {{CMD|lands role edit MyLand Builder}}
You can then toggle various permissions for the role, such as building, breaking blocks, and more.
You can then toggle various permissions for the role, such as building, breaking blocks, and more.
Assign a Role:
Assign a Role:


Use /lands role assign <land name> <role name> <player> to assign a role to a player.
Use {{CMD|lands role assign <land name> <role name> <player>}} to assign a role to a player.
Example: /lands role assign MyLand Builder Steve
Example: {{CMD|lands role assign MyLand Builder Steve}}
=== Economy and Taxes ===
=== Economy and Taxes ===
Lands integrates with the economy system, allowing you to manage land taxes and upkeep:
Lands integrates with the economy system, allowing you to manage land taxes and upkeep:
Line 68: Line 67:
==== Set Land Price: ====
==== Set Land Price: ====


Use /lands price <land name> <price> to set the price of your land.
Use {{CMD|lands price <land name> <price>}} to set the price of your land.
Example: /lands price MyLand 500
Example: {{CMD|lands price MyLand 500}}
Taxes and Upkeep:
Taxes and Upkeep:


Use /lands tax <land name> <amount> to set daily taxes.
Use {{CMD|lands tax <land name> <amount>}} to set daily taxes.
Example: /lands tax MyLand 10
Example: {{CMD|lands tax MyLand 10}}
Ensure you have enough money in your land's balance to cover daily taxes to avoid losing claims.
Ensure you have enough money in your land's balance to cover daily taxes to avoid losing claims.
War and Diplomacy
War and Diplomacy
Line 80: Line 79:
====Declare War:====
====Declare War:====


Use /lands war declare <land name> <target land> to declare war.
Use {{CMD|lands war declare <land name> <target land>}} to declare war.
Example: /lands war declare MyLand EnemyLand
Example: {{CMD|lands war declare MyLand EnemyLand}}
Form Alliance:
Form Alliance:


Use /lands ally add <land name> <target land> to form an alliance.
Use {{CMD|lands ally add <land name> <target land>}} to form an alliance.
Example: /lands ally add MyLand FriendlyLand
Example: {{CMD|lands ally add MyLand FriendlyLand}}
Additional Features
Additional Features
Spawn Point:
Spawn Point:


Set a spawn point within your land using /lands setspawn <land name>.
Set a spawn point within your land using {{CMD|lands setspawn <land name>}}.
Example: /lands setspawn MyLand
Example: {{CMD|lands setspawn MyLand}}
Teleport to Land:
Teleport to Land:


Use /lands tp <land name> to teleport to your land.
Use {{CMD|lands tp <land name>}} to teleport to your land.
Example: /lands tp MyLand
Example: {{CMD|lands tp MyLand}}
View Land Members:
View Land Members:


Use /lands members <land name> to view a list of members in your land.
Use {{CMD|lands members <land name>}} to view a list of members in your land.
Example: /lands members MyLand
Example: {{CMD|lands members MyLand}}
== Commands Overview ==
== Commands Overview ==
Here is a quick reference for all commands covered:
Here is a quick reference for all commands covered:


=== Basic Commands ===
=== Basic Commands ===
* Create a land: /lands create <name>
* Create a land: {{CMD|lands create <name>}}
* Claim a chunk: /lands claim [<land name>]
* Claim a chunk: {{CMD|lands claim [<land name>]}}
* View lands: /lands view
* View lands: {{CMD|lands view}}
* Map view: /lands map
* Map view: {{CMD|lands map}}
* Land menu: /lands menu <land name>
* Land menu: {{CMD|lands menu <land name>}}
===Role and Permission Management===
===Role and Permission Management===
* Create role: /lands role create <land name> <role name>
* Create role: {{CMD|lands role create <land name> <role name>}}
Edit role: /lands role edit <land name> <role name>
Edit role: {{CMD|lands role edit <land name> <role name>}}
* Assign role: /lands role assign <land name> <role name> <player>
* Assign role: {{CMD|lands role assign <land name> <role name> }}<player>
===Economic Management===
===Economic Management===
* Set land price: /lands price <land name> <price>
* Set land price: {{CMD|lands price <land name> <price>}}
* Set tax: /lands tax <land name> <amount>
* Set tax: {{CMD|lands tax <land name> <amount>}}
===War and Diplomacy===
===War and Diplomacy===
Declare war: /lands war declare <land name> <target land>
Declare war: {{CMD|lands war declare <land name> <target land>}}
Form alliance: /lands ally add <land name> <target land>
Form alliance: {{CMD|lands ally add <land name> <target land>}}
===Utility Commands===
===Utility Commands===
* Set spawn: /lands setspawn <land name>
* Set spawn: {{CMD|lands setspawn <land name>}}
* Teleport to land: /lands tp <land name>
* Teleport to land: {{CMD|lands tp <land name>}}
* View members: /lands members <land name>
* View members: {{CMD|lands members <land name>}}
===Advanced Commands===
===Advanced Commands===
* Disband land: /lands disband <land name>
* Disband land: {{CMD|lands disband <land name>}}
* Unclaim chunk: /lands unclaim [<land name>]
* Unclaim chunk: {{CMD|lands unclaim [<land name>]}}
* Leave land: /lands leave
* Leave land: {{CMD|lands leave}}
* Rename land: /lands rename <land name> <new name>
* Rename land: {{CMD|lands rename <land name> <new name>}}
* Invite player: /lands invite <player> <land name>
* Invite player: {{CMD|lands invite <player> <land name>}}
* Kick player: /lands kick <player> <land name>
* Kick player: {{CMD|lands kick <player> <land name>}}}}
* Withdraw money: /lands withdraw <land name> <amount>
* Withdraw money: {{CMD|lands withdraw <land name> <amount>}}
* Deposit money: /lands deposit <land name> <amount>
* Deposit money: {{CMD|lands deposit <land name> <amount>}}
 
By following this guide, you will be able to effectively manage your land, collaborate with other players, and engage in the dynamic world created by the Lands plugin. Enjoy your adventures!
By following this guide, you will be able to effectively manage your land, collaborate with other players, and engage in the dynamic world created by the Lands plugin. Enjoy your adventures!

Revision as of 23:42, 24 May 2024

Lands
ServerClaims plugin    on Survival
Main command/lands
Aliases/land
/war
Sub commandsMany
Access
RequirementsAny rank
CustomNo

Lands Plugin - Player Guide

Welcome to the Lands plugin! This guide will help you get started as a player, outlining key features and commands you'll need to know to manage your land effectively.

Getting Started

Lands is a comprehensive land management plugin that allows you to claim, protect, and manage land in your Minecraft world. Here's how to begin:

Claiming Land

To start protecting your land, you need to claim it first. Follow these steps:

Create a Land:

Use /lands create <name> to create a new land. Replace <name> with your desired land name. Example: /lands create MyLand Claim a Chunk:

Stand in the chunk you wish to claim and use /lands claim. You can also specify the land name: /lands claim <land name> Example: /lands claim MyLand

Managing Your Land

Once you've claimed your land, you have several management options:

View Your Land:

Use /lands view to see a list of all your lands. Map View:

Use /lands map to view a map of claimed chunks around you.

Land Menu:

Access the land menu with /lands menu <land name>. Example: /lands menu MyLand

Permissions and Roles

Manage who can do what in your land by setting up roles and permissions:

Create a Role:

Use /lands role create <land name> <role name> to create a new role. Example: /lands role create MyLand Builder Set Permissions:

Use /lands role edit <land name> <role name> to edit permissions. Example: /lands role edit MyLand Builder You can then toggle various permissions for the role, such as building, breaking blocks, and more. Assign a Role:

Use /lands role assign <land name> <role name> <player> to assign a role to a player. Example: /lands role assign MyLand Builder Steve

Economy and Taxes

Lands integrates with the economy system, allowing you to manage land taxes and upkeep:

Set Land Price:

Use /lands price <land name> <price> to set the price of your land. Example: /lands price MyLand 500 Taxes and Upkeep:

Use /lands tax <land name> <amount> to set daily taxes. Example: /lands tax MyLand 10 Ensure you have enough money in your land's balance to cover daily taxes to avoid losing claims. War and Diplomacy Engage in wars or establish alliances with other lands:

Declare War:

Use /lands war declare <land name> <target land> to declare war. Example: /lands war declare MyLand EnemyLand Form Alliance:

Use /lands ally add <land name> <target land> to form an alliance. Example: /lands ally add MyLand FriendlyLand Additional Features Spawn Point:

Set a spawn point within your land using /lands setspawn <land name>. Example: /lands setspawn MyLand Teleport to Land:

Use /lands tp <land name> to teleport to your land. Example: /lands tp MyLand View Land Members:

Use /lands members <land name> to view a list of members in your land. Example: /lands members MyLand

Commands Overview

Here is a quick reference for all commands covered:

Basic Commands

  • Create a land: /lands create <name>
  • Claim a chunk: /lands claim [<land name>]
  • View lands: /lands view
  • Map view: /lands map
  • Land menu: /lands menu <land name>

Role and Permission Management

  • Create role: /lands role create <land name> <role name>

Edit role: /lands role edit <land name> <role name>

  • Assign role: /lands role assign <land name> <role name><player>

Economic Management

  • Set land price: /lands price <land name> <price>
  • Set tax: /lands tax <land name> <amount>

War and Diplomacy

Declare war: /lands war declare <land name> <target land> Form alliance: /lands ally add <land name> <target land>

Utility Commands

  • Set spawn: /lands setspawn <land name>
  • Teleport to land: /lands tp <land name>
  • View members: /lands members <land name>

Advanced Commands

  • Disband land: /lands disband <land name>
  • Unclaim chunk: /lands unclaim [<land name>]
  • Leave land: /lands leave
  • Rename land: /lands rename <land name> <new name>
  • Invite player: /lands invite <player> <land name>
  • Kick player: /lands kick <player> <land name>}}
  • Withdraw money: /lands withdraw <land name> <amount>
  • Deposit money: /lands deposit <land name> <amount>

By following this guide, you will be able to effectively manage your land, collaborate with other players, and engage in the dynamic world created by the Lands plugin. Enjoy your adventures!