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 Apr 17, 2012@IdealIdeas
@rushn_hobo
Well, I've got an issue with saving/loading blueprints/backups to finish dealing with and after that I'll double check and make sure I hit everything I wanted to for this release, so probably no later than 4/19? Maybe sooner if all goes well in testing.
-
View User Profile
-
Send Message
Posted Apr 17, 2012Nevermind the check idea, just found out that theres /regios check ;)
-
View User Profile
-
Send Message
Posted Apr 17, 2012Any info about the new release date?
-
View User Profile
-
Send Message
Posted Apr 17, 2012@johnnyzerox7
Hey Ive had some Ideas I think would be nice if implemented.
Also how about an external program thats linked to the server and the plugin? Basically what it would do is list all the regions that are made in the server and allow people to quick edit any and all of a regions properties. This would be so awesome to have!
Hope you can do some of these!
-
View User Profile
-
Send Message
Posted Apr 16, 2012@QweSteR2221
This is a known issue.There are already a few tickets for it.
@Luwiego
I'm not sure I follow you, what are you wanting to check exactly?
@Luwiego
I've been working on fixing/cleaning up the permission/exception/restriction checks since the last update so things like this should be fixed in the next release.
@loserman778
Did you check the closed tickets section? I've closed nearly twenty in the almost 2 weeks since I started working on Regios.
@Luwiego
Yeah, the info screen could use an update. The block placing/breaking is sort of seperate from the general protection at them moment so it doesn't really count towards the protection true or false on the info screen. I'll make some sort of change to that before the next release.
-
View User Profile
-
Send Message
Posted Apr 16, 2012One more thing..I set to default to protect placing and breaking blocks. When i use /regios info name, it says its not protected, but if any player tries to break or place - he cant, because its actually protected.
-
View User Profile
-
Send Message
Posted Apr 16, 2012@loserman778
Look below.... johnnyzerox7 is very helpful.
-
View User Profile
-
Send Message
Posted Apr 15, 2012Found an old bug also. If you protect an area, add-ex to another player, that player can`t place water.
-
View User Profile
-
Send Message
Posted Apr 15, 2012Hey, nice work getting the plugin fixed and updated ;) Please add this feature, that you can check a region by for example right click with any item on the area, or adding a sign with [Regios] check text.
-
View User Profile
-
Send Message
Posted Apr 14, 2012● Minecraft: #1.2.5
● CraftBukkit Plus Plus DEV #191 (CraftBukkit DEV 2151)
● SpoutPlugin: RB #1093
● SpoutCraft: RB #1362 (DEV 1377)
● Java SE RE 7.3 x64
● v5.0.3
2012-04-15 02:03:21 [INFO] [Regios] Log files saved & closed.
2012-04-15 02:12:13 [WARNING] GenericLabel belonging to Regios does not have a default size!
2012-04-15 02:12:13 [WARNING] GenericLabel belonging to Regios does not have a default size!
2012-04-15 02:12:13 [WARNING] GenericLabel belonging to Regios does not have a default size!
2012-04-15 02:12:13 [WARNING] GenericLabel belonging to Regios does not have a default size!
2012-04-15 02:12:44 [SEVERE] Could not pass event ButtonClickEvent to Regios
java.lang.NullPointerException
at couk.Adamki11s.Regios.SpoutGUI.RegionScreen7.loadScreen(RegionScreen7.java:271)
at couk.Adamki11s.Regios.SpoutGUI.RegionScreenManager.nextPage(RegionScreenManager.java:154)
at couk.Adamki11s.Regios.SpoutGUI.Screen_Listener.regionControlListener(Screen_Listener.java:89)
at couk.Adamki11s.Regios.SpoutGUI.Screen_Listener.onButtonClick(Screen_Listener.java:65)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:461)
at org.getspout.spoutapi.packet.PacketControlAction.run(PacketControlAction.java:114)
at org.getspout.spout.packet.CustomPacket.handle(CustomPacket.java:126)
at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:169)
at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:85)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:622)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:506)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
-
View User Profile
-
Send Message
Posted Apr 13, 2012@YazoBeats
You have to do 'true' not just 't'. It's weird like that. I think I'll add that to the list of improvements.
@IdealIdeas
Interesting. I'll look at it.
@Spaceshipable
I was working on that last night actually. Technically, Regios already supports this, though I'm not 100% sure it works properly. I reworked it last night so I'll be testing it today.
-
View User Profile
-
Send Message
Posted Apr 13, 2012Now that there is vault support will other plugins work with the adding and removing of permissions for areas? If not, could this be implimented?
Thats really all I want from this plugin!
Keep up the good work,
Spaceshipable
-
View User Profile
-
Send Message
Posted Apr 13, 2012@johnnyzerox7
Hey someone made a plugin to allow internet radio on the servers and plans to make it work with World Guard instead of factions and I asked him if he would make it work with Regios.
He says he is willing but he says he cant find much of the appropriate information that he needs.
Here is a link to his response to me, http://forums.bukkit.org/threads/mech-fun-web-musicservice-internet-music-on-your-land-1-2-5-r1-0.66417/page-2#post-1070481
Since I cant speak any of coding mummbo jumbo I can assume you know more about what he needs.
-
View User Profile
-
Send Message
Posted Apr 13, 2012when i use show message t it gives me false ! help !
-
View User Profile
-
Send Message
Posted Apr 12, 2012@jenks1999
Sure. You know, I never realized that wasn't an option. I had always assumed you could. :P Thanks for asking.
-
View User Profile
-
Send Message
Posted Apr 12, 2012possible request can you add temporary remove nodes config option? as we have a temporary add node, would be handy to de node staff in certain area's like pvp for example to stop them from cheating. ^^
-
View User Profile
-
Send Message
Posted Apr 12, 2012@Chubaca6195
What build of craftbukkit are you using and what version of Regios? Have you tried the suggestions I made on the forum thread yet?
-
View User Profile
-
Send Message
Posted Apr 12, 2012I am having some problems with it. First it doesn't tell me when I enter a region, not sure if that's me or that plugin doesn't do that. and second of all it doesn't save. I made about 3 regions and they'll worked apart from the entering thing, but a day later when I played on tithe server they didn't work at all.
-
View User Profile
-
Send Message
Posted Apr 12, 2012Screenshots?
Edit: Of the Spout GUI :)
-
View User Profile
-
Send Message
Posted Apr 11, 2012@Massen
Good news, I found and fixed your issue. I'll be releasing the fix soon.