Jump to content

Jubulex

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by Jubulex

  1. Please read the whole thread before you comment. "I'm looking for a plugin that will allow a player to add items to a chest in World A, and then receive them in their inventory in World B. I'm aware of the various Multiverse Inventory and MultiInv plugins, but I want inventory sharing to be one-way only; i.e players can send items from World A to World B, but not from World B to World A. Does something like this exist?" Further information to the problem below. Alright, so on my Tekkit Server I've used Tekkit Customizer to block all potential land griefing objects. [infernal armor, destruction catalyst, etc] However, I would like to urban these items. What I did was install multiverse and multinv. This allows me to create a seperate "spawn". This works because multiinv seperates the spawn inventories from the "PVP" world. This way I can have a spawn that will never be griefed, yet allow all items to be unbanned because I don't mind if the Pvp world is griefed. The problem is I can't make shops in my "spawn" world because the items in the shops don't carry over the Pvp world due to the Multiinv plugin. I know there's a share feature that lets the items be shared throughout the world which wouldn't be any good because the banned items would just get back to the spawn world. Main Question: Is there a way to do single way sharing between worlds? As in allow items from the spawn world to get into the PvP world, but don't allow PvP world items to get into the spawn world? If so what plugin would I need to use or what feature of multiinv would I need to use? To clarify: Say a player buys an item from the "spawn" world. Is there a way to take that to the "Pvp" world without allowing "Pvp" world items back into the spawn world? Thanks for the help!
  2. Hello everyone. I'm running into a bit of a problem with my tekkit server. When I go into the config to disable items like backpack and such, the server won't work. When i change the backpack ID from 5601 to 0 it says "ID is mismatched between world and game" is there any fix to this?
  3. Hi, can someone direct me to where i'd find mcpc+ for tekkit servers so I can install plugins? The link on the tekkit website only has 1.6+ versions and I can't seem to find anything lower than 1.6, which won't work with tekkit. Any help would be greatly appreciated!
  4. Hello, the only version of mcpc I can find is 1.6+ via the link on the technic website. Does anyone know where I can find the older versions so i can install plugins on my server? Thanks.
  5. Where can I download the correct version? The only one I can find is the 1.6 one
  6. Hi, whenever i try to make a bukkit server so I can install tekkit, it gives me an error saying there's "no item called 5577" etc, even though the items load in NEI. How do I fix this? I downloaded the tekkit server files, downloaded the bukkit jar and changed it so it's called Tekkit. Any help would be appreciated.
  7. Also I actually tried renaming the world to overworld. Still didn't work.
  8. Hi, I'm having trouble making plugins work with the latest voltz update. When I put bukkitforge in the coremods folder and start the server with minecraft_server.jar it won't update the plugins. However, on the older voltz version it gives me a launch.bat file to start the server, which allows the plugins to install and update correctly. Can someone tell me how to get plugins working on the newest version? Thanks
  9. Hi, I seem to have the same problem ( I posted an issue on this) You see, the spawn point is set in the "overworld" However upon server start I assume that it gives you a "world" file. The problem is, essentials/group manager seems to fetch new player information from the "world" file to register players to the new spawn point. However, the easiest solution to me seemed to just rename the world to overworld. However, this did not work for me.
  10. Hi, there seems to be an issue using Voltz and essentials (I have the correct versions) I Installed bukkitforge - latest into the core mods folder. Then, I made a plugins folder and processed to install essentials into the plugins folder. I managed to get groups to work properly, however whatever I do tried to do, essentials/group manager doens't seem to register that new players join the server. For example. When a new player usually comes to the server it's supposed to give them the tools kit and say "Welcome {playername} to the server" However, it doesn't do this and it spawns them a few blocks away from the actual spawn. Also, if I make a roof over spawn it spawns them on top of the buildings. Does anyone know how to solve this? Things i've tried... setting the spawn priority to "highest" in essentials changing the spawn point to newbie changing the spawn point to default changing the spawn point of a group changing the spawn point to none in the config changing the spawn in a different world Here's what I think the issue is. On installing bukkitforge it creates a "world file" as shown below however... group manager shows that there is a world and "overworld" file as shown below So I went into the group manager config to look at the parent worlds, and as expected the default parent world turned out to be "world" as shown below As I quickly found out, group manager tries to call the world file from the server start. However, I found that for some reason players spawn in the "overworld" and not the "world" so I tried a couple of things to try to fix this, however none of these solved the problem. Things I tried: Changing the parent file to "overworld" and changing the file on the server start's name from world to overworld in hopes that it would call the overworld file. However, when i started the server again it just generated another "world file" The main problem is I can't figure out why players spawn in the "overworld" and not the "world" When I tried to directly teleport to the world, it didn't exist. Any help would be appreciated. By the way, permissions for group manager work fine. It just seems that the plugin can't fetch new player data from the world file to give the new player message or correct spawn point.
  11. Hi, I have a rather serious problem with my server. Yesterday a player logged into my server and was able to auto OP themselves. He was also able to move himself to different groups within group manager once he became OP. I have no clue how he was doing this. He claimed he used a "RAT" to be able to force OP himself. I really need help on any suggestions to fixing it. # Group inheritance # # Any inherited groups prefixed with a g: are global groups # and are inherited from the GlobalGroups.yml. # # Groups without the g: prefix are groups local to this world # and are defined in the this groups.yml file. # # Local group inheritances define your promotion tree when using 'manpromote/mandemote' groups: Default: default: false permissions: - -bukkit.command.kill inheritance: - g:groupmanager_default - g:bukkit_default - g:essentials_default - g:towny_default info: prefix: '&6' build: false suffix: '' Owner: default: false permissions: - -vanish.* - '*' inheritance: - admin info: prefix: '&5~Owner~' build: true suffix: '' Donator: default: false permissions: - tekkitcustomizer.27579.*.* - tekkitcustomizer.27580.*.* - tekkitcustomizer.27581.*.* - tekkitcustomizer.27582.*.* inheritance: - builder - g:groupmanager_moderator - g:bukkit_moderator - g:essentials_moderator - g:towny_moderator - g:vanish_moderator info: prefix: '&6~Donator~' build: true suffix: '' Builder: default: true permissions: [] inheritance: - default - g:essentials_builder - g:towny_builder info: prefix: '&2' build: true suffix: '' Admin: default: false permissions: [] inheritance: - donator - g:groupmanager_admin - g:bukkit_admin - g:essentials_admin - g:towny_admin - g:vanish_admin info: prefix: '&6~Admin~' build: true suffix: '' # These groups only contain permission nodes. # # **** You can NOT add anything other than permission nodes **** # # These collections are to be inherited in your different worlds groups.yml's # They can also be added as one of a users subgroups, but NOT as a primary group. # These collections are available to ALL group and user yml's. # # Add to and customize these groups to fit yoru needs. groups: # Permission nodes for GroupManager # by ElgarL, snowleo, continued from gabrielcouto's original # http://dev.bukkit.org/server-mods/essentials/ g:groupmanager_default: permissions: - groupmanager.notify.self g:groupmanager_moderator: permissions: - groupmanager.listgroups - groupmanager.mandemote - groupmanager.manpromote - groupmanager.manselect - groupmanager.manuadd - groupmanager.manudel - groupmanager.manwhois - groupmanager.notify.other g:groupmanager_admin: permissions: - groupmanager.mantogglevalidate - groupmanager.mansave - groupmanager.mangcheckp - groupmanager.manglistp - groupmanager.manucheckp - groupmanager.manulistp # Permission nodes for CraftBukkit # by many devs and contributors # http://dl.bukkit.org/ g:bukkit_default: permissions: - bukkit.broadcast.user - -bukkit.command.plugins g:bukkit_moderator: permissions: - bukkit.command.ban - bukkit.command.ban.ip - bukkit.command.ban.player - bukkit.command.gamemode - bukkit.command.kick - bukkit.command.unban - bukkit.command.unban.ip - bukkit.command.unban.player g:bukkit_admin: permissions: - bukkit.broadcast - bukkit.broadcast.admin - bukkit.command.give - bukkit.command.help - bukkit.command.kill - bukkit.command.list - bukkit.command.me - bukkit.command.plugins - bukkit.command.reload - bukkit.command.save - bukkit.command.save.disable - bukkit.command.save.enable - bukkit.command.save.perform - bukkit.command.say - bukkit.command.stop - bukkit.command.teleport - bukkit.command.tell - bukkit.command.time - bukkit.command.time.add - bukkit.command.time.set - bukkit.command.version - bukkit.command.whitelist - bukkit.command.whitelist.add - bukkit.command.whitelist.disable - bukkit.command.whitelist.enable - bukkit.command.whitelist.list - bukkit.command.whitelist.reload - bukkit.command.whitelist.remove # Permission nodes for Essentials # by ementalo, snowleo, and KHobbits # http://dev.bukkit.org/server-mods/essentials/ g:essentials_default: permissions: - essentials.help - essentials.helpop - essentials.list - essentials.motd - essentials.rules - essentials.spawn g:essentials_builder: permissions: - essentials.afk - essentials.back - essentials.back.ondeath - essentials.balance - essentials.balance.others - essentials.balancetop - essentials.chat.color - essentials.chat.format - essentials.chat.shout - essentials.chat.question - essentials.compass - essentials.delhome - essentials.depth - essentials.home - essentials.ignore - essentials.itemdb - essentials.kit - essentials.kit.tools - essentials.mail - essentials.mail.send - essentials.me - essentials.msg - essentials.msg.color - essentials.msg.format - essentials.pay - essentials.ping - essentials.powertool - essentials.powertooltoggle - essentials.protect - essentials.seen - essentials.sethome - essentials.sethome.multiple - essentials.signs.use.* - essentials.signs.create.disposal - essentials.signs.create.mail - essentials.signs.create.protection - essentials.signs.create.trade - essentials.signs.break.disposal - essentials.signs.break.mail - essentials.signs.break.protection - essentials.signs.break.trade - essentials.suicide - essentials.time - essentials.tpa - essentials.tpaccept - essentials.tpahere - essentials.tpdeny - essentials.warp - essentials.warp.list - essentials.worth g:essentials_moderator: permissions: - -essentials.spawner.enderdragon - essentials.afk.kickexempt - essentials.ban - essentials.ban.notify - essentials.banip - essentials.broadcast - essentials.chat.url - essentials.chat.magic - essentials.delwarp - essentials.eco.loan - essentials.ext - essentials.fly - essentials.helpop.recieve - essentials.home.others - essentials.jails - essentials.jump - essentials.kick - essentials.kick.notify - essentials.kit.* - essentials.msg.magic - essentials.mute - essentials.nick - essentials.nick.color - essentials.nick.others - essentials.realname - essentials.seen.banreason - essentials.seen.extra - essentials.setwarp - essentials.signs.create.* - essentials.signs.break.* - essentials.spawner - essentials.spawner.* - essentials.thunder - essentials.time - essentials.time.set - essentials.protect.alerts - essentials.protect.admin - essentials.protect.ownerinfo - essentials.ptime - essentials.ptime.others - essentials.togglejail - essentials.top - essentials.tptoggle - essentials.unban - essentials.unbanip - essentials.weather - essentials.whois - essentials.world - essentials.world.* g:essentials_admin: permissions: - -essentials.backup - -essentials.essentials - -essentials.reloadall - -essentials.plugin - -essentials.setspawn # Permission nodes for Towny by ElgarL # http://dev.bukkit.org/server-mods/towny-advanced/ g:towny_default: permissions: - towny.chat.general - towny.chat.local g:towny_builder: permissions: - towny.town.* - towny.nation.* - towny.chat.town - towny.chat.nation - towny.wild.build.6 - towny.wild.destroy.6 - towny.wild.destroy.14 - towny.wild.destroy.15 - towny.wild.destroy.16 - towny.wild.build.17 - towny.wild.destroy.17 - towny.wild.destroy.18 - towny.wild.destroy.21 - towny.wild.destroy.31 - towny.wild.destroy.37 - towny.wild.destroy.38 - towny.wild.destroy.39 - towny.wild.destroy.40 - towny.wild.destroy.50 - towny.wild.destroy.56 - towny.wild.destroy.73 - towny.wild.destroy.74 - towny.wild.destroy.78 - towny.wild.destroy.81 - towny.wild.destroy.82 - towny.wild.destroy.83 - towny.wild.destroy.86 - towny.wild.destroy.103 - towny.wild.destroy.106 - towny.wild.destroy.111 - towny.wild.destroy.115 g:towny_moderator: permissions: - towny.chat.mod - towny.wild.switch.64 - towny.wild.build.83 - towny.wild.build.86 - towny.wild.build.103 - towny.wild.build.111 - towny.wild.build.115 g:towny_admin: permissions: - towny.admin - -towny.wild.destroy.119 - -towny.wild.destroy.120 - towny.chat.admin # Permission nodes for VanishNoPacket by mbaxter # http://dev.bukkit.org/server-mods/vanish/ g:vanish_moderator: permissions: - -vanish.* - vanish.vanish - vanish.smokin - vanish.nofollow - vanish.nopickup - vanish.preventincomingdamage - vanish.hooks.dynmap.alwayshidden - vanish.hooks.essentials.hide g:vanish_admin: permissions: - vanish.silentjoin - vanish.silentquit - vanish.silentchests
  12. [18:52:4] at net.minecraft.server.World.a(World.java:2448) [18:52:4] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:52:4] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:52:4] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:52:4] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:52:4] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:52:4] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:52:4] java.util.ConcurrentModificationException [18:52:4] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:52:4] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:52:4] at net.minecraft.server.World.a(World.java:2448) [18:52:4] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:52:4] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:52:4] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:52:4] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:52:4] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:52:4] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:52:5] java.util.ConcurrentModificationException [18:52:5] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:52:5] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:52:5] at net.minecraft.server.World.a(World.java:2448) [18:52:5] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:52:5] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:52:5] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:52:5] java.util.ConcurrentModificationException [18:52:5] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:52:5] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:52:5] at net.minecraft.server.World.a(World.java:2448) [18:52:5] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:52:5] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:52:5] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:52:5] java.util.ConcurrentModificationException [18:52:5] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:52:5] at net.minecraft.server.World.a(World.java:2448) [18:52:5] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:52:5] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:52:5] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:52:5] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:52:5] java.util.ConcurrentModificationException [18:52:5] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:52:5] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:52:5] at net.minecraft.server.World.a(World.java:2448) [18:52:5] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:52:5] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:52:5] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:52:5] java.util.ConcurrentModificationException [18:52:5] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:52:5] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:52:5] at net.minecraft.server.World.a(World.java:2448) [18:52:5] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:52:5] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:52:5] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:52:5] java.util.ConcurrentModificationException [18:52:5] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:52:5] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:52:5] at net.minecraft.server.World.a(World.java:2448) [18:52:5] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:52:5] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:52:5] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:52:5] java.util.ConcurrentModificationException [18:52:5] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:52:5] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:52:5] at net.minecraft.server.World.a(World.java:2448) [18:52:5] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:52:5] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:52:5] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:52:5] java.util.ConcurrentModificationException [18:52:5] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:52:5] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:52:5] at net.minecraft.server.World.a(World.java:2448) [18:52:5] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:52:5] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:52:5] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:52:5] java.util.ConcurrentModificationException [18:52:5] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:52:5] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:52:5] at net.minecraft.server.World.a(World.java:2448) [18:52:5] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:52:5] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:52:5] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:52:5] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:55:1] java.util.ConcurrentModificationException [18:55:1] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:55:1] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:55:1] at net.minecraft.server.World.a(World.java:2448) [18:55:1] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:55:1] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:55:1] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:55:1] java.util.ConcurrentModificationException [18:55:1] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:55:1] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:55:1] at net.minecraft.server.World.a(World.java:2448) [18:55:1] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:55:1] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:55:1] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:55:1] java.util.ConcurrentModificationException [18:55:1] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:55:1] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:55:1] at net.minecraft.server.World.a(World.java:2448) [18:55:1] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:55:1] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:55:1] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:55:1] java.util.ConcurrentModificationException [18:55:1] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:55:1] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:55:1] at net.minecraft.server.World.a(World.java:2448) [18:55:1] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:55:1] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:55:1] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:55:1] java.util.ConcurrentModificationException [18:55:1] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:55:1] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:55:1] at net.minecraft.server.World.a(World.java:2448) [18:55:1] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:55:1] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:55:1] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:55:1] java.util.ConcurrentModificationException [18:55:1] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:55:1] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:55:1] at net.minecraft.server.World.a(World.java:2448) [18:55:1] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:55:1] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:55:1] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:55:1] java.util.ConcurrentModificationException [18:55:1] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:55:1] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:55:1] at net.minecraft.server.World.a(World.java:2448) [18:55:1] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:55:1] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:55:1] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:55:1] java.util.ConcurrentModificationException [18:55:1] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:55:1] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:55:1] at net.minecraft.server.World.a(World.java:2448) [18:55:1] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:55:1] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:55:1] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:55:1] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:55:2] java.util.ConcurrentModificationException [18:55:2] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:55:2] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:55:2] at net.minecraft.server.World.a(World.java:2448) [18:55:2] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:55:2] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:55:2] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:55:2] java.util.ConcurrentModificationException [18:55:2] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:55:2] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:55:2] at net.minecraft.server.World.a(World.java:2448) [18:55:2] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:55:2] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:55:2] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:55:2] java.util.ConcurrentModificationException [18:55:2] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:55:2] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:55:2] at net.minecraft.server.World.a(World.java:2448) [18:55:2] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:55:2] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:55:2] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:55:2] java.util.ConcurrentModificationException [18:55:2] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:55:2] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:55:2] at net.minecraft.server.World.a(World.java:2448) [18:55:2] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:55:2] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:55:2] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:55:2] java.util.ConcurrentModificationException [18:55:2] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:55:2] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:55:2] at net.minecraft.server.World.a(World.java:2448) [18:55:2] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:55:2] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:55:2] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:55:2] java.util.ConcurrentModificationException [18:55:2] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:55:2] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:55:2] at net.minecraft.server.World.a(World.java:2448) [18:55:2] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:55:2] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:55:2] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [18:55:2] java.util.ConcurrentModificationException [18:55:2] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [18:55:2] at java.util.HashMap$KeyIterator.next(Unknown Source) [18:55:2] at net.minecraft.server.World.a(World.java:2448) [18:55:2] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [18:55:2] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [18:55:2] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [18:55:2] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [19:6:45] java.util.ConcurrentModificationException [19:6:45] at java.util.HashMap$KeyIterator.next(Unknown Source) [19:6:45] at net.minecraft.server.World.a(World.java:2448) [19:6:45] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [19:6:45] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [19:6:45] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [19:6:45] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [19:6:45] java.util.ConcurrentModificationException [19:6:45] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [19:6:45] at java.util.HashMap$KeyIterator.next(Unknown Source) [19:6:45] at net.minecraft.server.World.a(World.java:2448) [19:6:45] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [19:6:45] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [19:6:45] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [19:6:45] java.util.ConcurrentModificationException [19:6:45] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [19:6:45] at java.util.HashMap$KeyIterator.next(Unknown Source) [19:6:45] at net.minecraft.server.World.a(World.java:2448) [19:6:45] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [19:6:45] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [19:6:45] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [19:6:45] java.util.ConcurrentModificationException [19:6:45] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [19:6:45] at java.util.HashMap$KeyIterator.next(Unknown Source) [19:6:45] at net.minecraft.server.World.a(World.java:2448) [19:6:45] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [19:6:45] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [19:6:45] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [19:6:45] java.util.ConcurrentModificationException [19:6:45] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [19:6:45] at java.util.HashMap$KeyIterator.next(Unknown Source) [19:6:45] at net.minecraft.server.World.a(World.java:2448) [19:6:45] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [19:6:45] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [19:6:45] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [19:6:45] java.util.ConcurrentModificationException [19:6:45] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [19:6:45] at java.util.HashMap$KeyIterator.next(Unknown Source) [19:6:45] at net.minecraft.server.World.a(World.java:2448) [19:6:45] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [19:6:45] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [19:6:45] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [19:6:45] java.util.ConcurrentModificationException [19:6:45] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [19:6:45] at java.util.HashMap$KeyIterator.next(Unknown Source) [19:6:45] at net.minecraft.server.World.a(World.java:2448) [19:6:45] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [19:6:45] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [19:6:45] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [19:6:45] java.util.ConcurrentModificationException [19:6:45] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [19:6:45] at java.util.HashMap$KeyIterator.next(Unknown Source) [19:6:45] at net.minecraft.server.World.a(World.java:2448) [19:6:45] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [19:6:45] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [19:6:45] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [19:6:45] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [19:6:46] java.util.ConcurrentModificationException [19:6:46] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [19:6:46] at java.util.HashMap$KeyIterator.next(Unknown Source) [19:6:46] at net.minecraft.server.World.a(World.java:2448) [19:6:46] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [19:6:46] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [19:6:46] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [19:6:46] java.util.ConcurrentModificationException [19:6:46] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [19:6:46] at java.util.HashMap$KeyIterator.next(Unknown Source) [19:6:46] at net.minecraft.server.World.a(World.java:2448) [19:6:46] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [19:6:46] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [19:6:46] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [19:6:46] java.util.ConcurrentModificationException [19:6:46] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [19:6:46] at java.util.HashMap$KeyIterator.next(Unknown Source) [19:6:46] at net.minecraft.server.World.a(World.java:2448) [19:6:46] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [19:6:46] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [19:6:46] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [19:6:46] java.util.ConcurrentModificationException [19:6:46] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [19:6:46] at java.util.HashMap$KeyIterator.next(Unknown Source) [19:6:46] at net.minecraft.server.World.a(World.java:2448) [19:6:46] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [19:6:46] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [19:6:46] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [19:6:46] java.util.ConcurrentModificationException [19:6:46] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [19:6:46] at java.util.HashMap$KeyIterator.next(Unknown Source) [19:6:46] at net.minecraft.server.World.a(World.java:2448) [19:6:46] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [19:6:46] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [19:6:46] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [19:6:46] java.util.ConcurrentModificationException [19:6:46] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [19:6:46] at java.util.HashMap$KeyIterator.next(Unknown Source) [19:6:46] at net.minecraft.server.World.a(World.java:2448) [19:6:46] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [19:6:46] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [19:6:46] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [19:6:46] java.util.ConcurrentModificationException [19:6:46] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [19:6:46] at java.util.HashMap$KeyIterator.next(Unknown Source) [19:6:46] at net.minecraft.server.World.a(World.java:2448) [19:6:46] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [19:6:46] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [19:6:46] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [19:6:46] java.util.ConcurrentModificationException [19:6:46] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [19:6:46] at java.util.HashMap$KeyIterator.next(Unknown Source) [19:6:46] at net.minecraft.server.World.a(World.java:2448) [19:6:46] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [19:6:46] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [19:6:46] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [19:6:46] java.util.ConcurrentModificationException [19:6:46] at java.util.HashMap$HashIterator.nextEntry(Unknown Source) [19:6:46] at java.util.HashMap$KeyIterator.next(Unknown Source) [19:6:46] at net.minecraft.server.World.a(World.java:2448) [19:6:46] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:219) [19:6:46] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [19:6:46] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TRChunkUnloader.unloadSChunks(TRChunkUnloader.java:65) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.doWScrub(TRThread.java:914) [19:6:46] at com.github.dreadslicer.tekkitrestrict.TWorldScrubber.run(TRThread.java:895) [19:12:1] Plugin Essentials is attempting to register event org/bukkit/event/player/AsyncPlayerChatEvent, which does not exist. Ignoring events registered in class com.earth2me.essentials.EssentialsPlayerListener [19:12:1] Plugin EssentialsChat is attempting to register event org/bukkit/event/player/AsyncPlayerChatEvent, which does not exist. Ignoring events registered in class com.earth2me.essentials.chat.EssentialsChatPlayerListenerLowest [19:12:1] Plugin EssentialsChat is attempting to register event org/bukkit/event/player/AsyncPlayerChatEvent, which does not exist. Ignoring events registered in class com.earth2me.essentials.chat.EssentialsChatPlayerListenerNormal [19:12:1] Plugin EssentialsChat is attempting to register event org/bukkit/event/player/AsyncPlayerChatEvent, which does not exist. Ignoring events registered in class com.earth2me.essentials.chat.EssentialsChatPlayerListenerHighest [19:12:1] Plugin EssentialsXMPP is attempting to register event org/bukkit/event/player/AsyncPlayerChatEvent, which does not exist. Ignoring events registered in class com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener [21:21:21] java.util.ConcurrentModificationException [21:21:21] at java.util.ArrayList$Itr.checkForComodification(Unknown Source) [21:21:21] at java.util.ArrayList$Itr.next(Unknown Source) [21:21:21] at net.minecraft.server.World.getTileEntity(World.java:1644) [21:21:21] at net.minecraft.server.WorldServer.getTileEntity(WorldServer.java:45) [21:21:21] at ee.TileCollector.sendEnergy(TileCollector.java:423) [21:21:21] at ee.TileCollector.sendAllPackets(TileCollector.java:454) [21:21:21] at ee.TileCollector.q_(TileCollector.java:561) [21:21:21] at net.minecraft.server.World.tickEntities(World.java:1190) [21:21:21] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:569) [21:21:21] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467) [21:21:21] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) [21:21:21] Unexpected exception
  13. Hi, this past week I've been getting this error where it spams end of stream and crashes the server after a few hours. It runs fine for like 6-7 hours then randomly crashes. Sometimes it happens within a few minutes. I could really appreciate some help if anyone knows what's going on here. I posted the code from around the time of crashing as well below. Computer specs are Intel ® Core (TM i5-2450M CPU @ 2.50 Ghz Installed Memory (RAM) 8.00 GB (7.90 GB usable) system type 64-bit operating system Windows 7 Home Premium
  14. Hi, Im trying to give my donator group the command /time and /day, but no matter what I try it won't give access to the command. Here's the file. # Group inheritance # # Any inherited groups prefixed with a g: are global groups # and are inherited from the GlobalGroups.yml. # # Groups without the g: prefix are groups local to this world # and are defined in the this groups.yml file. # # Local group inheritances define your promotion tree when using 'manpromote/mandemote' groups: Default: default: true permissions: - essentials.afk - essentials.home - essentials.sethome - essentials.ignore - essentials.tpa - essentials.tpaccept - essentials.tpdeny - essentials.msg inheritance: - g:groupmanager_default - g:bukkit_default - g:essentials_default info: prefix: '&e' build: true suffix: '' Donator: default: false permissions: - essentials.mute - essentials.back - essentials.fly - essentials.kick - essentials.ban - essentials.unban - essentials.tempban - essentials.warp - essentials.setwarp - essentials.nick - essentials.vanish - essentials.world - essentials.item - essentials.workbench - essentials.time.set - essentials.day - bukkit.command.time.add - bukkit.command.time.set inheritance: - Default - g:groupmanager_default - g:bukkit_default - g:essentials_default info: prefix: '&5~Donator~' build: true suffix: '' Owner: default: false permissions: - '*' inheritance: - Donator info: prefix: '&4~Owner~' build: true suffix: ''
  15. Hi, I downloaded essentials 2.9.6 and when I go to group manager prefixes it simply won't show up in game... for example I go.... groups: Default: default: true permissions: - bukkit.command.kill inheritance: - g:groupmanager_default - g:bukkit_default - g:essentials_default - g:towny_default info: prefix: '&e[Guest]' build: false suffix: '' and the "guest" prefix wont show up, along with the color. Any help?
  16. Hi, I was wondering how to protect spawn from ee items such as the infernal armors ability to destroy blocks and certain ring abilitys? I tried worldguard and world edit but people were still able to destroy blocks using EE items.
  17. Hi, i'm running my first server and I was wondering how to ban items such as only the red matter furnace. I try to go to the blacklist in essentials and type - '126:4' However, that disables all items with 126 in it. If someone can help that would be greatly appreciated.
  18. Launcher Version: 1.0.3.1 Operating System: Windows 7 Java Version: 7 Antivirus Program: Norton Description of Problem: The update failed and I tried the fix by manually downloading miencraft 1.2.5 but the problem is i've never run tekkit before so it won't work. Error Messages: Update failed Error Log:
×
×
  • Create New...