Regios
Current stable version: v5.9.9 for CB 1.6.2-R0.1
Regios, a fully fledged, extensive and extendible Region mod. Regios allows you to easily create regions with a vast amount of properties such as protection, entry & exit control, password protection, speed and health modifiers and much more! Regios is multi-world compatible and lightweight. More so Regios is open source and has a well documented API which will allow other developers to make add-ons to make Regios even better!
NOTE: Regios v5.0.3 and later now REQUIRES Vault for Economy and/or Permissions support. You can still use Regios without Vault but it will be Op or basic superperms only and without economy support.
Do you use Dynmap? Ever wanted to see your Regios regions on Dynmap? Well now you can! Try the new Dynmap-Regios!
Some of the main features of Regios are:
- Complete Region protection.
- Spout GUI editor!
- Permissions and group modification in real-time, force commands and inventory options.
- Prevent exit or entry with password authentication.
- Transfer structures/regions from server to server with new Blueprint (*.blp) files!
- Backup your Regions and restore them to their former states. (Now includes container contents and sign text!)
- API access.
- Fun features such as health control, pvp settings and speed modifiers.
- Per world configurations.
- Default Region settings.
- Simple flat file storage allows for manual editing if needed.
- Universal Economy/Permission support through Vault
- WorldEdit Support
Current To-Do list (in no particular order or priority):
- Fix Spout GUI
Add non-cuboid regionsCompleted in 5.9.0!- Add self-contained permission system
- Add player variables to commands
Expand Regios APICompleted in 5.9.0!- Better multi-world support
- Add renting
- Add fall damage prevention
- Fix water and lava placement issue when regions are close to each other
- Add more effects for "fun" commands (prevent hunger, regen hunger, cause potion effects, etc.)
- Add some way of visualizing regions in-game.
- Add some form of child regions (mainly to prevent players from creating regions inside of other players regions)
- Add some form of priority system for regions (for when regions overlap)
- Add music looping
- Make tutorial videos!
- Make the commands more flexible (and helpful)
- Add more command aliases (for some of the stranger commands, such as set-creature-spawns)
- Add zombie door break protection
- Improve modification commands
- Add optional auto-update function
- Add world commands
- Add a scheduler for backups
For a list of Commands and Permissions, visit here:
>> === Wiki Page === <<



