UniverseGuard - A WorldGuard Solution for Sponge

Ok. So my server keeps crashing. From what it looks like there’s a problem with UniverseGuard. Maybe it’s cause i didn’t add permissions yet?

---- Minecraft Crash Report ----

WARNING: coremods are present:
SpongeCoremod (sponge-1.10.2-2281-5.2.0-BETA-2371.jar)
Contact their authors BEFORE contacting forge

// I bet Cylons wouldn’t have this problem.

Time: 7/3/17 8:18 AM
Description: Watching Server

java.lang.Error
at java.lang.String.intern(Native Method)
at java.lang.Class.searchFields(Unknown Source)
at java.lang.Class.getDeclaredField(Unknown Source)
at com.universeguard.region.Region.setFlag(Region.java:226)
at com.universeguard.region.Region.initFlags(Region.java:278)
at com.universeguard.region.Region.(Region.java:98)
at com.universeguard.utils.RegionUtils.load(RegionUtils.java:223)
at com.universeguard.utils.RegionUtils.getAllRegions(RegionUtils.java:42)
at com.universeguard.utils.RegionUtils.load(RegionUtils.java:73)
at com.universeguard.events.flags.EventFlow.onFlow(EventFlow.java:23)
at org.spongepowered.common.event.listener.PreListener_EventFlow_onFlow98.handle(Unknown Source)
at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95)
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:319)
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:350)
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:334)
at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:143)
at org.spongepowered.common.event.SpongeCommonEventFactory.callChangeBlockEventPre(SpongeCommonEventFactory.java:289)
at org.spongepowered.common.event.SpongeCommonEventFactory.callChangeBlockEventPre(SpongeCommonEventFactory.java:232)
at net.minecraft.block.BlockDynamicLiquid.handler$onUpdateTick$zbb000(BlockDynamicLiquid.java:556)
at net.minecraft.block.BlockDynamicLiquid.func_180650_b(BlockDynamicLiquid.java)
at org.spongepowered.common.event.tracking.TrackingUtil.updateTickBlock(TrackingUtil.java:269)
at net.minecraft.world.WorldServer.redirect$onUpdateTick$zka000(WorldServer.java:2183)
at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:744)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:218)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Unknown Source)

A detailed walkthrough of the error, its code path and all known details is as follows:

– Head –
Thread: Server Watchdog
Stacktrace:
at java.lang.String.intern(Native Method)
at java.lang.Class.searchFields(Unknown Source)
at java.lang.Class.getDeclaredField(Unknown Source)
at com.universeguard.region.Region.setFlag(Region.java:226)
at com.universeguard.region.Region.initFlags(Region.java:278)
at com.universeguard.region.Region.(Region.java:98)
at com.universeguard.utils.RegionUtils.load(RegionUtils.java:223)
at com.universeguard.utils.RegionUtils.getAllRegions(RegionUtils.java:42)
at com.universeguard.utils.RegionUtils.load(RegionUtils.java:73)
at com.universeguard.events.flags.EventFlow.onFlow(EventFlow.java:23)
at org.spongepowered.common.event.listener.PreListener_EventFlow_onFlow98.handle(Unknown Source)
at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95)
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:319)
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:350)
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:334)
at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:143)
at org.spongepowered.common.event.SpongeCommonEventFactory.callChangeBlockEventPre(SpongeCommonEventFactory.java:289)
at org.spongepowered.common.event.SpongeCommonEventFactory.callChangeBlockEventPre(SpongeCommonEventFactory.java:232)
at net.minecraft.block.BlockDynamicLiquid.handler$onUpdateTick$zbb000(BlockDynamicLiquid.java:556)
at net.minecraft.block.BlockDynamicLiquid.func_180650_b(BlockDynamicLiquid.java)
at org.spongepowered.common.event.tracking.TrackingUtil.updateTickBlock(TrackingUtil.java:269)
at net.minecraft.world.WorldServer.redirect$onUpdateTick$zka000(WorldServer.java:2183)
at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:744)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:218)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)

