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

    Stephen304

    This plugin is very useful, however I would like a couple features to be added. I think it would be very useful to also protect from all tnt and creeper destruction, even if the creeper or tnt went off just outside of the region. Other than this, its a great plugin!
     
    Slyden likes this.
  3. Offline

    Luwiego

    Another bug... Regions cant be protected. It says An internal error occurred while attempting to perform this command
     
  4. Umm haven't really thought about it. SQLite works fine for me. Yes Essentials protect is probably conflicting and as for the bug reports I'd rather you submit them so that I can fix them :)

    Yeah that's on my list of updates for 34 as you can see above ;)
    Could you please give more information, all of the bug reports you hand to me are due to you. Last time it was trying to modify the sql tables without knowing what you were doing. Before that it was running unsupported versions against different builds. If you keep blaming your mistakes on my plugin and claim it to be a 'bug' without any further evidence I'm going to simply ignore you.

    That's already a planned update, it was a feature originally but I had to remove it due to some small bugs :D
    Thank you :D As for the message about Regios I believe only OP's or players with either the nodes Regios.* or Regios.version recieve that message.

    Thanks for the video, that really helped to clarify the problem, I think this is happening now because onPlayerTeleport I update some values to enable the messages to send if you teleport directly into another region after being in one previously. I have some free time today so will be doing a lot of coding towards the 3.4 update for everyone :D. Again thank you for you bug report, don't hesitate to submit them as long as you are sure they're accurate and you provide information about the error I won't get angry :p

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

    Leo Liu

    Hi, can someone PLEASE help me?

    Code:
    18:50:54 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'regi
    os' in plugin Regios v3.2
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    8)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    81)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:718)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:684)
    
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:677)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchMethodError: com.alta189.sqllitelib.sqlCore.deleteQue
    ry(Ljava/lang/String;)V
    at me.Adamki11s.Regios.RegiosFileManager.deleteRegion(RegiosFileManager.
    java:753)
    at me.Adamki11s.Regios.RegiosCommandManager.onCommand(RegiosCommandManag
    er.java:241)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    >
    
    Please, this is the error that pops up when I try to protect my region.
     
  6. Have you modified the jar in any way because it looks to me as though you have.
     
  7. Offline

    KeX3

    The mobspawn property seems to be ignored when saving regions.
    Setting mobspawn to true and double-checking the db will have a "1" in the prohibitedmobs-field, even though /regios info <region> says that spawning is enabled.

    Restarting the server however will set spawning to disabled.

    (Regios 3.3)
     
  8. Regios 3.4 coming soon. Multi coloured messages, inherit region properties from each other and rename regions done so far.
     
  9. Offline

    lumbert

    Recently the following exception started to appear:

    11-06-07 21:32:21 [SEVERE] Could not pass event ENTITY_DAMAGE to Regios
    java.lang.NullPointerException
    at me.Adamki11s.Regios.RegiosEntityListener.onEntityDamage(RegiosEntityListener.java:35)
    at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:570)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    at net.minecraft.server.EntityHuman.d(EntityHuman.java:527)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:867)
    at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    We use the latest versions of bukkit and Regios - does anyone have a solution or hint, were we have to search? Best regards!
     
  10. Do you get this when you interact with an NPC from the likes of citizens? If you give me more details I could help resolve this, maybe give me your server IP so I can come on and assist you as well.
     
  11. Offline

    lucent

    I've also encountered this issue. It seemed to me that it's from defining a region, then changing the level-name flag in the server.properties file such that CB creates a new world. When I encountered it, I deleted the regios data file and let it make a new one. I haven't had the issue since, though I haven't changed level-name to confirm if it was the cause. @Bombrider, just out of curiosity, have you been changing the level-name flag?
     
  12. Offline

    frozeur

    Help me!

    I can not put the rights chosen for each group, it does not work.
    I can only create zones, no more.

    This only works when I put 'Regios .*'

    Bukki 1.6.6
    GroupManager Essentials plugin for rights.
     
  13. Offline

    vasil7112

    Could not pass event player_move to Regios
     
  14. Offline

    AxelF87

    Hi,
    I have two questions/problems.
    1. Is it possible to define round regions?
    (I have a round Town and I like to set entry messages and permission who is allowed to get in)
    2. expandup and expanddown doesn't work, only expandmax works on my server.

    Really good work, keep on!!!
    I love this plugin.

    sry for my bad englisch!

    Thanks for reply!
     
  15. Offline

    Musaddict

    @Adamki11s I have a compatibility issue; whenever I use the /jump command (or the compass functionality) on WorldEdit, or simply teleport or glitch, I get spammed messages telling me whether or not I'm in one of the areas. Is it possible to make it so that if you tp/glitch or /jump from outside an area to a location also outside an area that it doesn't send a message telling me that i left an area? lol, thnx!
     
  16. Yeah I'm trying to fix because some people wanted messages sent when they teleport from inside a region to another one, I'll try to find a workaround :)
    You can't define round regions yet but I think that'd be a nice feature to add.
    As for expandmax and expand down those commands are currently non-existant but they're being re-added in version 3.4.

    How am supposed to fix this when you provide me with no information whatsoever?
    GroupManager fakes permissions I believe and Regios only supports permissions at the moment. When I've done most of the major updates I'll look to expand to support other permissions-style plugins.
     
  17. Offline

    Dazzel

    Not really. Users can not use the expandmax command but they can use the modify command. Using Permissions 3.1.4 ;)
     
  18. Offline

    lumbert

    At first thanks for your offer - unfortunately I'm "just" the admin of the server created for my son, I don't play myself - just monitor the log files. I will try to narrow this down with his help, although I installed Citizens yesterday the message was there before. Probably it is caused by the Plugin EggRenade.
     
  19. Well they must have the Regios.modify node. Either that or permissions is broken. I have heard a few of my friends saying permissions is broken at the moment :S
     
  20. Offline

    Dazzel

    Oh.. Good to know :)
     
  21. Offline

    Kainzo

    Nice updates, I'm still looking for a Region alternative =/
     
  22. What do you mean, like a worldguard replacement?
     
  23. Offline

    Kainzo

    Well - with the new Herocraft map - we're looking on putting Limitations on regions in both size, cost and amount.

    I skimmed this but didn't see any ability in that. I like the set up of this better than Regions from Worldguard - however neither seems to do what I need exactly.
     
  24. I am planning to do something like that so users in a certain group can only create a set amount of regions with a certain size but that'll probably be after v3.5 with buying and selling of regions.
     
  25. Offline

    Leo Liu

    I have not modified it. I downloaded it, and put it in.
     
  26. Just finished coding the inheritance, expanding max and and expanding down commands. Working on allowing you to warp/teleport to regions now. Protection has also been improved. lava and water cannot flow into a region and minecarts can be placed. TNT and creeper explosions will not occur within a 10 blocks radius of each region.
     
    AS1LV3RN1NJA likes this.
  27. Offline

    Sluijsens

    I have a region where mobs can't be spawned, but I have an arena that needs monsters. When I create a subregion with mobspawn true, it still doesn't because it is in the other region. Can that be fixed or isn't that possible because I really don't want my arena outside my city or even replace the whole arena and set-ups.

    I hope that I'm clear enough:)

    KR
    Sluijsens
     
  28. I understand what you're asking, I'll do my very best to make sure I get this working for 3.4 and I'll also try to make it so you can differentiate between mobs and monsters :D
     
  29. Offline

    Sluijsens

    yay, thank you.
    Love this plugin:)

    Am I right that v3.5 will contain buying and selling regions? I saw something about it in a previous reply.

    KR
    Sluijsens
     
  30. Yep that's Right :D
    I'm working on hard on v3.4 to get it released before Sunday. You can see the features above.

    Also on a side note :p :

    If You appreciate my hard work but can't/don't want to donate then please just click on this link and wait 5 seconds and click skip. It helps me get a little money for my hard work and I'd really appreciate it, thank you :).
    HELP ME :D
     
  31. Offline

    Sluijsens

    wow cool. Sorry I overlooked the features spoiler.
    I will definitely keep track of it.
    I also clicked the link:)
    Keep up the good work.

    KR
    Sluijsens
     

Share This Page