Charge players in-game money for creating regions. You can either charge them a flat rate, so any size region will cost x dollars, or charge them x dollars per block in their selection.
Commands:
- /wgrc - Main command.
- /wgrc reload - Reload the WorldGuardRegionClaim config.yml file.
- permission: wgrc.reload
- /regionclaim <name> - Claim a region with a given name.
- aliases: /claim, /rgclaim, /rgc
- permission: wgrc.claim
- A player can only claim up to the set amount in config.yml
- A player can claim more than the number in config.yml if a permission 'wgrc.regionclaim.<number>' is set. For example if the permission 'wgrc.regionclaim.7' is set, then the player can claim up to 7 regions.
- aliases: /claim, /rgclaim, /rgc
- /claimprice - View the price of a selected area.
- aliases: /pc, /cprice
- permission: wgrc.claimprice
Needed World Edit permissions in order to select land to claim:
- worldedit.wand
- worldedit.selection.pos
How to claim land:
Spoiler
Step 1: Get the wand.
Step 2: Select two points to form a cuboid. Left click a block with the wand to set the 1st position, then right click a block to set the 2nd position.
Step 3: Type the command '/claim <name>'
![[IMG]](//proxy.spigotmc.org/fecfce232e7e1939b9a65ae7e5c14d63eec77c95?url=https%3A%2F%2Fi.gyazo.com%2F8c719eda764124e5db7588ec0f5222b2.gif)
If the region does not claim, it will either be one of the following reasons:
A. The region overlaps with another players region.
B. You do not have enough money to claim the region.
C. A region with the name you choose already exists.
D. You did not type a name for the region.
E. You do not have permission to.
Step 2: Select two points to form a cuboid. Left click a block with the wand to set the 1st position, then right click a block to set the 2nd position.
Step 3: Type the command '/claim <name>'
![[IMG]](http://proxy.spigotmc.org/fecfce232e7e1939b9a65ae7e5c14d63eec77c95?url=https%3A%2F%2Fi.gyazo.com%2F8c719eda764124e5db7588ec0f5222b2.gif)
If the region does not claim, it will either be one of the following reasons:
A. The region overlaps with another players region.
B. You do not have enough money to claim the region.
C. A region with the name you choose already exists.
D. You did not type a name for the region.
E. You do not have permission to.
Using the command '/claimprice':
Spoiler: /claimprice
Step 1: Type the command '//wand', then selection position 1 by left clicking a block, then right click another block for the second position.
Step 2: Type the command '/claimprice' and the plugin will tell you how much it will cost to claim your selection.
Step 2: Type the command '/claimprice' and the plugin will tell you how much it will cost to claim your selection.
Config:
Spoiler: config.yml
# Set to false if you do not want the plugin checking for updates.
update-check : true
# If flat-rate is false, it will charge the player cost*volume.
# If flat-rate is true, it will charge the player the same cost no matter what the volume is.
# Example:
# If flat-rate is false, and cost is 0.50, and the volume of the player's selection is 10000 blocks, then
# the region will cost 5000 to claim.
flat-rate : false
cost : 0.50
# A player will not be allowed to claim more blocks then max-volume, at one time.
max-volume : 100000
# A player will not be allowed to claim more regions than max-regions.
max-regions : 5
Code (YAML):
# Set to false if you do not want the plugin checking for updates.
update-check : true
# If flat-rate is false, it will charge the player cost*volume.
# If flat-rate is true, it will charge the player the same cost no matter what the volume is.
# Example:
# If flat-rate is false, and cost is 0.50, and the volume of the player's selection is 10000 blocks, then
# the region will cost 5000 to claim.
flat-rate : false
cost : 0.50
# A player will not be allowed to claim more blocks then max-volume, at one time.
max-volume : 100000
# A player will not be allowed to claim more regions than max-regions.
max-regions : 5
Dependencies:
- WorldGuard 7.0.8
- WorldEdit 7.2.11
- Vault
- Economy plugin that is supported by Vault
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.19
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
World Guard Region Claim is a free Minecraft Java mod. Compatible with Minecraft 1.19. Downloaded 7,833 times (via Spigot). Download it and open it directly in the game.