Inactive [ADMN/SEC] Regios v5.0.01 - Advanced Region Management! + Multi-World, Protection + More![1.0.1-R1]

Discussion in 'Inactive/Unsupported Plugins' started by Adamki11s, May 3, 2011.

  1. Regio's - Advanced Region Management! + Multiworld support, protection, entry control, health control, movement control, custom messages and more!
    Version : 5.0.01

    Changelog :​
    Version 5.0.01 : Fixed NPE's regarding ChunkGrids & Regions​
    Version 5.0.0 : Updated for 1.0.0 and fixed glaring protection issues.​
    Version 4.0.80 : Mobs Fixed and Economy Support for iConomy6 (Thanks to Pianosaurus)​
    Version 4.0.71 : Complete Recode.​
     
  2. Offline

    Mitch Wilson

    Having trouble with the addon, I'll protect a region, had this same problem with worldguard, and any non ops players can't place any blocks, or destroy any blocks, on the entire world. what could be causing this?
     
  3. Not sure I tried to test this on my server earlier and had the same problem. Even when removing this plugin the problem still remained so sorry but I have no idea.
     
  4. Offline

    Dooglz

    It could be something to do with me messing up the database or some other problem, the players are definitely on the white list beacuse it tells me that "that person is already on the whitelist" when I retry the command, but they can't enter.
    here is some motivation, if you fix the sub region and whitelist issues(if they are actual issues and not just me being stupid) I'll donate $5
     
  5. They are issues. I have been talking to a friend about this and testing with him. The core functionality of the plugin does not need to be modified however I need to completely recode the database. So when that's done whitelisting should work and it should be much easier for me to add content and reduce file sizes so donate to me when I've sorted it, I'd really appreciate that :D
     
  6. Offline

    Lame One

    Yeah, the cancel thing displays as saying we canceled the region "cancel", which could be unusual, or maybe it's like that for everyone. Unfortunately, this doesn't actually do anything, and they are left with the message "first/second point modified!" every time they click. At first, users had only the permission 'regio.*', and I excluded a few others that they shouldn't have (such as override). That worked initially. Next update, however, they experienced the problem I explained previously. I have uninstalled the mod multiple times, replacing it with a clean version, to no avail. I have tried explicitly giving each permission instead of regio.*, I have tried giving them the ones I previously excluded, I have tried, on a whim, giving them regions.* (thinking that maybe you mixed something up and called for one that you had forgotten to rename.) None of this has worked. Every time I reload the plugin, the "First/second point modified!" message goes away, but comes back immediately when they start to set points again. The weirdest thing is that having all permissions (just plain *) does not create issues.

    One possibly related quirk. For some reason, users will frequently get the message "Welcome to Lame's Region!" and "You are leaving Lame's Region", regardless of whether or not they are actually remotely near my region. Could this mean that there is a massive region or 2 covering everything, at that the error is a result of trying to nest them 1 too many times??
     
  7. Offline

    Dooglz

    I have this too, I created a test region at the start to test the plugin, I then deleted the region, and whenever I reload the plugins on my server everyone gets the "you have left region test" It must be something like when the region is deleted it removes the co-ordiantes but keeps the region.
     
  8. Offline

    Maertuerer

    I have a small issue too, maybe you can help me =)
    I downloaded the most recent version and pastet it into my plugins folder.
    When i now run the server, is throws this error:
    Code:
    20:38:43 [SCHWERWIEGEND] java.net.UnknownHostException: regiosplugin.zxq.net
    20:38:43 [SCHWERWIEGEND]        at java.net.PlainSocketImpl.connect(Unknown Sour
    ce)
    20:38:43 [SCHWERWIEGEND]        at java.net.SocksSocketImpl.connect(Unknown Sour
    ce)
    20:38:43 [SCHWERWIEGEND]        at java.net.Socket.connect(Unknown Source)
    20:38:43 [SCHWERWIEGEND]        at java.net.Socket.connect(Unknown Source)
    20:38:43 [SCHWERWIEGEND]        at sun.net.NetworkClient.doConnect(Unknown Sourc
    e)
    20:38:43 [SCHWERWIEGEND]        at sun.net.[URL='http://www.http.HttpClient.openServer(Unknow']www.http.HttpClient.openServer(Unknow[/URL]
    n Source)
    20:38:43 [SCHWERWIEGEND]        at sun.net.[URL='http://www.http.HttpClient.openServer(Unknow']www.http.HttpClient.openServer(Unknow[/URL]
    n Source)
    20:38:43 [SCHWERWIEGEND]        at sun.net.[URL='http://www.http.HttpClient.<init>(Unknown']www.http.HttpClient.<init>(Unknown[/URL] So
    urce)
    20:38:43 [SCHWERWIEGEND]        at sun.net.[URL='http://www.http.HttpClient.New(Unknown']www.http.HttpClient.New(Unknown[/URL] Sourc
    e)
    20:38:43 [SCHWERWIEGEND]        at sun.net.[URL='http://www.http.HttpClient.New(Unknown']www.http.HttpClient.New(Unknown[/URL] Sourc
    e)
    20:38:43 [SCHWERWIEGEND]        at sun.net.[URL='http://www.protocol.http.HttpURLConnection.g']www.protocol.http.HttpURLConnection.g[/URL]
    etNewHttpClient(Unknown Source)
    20:38:43 [SCHWERWIEGEND]        at sun.net.[URL='http://www.protocol.http.HttpURLConnection.p']www.protocol.http.HttpURLConnection.p[/URL]
    lainConnect(Unknown Source)
    20:38:43 [SCHWERWIEGEND]        at sun.net.[URL='http://www.protocol.http.HttpURLConnection.c']www.protocol.http.HttpURLConnection.c[/URL]
    onnect(Unknown Source)
    20:38:43 [SCHWERWIEGEND]        at sun.net.[URL='http://www.protocol.http.HttpURLConnection.g']www.protocol.http.HttpURLConnection.g[/URL]
    etInputStream(Unknown Source)
    20:38:43 [SCHWERWIEGEND]        at java.net.URL.openStream(Unknown Source)
    20:38:43 [SCHWERWIEGEND]        at me.Adamki11s.Regions.Regions.runVersionCheck(
    Regions.java:104)
    20:38:43 [SCHWERWIEGEND]        at me.Adamki11s.Regions.Regions.onEnable(Regions
    .java:56)
    20:38:43 [SCHWERWIEGEND]        at org.bukkit.plugin.java.JavaPlugin.setEnabled(
    JavaPlugin.java:127)
    20:38:43 [SCHWERWIEGEND]        at org.bukkit.plugin.java.JavaPluginLoader.enabl
    ePlugin(JavaPluginLoader.java:632)
    20:38:43 [SCHWERWIEGEND]        at org.bukkit.plugin.SimplePluginManager.enableP
    lugin(SimplePluginManager.java:218)
    20:38:43 [SCHWERWIEGEND]        at org.bukkit.craftbukkit.CraftServer.loadPlugin
    (CraftServer.java:116)
    20:38:43 [SCHWERWIEGEND]        at org.bukkit.craftbukkit.CraftServer.loadPlugin
    s(CraftServer.java:94)
    20:38:43 [SCHWERWIEGEND]        at net.minecraft.server.MinecraftServer.e(Minecr
    aftServer.java:217)
    20:38:43 [SCHWERWIEGEND]        at net.minecraft.server.MinecraftServer.a(Minecr
    aftServer.java:204)
    20:38:43 [SCHWERWIEGEND]        at net.minecraft.server.MinecraftServer.init(Min
    ecraftServer.java:144)
    20:38:43 [SCHWERWIEGEND]        at net.minecraft.server.MinecraftServer.run(Mine
    craftServer.java:259)
    20:38:43 [SCHWERWIEGEND]        at net.minecraft.server.ThreadServerApplication.
    run(SourceFile:394)
    20:38:43 [SCHWERWIEGEND] java.io.IOException: Stream closed
    20:38:43 [SCHWERWIEGEND]        at java.io.BufferedInputStream.getInIfOpen(Unkno
    wn Source)
    20:38:43 [SCHWERWIEGEND]        at java.io.BufferedInputStream.fill(Unknown Sour
    ce)
    20:38:43 [SCHWERWIEGEND]        at java.io.BufferedInputStream.read(Unknown Sour
    ce)
    20:38:43 [SCHWERWIEGEND]        at java.io.DataInputStream.readLine(Unknown Sour
    ce)
    20:38:43 [SCHWERWIEGEND]        at me.Adamki11s.Regions.Regions.runVersionCheck(
    Regions.java:110)
    20:38:43 [SCHWERWIEGEND]        at me.Adamki11s.Regions.Regions.onEnable(Regions
    .java:56)
    20:38:43 [SCHWERWIEGEND]        at org.bukkit.plugin.java.JavaPlugin.setEnabled(
    JavaPlugin.java:127)
    20:38:43 [SCHWERWIEGEND]        at org.bukkit.plugin.java.JavaPluginLoader.enabl
    ePlugin(JavaPluginLoader.java:632)
    20:38:43 [SCHWERWIEGEND]        at org.bukkit.plugin.SimplePluginManager.enableP
    lugin(SimplePluginManager.java:218)
    20:38:43 [SCHWERWIEGEND]        at org.bukkit.craftbukkit.CraftServer.loadPlugin
    (CraftServer.java:116)
    20:38:43 [SCHWERWIEGEND]        at org.bukkit.craftbukkit.CraftServer.loadPlugin
    s(CraftServer.java:94)
    20:38:43 [SCHWERWIEGEND]        at net.minecraft.server.MinecraftServer.e(Minecr
    aftServer.java:217)
    20:38:43 [SCHWERWIEGEND]        at net.minecraft.server.MinecraftServer.a(Minecr
    aftServer.java:204)
    20:38:43 [SCHWERWIEGEND]        at net.minecraft.server.MinecraftServer.init(Min
    ecraftServer.java:144)
    20:38:43 [SCHWERWIEGEND]        at net.minecraft.server.MinecraftServer.run(Mine
    craftServer.java:259)
    20:38:43 [SCHWERWIEGEND]        at net.minecraft.server.ThreadServerApplication.
    run(SourceFile:394)
    20:38:43 [SCHWERWIEGEND] null loading Regio v1.0 (Is it up to date?)
    java.lang.NullPointerException
            at me.Adamki11s.Regions.Regions.runVersionCheck(Regions.java:117)
            at me.Adamki11s.Regions.Regions.onEnable(Regions.java:56)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:632)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:218)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    Probably this line:  20:38:43 [SCHWERWIEGEND] null loading Regio v1.0 (Is it up to date?)
    java.lang.NullPointerException
    
    Thank you in advance

    Dustin
     
  9. I am re-writing the way the whole database works so these files are removed properly. For v2.2 whitelisting and cancel with improved permissions nodes will be added so just hold on and sorry for the bugs.
    This looks like a problem with the auto-update checker, make sure your server is not blocking http threads.
     
  10. Offline

    Maertuerer

    This is what i get from your website: regiosplugin.zxq.net

    Code:
    403 Forbidden!
    
    The address you have entered is not open to the public,
     (This may be caused by not having a index.html file in your root directory).
    
    We advise you to visit our home page, as you could still find the page you are looking for:
    » Zymic.com Home Page
    Or visit these popular pages:
    » Free Web Hosting
    » Free Templates
    » Free Tutorials
    » Website Traffic
    » Layout Coding
    
    If you would like to report a bug/error we'd appreciate it. To do so please post on our webmaster forums:
    » Webmaster Forums
    
    EDIT://nvm, it suddenly works =)
     
  11. I'll ad an index file to the server so even though that file isn't being accessed it's there.
     
  12. Offline

    TBK

    Keep up the good work :D
    I'm having a hard time keeping up with the new releases xD
    BTW I add the dropbox link to CraftBukkitUpToDate (should at least help me stay updated :p ).
     
  13. :p I was wondering, I'd like some feedback from you guys. Would you rather the plugin automatically download the latest version or just prompt you and let you decide?

    Also TBK I should ahve recoded the database by tomorrow, hopefully so everything will be the same but whitelisting will now work :D
     
  14. Offline

    StCloud

    I really like being told when a new version is out, but I'd rather do it manually. Maybe make a setting for it in config for those that prefer it simpler?
     
  15. you can do /regio version to find out in-game, it will also be displayed in the console on startup.
     
  16. Offline

    StCloud

    *rather install it manually.
    I love the /regio version but I don't want it updating automatically unless I can toggle it off.
     
  17. Offline

    Samie4545

    Hey im having trouble protecting and preventing entry for non-op players.
    I did:
    /regio create DonatorTown
    /regio protect DonatorTown
    /regio prevententry Donatortown

    and anyone can still enter :S any ideas?
     
  18. Offline

    Lame One

    Personally, I'd love for it to have an option that lets me decide whether it will be auto installed or not... but that's just me.
     
  19. Offline

    xizvyrious

    I dont get an error in terminal and it says it runs fine but once i went from regions to regio everytime we went to do anything it would just freeze the client on ANYONE who tried it, something is up. Went back to using regions partial functionality... Craftbukkit Build 740 with Worldguard, Worldedit, BigBrother, Essentials 2.2 (ALL), LWC, etc
     
  20. Offline

    TuRmoiLxx

    Mm, one thing. Can you remove the damage from not entering a prohibited area?
     
  21. Offline

    Zaros

    Everytime I use the '/regio set' command, it crashes Minecraft. I don't get any errors in the server console and Minecraft just freezes and closes.

    Plugins:
    CommandBook
    ControllerBlock
    Factions
    GodMode
    iChat
    iConomy
    Permissions
    PermissionsPlus
    Regio's
    WorldEdit
     
  22. Offline

    xizvyrious

    This plugin not only crashes upon use on my server but lags out the server when ran with iConomy 5.0 Should Definitely be looked into. CraftBukkit Build 740 WorldGuard, WorldEdit, GroupManager.
     
  23. Offline

    BlackPandemic

    Working flawlessly on my server, love how intuitive and easy-to-use it is :D

    Thanks for adding fire protection! Now I just have to wait for flags as I don't need anti-fire everywhere, just at my big tree :)
     
  24. I'll keep it
    I'm working on improving the way you are kicked out of a region aswell.
    how it is then :)
    There are a few issues with the database at the moment, I'm working on them.
    I'll leave it how it is :)

    This has happened to me a few times aswell, I don't know why it happens, I'll try patching something.

    I'll work on getting flags working after I've fixed the database :D

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 14, 2016
  25. Offline

    Kartus

    not disable commands inside areas, let's active it. Adamki11s can do this probably with EssentialsGroupManager, cause in this plugin it exists add/remove temporary permissions over chatcommands. an idea/solution from another forumuser for that feature posted at another region plugin thread where i asked this question:
    Adamki11s, what do you think about ?
     
  26. Offline

    XDarkboy

    Erm..........
    Can i know how does it work
    When i downloaded the Region.jar and i pasted it in my plugin
    Then i went into the game and tried
    it doesnt appear anything when i type /regio help or whatever command
    am i putting in the correct file ?

    Pls Reply
    Thx
     
  27. If you downloaded the file from the link in my post and have the required permissions then /regio help should display the help message
     
  28. Offline

    Trust518

    If you add the ''get hp in a area'' then ill download it for 100% sure
     
  29. By getHp do you mean unlimited hp or health regeneration? I am adding both these features in so ... yeah :D
     
  30. Offline

    esiao

    I have a suggestion and i will explain you this 'If you add the ''get hp in a area'' then ill download it for 100% sure'
    That mean you can set the regeneration and say i want 5 hearts every 5s or other doo you see ?
    And I ask you, can you make the same but for decreasing health thanks
     
  31. That won't be released in 2.2 but it is an update I definitely have planned for v2.3/2.4, and version 2.2 will be released in a few minutes, just need to get rid of some debugging messages :)

    Updating to 2.2 will cause previous versions to break. You must first delete both the regio's.jar and Regios folder, copy and paste the new regios.jar and restart your server, all the necessary files will be created.

    v2.2 - COMPLETE database recode. If updating from a previous version you'll need to follow the instructions at the top of the post. Name change from regio's to regios, I'm sticking with this now, all commands and permissions nodes have changed accordingly. Whitelisting now works! To allow a player to build/enter a protected region add them to the exception list by use of the new command /regios addex <region> <playername> players can also be removed by the same syntax except addex changed to remex. Short for add exception and remove exception. You can also backup your regions incase of any problems or whatever :/regios backup . The version state of the plugin will now be shown to ops and players with 'regios.version' node upon login.


    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 14, 2016

Share This Page