– Thread Dump –
Details:
Threads: “Netty Server IO #7” Id=44 RUNNABLE
at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
- locked io.netty.channel.nio.SelectedSelectionKeySet@38b57510
- locked java.util.Collections$UnmodifiableSet@36729c76
- locked sun.nio.ch.WindowsSelectorImpl@7938550a
at sun.nio.ch.SelectorImpl.select(Unknown Source)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310)

“Netty Server IO #6” Id=43 RUNNABLE (in native)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
- locked io.netty.channel.nio.SelectedSelectionKeySet@324d1e60
- locked java.util.Collections$UnmodifiableSet@774f964d
- locked sun.nio.ch.WindowsSelectorImpl@1562a9f2
at sun.nio.ch.SelectorImpl.select(Unknown Source)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310)

“Sponge - Async Light Thread” Id=81 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64417041
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64417041
at java.util.concurrent.locks.LockSupport.park(Unknown Source)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
at java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

“Netty Server IO #5” Id=42 RUNNABLE
at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
- locked io.netty.channel.nio.SelectedSelectionKeySet@4672c193
- locked java.util.Collections$UnmodifiableSet@1c967923
- locked sun.nio.ch.WindowsSelectorImpl@60411389
at sun.nio.ch.SelectorImpl.select(Unknown Source)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310)

“Chunk I/O Executor Thread-1” Id=80 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@17606902
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@17606902
at java.util.concurrent.locks.LockSupport.park(Unknown Source)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
at java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

“Netty Server IO #4” Id=41 RUNNABLE
at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
- locked io.netty.channel.nio.SelectedSelectionKeySet@78ccc0d7
- locked java.util.Collections$UnmodifiableSet@28e2f804
- locked sun.nio.ch.WindowsSelectorImpl@7fa82e5e
at sun.nio.ch.SelectorImpl.select(Unknown Source)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310)

“File IO Thread” Id=75 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at net.minecraft.world.storage.ThreadedFileIOBase.func_75736_b(SourceFile:51)
at net.minecraft.world.storage.ThreadedFileIOBase.run(SourceFile:30)
at java.lang.Thread.run(Unknown Source)

“pool-2-thread-1” Id=74 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@792d35a
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.SynchronousQueue$TransferStack@792d35a
at java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
at java.util.concurrent.SynchronousQueue.poll(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

“Netty Server IO #3” Id=40 RUNNABLE (in native)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
- locked io.netty.channel.nio.SelectedSelectionKeySet@132e92d3
- locked java.util.Collections$UnmodifiableSet@d7a2219
- locked sun.nio.ch.WindowsSelectorImpl@79f2b88c
at sun.nio.ch.SelectorImpl.select(Unknown Source)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310)

“Netty Server IO #2” Id=39 RUNNABLE
at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
- locked io.netty.channel.nio.SelectedSelectionKeySet@32e7c96a
- locked java.util.Collections$UnmodifiableSet@23fec46f
- locked sun.nio.ch.WindowsSelectorImpl@4216f813
at sun.nio.ch.SelectorImpl.select(Unknown Source)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310)

“Java2D Disposer” Id=71 WAITING on java.lang.ref.ReferenceQueue$Lock@442172c9
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@442172c9
at java.lang.ref.ReferenceQueue.remove(Unknown Source)
at java.lang.ref.ReferenceQueue.remove(Unknown Source)
at sun.java2d.Disposer.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

“Server Watchdog” Id=70 RUNNABLE
at sun.management.ThreadImpl.dumpThreads0(Native Method)
at sun.management.ThreadImpl.dumpAllThreads(Unknown Source)
at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:46)
at java.lang.Thread.run(Unknown Source)

“Timer-1” Id=69 TIMED_WAITING on java.util.TaskQueue@1817fabe
at java.lang.Object.wait(Native Method)
- waiting on java.util.TaskQueue@1817fabe
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)

