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. Read it! http://forums.bukkit.org/threads/request-saying-its-broke-doesnt-help-solve-the-issue.839/
    You have to give me more information.
    Thanks :D I've been a little inactive lately but now I'm not to stop developing new plugins for a while and focus on updating, maintaining and improving my 2 main plugins which is this and recently released Warzone :D
     
  3. Offline

    tazguy79

    I love this, i might check out warzone once i figure out a workaround for this backup thing lol
     
  4. Just make the region one block bigger in all directions until I have fixed it :p
     
  5. Offline

    tazguy79

    I used to have it like that and it worked wonderfully, except that my regions are all next to eachother lol and its all fenced in...and just so u know, i have done more testing and i think its 2 blocks short in one direction. It happens on the same 2 rows where the setwelcome and set leave messages are displayed. and its only on one side, the other 3 are good...so

    - - - - - - works
    - - - - - - works
    - - - - - - works
    - - - - - - works
    - - - - - - nope
    - - - - - - nope

    lol im horirble at ascii art but thats my 6x6 plot and which areas work for restore...i guess my server will just stay off till its fixed =) take ur time i am a CS major, so i understand how hard coding is, and also understand how most people fail to realize it.

    edit: each dash represents one block lol
    edit: and maybe its just me, but my regions never say you have entered a region until i am into the second layer of the region. but protection works in all layers including first
     
  6. Nice to have someone woh doesn't expect it's just changing 1 line of code and boom, fixed :D

    I've been slacking off recently but I'm going to be working hard to fix this and more importantly improve it :D
     
  7. Offline

    randeri221

    well then
    my cb is 1000 again
    the config is
    Code:
    RegioGeneralConfiguration:
        SelectionToolID: 286
    
    im not expert with plugins or bugs or what ever but it writes this
    Code:
    20:07:03 [SEVERE] Could not pass event ENTITY_DAMAGE to Regios
    java.lang.NullPointerException
            at me.Adamki11s.Regios.RegiosEntityListener.onEntityDamage(RegiosEntityL
    istener.java:93)
            at org.bukkit.plugin.java.JavaPluginLoader$58.execute(JavaPluginLoader.j
    ava:649)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:332)
            at net.minecraft.server.EntityHuman.damageEntity(EntityHuman.java:423)
            at net.minecraft.server.EntityPlayer.damageEntity(EntityPlayer.java:179)
    
            at net.minecraft.server.EntityHuman.d(EntityHuman.java:561)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:858)
            at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    20:07:03 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    20:07:17 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    20:07:23 [INFO] <[Host]ran1> magnet
    20:07:23 [SEVERE] Could not pass event ENTITY_DAMAGE to Regios
    java.lang.NullPointerException
            at me.Adamki11s.Regios.RegiosEntityListener.onEntityDamage(RegiosEntityL
    istener.java:93)
            at org.bukkit.plugin.java.JavaPluginLoader$58.execute(JavaPluginLoader.j
    ava:649)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:332)
            at net.minecraft.server.EntityHuman.damageEntity(EntityHuman.java:423)
            at net.minecraft.server.EntityPlayer.damageEntity(EntityPlayer.java:179)
    
            at net.minecraft.server.EntityHuman.d(EntityHuman.java:561)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:858)
            at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    20:07:26 [INFO] [PLAYER_COMMAND] ran1: /list
    20:07:26 [SEVERE] Could not pass event ENTITY_DAMAGE to Regios
    java.lang.NullPointerException
            at me.Adamki11s.Regios.RegiosEntityListener.onEntityDamage(RegiosEntityL
    istener.java:93)
            at org.bukkit.plugin.java.JavaPluginLoader$58.execute(JavaPluginLoader.j
    ava:649)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:332)
            at net.minecraft.server.EntityHuman.damageEntity(EntityHuman.java:423)
            at net.minecraft.server.EntityPlayer.damageEntity(EntityPlayer.java:179)
    
            at net.minecraft.server.EntityHuman.d(EntityHuman.java:561)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:858)
            at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    20:07:30 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    20:07:36 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    20:07:55 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    20:08:09 [SEVERE] Could not pass event ENTITY_DAMAGE to Regios
    java.lang.NullPointerException
            at me.Adamki11s.Regios.RegiosEntityListener.onEntityDamage(RegiosEntityL
    istener.java:93)
            at org.bukkit.plugin.java.JavaPluginLoader$58.execute(JavaPluginLoader.j
    ava:649)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:332)
            at net.minecraft.server.EntityHuman.damageEntity(EntityHuman.java:423)
            at net.minecraft.server.EntityPlayer.damageEntity(EntityPlayer.java:179)
    
            at net.minecraft.server.EntityHuman.d(EntityHuman.java:561)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:858)
            at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    20:08:21 [SEVERE] Could not pass event ENTITY_DAMAGE to Regios
    java.lang.NullPointerException
            at me.Adamki11s.Regios.RegiosEntityListener.onEntityDamage(RegiosEntityL
    istener.java:93)
            at org.bukkit.plugin.java.JavaPluginLoader$58.execute(JavaPluginLoader.j
    ava:649)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:332)
            at net.minecraft.server.EntityHuman.damageEntity(EntityHuman.java:423)
            at net.minecraft.server.EntityPlayer.damageEntity(EntityPlayer.java:179)
    
            at net.minecraft.server.EntityHuman.d(EntityHuman.java:561)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:858)
            at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    thats all i think..
     
  8. I think you're completely missing the point. You have to tell me when you get that error, what causes it? Bit of common sense would be appreciated.
     
  9. Offline

    tazguy79

    I have tried making the region from every possible corner combination but the side of the region that doesnt back up is always the same one? its quite peculiar, and with my knowledge of java makes absolutely no sense...just one more update for ya lol

    edit if you want, in the next few days i could try and make a youtube video showing you the error, if you cant recreate it that is lol
     
  10. Offline

    Brody Romhanyi

    does buying lots use iconomy?
     
  11. Buying uses iConomy money yes, the owner of the region will get the money from whoever buys it.
     
  12. Offline

    Raycrash

    /regios addex <Region Name> <Player Name>
    does this mean the person can change all regions exceptions or just their own ?
     
  13. Offline

    coankid

    Great ;) Thx.

    So i can do a PVP Arena myself :D
     
  14. Unless the player has regios.override or is an op they will only be able to modify their own Region.
     
  15. Offline

    randeri221

    i dont know when or what is the cuase
    if i wpuld know the cuase i wouldnt need to post here :p
    the error just apear for no reason...
     
  16. Offline

    Raycrash

    Thanks. Also /regios version doesnt work ;(

    edit: it also seems that "expanddown" is bogus for values below ~30
     
  17. Well find out the cause and tell me so I can try to fix.
     
  18. Offline

    Raycrash

    We are trying right now... bleh :S

    Well it seems that some times it won't work....and then it works again.
    Any other conflicting plugins ?

    It seems that low values won't work but highers do.

    edit: "the height of your region cannot be smaller than 0!"
    this is the only thing I can tell you for now ;(
     
  19. Offline

    randeri221

    never mind.
    someone helped me to fix it.
    thx anyway :p
     
  20. Offline

    Elerador

    Two (in my opinion) very important things doesn't work for me:
    1. Glas / Glowstone are still destroyable if a region is protected. This bug is there in iZone too, so I think, it's a Bukkit-bug.
    2. The backup doesn't work. I can save a matrix, but if I try to restore it, it says "finished", but has nothing done or works ... and works ... and works until the server is getting restarted.
     
  21. Offline

    tazguy79

    sounds similar to my problem. try doing it in the middle of the region then do a backup my backup/restore feature works, but it leaves out the first few rows of the region when restoring
     
  22. Offline

    thestriker095

    Is there any possibility that you could integrate PermissionsEx (naitively) as is has proven to be MUCH more powerful than Permissions 3.0
     
  23. Offline

    tazguy79

    protections are working on my glass

    update on the backup/restore feature for the dev, I have tested it now in almost every single possible way, and have found that all that needs 2 be done to fix it is expand the backup/restore commands 2 include the 2 southmost rows of the region. (if you consider north to be the direction the clouds are moving.
     
  24. Offline

    Duginox

    Does it support essentials?
    If not, does it support items as payment? (Like diamonds)
     
  25. Nope, sorry.
     
  26. Offline

    Duginox

    Would it be possible to use both essentials AND iConomy then?
    I am using a couple of plugins that depends on my Essentials plugin, but I really NEED this. :p
     
  27. I'll see XD
     
  28. Offline

    Duginox

    iConomy and Essentials can apparently combine together without any conflicts.
    I have one issue tough. When I've made a region, and set-up a buyable sign other people seems to be unable to buy the region from the sign.
    Is there a permission node for buying regions from sign?

    My sign:
    Line 1 - [Regios]
    Line 2 - City1
    Line 3 - 500


    EDIT: Citizens & Showcase plugins seems to be corrupted when I combined them.
    Would it be possible to add Essentials support for the next update?
     
  29. Offline

    BIG_PIP_IN

    Are you using some sort of drop plugin for glass i know when i was running dropsplugin it was what was allowing the glass to be broke
     
  30. Offline

    Elerador

    Yes, I'm using "DropPlugin" as drop plugin (hehe). I try, if it works, wether I just disable the glass + glowstone - drops
     
  31. Offline

    tazguy79

    Adam, I was just curious how long before an update fixing the restore function would be? Like I said earlier, I am also a java coder and dislike demands from unthankful people. I only ask this because if I have your permission, I will just decompile the jar and try to fix it myself, but I know that is highly frowned upon, so I was wanted to know if you care, as long as I don't give it to anyone else. (provided bukkit has an easy to learn API that is lol)
     

Share This Page