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. Not yet, a Bukkit version of 1.8 is not even out yet.

    Ah yes, I had this on my todo list a while back but forgot about it.

    I'll include a config file which you can use to set prices for all Region properties. Should have that completed tonight along with a few other issues and then I can document that and finish up the API ;).

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

    Tux2

    Perfect! I've been limping along on an outdated, abandoned plugin for far too long (last update was in the 600 builds) as it was the only one I could find that did what I wanted. (While patiently watching the progress of this plugin) I love the fact that you actually use spout as an optional part of the plugin to present a nice GUI to the user if they have it.
     
  4. Oo, is this the Cuboid plugin? I used to run that one, before I decided to make my own :p
     
  5. Offline

    Tux2

    Nope, iCoLand is the one... It went inactive shortly after I installed it unfortunately... Haven't really found anything that does the job quite as well since then. When I saw your plugin, waaaay back in May, I knew that yours would be the replacement as long as you stuck with it. (I guess I wasn't disappointed :) )
    EDIT: seems the last build was for 740, not in the 600's like I thought...
     
  6. :) Thanks. I'm going to be adding in rent-able Regions soon so it should be up to scratch with your old plugin Economy wise ;).
     
    gameswereus likes this.
  7. Offline

    Tux2

    Hey, I was just looking in the in game help for the latest dev version you have posted and it seems that you missed the /r set command in the general section for the spout client. I would have to say though, very well done! Another bug I found was if there was no music in the playlist, yet music was enabled for that area it would cause an exception on the server which would break any other checks you try to do after it. (this is on 1.7.3)
     
  8. Offline

    EvilPeanut

    Hi Adam, PLEASE ADD THIS (Cudboid had it i think & i loved it):
    - Make it so when you create a region it is protected automatically (Make this configurable)
    - Make it so welcome and leave messages are off by default (Configurable)
    - Add /regios highprotect (Not to fussed, but some people may like it)
    1 More Thing, I Think Il Donate Soon :)
     
  9. Offline

    Tux2

    It looks like the top two options are already configurable by going and editing the file DefaultRegion.config under the folder Regios/Configuration.
     
  10. I have documented the set command. You may have missed it :p http://wiki.bukkit.org/Regios#General_2

    Thanks for the error report I will test this, could you please post the error that you see in the console here please.

    1) You can already do this, http://wiki.bukkit.org/Regios#Default_Region_Configuration Just set protected to true.
    2) See above ^^ . Just set to false.
    3) I am going to stick with the normal : /regios protect-all <Region> and then /regios expand-max to avoid confusion.

    Awesome :D I'll look forward to it! I'm just finishing up on the API and a bit of documentation and then I should be able to release of BukkitDev and on here as a stable build tonight I hope!

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

    Potato123

    can you update your plugin so taht you can stop the effect of teh healt loose region when you have a item
     
  12. I replied to your email on this. Other devs can use the API to do this.

    Stable Build Released ! : v4.0.71 :D
    Am making a submission on BukikitDev now! Thanks for all your support!

    Please donate if you appreciate my hard work!

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

    Nibelton

    using /reg edit and clicking on Block Break Protection:
    Code:
    2011-09-18 20:46:48 [SEVERE] Could not pass event CUSTOM_EVENT to Regios
    java.lang.NullPointerException
        at couk.Adamki11s.Regios.SpoutGUI.Screen_Listener.helpListener(Screen_Listener.java:102)
        at couk.Adamki11s.Regios.SpoutGUI.Screen_Listener.onButtonClick(Screen_Listener.java:44)
        at org.getspout.spoutapi.event.screen.ScreenListener.onCustomEvent(ScreenListener.java:51)
        at org.bukkit.plugin.java.JavaPluginLoader$88.execute(JavaPluginLoader.java:862)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at org.getspout.spoutapi.packet.PacketControlAction.run(PacketControlAction.java:102)
        at org.getspout.spout.packet.CustomPacket.a(CustomPacket.java:129)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    it gives same error(or at least simillar) with ALL other buttons(even close/arrows lol)
     
  14. Thank you, I can confirm this happens to me as well. Will fix now.

    Fixed, just re-download :D

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

    Nibelton

    great plugin,don't know what i would do without it...some of my friends just dont understand "wtfdontfukingtouchit!!!11" :D
     
  16. Hehe thanks :D They may be referring to the old version which was, well yukk.

    Old Version:
    [​IMG]

    New Version:
    [​IMG]

    Well, the same principal anyway :p
     
    scar_ likes this.
  17. Offline

    Xanxth

    1.8 Compatible? B 1136
     
  18. Offline

    Zombiemold

    Got a question

    I am completely new to Regios, and have set up a server using it.

    I have set up a few regions for newbies for protection and what not. What I am not clear on is exactly the radius of the regions I create.

    In my mind, when I use /reg set , I am picking two points, and an imaginary 3d box is stretched between the two, to identify the region. Is this what is happening? Do the regions have to be perfect squares? Please elaborate a little bit for a newbie here :)
     
  19. Not yet, I'm waiting for a stable build.

    They do not have to be perfect squares but every region is a cuboid shape formed between the two points selected.

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

    Xanxth

    fml I hate endermen Im going to die. STOP GRIEFING ME ENDERMEN. Logblock can't even roll em back!
     
  21. Offline

    Monkey_nuts

    Hey For some reason my version of regios isn't working but all there are no cmd errors,
    Code:
    2011-09-19 16:37:42 [INFO] Starting minecraft server version Beta 1.7.3
    2011-09-19 16:37:42 [INFO] Loading properties
    2011-09-19 16:37:42 [INFO] Starting Minecraft server on *:25565
    2011-09-19 16:37:42 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-09-19 16:37:46 [INFO] DataSourcePool [MinecartManiaCore] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-09-19 16:37:46 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-09-19 16:37:49 [INFO] Entities enhanced[0] subclassed[2]
    2011-09-19 16:37:49 [INFO] DataSourcePool [MinecartManiaSignCommands] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-09-19 16:37:49 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-09-19 16:37:49 [INFO] Entities enhanced[0] subclassed[2]
    2011-09-19 16:38:03 [INFO] Lottery version 0.5.5 is enabled
    2011-09-19 16:38:03 [INFO] [Permissions] (Yeti) was initialized.
    2011-09-19 16:38:04 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-09-19 16:38:04 [INFO] Preparing level "World"
    2011-09-19 16:38:04 [INFO] Preparing start region for level 0 (Seed: -892536533442353231)
    2011-09-19 16:38:05 [INFO] Preparing spawn area: 16%
    2011-09-19 16:38:06 [INFO] Preparing spawn area: 24%
    2011-09-19 16:38:07 [INFO] Preparing spawn area: 32%
    2011-09-19 16:38:09 [INFO] Preparing spawn area: 48%
    2011-09-19 16:38:10 [INFO] Preparing spawn area: 65%
    2011-09-19 16:38:11 [INFO] Preparing spawn area: 97%
    2011-09-19 16:38:11 [INFO] Preparing start region for level 1 (Seed: -892536533442353231)
    2011-09-19 16:38:12 [INFO] Preparing spawn area: 28%
    2011-09-19 16:38:13 [INFO] Preparing spawn area: 56%
    2011-09-19 16:38:14 [INFO] Preparing spawn area: 77%
    2011-09-19 16:38:15 [INFO] [AutoSave] Loading config file
    2011-09-19 16:38:15 [INFO] [AutoSave] Version 2.0.1 is enabled: 9331caed-cce0-40c1-8d3c-6650daf6f24c
    2011-09-19 16:38:15 [INFO] [AutoSave][Permission] Custom Permissions "Local Permissions" found: Loaded
    2011-09-19 16:38:15 [INFO] [AutoSave][Permission] PermissionsEx not found.
    2011-09-19 16:38:15 [INFO] [AutoSave][Permission] Permissions (Phoenix) hooked.
    2011-09-19 16:38:15 [INFO] [AutoSave][Permission] Permissions (Phoenix) found: Loaded
    2011-09-19 16:38:15 [INFO] ButtonWarp 1.1 is enabled!
    2011-09-19 16:38:15 [INFO] [ButtonWarp] Successfully linked with Permissions!
    2011-09-19 16:38:15 [INFO] [ButtonWarp] Successfully linked with iConomy 5!
    2011-09-19 16:38:15 [INFO] Cards is working properly!
    2011-09-19 16:38:16 [INFO] ChestLock 1.1 is enabled!
    2011-09-19 16:38:16 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-09-19 16:38:17 [INFO] [ChestShop] version 3.00 BETA 11 initialized!
    2011-09-19 16:38:17 [INFO] [ChestShop] iConomy 5 loaded.
    2011-09-19 16:38:17 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-09-19 16:38:17 [INFO] Elevators version 1.4.3 is enabled and linked to Permissions! 0 elevators in worlds "World", "World_nether" loaded.
    2011-09-19 16:38:20 [INFO] Loaded Essentials build 2.2.8 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-09-19 16:38:20 [INFO] Loaded EssentialsProtect build 2.2.8 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-09-19 16:38:20 [INFO] Loaded EssentialsSpawn build 2.2.8 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-09-19 16:38:22 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-09-19 16:38:22 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-09-19 16:38:22 [INFO] [Cards] Hooked into iConomy.
    2011-09-19 16:38:22 [INFO] [iConomy] hooked into Permissions.
    2011-09-19 16:38:22 [INFO] [Lottery] Payment method found (iConomy version: 5)
    2011-09-19 16:38:22 [INFO] [MagicCarpet] MagicCarpet version 1.5.6 is enabled!
    2011-09-19 16:38:22 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-09-19 16:38:22 [INFO] [MagicCarpet] Using Permissions.
    2011-09-19 16:38:22 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    2011-09-19 16:38:22 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.8 is enabled!
    2011-09-19 16:38:23 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.2.8 is enabled!
    2011-09-19 16:38:23 [INFO] [MobBounty] v4.05 (Oxygen) enabled.
    2011-09-19 16:38:23 [INFO] [MobBounty] Developed by: [Mattera, Steven (IchigoKyger)].
    2011-09-19 16:38:23 [INFO] [MobBounty] Special Thanks to: nijikokun for the Register API.
    2011-09-19 16:38:23 [INFO] [MobBounty] Config loaded.
    2011-09-19 16:38:23 [INFO] [MobBounty] Permission plugin was found (Permissions v3.1.6).
    2011-09-19 16:38:23 [INFO] [MobBounty] Payment plugin was found (iConomy v5).
    2011-09-19 16:38:23 [INFO] [MonsterHunt] MonsterHunt Loaded!
    2011-09-19 16:38:23 [INFO] PhatLoots 0.9.1 is enabled!
    2011-09-19 16:38:23 [INFO] [PhatLoots] Successfully linked with Permissions!
    2011-09-19 16:38:23 [INFO] [PhatLoots] Successfully linked with iConomy 5!
    2011-09-19 16:38:23 [INFO] [PorteCoulissante] plugin version 1.2.1 by Captain_Chaos enabled
    2011-09-19 16:38:25 [INFO] [Regios] Spout detected! Spout support enabled!
    2011-09-19 16:38:26 [INFO] [Regios] Checking directories.
    2011-09-19 16:38:26 [INFO] [Regios] Directory check completed.
    2011-09-19 16:38:26 [INFO] [Regios] Checking configuration files.
    2011-09-19 16:38:26 [INFO] [Regios] Configuration check completed.
    2011-09-19 16:38:26 [INFO] [Regios] Loading configuration files.
    2011-09-19 16:38:26 [INFO] [Regios] Loaded default region configuation file.
    2011-09-19 16:38:26 [INFO] [Regios] No economy preset specified in config.
    2011-09-19 16:38:26 [INFO] [Regios] Loading world configuration for world : World
    2011-09-19 16:38:26 [INFO] [Regios] Loading world configuration for world : World_nether
    2011-09-19 16:38:26 [INFO] [Regios] Configuration files loaded successfully!
    2011-09-19 16:38:26 [INFO] [Regios] No Regions to load.
    2011-09-19 16:38:26 [INFO] [Regios] Permissions support enabled!
    2011-09-19 16:38:27 [INFO] [Regios] Starting scheduler task...
    2011-09-19 16:38:27 [INFO] [Regios] Scheduler task initiated!
    2011-09-19 16:38:27 [INFO] [Regios] Regios version 4.0.71 enabled successfully!
    2011-09-19 16:38:27 [INFO] [Regios] Regios Developed by [Adamki11s].
    2011-09-19 16:38:27 [INFO] [SpawnMob] Permission system found, plugin enabled
    2011-09-19 16:38:27 [INFO] [SpawnMob] Version 1.9.6 enabled.
    2011-09-19 16:38:29 [INFO] Spout 1.0.5.227 has been initialized
    2011-09-19 16:38:31 [INFO] Turnstile 1.9.1 is enabled!
    2011-09-19 16:38:31 [INFO] [Turnstile] Successfully linked with Permissions!
    2011-09-19 16:38:31 [INFO] [Turnstile] Successfully linked with iConomy 5!
    2011-09-19 16:38:31 [INFO] VoxelAir version 2.008 is enabled!
    2011-09-19 16:38:31 [INFO] [VoxelPort] ContainerSize set to 100
    2011-09-19 16:38:31 [INFO] [VoxelPort] Config loaded
    2011-09-19 16:38:32 [INFO] [VoxelPort] Portals loaded! 4 portals have been loaded.
    2011-09-19 16:38:32 [INFO] [VoxelPort] Portal zones have been sorted into 1 containers.
    2011-09-19 16:38:32 [INFO] [VoxelPort] Starting thread...
    2011-09-19 16:38:32 [INFO] [VoxelPort] Thread Started!
    2011-09-19 16:38:32 [INFO] VoxelPort version 2.028 is enabled!
    2011-09-19 16:38:32 [INFO] [VoxelSniper] Config loaded
    2011-09-19 16:38:32 [INFO] VoxelSniper version 4.753 is enabled! Snipe away.
    2011-09-19 16:38:32 [INFO] WorldEdit 4.6 enabled.
    2011-09-19 16:38:32 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-09-19 16:38:32 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-09-19 16:38:33 [INFO] WorldGuard: (World) Single session is enforced.
    2011-09-19 16:38:33 [INFO] WorldGuard: (World) TNT ignition is PERMITTED.
    2011-09-19 16:38:33 [INFO] WorldGuard: (World) Lighters are PERMITTED.
    2011-09-19 16:38:33 [INFO] WorldGuard: (World) Lava fire is blocked.
    2011-09-19 16:38:33 [INFO] WorldGuard: (World) Fire spread is UNRESTRICTED.
    2011-09-19 16:38:33 [INFO] WorldGuard: Loaded configuration for world 'World"
    2011-09-19 16:38:33 [INFO] WorldGuard: (World_nether) Single session is enforced.
    2011-09-19 16:38:33 [INFO] WorldGuard: (World_nether) TNT ignition is PERMITTED.
    2011-09-19 16:38:33 [INFO] WorldGuard: (World_nether) Lighters are PERMITTED.
    2011-09-19 16:38:33 [INFO] WorldGuard: (World_nether) Lava fire is blocked.
    2011-09-19 16:38:33 [INFO] WorldGuard: (World_nether) Fire spread is UNRESTRICTED.
    2011-09-19 16:38:33 [INFO] WorldGuard: Loaded configuration for world 'World_nether"
    2011-09-19 16:38:33 [INFO] WorldGuard 5.2.2 enabled.
    2011-09-19 16:38:33 [INFO] [iChat] Found Permissions (v3.1.6)
    2011-09-19 16:38:33 [INFO] iChat (v2.3.3-p3) enabled
    2011-09-19 16:38:33 [INFO] [Minecart Mania] Permissions detected. Using permissions.
    2011-09-19 16:38:33 [INFO] [Minecart Mania] MinecartManiaAdminControls version 1.2.7 is enabled!
    2011-09-19 16:38:33 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.2.5 is enabled!
    2011-09-19 16:38:33 [INFO] [MobArena] Payment method found (iConomy version: 5)
    2011-09-19 16:38:33 [INFO] [MobArena] No valid recurrent waves detected for arena 'default'. Using defaults...
    2011-09-19 16:38:34 [INFO] [MobArena] v0.94.2 enabled.
    2011-09-19 16:38:34 [INFO] [ScrollingMenuSign]: [ScrollingMenuSign] Register library not found! Downloading...
    2011-09-19 16:38:37 [WARNING] [ScrollingMenuSign]: [ScrollingMenuSign] Error accessing Register lib URL: java.io.FileNotFoundException: https://github.com/iConomy/Register/raw/master/dist/_Register.jar
    2011-09-19 16:38:37 [INFO] [ScrollingMenuSign]: saved 0 menus  and 0 views to file.
    2011-09-19 16:38:37 [INFO] [ScrollingMenuSign]: ScrollingMenuSign version 0.6 is disabled!
    2011-09-19 16:38:37 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-09-19 16:38:37 [INFO] Done (3.357s)! For help, type "help" or "?"
    2011-09-19 16:38:42 [INFO] [VoxelPort] PortTick thread executing. Running at interval of 5000ms, with 100 CodeTime each Tick
    
    I have the given admins [including me] the ability to use this but i still can't use it for some reason :/
    Is there any plugins that would conflict with this?
     
  22. Maybe you should wait for a 1.8 version...

    No conflicts as far as I know. By the looks of it you haven't even created any Regions and it is loading fine. What isn't 'working' for you? Do you know how to create a Region?

    1. /regios set
    2. Set 2 points by right and left clicking with selection tool
    3. /regios create <Name>

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

    Xerex22222

    I create a Region and now i want to know the name of the region?

    Without regios list and without the the setwelcome and leave message that i get when i enter or leave the region.

    How can i get the name of the region or how can i know that i'm in a region?
     
  24. Offline

    gamemakertim

    heey,

    i am a huge fan of ur pluggin, but i has update the pluggin, al my regios are gone. okeey i am now reinstall them but i cant found the "mobspawn false" command, can u tell me were i can found it ore give the command

    MakerTim
     
  25. /regios check

    It's all on the wiki

    It's on the wiki page, link above.

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

    gamemakertim

    so it won't be any more a command?
     
  27. Offline

    Nexriz

    When i try to buy a plot it says: [Regios] Economy support is not enabled in the configuration!.
    I have iconomy installed.
    Any clue why it does this?
     
  28. Offline

    1born2kill

    Code:
    2011-09-20 16:33:09 [INFO] [Regios] Spout detected! Spout support enabled!
    2011-09-20 16:33:09 [INFO] [Regios] Checking directories.
    2011-09-20 16:33:09 [INFO] [Regios] Directory check completed.
    2011-09-20 16:33:09 [INFO] [Regios] Checking configuration files.
    2011-09-20 16:33:09 [INFO] [Regios] Configuration check completed.
    2011-09-20 16:33:09 [INFO] [Regios] Loading configuration files.
    2011-09-20 16:33:09 [INFO] [Regios] Loaded default region configuation file.
    2011-09-20 16:33:09 [INFO] [Regios] No economy preset specified in config.
    2011-09-20 16:33:09 [INFO] [Regios] Loading world configuration for world : RSC
    2011-09-20 16:33:09 [INFO] [Regios] Loading world configuration for world : Mining
    2011-09-20 16:33:09 [INFO] [Regios] Configuration files loaded successfully!
    2011-09-20 16:33:09 [INFO] [Regios] Loading [30] Regions.
    2011-09-20 16:33:09 [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:885)
        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)
    
    Why does this always fkin happen to me? Everytime this happen, I have to delete the database and start over... is there a way I can work around this? I dont want to keep making regions everytime!!

    If I delete the Database folder and start fresh, then this would work. If I dont then this happen. I've remade the regions at least 4 times because of this problem.
     
  29. The command is on the wiki page....

    Read the configuration on the wiki. Set the economy to either iconomy or boseconomy.

    Are you using the latest stable build? What causes this?

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

    1born2kill

    Ik whats causing this... You explained to me before, but I didnt really read it until today. So this is my guess:

    You told me this is an Old bug with renaming a region... And you told me to delete it, and make the region again. So what I did was I made a backup server, and delete the regions 5 at a time from the database... My first try, It worked and Regios worked again. So I narrowed it down to 1 region, which I deleted, now regios works flawlessly.

    So if I encounter this, most likely I have to delete regions until ik which one was "Changed"

    Hope this helped some people, awesome plugin btw. I love it.. If I can donate, I would, but we just have enough donations to run another month in the server. If somehow I get rich, then ill donate to this wonderful plugin and creator :D
     
  31. Offline

    Monkey_nuts

    Yeah i try to type in /regios for the list of things and nothing works :/ and i think it does the same thing with
    /regios set but i can't remember
     

Share This Page