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

    bob90

    Is it possible for a future update that this plugin can create multiple regions within a selected area?

    For example,
    This would kind of be like a grid. It starts off with a selected area (a square lets say), and you want to have 4 regions within that area. You could maybe type "/regios region-name 2x2" (2 by 2) to create 4 regions within the space of the selected area. The 4 new regions would have the same name except with a number 1,2,3,4 after them.

    Ex:​
    - I type /regios town 2x2​
    - 4 new regions are created with the names town1, town2, town3, and town4.​

    Better yet, maybe you could split already created regions in order to keep the possible flags (such as protect, allowentry, prevententry, lsps, etc) in tact within the newly just-split regions.
     
    dennijr likes this.
  3. Or you could just create sub regions :p
     
  4. Offline

    dennijr

    but i think he means so that you only have to type one command... using his example, you could create a massive region, then use a single command to split that area into 4 equal smaller areas... or potentially one command to split a large area into 10x10, rather than typing up 100 sub regions
     
  5. Offline

    Pheenixm

    Yah, I did that, restarted it and it worked OK. But then I had to restart it again, and it stopped working completely. Help
     
  6. Offline

    dennijr

    different problem or the same one again? if its different, another possible solution is to try to disable all plugins other than regios temporarily, if that works, add each plugin back in one by one until it breaks... even though regios is supposed to let other plugins override it (pretty sure anyway?) its possible that regios and another plugin are conflicting. if its the same problem, i would try downloading it again, maybe something got messed up somewhere along the line... if the console comes up and outputs anything at all, another post of the output would be helpful :)
     
  7. Offline

    bob90

    This is exactly what i mean :p
     
  8. I think this is an old bug from renaming regions. Try deleting and re-creating any regions you have re-named.


    Sorry I must have missed your post; it's hard to see them when there are about 5-10 posts daily :p/
    regios.* works the same as being an op yes, it gives you access to all commands. I'm pretty sure that it works fine. What permissions system are you using and did you try any other commands?

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

    GioGimic

    love this plugin , question how do you set speed for region ? , /region mf <slow/normal> dont seem to work
     
  10. Offline

    Xerex22222

  11. Offline

    dennijr

    no worries, i understand, i was just being impatient

    just using plain old permissions bukkit, and tbh i dont think i did try any other commands, pretty sure i went to bed instead and never got back to playing with it lmao
     
  12. The wiki is there for a reason:
    http://wiki.bukkit.org/Regios#Fun
     
  13. Offline

    dennijr

  14. Not particularly, I'll just update it with a link when I get the time.
     
  15. Offline

    kayloe

    I'm getting this error upon reloading or shutting down my server.
    Running CB#1185

    Code:
    2011-09-27 13:04:54 [SEVERE] Error occurred while disabling Regios v4.0.71 (Is it up to date?): org/getspout/spoutapi/player/SpoutPlayer
    
    java.lang.NoClassDefFoundError: org/getspout/spoutapi/player/SpoutPlayer
    
        at couk.Adamki11s.Regios.Main.Regios.onDisable(Regios.java:58)
    
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
    
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:941)
    
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:294)
    
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:287)
    
        at org.bukkit.plugin.SimplePluginManager.clearPlugins(SimplePluginManager.java:315)
    
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:381)
    
        at org.bukkit.Bukkit.reload(Bukkit.java:173)
    
        at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
    
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
    
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
    
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
    
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    
    Caused by: java.lang.ClassNotFoundException: org.getspout.spoutapi.player.SpoutPlayer
    
        at java.net.URLClassLoader$1.run(Unknown Source)
    
        at java.net.URLClassLoader$1.run(Unknown Source)
    
        at java.security.AccessController.doPrivileged(Native Method)
    
        at java.net.URLClassLoader.findClass(Unknown Source)
    
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    
        at java.lang.ClassLoader.loadClass(Unknown Source)
    
        at java.lang.ClassLoader.loadClass(Unknown Source)
    
        ... 22 more
    
     
  16. Offline

    dennijr


    from those first two lines, my best guess is that it looks as if your spout is not updated
     
  17. Offline

    GioGimic

    yes but it says nothing about speed , all that is there is this i do not see anything about speed , also the optional spout GUI seems to be buggy some times it works fine but most the time when i click somthing it dont work and i cant type in the boxs to add custom music and stuff it dont let me type in them ,

    Code:
    Commands
    Sets the LSPS value
    
    /regios lsps <Region> <Value> [regios.fun.lsps]
    Toggles whether PvP is enabled in the specified Region of not. Read more on the configuration files to understand how this works.
    
    /regios pvp <Region> <True/False>[regios.fun.pvp]
    Set the health regeneration rate which players will experience per second in a region (Range : -20 - + 20)
    
    /regios health-regen <Region> <Value>[regios.fun.health-regen]
    Set whether health is enabled in a region. (Setting to false will result in players not taking any damage, true will mean damage works as normal)
    
    /regios health-enabled <Region> <True/False> [regios.fun.health]
    Set the velocity warp factor which will be applied to the player whilst inside the Region. 0 will result in no change.
    
    /regios vel-warp <Region> <Value>[regios.fun.vel-warp]
    Sets the warp location for the Region which other players can warp/teleport to. (Must be in a Region already for this command to work).
    
    /regios set-warp [regios.fun.set-warp]
    Resets the warp location to null.
    
    /regios reset-warp <Region> [regios.fun.set-warp]
     
  18. Set the velocity warp factor which will be applied to the player whilst inside the Region. 0 will result in no change. /regios vel-warp <Region> <Value>[regios.fun.vel-warp]

    Looks pretty clear to me
     
  19. Offline

    kayloe

    My server config has PVP set to false.
    world.rwc is set to
    OverrideServerPvP: false
    EnabledOutsideRegions: false
    Yet people can PVP anywhere that is not a region. How do I fix this?

    Got that error running Spout RB#381
    Tried running Spout Dev #398 and still getting this error on reload/shutdown
    Code:
    2011-09-27 16:04:37 [SEVERE] Error occurred while disabling Regios v4.0.71 (Is it up to date?): org/getspout/spoutapi/gui/InGameHUD
    
    java.lang.NoClassDefFoundError: org/getspout/spoutapi/gui/InGameHUD
    
        at couk.Adamki11s.Regios.Main.Regios.onDisable(Regios.java:58)
    
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
    
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:941)
    
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:294)
    
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:287)
    
        at org.bukkit.plugin.SimplePluginManager.clearPlugins(SimplePluginManager.java:315)
    
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:381)
    
        at org.bukkit.Bukkit.reload(Bukkit.java:173)
    
        at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
    
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
    
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
    
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
    
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    
    Caused by: java.lang.ClassNotFoundException: org.getspout.spoutapi.gui.InGameHUD
    
        at java.net.URLClassLoader$1.run(Unknown Source)
    
        at java.net.URLClassLoader$1.run(Unknown Source)
    
        at java.security.AccessController.doPrivileged(Native Method)
    
        at java.net.URLClassLoader.findClass(Unknown Source)
    
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    
        at java.lang.ClassLoader.loadClass(Unknown Source)
    
        at java.lang.ClassLoader.loadClass(Unknown Source)
    
        ... 22 more
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Dec 14, 2016
  20. Offline

    dennijr

    hmm, is there any way that you could try to disable/remove spout temporarily just to see if it is in fact spout causing the problem and that the console isnt giving you a false warning?
     
  21. Spout Dev builds are generally unstable. Spout is optional. It's your choice.
     
  22. Offline

    pudd1nG

    I can't seem to be able to type into any of the spout GUI text boxes. I've tried a number of different version configs. Suggestions?

    Appreciated :)
     
  23. Offline

    dennijr

    haha i know that, i dont use spout with it :p but im trying to help kayloe fix his issue with what appears, at least to me, to be spout :p

    thats one i have no suggestions on, i think im gonna leave up to the developer (Adamki11s):p
     
  24. Offline

    Pheenixm

    Never re-named anything that I can recall. However, when I reload my server regios works fine. Its only on startup that this problem occurs, no matter how many times I rebuild the directory.
     
  25. Offline

    head_sh0t_pro

    Hey i was hoping someone could help me.
    When a user on my server tries to buy a lot is says: "An internal error occured while attempting to preform this command"
    Then it has this large error on my dos window.

    Code:
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:41)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NoClassDefFoundError: com/iConomy/iConomy
        at couk.Adamki11s.Regios.Economy.iConomyManager.getBalance(iConomyManager.java:11)
        at couk.Adamki11s.Regios.Economy.iConomyManager.canAffordRegion(iConomyManager.java:15)
        at couk.Adamki11s.Regios.Commands.EconomyCommands.buyRegion(EconomyCommands.java:60)
        at couk.Adamki11s.Regios.Commands.CommandCore.onCommand(CommandCore.java:696)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39)
        ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.iConomy.iConomy
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 17 more
    
    Hope you someone can help me.
    Thanks.
     
  26. Offline

    JRiSETH

    Code:
    [SEVERE] Error occurred while enabling Regios v4.0.71 (Is it up to date?): null
    java.lang.NullPointerException
            at couk.Adamki11s.Regios.Checks.ChunkGrid.<init>(ChunkGrid.java:37)
            at couk.Adamki11s.Regios.Regions.Region.<init>(Region.java:167)
            at couk.Adamki11s.Regios.Data.LoaderCore.loadRegions(LoaderCore.java:270)
            at couk.Adamki11s.Regios.Data.LoaderCore.setup(LoaderCore.java:33)
            at couk.Adamki11s.Regios.Data.CreationCore.setup(CreationCore.java:24)
            at couk.Adamki11s.Regios.Main.Regios.onEnable(Regios.java:84)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:920)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    
    Just got this error. Any help?
     
  27. You have set the config to iconomy but don't have it installed on your server.
     
  28. Offline

    head_sh0t_pro

    Code:
    2011-09-28 11:08:55 [INFO] Preparing level "world of fun"
    2011-09-28 11:08:55 [INFO] Default game type: 0
    2011-09-28 11:08:55 [INFO] Preparing start region for level 0 (Seed: -1691938532949548209)
    2011-09-28 11:08:56 [INFO] Preparing spawn area: 52%
    2011-09-28 11:08:57 [INFO] Preparing start region for level 1 (Seed: 4639676405858674222)
    2011-09-28 11:08:57 [INFO] Preparing spawn area: 0%
    2011-09-28 11:08:58 [INFO] Preparing spawn area: 77%
    2011-09-28 11:08:58 [INFO] [AnyoneSleep] Starting! (version 1.3 by R3ality)
    2011-09-28 11:08:58 [INFO] [AnyoneSleep] Found a permission system, using it!
    2011-09-28 11:08:58 [INFO] Backup v1.6 was sucessfully loaded!
    2011-09-28 11:08:58 [INFO] [Command iConomy] Loaded.
    2011-09-28 11:08:58 [INFO] CraftBukkitUpToDate version 2.6.1 is enabled!
    2011-09-28 11:08:58 [INFO] [Permissions] version [2.7.3] (Phoenix)  loaded
    2011-09-28 11:08:58 [INFO] [Giant Trees] version 0.3.3 is enabled
    2011-09-28 11:08:58 [INFO] [GravelClay] version 1.3.2 by [Darklust] is enabled.
    2011-09-28 11:08:58 [INFO] [iChat] Permissions 2.7.3 found
    2011-09-28 11:08:58 [INFO] iChat (v2.4.1) enabled
    [B]2011-09-28 11:08:58 [INFO] [iConomy - Celty] Enabled (27 ms)<------------------[/B]
    2011-09-28 11:08:59 [INFO] CButD: CraftBukkit is up to Date
    2011-09-28 11:08:59 [INFO] [Jail] Loaded 2 jail zones.
    2011-09-28 11:08:59 [INFO] [Jail] Loaded 2 prisoners.
    [quote="Adamki11s, post: 709354"]You have set the config to iconomy but don't have it installed on your server.[/quote]
    
    2011-09-28 11:08:59 [INFO] [Jail] Loaded 8 cells.
    2011-09-28 11:08:59 [INFO] Lockette version 1.4.4 is being enabled!  Yay!  (Core version 1.2.3)
    2011-09-28 11:08:59 [INFO] Lockette: Detected craftbukkit build [1185] ok.
    2011-09-28 11:08:59 [INFO] Lockette: Linked to Permissions plugin version 2.7.3
    2011-09-28 11:08:59 [INFO] Lockette: Ready to protect your containers.
    2011-09-28 11:08:59 [INFO] [MagicCarpet] MagicCarpet version 1.5.6 is enabled!
    2011-09-28 11:08:59 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-09-28 11:08:59 [INFO] [MagicCarpet] Using Permissions.
    2011-09-28 11:08:59 [INFO] [Mean Admins] is loading settings...
    2011-09-28 11:08:59 [INFO] [Mean Admins] version 0.3.2 is enabled
    2011-09-28 11:08:59 [INFO] [MineMail] v 1.3 is initializing
    2011-09-28 11:08:59 [INFO] iConomy = false
    2011-09-28 11:08:59 [INFO] [MineMail]  Hooked into Permissions version 2.7.3.
    2011-09-28 11:08:59 [INFO] [MineMail] v 1.3 is initialized
    2011-09-28 11:08:59 [INFO] [MobileAdmin] Loading server stats.
    2011-09-28 11:08:59 [INFO] [MobileAdmin] Loading chat log.
    2011-09-28 11:08:59 [INFO] [MobileAdmin] Loading users.
    2011-09-28 11:08:59 [INFO] [MobileAdmin] Starting server...
    2011-09-28 11:08:59 [INFO] [MobileAdmin] Version 3.0.1 is enabled!
    2011-09-28 11:09:00 [INFO] [MultiVerse] Permissions Found
    2011-09-28 11:09:00 [INFO] [MultiVerse] - Version 1.7.2 Enabled
    2011-09-28 11:09:00 [INFO] [MultiVerse] Found iConomy, enabling payments.
    2011-09-28 11:09:00 [INFO] [MultiVerse] 'world of fun' - Name contains invalid characters. Example - 'world23_nether'
    2011-09-28 11:09:00 [INFO] [MultiVerse] Loading World & Settings - 'World1' - NORMAL
    2011-09-28 11:09:00 [INFO] [MobileAdmin] Server listening on *:5839
    2011-09-28 11:09:00 [INFO] Preparing start region for level 2 (Seed: -8130868280522360996)
    2011-09-28 11:09:01 [INFO] Preparing spawn area for World1, 65%
    2011-09-28 11:09:01 [INFO] [MultiVerse] Loading World & Settings - 'world' - NORMAL
    2011-09-28 11:09:01 [INFO] Preparing start region for level 3 (Seed: -3356061954193705130)
    2011-09-28 11:09:02 [INFO] Preparing spawn area for world, 36%
    2011-09-28 11:09:03 [INFO] [MultiVerse] 'world of fun_nether' - Name contains invalid characters. Example - 'world23_nether'
    2011-09-28 11:09:03 [INFO] [MultiVerse] Loading World & Settings - 'kylesworld' - NORMAL
    2011-09-28 11:09:03 [INFO] Preparing start region for level 4 (Seed: -5229073112774873901)
    2011-09-28 11:09:04 [INFO] Preparing spawn area for kylesworld, 48%
    2011-09-28 11:09:05 [INFO] [MultiVerse] Loading World & Settings - 'uCreate' - NORMAL
    2011-09-28 11:09:05 [SEVERE] Could not set generator for default world 'uCreate': Plugin 'uCreate' does not exist
    2011-09-28 11:09:05 [INFO] Preparing start region for level 5 (Seed: 1498)
    2011-09-28 11:09:06 [INFO] Preparing spawn area for uCreate, 52%
    2011-09-28 11:09:07 [INFO] [MultiVerse] Loading World & Settings - 'world of fun' - NORMAL
    2011-09-28 11:09:07 [INFO] [MultiVerse] Loading World & Settings - 'world of fun_nether' - NETHER
    2011-09-28 11:09:07 [INFO] [MultiVerse] 6 - World(s) loaded.
    2011-09-28 11:09:07 [INFO] [MultiVerse] Loading Portals
    2011-09-28 11:09:07 [INFO] [MultiVerse] 24 - Portal(s) loaded.
    2011-09-28 11:09:08 [INFO] [Regios] Spout not detected. No Spout support.
    2011-09-28 11:09:08 [INFO] [Regios] Checking directories.
    2011-09-28 11:09:08 [INFO] [Regios] Deleting directory @_root/plugins/Regios/Dependancies
    2011-09-28 11:09:08 [INFO] [Regios] Directory check completed.
    2011-09-28 11:09:08 [INFO] [Regios] Checking configuration files.
    2011-09-28 11:09:08 [INFO] [Regios] Configuration check completed.
    2011-09-28 11:09:08 [INFO] [Regios] Loading configuration files.
    2011-09-28 11:09:08 [INFO] [Regios] Loaded default region configuation file.
    2011-09-28 11:09:08 [INFO] [Regios] Economy preset found : ICONOMY
    2011-09-28 11:09:08 [INFO] [Regios] Loading world configuration for world : world of fun
    2011-09-28 11:09:08 [INFO] [Regios] Loading world configuration for world : world of fun_nether
    2011-09-28 11:09:08 [INFO] [Regios] Loading world configuration for world : World1
    2011-09-28 11:09:08 [INFO] [Regios] Loading world configuration for world : world
    2011-09-28 11:09:08 [INFO] [Regios] Loading world configuration for world : kylesworld
    2011-09-28 11:09:08 [INFO] [Regios] Loading world configuration for world : uCreate
    2011-09-28 11:09:08 [INFO] [Regios] Configuration files loaded successfully!
    2011-09-28 11:09:08 [INFO] [Regios] Loading [44] Regions.
    2011-09-28 11:09:09 [INFO] The automatic update-Check only work every 6 hours, the last check was 1 minutes ago.
    2011-09-28 11:09:24 [INFO] Chunk file at 49,-63 is in the wrong location; relocating. (Expected 49, -63, got 40, -62)
    2011-09-28 11:09:24 [INFO] Chunk (40, -62) stored at  (49, -63)
    2011-09-28 11:09:24 [SEVERE] java.lang.Throwable
    2011-09-28 11:09:24 [SEVERE]    at org.bukkit.craftbukkit.util.LongHashtable.put(LongHashtable.java:19)
    2011-09-28 11:09:24 [SEVERE]    at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:77)
    2011-09-28 11:09:24 [SEVERE]    at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:96)
    2011-09-28 11:09:24 [SEVERE]    at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:455)
    2011-09-28 11:09:24 [SEVERE]    at couk.Adamki11s.Regios.Checks.ChunkGrid.<init>(ChunkGrid.java:46)
    2011-09-28 11:09:24 [SEVERE]    at couk.Adamki11s.Regios.Regions.Region.<init>(Region.java:167)
    2011-09-28 11:09:24 [SEVERE]    at couk.Adamki11s.Regios.Data.LoaderCore.loadRegions(LoaderCore.java:270)
    2011-09-28 11:09:24 [SEVERE]    at couk.Adamki11s.Regios.Data.LoaderCore.setup(LoaderCore.java:33)
    2011-09-28 11:09:24 [SEVERE]    at couk.Adamki11s.Regios.Data.CreationCore.setup(CreationCore.java:24)
    2011-09-28 11:09:24 [SEVERE]    at couk.Adamki11s.Regios.Main.Regios.onEnable(Regios.java:84)
    2011-09-28 11:09:24 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    2011-09-28 11:09:24 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:920)
    2011-09-28 11:09:24 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    2011-09-28 11:09:24 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    2011-09-28 11:09:24 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
    2011-09-28 11:09:24 [SEVERE]    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    2011-09-28 11:09:25 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    2011-09-28 11:09:25 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-09-28 11:09:25 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-09-28 11:09:25 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-09-28 11:09:27 [INFO] [Regios] Permissions support enabled!
    2011-09-28 11:09:27 [INFO] [Regios] Starting scheduler task...
    2011-09-28 11:09:27 [INFO] [Regios] Scheduler task initiated!
    2011-09-28 11:09:27 [INFO] [Regios] Regios version 4.0.71 enabled successfully!
    2011-09-28 11:09:27 [INFO] [Regios] Regios Developed by [Adamki11s].
    2011-09-28 11:09:27 [INFO] SimpleSignEdit v1.8 enabled.
    2011-09-28 11:09:27 [INFO] [SimpleSignEdit] Checking for table...
    2011-09-28 11:09:28 [INFO] [SimpleSignEdit] Table found! (Error code was SQL:2003 SQLState: null; feel free to post this line on the forum as it may help me improve the plugin; however, this is not a bug)
    2011-09-28 11:09:28 [INFO] TD 1.5 ENABLED
    2011-09-28 11:09:28 [INFO] WeatherSigns v0.3 Enabled
    2011-09-28 11:09:28 [INFO] [WeatherSigns] Permissions plugin found!
    2011-09-28 11:09:28 [INFO] WorldEdit 4.6 enabled.
    2011-09-28 11:09:28 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-09-28 11:09:28 [INFO] [dynmap] Using Permissions 2.7.3 for access control
    2011-09-28 11:09:28 [INFO] [dynmap] Loading shaders...
    2011-09-28 11:09:29 [INFO] [dynmap] Loaded 12 shaders.
    2011-09-28 11:09:29 [INFO] [dynmap] Loading perspectives...
    2011-09-28 11:09:29 [INFO] [dynmap] Loaded 56 perspectives.
    2011-09-28 11:09:29 [INFO] [dynmap] Loading lightings...
    2011-09-28 11:09:29 [INFO] [dynmap] Loaded 6 lightings.
    2011-09-28 11:09:29 [INFO] [dynmap] Using environment as template: normal
    2011-09-28 11:09:29 [INFO] [dynmap] Configuration of world world of fun
    2011-09-28 11:09:29 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@12078a
    2011-09-28 11:09:29 [INFO] [dynmap] enabled: true
    2011-09-28 11:09:29 [INFO] [dynmap] title: world of fun
    2011-09-28 11:09:29 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-09-28 11:09:29 [INFO] [dynmap] name: world of fun
    2011-09-28 11:09:30 [INFO] [dynmap] Loading maps of world 'world of fun'...
    2011-09-28 11:09:30 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-09-28 11:09:30 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-09-28 11:09:30 [INFO] [dynmap] Loaded 2 maps of world 'world of fun'.
    2011-09-28 11:09:30 [INFO] [dynmap] Using environment as template: nether
    2011-09-28 11:09:30 [INFO] [dynmap] Configuration of world world of fun_nether
    2011-09-28 11:09:30 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@e3d345
    2011-09-28 11:09:30 [INFO] [dynmap] enabled: true
    2011-09-28 11:09:30 [INFO] [dynmap] title: world of fun_nether
    2011-09-28 11:09:30 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, background=#300806, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=nether, title=Surface, prefix=nt, maximumheight=127, colorscheme=default, background=#300806}]}]
    2011-09-28 11:09:30 [INFO] [dynmap] name: world of fun_nether
    2011-09-28 11:09:30 [INFO] [dynmap] Loading maps of world 'world of fun_nether'...
    2011-09-28 11:09:30 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-09-28 11:09:30 [INFO] [dynmap] Loaded 1 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-09-28 11:09:30 [INFO] [dynmap] Loaded 2 maps of world 'world of fun_nether'.
    2011-09-28 11:09:30 [INFO] [dynmap] Using environment as template: normal
    2011-09-28 11:09:30 [INFO] [dynmap] Configuration of world World1
    2011-09-28 11:09:30 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@1438186
    2011-09-28 11:09:30 [INFO] [dynmap] enabled: true
    2011-09-28 11:09:30 [INFO] [dynmap] title: World1
    2011-09-28 11:09:30 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-09-28 11:09:30 [INFO] [dynmap] name: World1
    2011-09-28 11:09:30 [INFO] [dynmap] Loading maps of world 'World1'...
    2011-09-28 11:09:30 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-09-28 11:09:30 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-09-28 11:09:30 [INFO] [dynmap] Loaded 2 maps of world 'World1'.
    2011-09-28 11:09:30 [INFO] [dynmap] Using environment as template: normal
    2011-09-28 11:09:30 [INFO] [dynmap] Configuration of world world
    2011-09-28 11:09:30 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@ecbb6e
    2011-09-28 11:09:30 [INFO] [dynmap] enabled: true
    2011-09-28 11:09:30 [INFO] [dynmap] title: world
    2011-09-28 11:09:30 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-09-28 11:09:30 [INFO] [dynmap] name: world
    2011-09-28 11:09:30 [INFO] [dynmap] Loading maps of world 'world'...
    2011-09-28 11:09:30 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-09-28 11:09:30 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-09-28 11:09:30 [INFO] [dynmap] Loaded 2 maps of world 'world'.
    2011-09-28 11:09:30 [INFO] [dynmap] Using environment as template: normal
    2011-09-28 11:09:30 [INFO] [dynmap] Configuration of world kylesworld
    2011-09-28 11:09:30 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@1155f16
    2011-09-28 11:09:30 [INFO] [dynmap] enabled: true
    2011-09-28 11:09:30 [INFO] [dynmap] title: kylesworld
    2011-09-28 11:09:30 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-09-28 11:09:30 [INFO] [dynmap] name: kylesworld
    2011-09-28 11:09:30 [INFO] [dynmap] Loading maps of world 'kylesworld'...
    2011-09-28 11:09:30 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-09-28 11:09:30 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-09-28 11:09:30 [INFO] [dynmap] Loaded 2 maps of world 'kylesworld'.
    2011-09-28 11:09:30 [INFO] [dynmap] Using environment as template: normal
    2011-09-28 11:09:30 [INFO] [dynmap] Configuration of world uCreate
    2011-09-28 11:09:30 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@15d653
    2011-09-28 11:09:30 [INFO] [dynmap] enabled: true
    2011-09-28 11:09:30 [INFO] [dynmap] title: uCreate
    2011-09-28 11:09:30 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-09-28 11:09:30 [INFO] [dynmap] name: uCreate
    2011-09-28 11:09:30 [INFO] [dynmap] Loading maps of world 'uCreate'...
    2011-09-28 11:09:30 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-09-28 11:09:30 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-09-28 11:09:30 [INFO] [dynmap] Loaded 2 maps of world 'uCreate'.
    2011-09-28 11:09:30 [INFO] [dynmap] Web server is permitting symbolic links
    2011-09-28 11:09:30 [INFO] [dynmap] Loaded 8 components.
    2011-09-28 11:09:30 [INFO] [dynmap] The 'snowform' trigger has been deprecated due to Bukkit changes - use 'blockformed'
    2011-09-28 11:09:30 [INFO] [dynmap] Dynmap WebServer started on null:8123
    2011-09-28 11:09:30 [INFO] [dynmap] version 0.22 is enabled
    2011-09-28 11:09:30 [INFO] [ChestShop] Permissions version 2.7.3 loaded.
    2011-09-28 11:09:30 [INFO] [ChestShop] Lockette version 1.4.4 loaded.
    2011-09-28 11:09:30 [INFO] [ChestShop] version 3.21 initialized!
    2011-09-28 11:09:30 [INFO] [ChestShop] iConomy 6 loaded.
    2011-09-28 11:09:32 [INFO] [Jobs] - max-jobs property not found. Defaulting to unlimited!
    2011-09-28 11:09:32 [INFO] [Jobs] - Job Woodcutter is missing the max-level property. defaulting to no limits !
    2011-09-28 11:09:32 [INFO] [Jobs] - Job Woodcutter is missing the slots property. defaulting to no limits !
    2011-09-28 11:09:32 [INFO] [Jobs] - Job Miner is missing the max-level property. defaulting to no limits !
    2011-09-28 11:09:32 [INFO] [Jobs] - Job Miner is missing the slots property. defaulting to no limits !
    2011-09-28 11:09:32 [INFO] [Jobs] - Job Builder is missing the max-level property. defaulting to no limits !
    2011-09-28 11:09:32 [INFO] [Jobs] - Job Builder is missing the slots property. defaulting to no limits !
    2011-09-28 11:09:32 [INFO] [Jobs] - Job Digger is missing the max-level property. defaulting to no limits !
    2011-09-28 11:09:32 [INFO] [Jobs] - Job Digger is missing the slots property. defaulting to no limits !
    2011-09-28 11:09:32 [INFO] [Jobs] - Job Farmer is missing the max-level property. defaulting to no limits !
    2011-09-28 11:09:32 [INFO] [Jobs] - Job Farmer is missing the slots property. defaulting to no limits !
    2011-09-28 11:09:32 [INFO] [Jobs] - Job Hunter is missing the max-level property. defaulting to no limits !
    2011-09-28 11:09:32 [INFO] [Jobs] - Job Hunter is missing the slots property. defaulting to no limits !
    2011-09-28 11:09:32 [INFO] [Jobs] - Job Fisherman is missing the max-level property. defaulting to no limits !
    2011-09-28 11:09:32 [INFO] [Jobs] - Job Fisherman is missing the slots property. defaulting to no limits !
    2011-09-28 11:09:32 [INFO] [Jobs] - Job None is missing the max-level property. defaulting to no limits !
    2011-09-28 11:09:32 [INFO] [Jobs] - Job None is missing the slots property. defaulting to no limits !
    2011-09-28 11:09:39 [INFO] [Jobs v2.5.1] has been enabled succesfully.
    2011-09-28 11:09:39 [INFO] [Jobs] Successfully linked with iConomy 6.
    2011-09-28 11:09:39 [INFO] [Jobs] Successfully linked with Permissions.
    2011-09-28 11:09:39 [INFO] [mcMMO] Permissions version 2.7.3 found, using Permissions.
    2011-09-28 11:09:39 [INFO] Loading Config File...
    2011-09-28 11:09:42 [INFO] [mcMMO] Permissions version 2.7.3 found, using Permissions.
    2011-09-28 11:09:42 [INFO] mcMMO version 1.1.11 is enabled!
    2011-09-28 11:09:42 [INFO] (NoCheat) Did you know? This version of NoCheat was written for CraftBukkit RB #1060
    2011-09-28 11:09:42 [INFO] (NoCheat) Did you know? NoCheat supports the new "SuperPerms" system. You can activate it in the config file.
    2011-09-28 11:09:42 [INFO] [NoCheat] version [1.14e] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-09-28 11:09:42 [INFO] [NoCheat] version [1.14e] is enabled with the following checks: moving speedhack infinitedurability flying fastswim
    2011-09-28 11:09:42 [INFO] Done (4.784s)! For help, type "help" or "?"
    2011-09-28 11:09:43 [INFO] New max size: 484
    2011-09-28 11:09:43 [INFO] New max size: 784
    2011-09-28 11:11:29 [INFO] head_sh0t_pro [/150.160.217.175:54349] logged in with entity id 477 at ([uCreate] -3.75, 4.0, 26.28125)
    2011-09-28 11:11:29 [INFO] Loaded world: uCreate
    2011-09-28 11:11:47 [INFO] Loaded world: kylesworld
    2011-09-28 11:11:49 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-09-28 11:11:52 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-09-28 11:12:05 [INFO] Loaded world: World1
    2011-09-28 11:12:08 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-09-28 11:13:04 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-09-28 11:13:07 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-09-28 11:13:16 [INFO] Loaded world: world
    2011-09-28 11:13:20 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-09-28 11:14:58 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-09-28 11:15:07 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'regios' in plugin Regios v4.0.71
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:41)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NoClassDefFoundError: com/iConomy/iConomy
        at couk.Adamki11s.Regios.Economy.iConomyManager.getBalance(iConomyManager.java:11)
        at couk.Adamki11s.Regios.Economy.iConomyManager.canAffordRegion(iConomyManager.java:15)
        at couk.Adamki11s.Regios.Commands.EconomyCommands.buyRegion(EconomyCommands.java:60)
        at couk.Adamki11s.Regios.Commands.CommandCore.onCommand(CommandCore.java:696)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39)
        ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.iConomy.iConomy
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 17 more
    BUT IT IS RUNNING!.......
     
  29. [/CODE][/quote]Ok thanks. It just looks like 1 region is loading incorrectly. I'll check this out.[/CODE][/quote]
     
  30. Offline

    Pheenixm

    How am I supposed to know what regions I or my users have renamed? I run a pretty large server and I can't keep track of all the regions they create.
     
  31. Offline

    TheVisas

    I like the old one :) It's running great on 1.8 server. I installed today newest version of regios but i don't understand how i configure it. I readed all wikia but old one is very good :) When im using /regios patch my regions plots aren't protected. I can't reinstal my server becouse too many ppl are playing.
     

Share This Page