“Netty Server IO #1” Id=38 RUNNABLE (in native)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
- locked io.netty.channel.nio.SelectedSelectionKeySet@14b7cc4f
- locked java.util.Collections$UnmodifiableSet@41bfaf0a
- locked sun.nio.ch.WindowsSelectorImpl@1051f4e6
at sun.nio.ch.SelectorImpl.select(Unknown Source)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310)

“Netty Server IO #0” Id=37 RUNNABLE (in native)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
- locked io.netty.channel.nio.SelectedSelectionKeySet@e473ace
- locked java.util.Collections$UnmodifiableSet@2922e3b2
- locked sun.nio.ch.WindowsSelectorImpl@a319db9
at sun.nio.ch.SelectorImpl.select(Unknown Source)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310)

“Timer-0” Id=33 TIMED_WAITING on java.util.TaskQueue@35d876d
at java.lang.Object.wait(Native Method)
- waiting on java.util.TaskQueue@35d876d
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)

“Sponge Async Scheduler Thread” Id=32 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3fa6aff3
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3fa6aff3
at java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
at org.spongepowered.common.scheduler.AsyncScheduler.preTick(AsyncScheduler.java:112)
at org.spongepowered.common.scheduler.SchedulerBase.runTick(SchedulerBase.java:105)
at org.spongepowered.common.scheduler.AsyncScheduler.mainLoop(AsyncScheduler.java:66)
at org.spongepowered.common.scheduler.AsyncScheduler$$Lambda$196/750566939.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

“Server console handler” Id=29 RUNNABLE (in native)
at org.fusesource.jansi.internal.Kernel32.ReadConsoleInputW(Native Method)
at org.fusesource.jansi.internal.Kernel32.readConsoleInputHelper(Kernel32.java:761)
at org.fusesource.jansi.internal.Kernel32.readConsoleKeyInput(Kernel32.java:794)
at org.fusesource.jansi.internal.WindowsSupport.readConsoleInput(WindowsSupport.java:97)
at jline.WindowsTerminal.readConsoleInput(WindowsTerminal.java:214)
at jline.WindowsTerminal.access$000(WindowsTerminal.java:54)
at jline.WindowsTerminal$1.read(WindowsTerminal.java:156)
at jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:166)
- locked jline.internal.NonBlockingInputStream@8806383

“DestroyJavaVM” Id=28 RUNNABLE

“Server thread” Id=26 RUNNABLE
at java.lang.String.intern(Native Method)
at java.lang.Class.searchFields(Unknown Source)
at java.lang.Class.getDeclaredField(Unknown Source)
at com.universeguard.region.Region.setFlag(Region.java:226)
at com.universeguard.region.Region.initFlags(Region.java:278)
at com.universeguard.region.Region.(Region.java:98)
at com.universeguard.utils.RegionUtils.load(RegionUtils.java:223)
at com.universeguard.utils.RegionUtils.getAllRegions(RegionUtils.java:42)

“Server Infinisleeper” Id=25 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:78)

“Snooper Timer” Id=24 TIMED_WAITING on java.util.TaskQueue@36812e52
at java.lang.Object.wait(Native Method)
- waiting on java.util.TaskQueue@36812e52
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)

“NonBlockingInputStreamThread” Id=22 WAITING on jline.internal.NonBlockingInputStream@8806383 owned by “Server console handler” Id=29
at java.lang.Object.wait(Native Method)
- waiting on jline.internal.NonBlockingInputStream@8806383
at jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:275)
at java.lang.Thread.run(Unknown Source)

“Attach Listener” Id=5 RUNNABLE

“Signal Dispatcher” Id=4 RUNNABLE

“Finalizer” Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@5988a100
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@5988a100
at java.lang.ref.ReferenceQueue.remove(Unknown Source)
at java.lang.ref.ReferenceQueue.remove(Unknown Source)
at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)

“Reference Handler” Id=2 WAITING on java.lang.ref.Reference$Lock@53db44f5
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.Reference$Lock@53db44f5
at java.lang.Object.wait(Unknown Source)
at java.lang.ref.Reference.tryHandlePending(Unknown Source)
at java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)

