Compatibility
Minecraft: Java Edition
1.20.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed ARR
Published last month
Updated last month
Tired of using WorldGuard and it is not working as expected (because for us, it did not worked as expected)? So we build a custom WorldGuard alternative - Regions!
(This is only a start of the project, so expect A LOT OF PROBLEMS)
To start, install PlaceholderAPI & WorldEdit. You can also install permission manager plugins if you wish, but that is not required.
To start, you can use /rg
command to see all commands
/rg create <name>
- Create a region that you will select with WorldEdit/rg list
- Show all regions and who created them/rg flags <name>
- Show all possible region flags, their types and current values./rg flag <name> <flag> <value>
- Set a flag with a value you choose. (Currently it does not support colors, but it will be fixed in the future!)/rg delete <name>
- Delete a region.
All flags and what they do:
breakBlocks
- Allows breaking blocks in the regionbuildBlocks
- Allows placing blocks in the regiondestroyPaintings
- Allows break/destroy paintingsdestroyItemFrames
- Allows break/destroy item frameseatCake
- Allows to eat cakes.pvp
- Allows taking damage from other players. (Same with harmful potions)tnt
- Allows tnt to be explodedenderDragonDestroyBlocks
- (This may be merged with tnt soon) it will allow ender dragon to destroy blocks.editSigns
- Allows editing signsusePressurePlates
- Allows use of pressure plates (does not work as expected, for now)useButtons
- Allows to use buttons...useChest
, useCraftingTable, useEnderchest and etc - Allows do things, you see on the flag.useContainerBlocks
- Allows to open container blocks (Container block is the blocks that has inventories in them, you can add items, like crafting table, anvil, enchanting table etc.)fireSpread
- Allows fire to spread and burn things (like wool, wood etc)useWorldEdit
- (It may not work properly as it is just implemented for security measurements) - Allows use of the WorldEdituseThrowablePotions
- Allows to throw potions (lingering, throwable etc)enter
- (True to allow enter the region / False to deny enter the region)leave
- (True to allow leave the region / False to deny leave the region)enterPermission
- (String) If set to any, it will require this permission to be able to enter the region. (If you wanna remove this, set this flag to "none" or "null")leavePermission
- (String) If set to any, it will require this permission to be able to leave the region. (If you wanna remove this, set this flag to "none" or "null")allowBreakSpecificBlocks
(/rg flag <name> allowBreakSpecificBlocks <material> <add/rem>) - Allows specific blocks to be broken by players in the region without needing to set a flagbreakBlocks
to true.allowPlaceSpecificBlocks
(/rg flag <name> allowPlaceSpecificBlocks <material> <add/rem>) - Allows specific blocks to be placed by players in the region without needing to set a flagplaceBlocks
to true.enterMessage
(String) (/rg flag <name> enterMessage <message>) - Shows the message as a subtitle whatever player enters the region. (Supports PlaceholderAPI) (If you wanna remove this, set this flag to "none" or "null")leaveMessage
(String) (/rg flag <name> leaveMessage <message>) - Shows the message as a subtitle whatever player leaves the region. (Supports PlaceholderAPI) (If you wanna remove this, set this flag to "none" or "null")
For now, that's all. There are no config or anything by now, but all plugin is translated to english!