Installing & Configuring

To install InfiniteClaims all you have to do is drop the file into your /plugins/ folder. It will create a config file itself. You will however need to give your users some permissions. This plugin requires WorldEdit, WorldGuard and Multiverse (or another world management plugin).

Permissions

To allow a user to properly claim a plot you will need to give them the following permissions.

worldguard.region.claim
worldedit.selection.expand
worldedit.selection.contract

As far as I'm aware users cannot make any selection they want as they don't have the wand permissions. The plugin itself makes all the selections for them, and they only use the expand (to make sure they have all the height - 127/128) and contract commands (to remove the bedrock level at the bottom). I haven't fully tested this out yet.

Adding/Removing people from plots

If you're wanting players to be able to add/remove other players to their plots give them the follow permissions.

worldguard.region.addmember.own.* 
worldguard.region.removemember.own.*

Homes

If you're using a homes plugin, make sure you set the appropriate permissions for that too. If you're not going to use a home plugin, please disable it in the IC config file otherwise users will see a Unknown Command error when they're being taken to their plot.

WorldGuard Configuration

To allow the user to claim only one plot make sure you edit your WG (WorldGuard) config to include following.

max-region-count-per-player:
    default: 1
max-claim-volume: 516096

If you're using an older version of the plugin that doesn't exclude the bottom later of bedrock change max-claim-volume to: 520192. Excluding the bottom level of bedrock on a 64x64 plot saves 4096 blocks.

If you want to deny members building on any other plots or walkways run the following command. This must be done by an OP/Admin and not as console.

/rg flag __global__ build deny

Multiverse Configuration

For this plugin to work the player must change worlds for it to create them a plot. What I have done is create a small staging/spawn area with a multiverse portal linking to the world with the plots. However you don't need to use MVP, you can have them just use: /mvtp plots or whatever your plots world is called. I suggest the following permissions for Multiverse.

multiverse.portal.access.*
multiverse.access.*
multiverse.teleport.self.w

Comments

Posts Quoted:
Reply
Clear All Quotes