Stacktrace:
at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:63)
at java.lang.Thread.run(Unknown Source)

– System Details –
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_131, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 5090197704 bytes (4854 MB) / 6437732352 bytes (6139 MB) up to 6437732352 bytes (6139 MB)
JVM Flags: 2 total; -Xmx6G -Xms6G
IntCache: cache: 12, tcache: 94, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.3.2281 14 mods loaded, 14 mods active
States: ‘U’ = Unloaded ‘L’ = Loaded ‘C’ = Constructed ‘H’ = Pre-initialized ‘I’ = Initialized ‘J’ = Post-initialized ‘A’ = Available ‘D’ = Disabled ‘E’ = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (sponge-forge-1.10.2-2281-5.2.0-BETA-2371.jar)
UCHIJAAAA Forge{12.18.3.2281} [Minecraft Forge] (sponge-forge-1.10.2-2281-5.2.0-BETA-2371.jar)
UCHIJAAAA spongeapi{5.2.0-SNAPSHOT-ab52c0c} [SpongeAPI] (minecraft.jar)
UCHIJAAAA sponge{1.10.2-2281-5.2.0-BETA-2371} [SpongeForge] (sponge-1.10.2-2281-5.2.0-BETA-2371.jar)
UCHIJAAAA backpack{3.0.1} [Backpack] (backpack-3.0.1-1.10.2.jar)
UCHIJAAAA BiomesOPlenty{5.0.0.2155} [Biomes O’ Plenty] (BiomesOPlenty-1.10.2-5.0.0.2155-universal.jar)
UCHIJAAAA clearmob{1.3.1} [ClearMob] (ClearMob-1.3.1.jar)
UCHIJAAAA LotsOfFood{1.12.0} [Lots of Food] (Lots of Food-1.12.0.jar)
UCHIJAAAA net.redstoneore.silktouch{1.0.0} [SilkTouch] (SilkTouch.jar)
UCHIJAAAA ultimatecore{3.0.11} [UltimateCore] (UltimateCore.jar)
UCHIJAAAA statusprotocol{} [StatusProtocol] (UltimateCore.jar)
UCHIJAAAA universeguard{1.0} [Universe Guard] (Universe Guard 1.2.jar)
UCHIJAAAA worldedit{6.1.5-SNAPSHOT} [WorldEdit] (worldedit-sponge-mc1.10.2-6.1.5-SNAPSHOT-dist.jar)
Loaded coremods (and transformers):
SpongeCoremod (sponge-1.10.2-2281-5.2.0-BETA-2371.jar)
org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
Profiler Position: N/A (disabled)
Player Count: 4 / 200; [EntityPlayerMP[‘pasokiko_tsofli’/65, l=‘world’, x=3892.76, y=64.88, z=-5021.69], EntityPlayerMP[‘xoxos’/66, l=‘world’, x=3681.50, y=66.17, z=-5561.59], EntityPlayerMP[‘JerryBullderGR’/487, l=‘world’, x=3683.88, y=64.00, z=-5561.61], EntityPlayerMP[‘MavroSThanoS’/1262, l=‘world’, x=3892.55, y=64.00, z=-5026.33]]
Is Modded: Definitely; Server brand changed to ‘fml,forge,sponge’
Type: Dedicated Server (map_server.txt)

---- Minecraft Crash Report ----

WARNING: coremods are present:
SpongeCoremod (sponge-1.10.2-2281-5.2.0-BETA-2371.jar)
Contact their authors BEFORE contacting forge

// Hi. I’m Minecraft, and I’m a crashaholic.

Time: 7/3/17 8:15 AM
Description: Exception ticking world