-
View User Profile
-
Send Message
Posted May 30, 2012@johnnyzerox7
set-price also sets for-sale? OK, didn't notice that. Well then it would really be just a very small improvement.
The easiest way to get a custom permission node implemented is to set it up in the config. Would look like this... (in global configuration as most perms plugins already support multiworld permissions)
I have some time at the moment so I'll try to implement it by myself. I can send you the code once it is working.
Oh, forgot about that: Regios does not disable PvP for world_nether and world_the_end... propably I just named them wrong? What is the "unique name" of the nether and the end?
Have fun,
Addi
-
View User Profile
-
Send Message
Posted May 29, 2012@djaddi
Hmm, I had done that once and though it fixed the placing issue, but caused the region border to shrink by one on the X and Z axes. Maybe I stupidly changed both the player and location checks and just never bothered with it again. Well technically you only need to use set-price as it sets the price and sets for-sale to true. The for-sale command only sets the for-sale flag on or off so you don't have to re-enter the price every time. But yeah, it could probably go to one command as I doubt many people use the for-sale command that often. My biggest setback for making the size and count restrictions dynamic was how to get a dynamic permission node out of the permission system. Though I've been giving it some thought and I think I know how to do it, I just haven't had time to try it. There's really a lot of room for improvement, I just haven't had the time to get at it lately, but hopefully that will change here soon. Thanks for bringing it up though.
-
View User Profile
-
Send Message
Posted May 29, 2012@johnnyzerox7
Oh, didn't see this ticket - my bad. Anyway, I compiled a work-around (just removed the +1 behind the max.getX and max.getZ at ExtrasRegions.java - but only for the location check, the player check works fine). When hugging into your code I noticed a few other things that might be improved:
First thing is the selling of regions which is terribly complicated. Combine the two commands for-sale and set-price into one command (input: (sell || unsell) Region [value]). I guess you know what I mean.
Also, why don't you add actually costumizable restrictions? You already got the basics for it, just requires a custom permission node to be used.
Have fun,
Addi
-
View User Profile
-
Send Message
Posted May 29, 2012@Luwiego
Lol, ok. Renting is actually on the to-do list already. What do you mean by reselling? If you bought it, it's yours to sell already (a.k.a. reselling :P) There is also already a /regios warp <regionname>, though you have to set the warp position yourself, it doesn't automatically do it for you.
@spacecakexD
Can you be more specific on what problem you are having with the prevent entry? Is it letting people in it shouldn't? Is it letting nobody in? By "disabling certain things" I take it you mean the item restriction? That only works on items you can place, so no it would not stop someone from using enderpearls.
@Killer2demon
As far as I know it is.
@djaddi
There is already a ticket for this. I haven't figured out the exact cause yet.
@Goldfire1986
That would be a Spout issue. Regios (or any other plugin that uses Spout's music playing feature) only tells Spout where to get the file and to play it. Spout handles downloading, playing, and storage of the songs on its own after that.
-
View User Profile
-
Send Message
Posted May 29, 2012Sorry to hear about your current work situation.
I have a quick question though, it seems that Regios downloads music for regions to a temp folder and deletes all temp songs when the Minecraft client has been closed - is this a recent update to Regios, or is that a change in Spout handling temp files differently?
If it isn't Spout, is it possible to return to the old behavior of saving the music files permanently?
-
View User Profile
-
Send Message
Posted May 29, 2012Hey there!
Having a strange problem with Regios... it seems like the size is always one too much to the south and east (new directions, north and east old ones or +X and +Y). Any idea what causes this?
Have fun,
Addi
-
View User Profile
-
Send Message
Posted May 28, 2012@johnnyzerox7
Is it currently possible to use this in conjunction with worldguard? I wish to use worldguard for global regions then regios for the smaller regions.
-
View User Profile
-
Send Message
Posted May 27, 2012I cant get the disallow entry to work. I have a big factions server and im trying to let people teleport into our donator spawn but not walk into it, so it will keep people out. I cant also get the disabling certain things to work. Is it at all possible to disable enderpearls with this plugin?
-
View User Profile
-
Send Message
Posted May 27, 2012Oh, ignore the "sign bug", i made a mistake in commands... This is already an awesome plugin, but you should add more things to do with economy. Renting regions, reselling them, also could you add like /regios tp region_name (it would tp you to the center of region) because if theres alot of regions created its hard to find them.
-
View User Profile
-
Send Message
Posted May 26, 2012@mzx987
Yep. You just need to add them as exceptions to the region using /regios add-ex <region name> <player>
-
View User Profile
-
Send Message
Posted May 26, 2012Is there a way I can make it so other people besides me can build within the region and others cant?
-
View User Profile
-
Send Message
Posted May 26, 2012@johnnyzerox7
thanks heaps...... its going to be so helpfull
-
View User Profile
-
Send Message
Posted May 25, 2012@Luwiego
Well that's new. What version of CB are you using?
@MerlenMage
Yay! :D
@Matt_Beldom
You are correct, the creation limit doesn't affect how many regions someone can own. I will definitely add that.
-
View User Profile
-
Send Message
Posted May 25, 2012Im looking for a way to set up a housing market but i want to limit the amount of houses people can buy... Not how many they can create...
Iv been asking around and everyone has said to use the region creation limit but what i think this plugin needs is a permission to limit the amount of regions a player can own. This would be helpfull to stop random rich people buying all the houses in a city.
If you want to see what i mean come onto my server...IP= pollycraft.no-ip.org
-
View User Profile
-
Send Message
Posted May 25, 2012Glad to see someone has stepped in to try and keep the ONLY TRUE/best region managment plugin. I was sadly going to drop the plugin cause it was getting to the point it was messing up to much and was no longer worth having on my server. Im happy to say I will be updating it to the latest to see how it goes. :) Love the planned features keep it up. :D
-
View User Profile
-
Send Message
Posted May 25, 2012Im not sure but when i buy a region, the sign doesnt disapear. Gonna test with other players and report.
-
View User Profile
-
Send Message
Posted May 23, 2012@VeryInsane
I can try.
@djaddi
You are correct I believe. I think the only list command lists all the regions. That's a good idea.
@mzx987
That's because regios.protection.size200 is not a valid node. You can only do the nodes explicitly listed in the wiki, otherwise it won't work. I've tried to come up with a more dynamic way to do this, but I've come up empty so far. :/
@neochaosexcel
No, not currently. I do plan to add something to that affect in the future though, as it's desperately needed imo.
-
View User Profile
-
Send Message
Posted May 23, 2012Is there anyway to prevent people from creating a region within another region? I've looked through the wiki and I haven't come across anything that looks like a suitable solution.
-
View User Profile
-
Send Message
Posted May 23, 2012I am still confused on how restrictions are not working the way they should. I set a permission called regios.protection.size200, and my friend still cant create a region.
It is saying: You cannot create a region of this width! Maximum width: 0. Your width: 6.0
-
View User Profile
-
Send Message
Posted May 21, 2012Hey there. A command to list all regions a player owns would be helpful... couldn't find that on the wiki. Have fun,
Addi