Skip to content

How to use

FabioZumbi12 edited this page Dec 22, 2021 · 5 revisions

Video Tutorials

PT-BR - By Farcrono's

Installation

  1. Download and copy the RedProtect.jar to your plugins folder.
  2. Run the server to generate the configuration, databases and language files.
  3. Customize the configuration to all your needs, and use the language file to translate to your localization.
  4. Use /rp reload to get changes working.

Allow players to paste your first House

first house

Redprotect comes with a pre-maded house in schematic format (WorldEdit exported file) to allow players to place your first PROTECTED home in your servers.

  • To allow player to use this feature you only need to give to your players/default group the permission redprotect.command.start;
  • The player need to have 0 (zero) claims to use this command, and this action cant be undone and can be used only one time;
  • To paste, the player need to use /rp start, and then /rp start ok after read the note and confirm;
  • A claim will be created following the size of schematic (yes, you can use any schematic you want);
  • The house will be pasted only on ground and if the base have 50% of solid blocks;
  • The player can delete this claim following the claims amount set on config.yml;
  • On config.yml you can choose if will use worldedit or own RedProtect system to paste the schematic. For now, using RP system will not paste sign lines, chest items and other thinks like tile entities dependent blocks. Its recommended to use WorldEdit option.

How to protect/claim a region

There's two modes:

  1. Claim with protection Blocks
  2. Claim with wand tool

The claim modes are:

  • BLOCK: Use blocks to claim region;
  • WAND: Use wand tool to claim regions;
  • BOTH: Use blocks and wand to claim regions;

Claiming with protection blocks:

Video showing how to protect using fences:
https://www.youtube.com/watch?v=qKIB8UeYiJ4

Claim blocks its the default configuration and will work by default without need to change any configuration.

  1. Surround your house with a retangular or square fences or redstone dust (configurable).
  2. Put a sign next or attached to the block you used to surround your region, and write [rp] on first line.
  3. Leave the second line blank or give a name for your region.
  4. Use the 3 and 4 lines to add friends as leader on your region, or leave blank if you want to add after.
  5. Create more regions inside another region to create a village, or a city, then give member or admin to other players in this regions.

With wand tool:

Video showing how to claim using wand tool:
https://www.youtube.com/watch?v=4sOey5vcarw

On config file config.conf, use ctrl+f to search for world-types and in your world properties set to BLOCK, WAND or BOTH. The config comments will help with more details.

  1. Use the command /rp wand or give the wand tool with a kit(recommended);
  2. With wand tool, choose one corner with right click, and the oposite corner with left click, making a squared region;
  3. Use the command /rp claim [NemoOfRegion] [additional owner] to claim a region with you as owner. All [] argumments is optional;
  4. Admins and OPs can use /rp define [NameOfRegion] or "#server#" to make a server region region (this region will not be removed by purge system and sell system). [NameOfRegion] is optional too.

Expanding e Region

If the player has the permission redprotect.command.redefine, with the wand tool, the player can clik with left and right buttons on the corners top be expanded, and then use the command /rp redefine [regionName].
The player need to have block limit to do this.

How to make a Village/City

  1. First, create a big region. Admins can help create this region with wand tool and then set the player as leader with /rp addleader to be the major of Village/City;
  2. Now you(as leader of the big region) can create other regions as you want inside this big region;
  3. Adding others regions, you can add other players as admin in this others regions. This players CAN'T remove the "major" as leader of this child regions, once the major is owner of the big region. The admins can change the flags and adde other Admins and Members, but cant remove the regions, cant change the priority and cant add/remove the leaders.
  4. This other players can manage their regions like a single region, and with this, your streets and other builds inside this big region still protected;
  5. You don't need to add the other players as admin or member in the big region, only on childs(own regions);

Private Chests (and other inventory blocks):

If you add more players in your region, you can make your chests private.

  1. Put a sing on your chest and write [private] on first line.
  2. Leave the second line blank and add more players to acces that chest using the 3 and 4 lines.
Clone this wiki locally