java.util.concurrent.RejectedExecutionException: Task net.minecraft.world.WorldServer$$Lambda$445/1520928872@25120431 rejected from java.util.concurrent.ThreadPoolExecutor@5aa2590[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2476183]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
at java.util.concurrent.Executors$DelegatedExecutorService.execute(Unknown Source)
at net.minecraft.world.WorldServer.updateLightAsync(WorldServer.java:3926)
at net.minecraft.world.WorldServer.func_180500_c(WorldServer.java:3751)
at net.minecraft.world.World.func_175664_x(World.java:2776)
at net.minecraft.world.WorldServer.func_184162_i(WorldServer.java:360)
at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:1917)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:220)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Unknown Source)

A detailed walkthrough of the error, its code path and all known details is as follows:

– Head –
Thread: Server thread
Stacktrace:
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
at java.util.concurrent.Executors$DelegatedExecutorService.execute(Unknown Source)
at net.minecraft.world.WorldServer.updateLightAsync(WorldServer.java:3926)
at net.minecraft.world.WorldServer.func_180500_c(WorldServer.java:3751)
at net.minecraft.world.World.func_175664_x(World.java:2776)
at net.minecraft.world.WorldServer.func_184162_i(WorldServer.java:360)
at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:1917)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:220)

– Affected level –
Details:
Level name: world
All players: 4 total; [EntityPlayerMP[‘xoxos’/325, l=‘world’, x=3718.38, y=69.00, z=-5473.63], EntityPlayerMP[‘JerryBullderGR’/7707, l=‘world’, x=3731.38, y=69.00, z=-5460.69], EntityPlayerMP[‘MavroSThanoS’/26748, l=‘world’, x=3893.96, y=64.00, z=-5025.70], EntityPlayerMP[‘tolisgrpgr’/28062, l=‘world’, x=3877.61, y=66.75, z=-5053.85]]
Chunk stats: ServerChunkCache: 1648 Drop: 0
Level seed: 4637556041355167456
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (125,102,369), Chunk: (at 13,6,1 in 7,23; contains blocks 112,0,368 to 127,255,383), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 32662710 game time, 2046678 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 74994 (now: false), thunder time: 144753 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Unknown Source)

– System Details –
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_131, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3732151056 bytes (3559 MB) / 6431965184 bytes (6134 MB) up to 6431965184 bytes (6134 MB)
JVM Flags: 2 total; -Xmx6G -Xms6G
IntCache: cache: 12, tcache: 94, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.3.2281 14 mods loaded, 14 mods active
States: ‘U’ = Unloaded ‘L’ = Loaded ‘C’ = Constructed ‘H’ = Pre-initialized ‘I’ = Initialized ‘J’ = Post-initialized ‘A’ = Available ‘D’ = Disabled ‘E’ = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (sponge-forge-1.10.2-2281-5.2.0-BETA-2371.jar)
UCHIJAAAA Forge{12.18.3.2281} [Minecraft Forge] (sponge-forge-1.10.2-2281-5.2.0-BETA-2371.jar)
UCHIJAAAA spongeapi{5.2.0-SNAPSHOT-ab52c0c} [SpongeAPI] (minecraft.jar)
UCHIJAAAA sponge{1.10.2-2281-5.2.0-BETA-2371} [SpongeForge] (sponge-1.10.2-2281-5.2.0-BETA-2371.jar)
UCHIJAAAA backpack{3.0.1} [Backpack] (backpack-3.0.1-1.10.2.jar)
UCHIJAAAA BiomesOPlenty{5.0.0.2155} [Biomes O’ Plenty] (BiomesOPlenty-1.10.2-5.0.0.2155-universal.jar)
UCHIJAAAA clearmob{1.3.1} [ClearMob] (ClearMob-1.3.1.jar)
UCHIJAAAA LotsOfFood{1.12.0} [Lots of Food] (Lots of Food-1.12.0.jar)
UCHIJAAAA net.redstoneore.silktouch{1.0.0} [SilkTouch] (SilkTouch.jar)
UCHIJAAAA ultimatecore{3.0.11} [UltimateCore] (UltimateCore.jar)
UCHIJAAAA statusprotocol{} [StatusProtocol] (UltimateCore.jar)
UCHIJAAAA universeguard{1.0} [Universe Guard] (Universe Guard 1.2.jar)
UCHIJAAAA worldedit{6.1.5-SNAPSHOT} [WorldEdit] (worldedit-sponge-mc1.10.2-6.1.5-SNAPSHOT-dist.jar)
Loaded coremods (and transformers):
SpongeCoremod (sponge-1.10.2-2281-5.2.0-BETA-2371.jar)
org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
Profiler Position: N/A (disabled)
Player Count: 4 / 200; [EntityPlayerMP[‘xoxos’/325, l=‘world’, x=3718.38, y=69.00, z=-5473.63], EntityPlayerMP[‘JerryBullderGR’/7707, l=‘world’, x=3731.38, y=69.00, z=-5460.69], EntityPlayerMP[‘MavroSThanoS’/26748, l=‘world’, x=3893.96, y=64.00, z=-5025.70], EntityPlayerMP[‘tolisgrpgr’/28062, l=‘world’, x=3877.61, y=66.75, z=-5053.85]]
Is Modded: Definitely; Server brand changed to ‘fml,forge,sponge’
Type: Dedicated Server (map_server.txt)

This is a runtime error. It looks like your Java Virtual Machine (JVM) can’t find it’s own classes to access Reflect methods (such as getDeclaredFields). In this case i have no clue what causes this, but as i said is a JVM that for whatever reason doesn’t find it’s own methods :confused:

Ok so i fixed the problem. I think i found a bug though. I have firedamage true on global, but it does no damage but if you go to a region it does damage there.

It’s not that I want to just block the command. I want the flag to be set to false automatically by entering the claim. Is that possible under the current build? If so, please elaborate.

Thank you as always!

Will look into it, thanks for the report

Currently don’t, you can’t specify default disabled commands for regions. But will be added soon, so you can specify that any region you create will have that command disabled by default (so players can’t fly in any region)

Using SpongeForge 2433 for MC 1.10.2: What about forcing a player to not fly while they are already flying. I want to be able to enforce a no-fly-zone; therefore, if the player is already flying, I would like to have the region make players stop flying.

Hello.

I installed the plugin and set permission “Staff” for players so that they could create their own regions. But any player can build in someone else’s region. The UniverseGuard protection does not work. If I remove rights, players can not create regions. How to fix it? So that players can build and edit flags only in their own regions?

This is the correct behaviour. Giving that permission to player will gain them accesso to ALL region feature, including the ability to edit all regions. I guess i’ll add a specific permission to allow players only create regions and edit their own ones

That is different, i will try adding this with a new fly flag so every player entering this region will not be able to fly or will be taken to ground if he’s already :wink:

Awesome!

Now we just need to figure out how to safely take them to group without killing them from the fall. :smile:

@outside64 hey my server randomly crashes with this error but im not sure whats causing it or why its crashing ---- Minecraft Crash Report ----WARNING: coremods are present: SpongeCore - Pastebin.com heres the crash report

Thanks, I’ll wait.

Could you implement protection against projectile-based tools like the mining laser from IndustrialCraft 2’s mining laser?

Hi, I’m using this plugin and I would like to know if there is a way to prevent mobs from spawning in a region, if so how can i do that?

Yes, projectile-specific protection will be added in a further version :wink:

Just set the flag “mobs” to false, this will prevent hostile mobs from spawning in your region. Check out the wiki if you want to know more about other flags :wink:

i found my problem! i didnt had the latest version of the plugin (: now i have :smiley: now i have much more flags :stuck_out_tongue:

I am using LuckPerms instead of pex, and I changed “staff” into the name of my admin group (being “admin”) but I still don’t have acces to any of the commands. What permission node can I add to my admin group to get access? universeguard.staff didn’t work…

Would be cool if you could include the version of the plugin inside the name of the file like

UniverseGuard-0.0.1.0-.1.10.2

just a suggestion :wink: