Git Product home page Git Product logo

react's Introduction

React

Alt text

The master branch is for the latest version of minecraft.

Building

Building React is fairly simple, though you will need to setup a few things if your system has never been used for java development.

Consider supporting our development by buying React on spigot! We work hard to make React the best it can be for everyone.

Preface: if you need help compiling and you are a developer / intend to help out in the community or with development we would love to help you regardless in the discord! however do not come to the discord asking for free copies, or a tutorial on how to compile.

Command Line Builds

  1. Install Java JDK 17
  2. Set the JDK installation path to JAVA_HOME as an environment variable.
    • Windows
      1. Start > Type env and press Enter
      2. Advanced > Environment Variables
      3. Under System Variables, click New...
      4. Variable Name: JAVA_HOME
      5. Variable Value: C:\Program Files\Java\jdk-17.0.1 (verify this exists after installing java don't just copy the example text)
    • MacOS
      1. Run /usr/libexec/java_home -V and look for Java 17
      2. Run sudo nano ~/.zshenv
      3. Add export JAVA_HOME=$(/usr/libexec/java_home) as a new line
      4. Use CTRL + X, then Press Y, Then ENTER
      5. Quit & Reopen Terminal and verify with echo $JAVA_HOME. It should print a directory
  3. If this is your first time building React for MC 1.18+ run gradlew setup inside the root React project folder. Otherwise, skip this step. Grab a coffee, this may take up to 5 minutes depending on your cpu & internet connection.
  4. Once the project has setup, run gradlew React
  5. The React jar will be placed in React/build/React-XXX-XXX.jar Enjoy! Consider supporting us by buying it on spigot!

IDE Builds (for development)

  • Run gradlew setup any time you get dependency issues with craftbukkit
  • Configure ITJ Gradle to use JDK 17 (in settings, search for gradle)
  • Add a build line in the build.gradle for your own build task to directly compile React into your plugins folder if you prefer.
  • Resync the project & run your newly created task (under the development folder in gradle tasks!)

react's People

Contributors

byroadrunner avatar cyberpwnn avatar davidrockin avatar frerduro avatar frerduroalt avatar gladorme avatar habelo78 avatar janmm14 avatar jascotty2 avatar loggits avatar majidfan123 avatar nextdoorpsycho avatar opalinium avatar puretie avatar smessie avatar yeojhenrie avatar zw443 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

react's Issues

Removing ShowCaseStandalone Showcases

When the React plugin attempts to unload chunks, it removes all showcases from the ShowCaseStandalone. They can be brought back easily by reloading SCS. Any way to prevent React from messing up showcases?

React Client

Hello cyber,can you update the react client,you said you will add actions,like to use them from client

More errors...

[12:22:51 ERROR]: Could not pass event BlockPhysicsEvent to React v4.5.1p
org.bukkit.event.EventException
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:338) ~[JavaPluginLoader$1.class:1.7.10-1614.56]
	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[RegisteredListener.class:1.7.10-1614.56]
	at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [SimplePluginManager.class:1.7.10-1614.56]
	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [SimplePluginManager.class:1.7.10-1614.56]
	at net.minecraft.world.World.func_147460_e(World.java:1136) [ahb.class:?]
	at net.minecraft.world.World.func_147459_d(World.java:1085) [ahb.class:?]
	at net.minecraft.world.World.func_147444_c(World.java:1045) [ahb.class:?]
	at net.minecraft.world.World.markAndNotifyBlock(World.java:901) [ahb.class:?]
	at net.minecraft.world.World.func_147465_d(World.java:879) [ahb.class:?]
	at net.minecraft.world.World.func_147468_f(World.java:999) [ahb.class:?]
	at cofh.core.util.fluid.BucketHandler.fillBucket(BucketHandler.java:135) [BucketHandler.class:?]
	at cofh.core.util.fluid.BucketHandler.onBucketFill(BucketHandler.java:101) [BucketHandler.class:?]
	at cofh.core.util.fluid.BucketHandler.onPostBucketFill(BucketHandler.java:57) [BucketHandler.class:?]
	at cpw.mods.fml.common.eventhandler.ASMEventHandler_28_BucketHandler_onPostBucketFill_FillBucketEvent.invoke(.dynamic) [?:1.7.10-1614.56]
	at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) [ASMEventHandler.class:1.7.10-1614.56]
	at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:1.7.10-1614.56]
	at net.minecraft.item.ItemBucket.func_77659_a(ItemBucket.java:52) [abo.class:?]
	at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:185) [add.class:?]
	at net.minecraft.server.management.ItemInWorldManager.func_73085_a(ItemInWorldManager.java:385) [mx.class:?]
	at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:829) [nh.class:?]
	at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60) [jo.class:?]
	at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9) [jo.class:?]
	at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:245) [ej.class:?]
	at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173) [nc.class:?]
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1023) [MinecraftServer.class:?]
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) [lt.class:?]
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) [MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
Caused by: java.lang.NullPointerException
[12:22:51 ERROR]: Could not pass event BlockPhysicsEvent to React v4.5.1p
org.bukkit.event.EventException
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:338) ~[JavaPluginLoader$1.class:1.7.10-1614.56]
	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[RegisteredListener.class:1.7.10-1614.56]
	at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [SimplePluginManager.class:1.7.10-1614.56]
	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [SimplePluginManager.class:1.7.10-1614.56]
	at net.minecraft.world.World.func_147460_e(World.java:1136) [ahb.class:?]
	at net.minecraft.block.BlockDynamicLiquid.func_149674_a(BlockDynamicLiquid.java:137) [akr.class:?]
	at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:776) [mt.class:?]
	at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:283) [mt.class:?]
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:963) [MinecraftServer.class:?]
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) [lt.class:?]
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) [MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
Caused by: java.lang.NullPointerException
[12:22:51 ERROR]: Could not pass event ChunkLoadEvent to React v4.5.1p
org.bukkit.event.EventException
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:338) ~[JavaPluginLoader$1.class:1.7.10-1614.56]
	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[RegisteredListener.class:1.7.10-1614.56]
	at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [SimplePluginManager.class:1.7.10-1614.56]
	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [SimplePluginManager.class:1.7.10-1614.56]
	at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:59) [ChunkIOProvider.class:1.7.10-1614.56]
	at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:15) [ChunkIOProvider.class:1.7.10-1614.56]
	at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) [AsynchronousExecutor.class:1.7.10-1614.56]
	at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) [AsynchronousExecutor.class:1.7.10-1614.56]
	at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) [ChunkIOExecutor.class:1.7.10-1614.56]
	at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:212) [ms.class:?]
	at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:185) [ms.class:?]
	at org.bukkit.craftbukkit.v1_7_R4.CraftWorld.getChunkAt(CraftWorld.java:129) [CraftWorld.class:1.7.10-1614.56]
	at org.bukkit.craftbukkit.v1_7_R4.CraftWorld.getBlockAt(CraftWorld.java:92) [CraftWorld.class:1.7.10-1614.56]
	at org.bukkit.craftbukkit.v1_7_R4.block.CraftBlock.getRelative(CraftBlock.java:183) [CraftBlock.class:1.7.10-1614.56]
	at org.bukkit.craftbukkit.v1_7_R4.block.CraftBlock.getRelative(CraftBlock.java:191) [CraftBlock.class:1.7.10-1614.56]
	at org.bukkit.craftbukkit.v1_7_R4.block.CraftBlock.getRelative(CraftBlock.java:187) [CraftBlock.class:1.7.10-1614.56]
	at com.earth2me.essentials.signs.EssentialsSign.checkIfBlockBreaksSigns(EssentialsSign.java:203) [EssentialsX-2.0.1.jar:?]
	at com.earth2me.essentials.signs.SignBlockListener.onSignBlockIgnite(SignBlockListener.java:175) [EssentialsX-2.0.1.jar:?]
	at sun.reflect.GeneratedMethodAccessor568.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:334) [JavaPluginLoader$1.class:1.7.10-1614.56]
	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [RegisteredListener.class:1.7.10-1614.56]
	at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [SimplePluginManager.class:1.7.10-1614.56]
	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [SimplePluginManager.class:1.7.10-1614.56]
	at org.bukkit.craftbukkit.v1_7_R4.event.CraftEventFactory.callBlockIgniteEvent(CraftEventFactory.java:865) [CraftEventFactory.class:1.7.10-1614.56]
	at net.minecraft.block.BlockStaticLiquid.func_149674_a(BlockStaticLiquid.java:68) [ant.class:?]
	at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:568) [mt.class:?]
	at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:287) [mt.class:?]
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:963) [MinecraftServer.class:?]
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) [lt.class:?]
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) [MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
Caused by: java.lang.NullPointerException

[08:02:51 ERROR]: Error occurred while enabling React v4.5.1p (Is it up to date?)
java.lang.NoSuchFieldError: ARMOR_STAND
	at org.cyberpwn.react.action.ActionCullEntities.onNewConfig(ActionCullEntities.java:344) ~[?:?]
	at org.cyberpwn.react.controller.DataController.loadConfigurableSettings(DataController.java:204) ~[?:?]
	at org.cyberpwn.react.controller.DataController.load(DataController.java:144) ~[?:?]
	at org.cyberpwn.react.controller.ActionController.load(ActionController.java:72) ~[?:?]
	at org.cyberpwn.react.controller.ActionController.start(ActionController.java:81) ~[?:?]
	at org.cyberpwn.react.React.doEnable(React.java:248) ~[?:?]
	at org.cyberpwn.react.React.onEnable(React.java:142) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[JavaPlugin.class:1.7.10-1614.56]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:368) [JavaPluginLoader.class:1.7.10-1614.56]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:410) [SimplePluginManager.class:1.7.10-1614.56]
	at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:438) [CraftServer.class:1.7.10-1614.56]
	at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:372) [CraftServer.class:1.7.10-1614.56]
	at net.minecraft.server.MinecraftServer.func_71243_i(MinecraftServer.java:519) [MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:493) [MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:453) [MinecraftServer.class:?]
	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:337) [lt.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]

React

My players said if shear sheep they didnt get wool after i put the react plugin and when skele shooting they get kick.

Some Errors on 1.7.10

Some errors
[11:14:19] [Server thread/INFO]: OVERBOSE: /Internal: Loaded Configuration for action-collect-garbage [11:14:19] [Server thread/ERROR]: Error occurred while enabling React v1.5.8p (Is it up to date?) java.lang.NoSuchFieldError: MUTTON at com.glacialrush.react.actions.ActionCullDrops.onNewConfig(ActionCullDrops.java:182) ~[?:?] at com.glacialrush.react.controllers.DataController.load(DataController.java:136) ~[?:?] at com.glacialrush.react.controllers.ActionController.load(ActionController.java:57) ~[?:?] at com.glacialrush.react.controllers.ActionController.start(ActionController.java:65) ~[?:?] at com.glacialrush.react.React.onEnable(React.java:105) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[JavaPlugin.class:1.7.10-1614.55] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:368) [JavaPluginLoader.class:1.7.10-1614.55] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:410) [SimplePluginManager.class:1.7.10-1614.55] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:415) [CraftServer.class:1.7.10-1614.55] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:349) [CraftServer.class:1.7.10-1614.55] at net.minecraft.server.MinecraftServer.func_71243_i(MinecraftServer.java:513) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:487) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:447) [MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:336) [lt.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_77]

[11:16:05] [Server thread/INFO]: Xu_wznln issued server command: /react status [11:16:05] [Server thread/ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'react' in plugin React v1.5.8p at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[PluginCommand.class:1.7.10-1614.55] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[SimpleCommandMap.class:1.7.10-1614.55] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:717) ~[CraftServer.class:1.7.10-1614.55] at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:1366) [nh.class:?] at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:1103) [nh.class:?] at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(C01PacketChatMessage.java:38) [ir.class:?] at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(C01PacketChatMessage.java:53) [ir.class:?] at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:245) [ej.class:?] at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173) [nc.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1013) [MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:431) [lt.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:831) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:683) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_77] Caused by: java.lang.NullPointerException at com.glacialrush.react.actions.ActionInstabilityCause.pollHeaftSamples(ActionInstabilityCause.java:365) ~[?:?] at com.glacialrush.react.actions.ActionInstabilityCause.pagePollSamples(ActionInstabilityCause.java:407) ~[?:?] at com.glacialrush.react.actions.ActionInstabilityCause.query(ActionInstabilityCause.java:470) ~[?:?] at com.glacialrush.react.controllers.CommandController.onCommand(CommandController.java:221) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[PluginCommand.class:1.7.10-1614.55] ... 13 more

unicode support

Hi. First, Thanks you for great plugin!
I'm use React Client.exe with React plugin.
but my server is korea server.

When I chat "์•ˆ๋…•(Korean)", "โ–กโ–ก" is output at Client Console.
So I hope support unicode.

Thanks you for reading.

Feature Requests

By googling around, I noticed that hoppers, many entities and active chunks will cause TPS to drop.

Maybe it's nice to add an option to halt fly speed and prevent fast-travelling between chunks and so minimalize the amount of chunks that are active. With just 25 players, I noticed I already have 10k+ active chunks. Maybe a configurable time between chunks? This should improve the performance and TPS.

As for entities React already covers much, but since 1.9 collisions are back which are quite heavy on server load. Maybe it's nice to have a mob breeding limit against machines with entities within 1 block with water.

As for hoppers I don't think theres much possible. But what do you think?

Maps no longer update after transporting worlds

Reproduction

To reproduce, ensure you have rebooted the server and ensure you have mapping off for yourself by default before you start.

  1. Use /react map
  2. Go to another world
  3. Use /react map

You will notice that the map is not rendering at all. This is an issue.

Why

I believe it is because the way maps are linked with renderers it has to do with the map id, it changes incorrectly. I can fix this with a world transfer event.

2.2 Works, 2.2.5 does not.

Hello, I was using 2.2 just fine and decided to update to 2.2.5 but it does not seem to like 1.7.10.

Here are some pics of the error.
screenshot_59
screenshot_60

NPC's dissapears

Reported this bug a few days ago and still got no answer... My npc's in my hub world dissapears when i leave that world or leave the server, i think it is a problem whith the chuncks, can you please look at it?

Could not pass event PlayerDeathEvent

[21:11:22] [Server thread/ERROR]: Could not pass event PlayerDeathEvent to React v2.8.9p
org.bukkit.event.EventException
    at com.massivecraft.massivelag.inject.event.MassiveLagEventExecutor.execute(MassiveLagEventExecutor.java:77) ~[?:?]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerDeathEvent(CraftEventFactory.java:396) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.EntityPlayer.die(EntityPlayer.java:417) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.EntityLiving.damageEntity(EntityLiving.java:812) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.EntityHuman.damageEntity(EntityHuman.java:800) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.EntityPlayer.damageEntity(EntityPlayer.java:496) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.EntityLiving.O(EntityLiving.java:1183) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.Entity.K(Entity.java:327) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.EntityLiving.K(EntityLiving.java:169) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.Entity.t_(Entity.java:247) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.EntityLiving.t_(EntityLiving.java:1448) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.EntityHuman.t_(EntityHuman.java:173) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.EntityPlayer.l(EntityPlayer.java:285) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:382) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInPosition.a(SourceFile:57) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_91]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_91]
    at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
Caused by: java.lang.NullPointerException
    at java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1011) ~[?:1.8.0_91]
    at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1006) ~[?:1.8.0_91]
    at org.cyberpwn.react.controller.LimitingController.act(LimitingController.java:204) ~[?:?]
    at org.cyberpwn.react.controller.LimitingController.on(LimitingController.java:166) ~[?:?]
    at sun.reflect.GeneratedMethodAccessor781.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_91]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_91]
    at com.massivecraft.massivelag.inject.event.MassiveLagEventExecutor.execute(MassiveLagEventExecutor.java:67) ~[?:?]
    ... 27 more

Drop items lose.

When the entity reaches 32, the drop item will be lost.
Players will lose their discarded items.
Can it be fixed?
max-entities-per-chunk-hard: 32

Photon causes Beds, trap doors, pressure plates, buttons, ladders and tripwire to bug and dissapepar

I made a thread a while back about on Spigot and later that day I figured out it was React, so I just deleted the react folder and went along like normal.

Now the other day I decided I need to enable photon to fix some of the lighting glitches in my survival world and it does seem to help.
Only problem is it creates some major issues with the items listed in the title.

https://www.spigotmc.org/threads/beds-trap-doors-pressure-plates-buttons-ladders-and-tripwire-hooks-removed-on-restart.181110/

Mapping

Sometimes the mapping is not updating most if 2 players show it at the same time.

BlockBreakEvent

[11:35:51] [Server thread/ERROR]: Could not pass event BlockBreakEvent to React v3.1p org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot_latest.jar:git-Spigot-f950f8e-c4baa9c] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot_latest.jar:git-Spigot-f950f8e-c4baa9c] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot_latest.jar:git-Spigot-f950f8e-c4baa9c] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot_latest.jar:git-Spigot-f950f8e-c4baa9c] at net.minecraft.server.v1_11_R1.PlayerInteractManager.breakBlock(PlayerInteractManager.java:291) [spigot_latest.jar:git-Spigot-f950f8e-c4baa9c] at net.minecraft.server.v1_11_R1.PlayerInteractManager.a(PlayerInteractManager.java:218) [spigot_latest.jar:git-Spigot-f950f8e-c4baa9c] at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:835) [spigot_latest.jar:git-Spigot-f950f8e-c4baa9c] at net.minecraft.server.v1_11_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot_latest.jar:git-Spigot-f950f8e-c4baa9c] at net.minecraft.server.v1_11_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot_latest.jar:git-Spigot-f950f8e-c4baa9c] at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot_latest.jar:git-Spigot-f950f8e-c4baa9c] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_91] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_91] at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [spigot_latest.jar:git-Spigot-f950f8e-c4baa9c] at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:739) [spigot_latest.jar:git-Spigot-f950f8e-c4baa9c] at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot_latest.jar:git-Spigot-f950f8e-c4baa9c] at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:675) [spigot_latest.jar:git-Spigot-f950f8e-c4baa9c] at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:574) [spigot_latest.jar:git-Spigot-f950f8e-c4baa9c] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91] Caused by: java.lang.NoSuchFieldError: ORB_PICKUP at org.cyberpwn.react.action.ActionTeleportDrops.onBreak(ActionTeleportDrops.java:60) ~[?:?] at sun.reflect.GeneratedMethodAccessor573.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_91] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot_latest.jar:git-Spigot-f950f8e-c4baa9c] ... 17 more

During the time of this console spam there is dramatic tps drop from chunk rendering. In the time frame when a player is mining or breaking anything it will either delete or go to their inventory instantly. At this time silk touch does not work, breaking stone goes to cobble, and shears/crops/other things just delete and vanish.

This was also tested on a server with essentials and vault and we were able to recreate the issue showing no plugins are clashing with this as told prior.

Permission Denied [SOLVED]

Whenever I enter a command through the console on the React Client I get this message in the console "[ReactServer]: Permission denied for remote user" and I've tried everything I can to fix it but I can't find out what's wrong.
81z2qq

What is the permission node for teleporting

My moderators have the permission react.* but they cannot click in the chat for teleporting to a redstone overload.

Can you please supply me with the permission node for this function.

  • Volander

React 4.4.6 not working on 1.7.10

When i start up the server i get this:

[18:15:01 INFO]: [React] Enabling React v4.4.6p
[18:15:01 ERROR]: [React] Plugin React v4.4.6p has failed to register events for class org.cyberpwn.react.action.ActionStackEntities because org/bukkit/event/player/PlayerInteractAtEntityEvent does not exist.
[18:15:02 INFO]: [React Server]: Loading Remote Users
[18:15:02 ERROR]: Error occurred while enabling React v4.4.6p (Is it up to date?)
java.lang.NoSuchFieldError: ARMOR_STAND
	at org.cyberpwn.react.action.ActionStackEntities.onNewConfig(ActionStackEntities.java:542) ~[?:?]
	at org.cyberpwn.react.controller.DataController.load(DataController.java:139) ~[?:?]
	at org.cyberpwn.react.controller.ActionController.load(ActionController.java:72) ~[?:?]
	at org.cyberpwn.react.controller.ActionController.start(ActionController.java:81) ~[?:?]
	at org.cyberpwn.react.React.doEnable(React.java:246) ~[?:?]
	at org.cyberpwn.react.React.onEnable(React.java:140) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[JavaPlugin.class:1.7.10-1614.56]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:368) [JavaPluginLoader.class:1.7.10-1614.56]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:410) [SimplePluginManager.class:1.7.10-1614.56]
	at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:438) [CraftServer.class:1.7.10-1614.56]
	at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:372) [CraftServer.class:1.7.10-1614.56]
	at net.minecraft.server.MinecraftServer.func_71243_i(MinecraftServer.java:519) [MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:493) [MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:453) [MinecraftServer.class:?]
	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:337) [lt.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]

Plugins Bug rect4.1.8 i use spigot 1.7.x-1.8.x you must fixed i going to send log file.

Log file:

[09:02:18] [Server thread/INFO]: Starting minecraft server version 1.7.10
[09:02:18] [Server thread/INFO]: Loading properties
[09:02:18] [Server thread/INFO]: Default game type: ADVENTURE
[09:02:18] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1.7.9-R0.2-208-ge0f2e95 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[09:02:18] [Server thread/INFO]: Debug logging is disabled
[09:02:18] [Server thread/INFO]: Server Ping Player Sample Count: 12
[09:02:18] [Server thread/INFO]: Using 4 threads for Netty based IO
[09:02:19] [Server thread/INFO]: Generating keypair
[09:02:19] [Server thread/INFO]: Starting Minecraft server on *:25565
[09:02:20] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[09:02:21] [Server thread/INFO]: [INFO][NoCheatPlus] Sat Feb 18 09:02:21 ICT 2017
[09:02:21] [Server thread/INFO]: Player instances are stored for efficiency.
[09:02:22] [Server thread/INFO]: [HellsCore] Loading HellsCore v0.1pre
[09:02:22] [Server thread/INFO]: [Itemizer] Loading Itemizer v3.1
[09:02:22] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
[09:02:22] [Server thread/INFO]: [ArcaneEnchants] Loading ArcaneEnchants v5.2.1
[09:02:22] [Server thread/INFO]: [NoRain] Loading NoRain v0.2
[09:02:22] [Server thread/INFO]: [OpenInv] Loading OpenInv v2.2.7
[09:02:22] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
[09:02:22] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.1.28 (Phoenix)
[09:02:22] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.3
[09:02:22] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v1.5
[09:02:22] [Server thread/INFO]: [CrackShot] Loading CrackShot v0.97.16
[09:02:22] [Server thread/INFO]: [UnbreakableEquip] Loading UnbreakableEquip v1.0
[09:02:22] [Server thread/INFO]: [HellsEdit] Loading HellsEdit v0.5pre
[09:02:22] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.1
[09:02:22] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v2.4
[09:02:22] [Server thread/INFO]: [EventSounds] Loading EventSounds v0.2
[09:02:22] [Server thread/INFO]: [SuperCensor] Loading SuperCensor v2.7
[09:02:22] [Server thread/INFO]: [Lockette] Loading Lockette v1.7.12
[09:02:22] [Server thread/INFO]: [NoSunlightBurn] Loading NoSunlightBurn v1.0
[09:02:22] [Server thread/INFO]: [LaggRemover] Loading LaggRemover v0.2.2
[09:02:22] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
[09:02:22] [Server thread/INFO]: [AntiWDL] Loading AntiWDL v0.1
[09:02:22] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.67
[09:02:22] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
[09:02:22] [Server thread/INFO]: [PlayerLevels] Loading PlayerLevels v1.1
[09:02:22] [Server thread/INFO]: [BanItem] Loading BanItem v2.8
[09:02:22] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
[09:02:22] [Server thread/INFO]: [xTeam] Loading xTeam v1.8.1
[09:02:22] [Server thread/INFO]: [Vault] Loading Vault v1.4.1-b436
[09:02:22] [Server thread/INFO]: [CombatTag] Loading CombatTag v6.3.2-SNAPSHOT
[09:02:22] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
[09:02:22] [Server thread/INFO]: [RPGItems] Loading RPGItems v3.5.119
[09:02:22] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.4
[09:02:22] [Server thread/INFO]: [BetterEnderChest] Loading BetterEnderChest v2.2.5
[09:02:22] [Server thread/INFO]: [Scavenger] Loading Scavenger v1.7-13
[09:02:22] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.7.0
[09:02:23] [Server thread/INFO]: [Reflex] Loading Reflex v9.9
[09:02:23] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.13.7-RC-sMD5NET-b925
[09:02:23] [Server thread/INFO]: onLoad: Early set up of static API, configuration, logging.
[09:02:23] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
[09:02:23] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.7.10
[09:02:23] [Server thread/INFO]: [TradeMe] Loading TradeMe v5.0.0.2
[09:02:23] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.0.7
[09:02:23] [Server thread/INFO]: [React] Loading React v4.1.8p
[09:02:23] [Server thread/INFO]: [PhatLoots] Loading PhatLoots v3.8.1
[09:02:23] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v2.9.1
[09:02:23] [Server thread/INFO]: [RecipeManager] Loading RecipeManager v2.2.3
[09:02:23] [Server thread/INFO]: [ScoreboardStats] Loading ScoreboardStats v0.9.6
[09:02:23] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.10
[09:02:23] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v2.1.5
[09:02:23] [Server thread/INFO]: [ItemCases] Loading ItemCases v2.5.2
[09:02:23] [Server thread/INFO]: [Vault] Enabling Vault v1.4.1-b436
[09:02:23] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[09:02:23] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
[09:02:23] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
[09:02:23] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
[09:02:23] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
[09:02:23] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[09:02:23] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[09:02:23] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[09:02:23] [Server thread/INFO]: [Vault] Enabled Version 1.4.1-b436
[09:02:23] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.7.0
[09:02:23] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[09:02:23] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[09:02:23] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[09:02:23] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[09:02:23] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[09:02:23] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[09:02:23] [Server thread/INFO]: Preparing level "world"
[09:02:23] [Server thread/INFO]: -------- World Settings For [world] --------
[09:02:23] [Server thread/INFO]: Chunks to Grow per Tick: 650
[09:02:23] [Server thread/INFO]: Clear tick list: false
[09:02:23] [Server thread/INFO]: View Distance: 10
[09:02:23] [Server thread/INFO]: Experience Merge Radius: 3.0
[09:02:23] [Server thread/INFO]: Item Despawn Rate: 6000
[09:02:23] [Server thread/INFO]: Item Merge Radius: 2.5
[09:02:23] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[09:02:23] [Server thread/INFO]: Arrow Despawn Rate: 1200
[09:02:23] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[09:02:23] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[09:02:23] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[09:02:23] [Server thread/INFO]: Alternative Hopper Ticking: false
[09:02:23] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[09:02:23] [Server thread/INFO]: Anti X-Ray: true
[09:02:23] [Server thread/INFO]: 	Engine Mode: 1
[09:02:24] [Server thread/INFO]: 	Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[09:02:24] [Server thread/INFO]: 	Replace Blocks: [1, 5]
[09:02:24] [Server thread/INFO]: Mob Spawn Range: 4
[09:02:24] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[09:02:24] [Server thread/INFO]: Random Lighting Updates: false
[09:02:24] [Server thread/INFO]: Structure Info Saving: true
[09:02:24] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[09:02:24] [Server thread/INFO]: Cactus Growth Modifier: 100%
[09:02:24] [Server thread/INFO]: Cane Growth Modifier: 100%
[09:02:24] [Server thread/INFO]: Melon Growth Modifier: 100%
[09:02:24] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[09:02:24] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[09:02:24] [Server thread/INFO]: Sapling Growth Modifier: 100%
[09:02:24] [Server thread/INFO]: Wheat Growth Modifier: 100%
[09:02:24] [Server thread/INFO]: Max TNT Explosions: 100
[09:02:24] [Server thread/INFO]: Sending up to 5 chunks per packet
[09:02:24] [Server thread/INFO]: Max Entity Collisions: 8
[09:02:24] [Server thread/INFO]: Preparing start region for level 0 (Seed: 7059645168221576496)
[09:02:25] [Server thread/INFO]: Preparing spawn area: 83%
[09:02:25] [Server thread/INFO]: [HellsCore] Enabling HellsCore v0.1pre
[09:02:25] [Server thread/INFO]: [HellsCore] All Hells Plugins running in debug
[09:02:25] [Server thread/INFO]: [HellsCore] Adding Key: hcore.help = hcore.help
[09:02:25] [Server thread/INFO]: [Itemizer] Enabling Itemizer v3.1
[09:02:25] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
[09:02:25] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[09:02:26] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.CraftBukkit_v1_7_R4 as the Bukkit adapter
[09:02:26] [Server thread/INFO]: [ArcaneEnchants] Enabling ArcaneEnchants v5.2.1
[09:02:26] [Server thread/INFO]: ---------------------------------------------------
[09:02:26] [Server thread/INFO]: |******** [ArcaneEnchants] BANG! Enabled! ********|
[09:02:26] [Server thread/INFO]: ---------------------------------------------------
[09:02:26] [Server thread/INFO]: [ArcaneEnchants] Loaded enchantments successfully.
[09:02:26] [Server thread/INFO]: [ArcaneEnchants] Effects being used: [ENDER, POTION]
[09:02:26] [Server thread/INFO]: [ArcaneEnchants] Began metrics.
[09:02:26] [Server thread/INFO]: [NoRain] Enabling NoRain v0.2
[09:02:26] [Server thread/INFO]: [OpenInv] Enabling OpenInv v2.2.7
[09:02:26] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
[09:02:26] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[09:02:26] [Server thread/INFO]: git-Spigot-1.7.9-R0.2-208-ge0f2e95 (MC: 1.7.10)
[09:02:26] [Server thread/INFO]: 1.7.10-R0.1-SNAPSHOT
[09:02:26] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[09:02:26] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
[09:02:26] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
[09:02:26] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy  version: 1.4.1-b436)
[09:02:26] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.1.28 (Phoenix)
[09:02:26] [Server thread/WARN]: GroupManager - WARNING - Inherited group 'staff' not found for group admin. Ignoring entry in file: plugins\GroupManager\worlds\world\groups.yml
[09:02:26] [Server thread/WARN]: GroupManager - WARNING - Mirroring error with world. Recursive loop detected!
[09:02:26] [Server thread/INFO]: GroupManager - INFO - World Found: colorado_v1_release
[09:02:26] [Server thread/WARN]: GroupManager - WARNING - Inherited group 'g:groupmanager_moderator' not found for group Moderator. Ignoring entry in file: plugins\GroupManager\worlds\colorado_v1_release\groups.yml
[09:02:26] [Server thread/WARN]: GroupManager - WARNING - Inherited group 'g:vanish_moderator' not found for group Moderator. Ignoring entry in file: plugins\GroupManager\worlds\colorado_v1_release\groups.yml
[09:02:26] [Server thread/WARN]: GroupManager - WARNING - Inherited group 'g:groupmanager_admin' not found for group Admin. Ignoring entry in file: plugins\GroupManager\worlds\colorado_v1_release\groups.yml
[09:02:26] [Server thread/WARN]: GroupManager - WARNING - Inherited group 'g:vanish_admin' not found for group Admin. Ignoring entry in file: plugins\GroupManager\worlds\colorado_v1_release\groups.yml
[09:02:26] [Server thread/WARN]: GroupManager - WARNING - Inherited group 'g:groupmanager_default' not found for group Default. Ignoring entry in file: plugins\GroupManager\worlds\colorado_v1_release\groups.yml
[09:02:26] [Server thread/WARN]: GroupManager - WARNING - Inherited group 'g:towny_default' not found for group Default. Ignoring entry in file: plugins\GroupManager\worlds\colorado_v1_release\groups.yml
[09:02:26] [Server thread/INFO]: GroupManager - INFO - World Found: world
[09:02:26] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
[09:02:26] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
[09:02:26] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
[09:02:26] [Server thread/INFO]: GroupManager version 2.1.28 (Phoenix) is enabled!
[09:02:26] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[09:02:26] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[09:02:26] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
[09:02:26] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
[09:02:26] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.3
[09:02:26] [Server thread/INFO]: [ClearLag] Loading modules...
[09:02:26] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[09:02:26] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[09:02:26] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[09:02:26] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v1.5
[09:02:26] [Thread-9/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.7]...
[09:02:26] [Server thread/INFO]: [AutoMessage] version [1.5] loaded
[09:02:26] [Server thread/INFO]: [CrackShot] Enabling CrackShot v0.97.16
[09:02:27] [Server thread/INFO]: [CrackShot] Each weapon must have a unique name, but two or more weapons have '&eRiot Shield' for Item_Name! Tip: '&eWeapon' and '&eWea&epon' are different, but both look the same.
[09:02:27] [Server thread/INFO]: [CrackShot] Gun-mode activated. Boop!
[09:02:27] [Server thread/INFO]: [UnbreakableEquip] Enabling UnbreakableEquip v1.0
[09:02:27] [Server thread/INFO]: [OceUtility] enabled
[09:02:27] [Server thread/INFO]: [HellsEdit] Enabling HellsEdit v0.5pre
[09:02:27] [Server thread/INFO]: [HellsEdit] Loading Saves in Memory!
[09:02:27] [Server thread/INFO]: [HellsEdit] Done loading
[09:02:27] [Server thread/INFO]: [HellsCore] Adding Key: hedit.info = hellsedit.info
[09:02:27] [Server thread/INFO]: [HellsCore] Adding Key: hedit.edit = hellsedit.edit
[09:02:27] [Server thread/INFO]: [HellsCore] Adding Key: hedit.attach = hellsedit.attach
[09:02:27] [Server thread/INFO]: [HellsCore] Adding Key: hedit.color = hellsedit.color
[09:02:27] [Server thread/INFO]: [HellsCore] Adding Key: hedit.save = hellsedit.save
[09:02:27] [Server thread/INFO]: [HellsCore] Adding Key: hedit.reload = hellsedit.reload
[09:02:27] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.1
[09:02:27] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
[09:02:27] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[09:02:27] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -1798.0 Y: 100.0 Z: -1801.0
[09:02:27] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v2.4
[09:02:27] [Server thread/INFO]: [EventSounds] Enabling EventSounds v0.2
[09:02:27] [Server thread/INFO]: [SuperCensor] Enabling SuperCensor v2.7
[09:02:27] [Server thread/INFO]: ๏ฟฝ[0;37;1m๏ฟฝ[0;30;1m[๏ฟฝ[0;33;22mSuperCensor๏ฟฝ[0;30;1m]๏ฟฝ[0;37;1m Loading SuperCensor. Version: 2.7๏ฟฝ[m
[09:02:27] [Server thread/INFO]: ๏ฟฝ[0;37;1m๏ฟฝ[0;30;1m[๏ฟฝ[0;33;22mSuperCensor๏ฟฝ[0;30;1m]๏ฟฝ[0;37;1m SuperCensor loaded.๏ฟฝ[m
[09:02:27] [Server thread/INFO]: [Lockette] Enabling Lockette v1.7.12
[09:02:27] [Server thread/INFO]: [Lockette] Version 1.7.12 is being enabled!  Yay!  (Core version 1.3.7)
[09:02:27] [Server thread/WARN]: [Lockette] Craftbukkit build unrecognized, please be sure you have build [2771] or greater.
[09:02:27] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
[09:02:27] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
[09:02:27] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
[09:02:27] [Server thread/INFO]: [Lockette] Enabled link to plugin GroupManager for Groups, version 2.1.28 (Phoenix)
[09:02:27] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
[09:02:27] [Server thread/INFO]: [Lockette] Ready to protect your containers.
[09:02:27] [Server thread/INFO]: [NoSunlightBurn] Enabling NoSunlightBurn v1.0
[09:02:27] [Server thread/INFO]: ๏ฟฝ[0;33;1mNoSunlightBurn is now enabled ๏ฟฝ[0;34;1m-๏ฟฝ[0;32;1m Version Using: 1.0๏ฟฝ[m
[09:02:27] [Server thread/INFO]: [LaggRemover] Enabling LaggRemover v0.2.2
[09:02:27] [Server thread/INFO]: [LaggRemover] The Smart Lag Detection AI is now active.
[09:02:27] [Server thread/INFO]: [LaggRemover] Loaded 0 module(s)
[09:02:27] [Server thread/INFO]: [LaggRemover] LaggRemover has been enabled!
[09:02:27] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
[09:02:28] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[09:02:28] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[09:02:28] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[09:02:28] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[09:02:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[09:02:28] [Server thread/INFO]: [WorldGuard] Loading region data...
[09:02:28] [Server thread/INFO]: [AntiWDL] Enabling AntiWDL v0.1
[09:02:28] [Server thread/INFO]: ๏ฟฝ[0;37;22m[๏ฟฝ[0;33;22mAntiWDL๏ฟฝ[0;37;22m] ๏ฟฝ[0;30;1m-----------------------------๏ฟฝ[m
[09:02:28] [Server thread/INFO]: ๏ฟฝ[0;37;22m[๏ฟฝ[0;33;22mAntiWDL๏ฟฝ[0;37;22m] ๏ฟฝ[0;30;1mLoading AntiWDL by Upd4ting๏ฟฝ[m
[09:02:28] [Server thread/INFO]: ๏ฟฝ[0;37;22m[๏ฟฝ[0;33;22mAntiWDL๏ฟฝ[0;37;22m] ๏ฟฝ[0;30;1mCheck out my twitter: twitter.com/upd4ting๏ฟฝ[m
[09:02:28] [Server thread/INFO]: ๏ฟฝ[0;37;22m[๏ฟฝ[0;33;22mAntiWDL๏ฟฝ[0;37;22m] ๏ฟฝ[0;30;1m-----------------------------๏ฟฝ[m
[09:02:28] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.67
[09:02:28] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
[09:02:28] [Server thread/INFO]: [PlayerLevels] Enabling PlayerLevels v1.1
[09:02:29] [Thread-9/INFO]: [ClearLag] No updates found!
[09:02:29] [Server thread/INFO]: [BanItem] Enabling BanItem v2.8
[09:02:29] [Server thread/INFO]: [BanItem] BanItem is now Enabled!
[09:02:29] [Server thread/INFO]: [BanItem] made by: [abcalvin]
[09:02:29] [Server thread/INFO]: BanItem's config.yml detected
[09:02:29] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
[09:02:29] [Server thread/INFO]: [iConomy - April Fools] Enabled (67 ms)
[09:02:29] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
[09:02:29] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
[09:02:29] [Server thread/INFO]: [xTeam] Enabling xTeam v1.8.1
[09:02:29] [Thread-13/INFO]: [iConomy - April Fools] Purged accounts with default balance.
[09:02:29] [Server thread/INFO]: [CombatTag] Enabling CombatTag v6.3.2-SNAPSHOT
[09:02:30] [Server thread/INFO]: [CombatTag] has loaded with a tag time of 10 seconds
[09:02:30] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
[09:02:30] [Server thread/INFO]: [RPGItems] Enabling RPGItems v3.5.119
[09:02:30] [Server thread/WARN]: [RPGItems] Could not save en_GB.lang to plugins\RPGItems\locale\en_GB.lang because en_GB.lang already exists.
[09:02:30] [Server thread/INFO]: [RPGItems] WorldGuard version 6 found
[09:02:30] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.4
[09:02:30] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[09:02:30] [Server thread/INFO]: [AuthMe] Set Language: en
[09:02:30] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with GroupManager system
[09:02:30] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
[09:02:30] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[09:02:30] [Server thread/INFO]: [AuthMe] LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[09:02:30] [Server thread/INFO]: [AuthMe] Authme 3.4 enabled
[09:02:30] [Server thread/INFO]: [BetterEnderChest] Enabling BetterEnderChest v2.2.5
[09:02:30] [Server thread/INFO]: [Scavenger] Enabling Scavenger v1.7-13
[09:02:30] [Server thread/INFO]: [Scavenger] Configuration loaded.
[09:02:30] [Server thread/INFO]: [Scavenger] Economy disabled. Item recovery will be free.
[09:02:30] [Server thread/INFO]: [Scavenger] Loaded ignore list. (Count = 0)
[09:02:30] [Server thread/INFO]: [Scavenger] Offline-mode is set to false, no Authenticator Hook
[09:02:30] [Server thread/INFO]: [Reflex] Enabling Reflex v9.9
[09:02:31] [Server thread/INFO]: Reflex ? Found ProtocolLib v3.7.0, everything's correct
[09:02:32] [Server thread/INFO]: Reflex ? Beginning enable...
[09:02:32] [Server thread/WARN]: [Reflex] Default system encoding may have misread config.yml from plugin jar
[09:02:32] [Server thread/INFO]: [Reflex] (Reflex) NO UPDATES FOUND
[09:02:32] [Server thread/INFO]: [Reflex] (Reflex) You are running the latest version of Reflex.
[09:02:32] [Server thread/INFO]: Reflex ? Running Reflex 9.9 (~DarksideCode & sinnlosername)
[09:02:32] [Server thread/INFO]: Reflex ? Running Reflex thread heartbeat...
[09:02:34] [Server thread/INFO]: Reflex ? Beginning post-enable stuff..
[09:02:34] [Server thread/INFO]: Reflex ? (CheckManager) Enabling check combat.Direction
[09:02:34] [Server thread/INFO]: Reflex ? (CheckManager) Check combat.FrontEntity is disabled
[09:02:34] [Server thread/INFO]: Reflex ? (CheckManager) Enabling check combat.Fightspeed
[09:02:34] [Server thread/INFO]: Reflex ? (CheckManager) Enabling check combat.Forcefield
[09:02:34] [Server thread/INFO]: Reflex ? (CheckManager) Enabling check combat.Reach
[09:02:34] [Server thread/INFO]: Reflex ? (CheckManager) Enabling check combat.Criticals
[09:02:34] [Server thread/INFO]: Reflex ? (CheckManager) Enabling check combat.FastSwitch
[09:02:34] [Server thread/INFO]: Reflex ? (CheckManager) Enabling check movement.Velocity
[09:02:34] [Server thread/INFO]: Reflex ? (CheckManager) Enabling check combat.KillauraCombined
[09:02:35] [Server thread/INFO]: Reflex ? (CheckManager) Enabling check net.PingSpoof
[09:02:35] [Server thread/INFO]: Reflex ? (CheckManager) Enabling check net.CombatLog
[09:02:35] [Server thread/INFO]: Reflex ? Startup done.
[09:02:35] [Server thread/INFO]: Reflex ? Welcome to Reflex! Thank you for downloading plugin. If you have questions, please read FAQ and configuration comments first. If you still need support, please PM one of devs - MeGysssTaa (in-game DarksideCode) or sinnlosername (in-game Fyniks).
[09:02:35] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
[09:02:35] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.7.10 / CB3100
[09:02:35] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
[09:02:35] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
[09:02:35] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
[09:02:35] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
[09:02:35] [Server thread/WARN]: [NoCheatPlus] Can't tell if the packet level hooks are compatible to the version of ProtocolLib in use.
[09:02:35] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
[09:02:35] [Server thread/INFO]: [NoCheatPlus] Version 3.13.7-RC-sMD5NET-b925 is enabled.
[09:02:35] [Server thread/INFO]: [TradeMe] Enabling TradeMe v5.0.0.2
[09:02:36] [Server thread/INFO]: ๏ฟฝ[0;36;22m[TradeMe]๏ฟฝ[0;33;22m Version 5.0.0.2 has been enabled๏ฟฝ[m
[09:02:36] [Server thread/INFO]: ๏ฟฝ[0;36;22m[TradeMe]๏ฟฝ[0;33;22m Vault plugin was found!๏ฟฝ[m
[09:02:36] [Server thread/INFO]: ๏ฟฝ[0;36;22m[TradeMe]๏ฟฝ[0;33;22m Connected to sqlite๏ฟฝ[m
[09:02:36] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.0.7
[09:02:36] [Server thread/INFO]: [React] Enabling React v4.1.8p
[09:02:38] [Server thread/ERROR]: Error occurred while enabling React v4.1.8p (Is it up to date?)
java.lang.NoSuchFieldError: ARMOR_STAND
	at org.cyberpwn.react.action.ActionCullEntities.onNewConfig(ActionCullEntities.java:291) ~[?:?]
	at org.cyberpwn.react.controller.DataController.load(DataController.java:151) ~[?:?]
	at org.cyberpwn.react.controller.ActionController.load(ActionController.java:66) ~[?:?]
	at org.cyberpwn.react.controller.ActionController.start(ActionController.java:75) ~[?:?]
	at org.cyberpwn.react.React.doEnable(React.java:218) ~[?:?]
	at org.cyberpwn.react.React.onEnable(React.java:123) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
	at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
	at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
	at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
	at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
	at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
	at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
	at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
	at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
[09:02:38] [Server thread/INFO]: [PhatLoots] Enabling PhatLoots v3.8.1
[09:02:38] [Server thread/INFO]: [PhatLoots] Listening for Dispensers
[09:02:38] [Server thread/INFO]: [PhatLoots] Listening for Mob deaths w/ MultiWorld support and WorldGuard Regions
[09:02:38] [Server thread/INFO]: [PhatLoots] Listening for Mob spawns w/ MultiWorld support and WorldGuard support
[09:02:38] [Server thread/INFO]: [PhatLoots] Listening for Players fishing
[09:02:38] [Server thread/INFO]: [PhatLoots] PhatLoots 3.8.1 (Build 1,846) is enabled!
[09:02:38] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v2.9.1
[09:02:39] [Server thread/INFO]: [ServerSigns] Successfully hooked in into Vault
[09:02:39] [Server thread/INFO]: [ServerSigns] Update checking skipped - To enable this, set 'automaticUpdateChecks' to true in your config.yml
[09:02:39] [Server thread/INFO]: [ServerSigns] Version 2.9.1 is now enabled.
[09:02:39] [Server thread/INFO]: [RecipeManager] Enabling RecipeManager v2.2.3
[09:02:40] [Server thread/INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.9.6
[09:02:40] [Server thread/INFO]: [ScoreboardStats] Registered replacers: [PlayerPingVariable, BukkitGlobalVariables, GeneralVariables, VaultVariables, BukkitVariables]
[09:02:40] [Server thread/ERROR]: ebean.properties not found
[09:02:40] [Server thread/INFO]: Using [com.github.games647.scoreboardstats.pvpstats.PathReader] to read the searchable class path
[09:02:40] [Server thread/INFO]: DataSourcePool [ScoreboardStats] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
[09:02:40] [Server thread/INFO]: SubClassFactory parent ClassLoader [com.github.games647.scoreboardstats.ReloadFixLoader]
[09:02:40] [Server thread/INFO]: Entities enhanced[0] subclassed[1]
[09:02:41] [Server thread/INFO]: runScript
[09:02:41] [Server thread/INFO]: executing 1 of 1 create table IF NOT EXISTS player_stats ( id                        integer prim...
[09:02:41] [Server thread/INFO]: ... end of script
[09:02:41] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.10
[09:02:41] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
[09:02:41] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v2.1.5
[09:02:41] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Bukkit v1_7_R4 (Minecraft 1.7)...
[09:02:41] [Server thread/INFO]: [MythicMobs] MythicMobs PhatLoots Support has been enabled!
[09:02:41] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
[09:02:41] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
[09:02:41] [Server thread/INFO]: [MythicMobs] Loaded 5 mobs.
[09:02:41] [Server thread/INFO]: [MythicMobs] Loaded 3 vanilla mob overrides.
[09:02:41] [Server thread/INFO]: [MythicMobs] Loaded 0 mob stacks.
[09:02:41] [Server thread/INFO]: [MythicMobs] Loaded 3 skills.
[09:02:41] [Server thread/INFO]: [MythicMobs] Loaded 2 random spawns.
[09:02:41] [Server thread/INFO]: [MythicMobs] Loaded 7 mythic items.
[09:02:41] [Server thread/INFO]: [MythicMobs] Loaded 1 drop tables.
[09:02:41] [Server thread/INFO]: [MythicMobs] Loaded 3 mob spawners.
[09:02:41] [Server thread/INFO]: [MythicMobs] Found Spigot 1.8 Compatibility Build! Some 1.8 features are available.
[09:02:41] [Server thread/INFO]: [MythicMobs] v2.1.5 has been successfully loaded!
[09:02:41] [Server thread/INFO]: [ItemCases] Enabling ItemCases v2.5.2
[09:02:41] [Server thread/INFO]: [ItemCases] HolographicDisplays was found
[09:02:42] [Server thread/INFO]: [ItemCases] Loaded 0 cases
[09:02:42] [Server thread/INFO]: [ItemCases] Loading Item Names file
[09:02:42] [Server thread/INFO]: [ItemCases] 343 Item Names Loaded
[09:02:42] [Server thread/INFO]: [ItemCases] Loading extra data names
[09:02:42] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[09:02:42] [Server thread/INFO]: Done (18.447s)! For help, type "help" or "?"
[09:02:42] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
[09:02:42] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
[09:02:42] [Server thread/INFO]: ๏ฟฝ[0;32;22m[๏ฟฝ[0;32;1mChestCommands๏ฟฝ[0;32;22m] ๏ฟฝ[0;32;1mFound a new version: v3.1.4๏ฟฝ[0;37;1m (yours: v3.0.7)๏ฟฝ[m
[09:02:42] [Server thread/INFO]: ๏ฟฝ[0;32;22m[๏ฟฝ[0;32;1mChestCommands๏ฟฝ[0;32;22m] ๏ฟฝ[0;32;1m๏ฟฝ[0;37;1mDownload it on Bukkit Dev:๏ฟฝ[m
[09:02:42] [Server thread/INFO]: ๏ฟฝ[0;32;22m[๏ฟฝ[0;32;1mChestCommands๏ฟฝ[0;32;22m] ๏ฟฝ[0;32;1m๏ฟฝ[0;37;1mdev.bukkit.org/bukkit-plugins/chest-commands๏ฟฝ[m
[09:02:42] [Craft Scheduler Thread - 3/INFO]: [RecipeManager] Loading all recipes...๏ฟฝ[m
[09:02:42] [Craft Scheduler Thread - 3/INFO]: [RecipeManager] ๏ฟฝ[0;33;1mNo recipe files exist in the recipes folder.๏ฟฝ[m
[09:02:42] [Server thread/WARN]: [React] Task #72 for React v4.1.8p generated an exception
java.lang.NullPointerException
	at org.cyberpwn.react.sampler.SampleTicksPerSecond.formatted(SampleTicksPerSecond.java:128) ~[?:?]
	at org.cyberpwn.react.controller.CommandController$1.run(CommandController.java:97) ~[?:?]
	at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
	at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
	at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
	at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
	at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
	at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
	at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
[09:02:42] [Server thread/INFO]: [NametagEdit] Hooked into GroupManager!
[09:02:42] [Craft Scheduler Thread - 19/WARN]: [ArcaneEnchants] Disabled auto and manual updating.
[09:02:42] [Craft Scheduler Thread - 21/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
[09:02:42] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!```

Getting error messages

Plugin not working in anyway for me it says internal error while attempting this command in game. I disabled all plugins to see if it being messed up by another one still nothing running paper spigot 1.7.10.
07.03 21:31:12 [Server] INFO CONSOLE issued server command: /list
07.03 21:30:33 [Server] INFO CONSOLE issued server command: /list
07.03 21:29:56 [Server] INFO Fetched due players (0 found).
07.03 21:29:54 [Server] INFO Fetching all due players...
07.03 21:29:54 [Server] INFO No update was found, you are running the latest version. Will check again later.
07.03 21:29:54 [Server] INFO Checking for updates via Spigot...
07.03 21:29:54 [Server] INFO No new version available
07.03 21:29:54 [Server] INFO No update was found.
07.03 21:29:54 [Multicraft] Skipped 41 lines due to rate limit (30/s)
07.03 21:29:53 [Server] Startup Done (5.150s)! For help, type "help" or "?"
07.03 21:29:53 [Server] INFO at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [PaperSpigot-1.7.10-R0.1-SNAPSHOT-latest.jar:git-PaperSpigot-32209cf]
07.03 21:29:53 [Server] INFO at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [PaperSpigot-1.7.10-R0.1-SNAPSHOT-latest.jar:git-PaperSpigot-32209cf]
07.03 21:29:53 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [PaperSpigot-1.7.10-R0.1-SNAPSHOT-latest.jar:git-PaperSpigot-32209cf]
07.03 21:29:53 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [PaperSpigot-1.7.10-R0.1-SNAPSHOT-latest.jar:git-PaperSpigot-32209cf]
07.03 21:29:53 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[PaperSpigot-1.7.10-R0.1-SNAPSHOT-latest.jar:git-PaperSpigot-32209cf]
07.03 21:29:53 [Server] INFO at org.cyberpwn.react.React.onEnable(React.java:140) ~[?:?]
07.03 21:29:53 [Server] INFO at org.cyberpwn.react.React.doEnable(React.java:246) ~[?:?]
07.03 21:29:53 [Server] INFO at org.cyberpwn.react.controller.ActionController.start(ActionController.java:81) ~[?:?]
07.03 21:29:53 [Server] INFO at org.cyberpwn.react.controller.ActionController.load(ActionController.java:72) ~[?:?]
07.03 21:29:53 [Server] INFO at org.cyberpwn.react.controller.DataController.load(DataController.java:139) ~[?:?]
07.03 21:29:53 [Server] INFO at org.cyberpwn.react.action.ActionCullEntities.onNewConfig(ActionCullEntities.java:344) ~[?:?]
07.03 21:29:53 [Server] INFO java.lang.NoSuchFieldError: ARMOR_STAND
07.03 21:29:53 [Server] ERROR Error occurred while enabling React v4.4.7p (Is it up to date?)
07.03 21:29:53 [Server] INFO [React Server]: Loading Remote Users
07.03 21:29:53 [Server] ERROR Plugin React v4.4.7p has failed to register events for class org.cyberpwn.react.action.ActionStackEntities because org/bukkit/event/player/PlayerInteractAtEntityEvent does not exist.
07.03 21:29:53 [Server] INFO Enabling React v4.4.7p
07.03 21:29:53 [Server] INFO Enabling ColoredTags v2.1.3
07.03 21:29:53 [Server] INFO BarAPI is disabled due to config setting.
07.03 21:29:53 [Server] INFO Result from AutoUpdater is: NO_UPDATE
07.03 21:29:53 [Server] INFO AutoUpdater is enabled.
07.03 21:29:53 [Server] INFO Loading support for v1_7_R4
07.03 21:29:53 [Server] INFO WorldGuard was found and support is enabled
07.03 21:29:53 [Server] INFO Enabling SilkSpawners v3.7.4
07.03 21:29:53 [Server] INFO Enabling Banknotes v1.8.0
07.03 21:29:53 [Server] INFO Using Factions v1_6 support.
07.03 21:29:53 [Server] INFO Enabling FBasics v2.1.8
07.03 21:29:53 [Server] INFO Reviving previous stacks
07.03 21:29:53 [Server] INFO Hooked in to ClearLag
07.03 21:29:53 [Server] INFO Hooked in to WorldGuard
07.03 21:29:53 [Server] INFO Hooked in to mcMMO
07.03 21:29:53 [Multicraft] Skipped 10 lines due to rate limit (30/s)
07.03 21:29:52 [Server] INFO Enabling CratesPlus v4.2.4
07.03 21:29:52 [Server] INFO Enabling EssentialsSpawn vPre2.14.1.3
07.03 21:29:52 [Server] INFO Enabling FactionUUIDLogout v1.3
07.03 21:29:52 [Server] INFO Enabling EssentialsAntiBuild vPre2.14.1.3
07.03 21:29:52 [Server] INFO Enabling EssentialsProtect vPre2.14.1.3
07.03 21:29:52 [Server] INFO === ENABLE DONE (Took 286ms) ===
07.03 21:29:52 [Server] INFO NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
07.03 21:29:52 [Server] INFO Economy integration through Vault plugin successful.
07.03 21:29:52 [Server] INFO Loaded 6433 board locations
07.03 21:29:52 [Server] INFO Loading board from disk
07.03 21:29:52 [Server] INFO Loaded 16 Factions
07.03 21:29:52 [Server] INFO Loaded 11 players
07.03 21:29:52 [Server] INFO === ENABLE START ===
07.03 21:29:52 [Server] INFO Enabling Factions v1.6.9.5-U0.1.20
07.03 21:29:52 [Server] INFO Enabling AuctionHouse v1.3.5
07.03 21:29:52 [Server] WARN This plugin does only work on Spigot #1628 and higher! If you're using the new patched Spigot, ignore this warning.
07.03 21:29:52 [Server] INFO Enabling HolographicDisplaysPatch v1.0.8
07.03 21:29:52 [Server] INFO Loading region data...
07.03 21:29:52 [Server] INFO Loaded configuration for world 'world_the_end'
07.03 21:29:52 [Server] INFO (world_the_end) Fire spread is UNRESTRICTED.
07.03 21:29:52 [Server] INFO (world_the_end) Lava fire is blocked.
07.03 21:29:52 [Server] INFO (world_the_end) Lighters are PERMITTED.
07.03 21:29:52 [Server] INFO (world_the_end) TNT ignition is PERMITTED.
07.03 21:29:52 [Server] INFO Loaded configuration for world 'world'
07.03 21:29:52 [Server] INFO (world) Fire spread is UNRESTRICTED.
07.03 21:29:52 [Server] INFO (world) Lava fire is blocked.
07.03 21:29:52 [Server] INFO (world) Lighters are PERMITTED.
07.03 21:29:52 [Server] INFO (world) TNT ignition is PERMITTED.
07.03 21:29:51 [Server] INFO Enabling WorldGuard v6.1.3-SNAPSHOT;c904242
07.03 21:29:51 [Server] INFO Detected incompatible version of ProtocolLib, support disabled. For this server version you must be using a ProtocolLib version between 3.6.4 and 3.7.0.
07.03 21:29:51 [Multicraft] Skipped 6 lines due to rate limit (30/s)
07.03 21:29:51 [Server] INFO Enabling ColoredAnvils v1.08
07.03 21:29:51 [Server] INFO McMMO compatibility enabled!
07.03 21:29:51 [Server] INFO Paths: /plugins/AntiAura/config.yml ||
07.03 21:29:51 [Server] INFO By using this plugin, you agree with the EULA.txt inside the jar file.
07.03 21:29:51 [Server] INFO Hello, and welcome to AntiAura! Please refer to the guides on Spigot or send me a PM if you are having issues! If you want configuration help, check the logs or the config comments!
07.03 21:29:51 [Server] INFO Enabling AntiAura v10.85
07.03 21:29:51 [Server] INFO Payment method found (Essentials version: 2.2)
07.03 21:29:51 [Server] INFO Enabling Lottery v0.9.4
07.03 21:29:51 [Server] INFO =+=+=+=+=+=+=+= GenWalls =+=+=+=+=+=+=+=
07.03 21:29:51 [Server] INFO All Rights reserved
07.03 21:29:51 [Server] INFO Author: Torciv
07.03 21:29:51 [Server] INFO GenWalls has been ENABLED
07.03 21:29:51 [Server] INFO =+=+=+=+=+=+=+= GenWalls =+=+=+=+=+=+=+=
07.03 21:29:51 [Server] INFO Found Vault version succesfully!
07.03 21:29:51 [Server] INFO Config.yml found, loading!
07.03 21:29:51 [Server] INFO Enabling GenWall v2.0
07.03 21:29:51 [Server] INFO Enabling LimitCrafting v4.0
07.03 21:29:51 [Server] INFO Enabling EssentialsChat vPre2.14.1.3
07.03 21:29:51 [Server] INFO Using NMS version v1_7_R4
07.03 21:29:51 [Server] INFO Enabling ObsidianBreaker v2.3.1
07.03 21:29:51 [Server] INFO Report plugin created by lilian58660.
07.03 21:29:51 [Server] INFO Enabling Reporter v1.0
07.03 21:29:51 [Server] INFO -----------------------------
07.03 21:29:51 [Server] INFO Check out my twitter: twitter.com/upd4ting
07.03 21:29:51 [Server] INFO Loading InfiniteAnvil by Upd4ting
07.03 21:29:51 [Server] INFO -----------------------------
07.03 21:29:51 [Server] INFO Enabling InfiniteAnvil v0.1
07.03 21:29:51 [Server] INFO Fetching all server packages...
07.03 21:29:50 [Server] INFO Validating your server key...
07.03 21:29:50 [Server] INFO No updates found!
07.03 21:29:50 [Multicraft] Skipped 17 lines due to rate limit (30/s)
07.03 21:29:50 [Server] INFO Enabling Essentials vPre2.14.1.3
07.03 21:29:50 [Server] INFO Enabling Essentials_WarpGUI v1.6
07.03 21:29:50 [Server] INFO Unused enchantments: UNKNOWN_ENCHANT_8(8) LUCK(61) LURE(62)
07.03 21:29:50 [Server] INFO Enabling TimTheEnchanter v3.0
07.03 21:29:50 [Server] INFO Using com.sk89q.worldedit.bukkit.adapter.impl.CraftBukkit_v1_7_R4 as the Bukkit adapter
07.03 21:29:50 [Server] INFO WEPIF: GroupManager detected! Using GroupManager for permissions.
07.03 21:29:50 [Server] INFO Enabling WorldEdit v6.1.5;4651611
07.03 21:29:50 [Server] INFO Enabling FixFreecam v2.1
07.03 21:29:50 [Server] INFO Enabling CustomEnchantments v2.0.5
07.03 21:29:49 [Server] INFO Enabling ClaimLevels v1.1
07.03 21:29:49 [Server] INFO Enabling Frozen v1.0
07.03 21:29:49 [Server] INFO Enabling TnTFill v2.2
07.03 21:29:49 [Server] INFO Enabling PlugMan v2.1.1
07.03 21:29:49 [Server] INFO [Vault][Chat] GroupManager - Chat hooked.
07.03 21:29:49 [Server] INFO [Vault][Permission] GroupManager hooked.
07.03 21:29:49 [Server] INFO GroupManager version Pre2.14.1.3 FINAL (Phoenix) is enabled!
07.03 21:29:49 [Server] INFO GroupManager - INFO - Backups will be retained for 24 hours!
07.03 21:29:49 [Server] INFO GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
07.03 21:29:49 [Server] INFO GroupManager - INFO - Superperms support enabled.
07.03 21:29:49 [Server] INFO GroupManager - INFO - World Found: world
07.03 21:29:49 [Server] INFO Enabling GroupManager vPre2.14.1.3 FINAL (Phoenix)
07.03 21:29:49 [Server] INFO Registered command /ground
07.03 21:29:49 [Server] INFO Linked to FactionsUUID
07.03 21:29:49 [Server] INFO Enabling FactionsFly v1.5.1
07.03 21:29:49 [Server] INFO Enabled successfully!
07.03 21:29:49 [Server] INFO Enabling CombatApples v1.0
07.03 21:29:49 [Server] Startup Done editing world: world
07.03 21:29:49 [Server] INFO Adding populator for world: world
07.03 21:29:49 [Server] INFO Editing world: world
07.03 21:29:49 [Multicraft] Skipped 72 lines due to rate limit (30/s)
07.03 21:29:48 [Server] INFO Max Entity Collisions: 1
07.03 21:29:48 [Server] INFO Sending up to 5 chunks per packet
07.03 21:29:48 [Server] INFO Nerfing mobs spawned from spawners: false
07.03 21:29:48 [Server] INFO Structure Info Saving: true
07.03 21:29:48 [Server] INFO Random Lighting Updates: false
07.03 21:29:48 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
07.03 21:29:48 [Server] INFO Alternative Hopper Ticking: false
07.03 21:29:48 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
07.03 21:29:48 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16
07.03 21:29:48 [Server] INFO Wheat Growth Modifier: 100%
07.03 21:29:48 [Server] INFO Sapling Growth Modifier: 100%
07.03 21:29:48 [Server] INFO Pumpkin Growth Modifier: 100%
07.03 21:29:48 [Server] INFO Mushroom Growth Modifier: 100%
07.03 21:29:48 [Server] INFO Melon Growth Modifier: 100%
07.03 21:29:48 [Server] INFO Cane Growth Modifier: 100%
07.03 21:29:48 [Server] INFO Cactus Growth Modifier: 100%
07.03 21:29:48 [Server] INFO Mob Spawn Range: 4
07.03 21:29:48 [Server] INFO Replace Blocks: [1, 5]
07.03 21:29:48 [Server] INFO Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
07.03 21:29:48 [Server] INFO Engine Mode: 1
07.03 21:29:48 [Server] INFO Anti X-Ray: true
07.03 21:29:48 [Server] INFO -------- World Settings For [world] --------
07.03 21:29:48 [Server] INFO Preparing level "world"
07.03 21:29:48 [Server] INFO **** Beginning UUID conversion, this may take A LONG time ****
07.03 21:29:48 [Server] INFO Enabled Version 1.5.6-b49
07.03 21:29:48 [Server] INFO [Chat] GroupManager found: Waiting
07.03 21:29:48 [Server] INFO [Permission] SuperPermissions loaded as backup permission system.
07.03 21:29:48 [Server] INFO [Permission] GroupManager found: Waiting
07.03 21:29:48 [Server] INFO [Economy] Essentials Economy found: Waiting
07.03 21:29:48 [Server] INFO Enabling Vault v1.5.6-b49
07.03 21:29:48 [Multicraft] Skipped 157 lines due to rate limit (30/s)
07.03 21:29:47 [Server] INFO Material DAYLIGHT_DETECTOR_INVERTED with ID 178 was injected into CraftBukkit.
07.03 21:29:47 [Server] INFO Material WALL_BANNER with ID 177 was injected into CraftBukkit.
07.03 21:29:47 [Server] INFO Material STANDING_BANNER with ID 176 was injected into CraftBukkit.
07.03 21:29:47 [Server] INFO Material SEA_LANTERN with ID 169 was injected into CraftBukkit.
07.03 21:29:47 [Server] INFO Material PRISMARINE with ID 168 was injected into CraftBukkit.
07.03 21:29:47 [Server] INFO Material IRON_TRAPDOOR with ID 167 was injected into CraftBukkit.
07.03 21:29:47 [Server] INFO Material BARRIER with ID 166 was injected into CraftBukkit.
07.03 21:29:47 [Server] INFO Material SLIME with ID 165 was injected into CraftBukkit.
07.03 21:29:47 [Server] INFO Transforming org/bukkit/Material
07.03 21:29:47 [Server] INFO Transforming net/minecraft/server/v1_7_R4/SpawnerCreature$1
07.03 21:29:47 [Server] INFO Transforming net/minecraft/server/v1_7_R4/SpawnerCreature
07.03 21:29:47 [Server] INFO Transforming org/bukkit/craftbukkit/v1_7_R4/inventory/CraftMetaItem$SerializableMeta
07.03 21:29:47 [Server] INFO Transforming org/bukkit/craftbukkit/v1_7_R4/inventory/CraftItemFactory
07.03 21:29:47 [Server] INFO Transforming org/bukkit/craftbukkit/v1_7_R4/inventory/CraftMetaItem
07.03 21:29:47 [Server] INFO Transforming org/bukkit/craftbukkit/v1_7_R4/inventory/CraftItemStack
07.03 21:29:47 [Server] INFO Transforming net/minecraft/server/v1_7_R4/EntityTrackerEntry
07.03 21:29:47 [Server] INFO Transforming net/minecraft/server/v1_7_R4/EntityTracker
07.03 21:29:47 [Server] INFO Transforming net/minecraft/server/v1_7_R4/DataWatcher
07.03 21:29:47 [Server] INFO Transforming net/minecraft/server/v1_7_R4/SpawnerCreature$1
07.03 21:29:47 [Server] INFO Transforming net/minecraft/server/v1_7_R4/SpawnerCreature
07.03 21:29:47 [Server] INFO Transforming net/minecraft/server/v1_7_R4/EntityTrackerEntry
07.03 21:29:47 [Server] INFO Transforming net/minecraft/server/v1_7_R4/EntityTracker
07.03 21:29:47 [Server] INFO Transforming net/minecraft/server/v1_7_R4/DataWatcher
07.03 21:29:47 [Server] INFO Loaded transformer agent!
07.03 21:29:46 [Server] INFO Lib folder has been set to plugins/Carbon/libraries/natives
07.03 21:29:46 [Server] INFO Server version git-PaperSpigot-32209cf (MC: 1.7.10) detected! Carbon is loading...
07.03 21:29:46 [Server] INFO Loading Carbon v1.8
07.03 21:29:46 [Server] INFO Loading ObsidianBreaker v2.3.1
07.03 21:29:46 [Server] INFO Loading Reporter v1.0
07.03 21:29:46 [Server] WARN Version (MC: 1.7.10) has not yet been tested! Proceed with caution.
07.03 21:29:46 [Multicraft] Skipped 1 lines due to rate limit (30/s)
07.03 21:29:46 [Server] INFO Loading InfiniteAnvil v0.1
07.03 21:29:46 [Server] INFO Loading BuycraftX v10.1.4
07.03 21:29:46 [Server] INFO Loading SpongeRestore v1.7
07.03 21:29:46 [Server] INFO Loading ClearLag v2.9.3
07.03 21:29:46 [Server] INFO Loading Essentials vPre2.14.1.3
07.03 21:29:46 [Server] INFO Loading Essentials_WarpGUI v1.6
07.03 21:29:46 [Server] INFO Loading TimTheEnchanter v3.0
07.03 21:29:46 [Server] INFO Loading WorldEdit v6.1.5;4651611
07.03 21:29:46 [Server] INFO Loading FixFreecam v2.1
07.03 21:29:46 [Server] INFO Loading CustomEnchantments v2.0.5
07.03 21:29:46 [Server] INFO Loading ClaimLevels v1.1
07.03 21:29:46 [Server] INFO Loading Frozen v1.0
07.03 21:29:46 [Server] INFO Loading TnTFill v2.2
07.03 21:29:46 [Server] INFO Loading PlugMan v2.1.1
07.03 21:29:46 [Server] INFO Loading GroupManager vPre2.14.1.3 FINAL (Phoenix)
07.03 21:29:46 [Server] INFO Loaded library rxjava-1.0.16.jar
07.03 21:29:46 [Server] INFO Library io.reactivex:rxjava:1.0.16 is already downloaded!
07.03 21:29:46 [Server] WARN WARNING: Could not read fields for RedemptivePlugin
07.03 21:29:46 [Server] INFO Loading FactionsFly v1.5.1
07.03 21:29:46 [Server] INFO Loading CombatApples v1.0
07.03 21:29:46 [Server] INFO Set PluginClassLoader as parallel capable
07.03 21:29:46 [Server] INFO Starting Minecraft server on 192.95.14.165:25565
07.03 21:29:45 [Server] INFO Generating keypair
07.03 21:29:45 [Server] INFO Debug logging is disabled
07.03 21:29:45 [Server] INFO Using 4 threads for Netty based IO
07.03 21:29:45 [Server] INFO Server Ping Player Sample Count: 12
07.03 21:29:45 [Server] INFO This server is running CraftBukkit version git-PaperSpigot-32209cf (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
07.03 21:29:45 [Server] INFO Default game type: SURVIVAL
07.03 21:29:45 [Server] INFO Loading properties
07.03 21:29:45 [Server] INFO Starting minecraft server version 1.7.10
07.03 21:29:41 [Server] INFO *** Any bug reports not running the very latest version of the software will be ignored ***
07.03 21:29:41 [Server] INFO Please report issues directly to Paper, and always ensure you're up-to-date!
07.03 21:29:41 [Server] INFO *** It is imperative that backups be taken before running this build on your server! ***
07.03 21:29:41 [Server] INFO This PaperSpigot build only supports Minecraft 1.7.x and 1.8.x clients!
07.03 21:29:41 [Multicraft] Failed to obtain process information: NoSuchProcess no process found with pid 25091
07.03 21:29:41 [Multicraft] Updating eula.txt file
07.03 21:29:41 [Multicraft] Loaded config for "PaperSpigot 1.7.10"
07.03 21:29:41 [Multicraft] Starting server!
07.03 21:29:41 [Multicraft] Loading server properties

Timings Issue - "Timings are off"

Recently installed this on a server running PaperSpigot, configuring it as needed. When attempting to use any of the commands related to plugin timings, or timings, from the React plugin - It states that timings are off in chat; providing no hint as to what I've done wrong.

Whilst I may be being dull, we've enabled timings under the reactions folder - And I can't find any command to turn timings on.

Any ideas?

Edit: Assuming this support question should be here, considering the large bolded text at the top of the plugin page - I would have posted on the Spigot forum, but this felt like a better place.

React Can't Help My Server When....

I just regenerated my survival map because of too much destruction. But player still keep the location.And server will respawn the chunk that the player in. React showed "Mass Chunk Gen". But too many players join the server will lead the server to crash.

[21:12:05] [Server thread/INFO]: FAILURE: /Internal: WARNING: SERVER WAS LAGIGNG HARD ON THE LAST TICK
[21:12:05] [Server thread/INFO]: FAILURE: /Internal: REACT IS TAKING PRECAUTIONS TO ENSURE NO DATA IS LOST IN CASE WE CRASH
[21:12:05] [Server thread/INFO]: WARNING: /Internal: SAVING PLAYERS...
[21:12:05] [Server thread/WARN]: A manual (plugin-induced) save has been detected while server is configured to auto-save. This may affect performance.
[21:12:05] [Server thread/INFO]: WARNING: /Internal: SAVING WORLD: world...
[21:12:10] [Thread-15/INFO]: [REACT HEARTBEAT THREAD]: The server has not responded for 20 seconds
[21:12:10] [Thread-15/INFO]: [REACT HEARTBEAT THREAD]: React will try to save the world, however this cannot happen unless
[21:12:10] [Thread-15/INFO]: [REACT HEARTBEAT THREAD]: The server 'ticks' at least once. We will he holding out here until then
[21:12:10] [Thread-15/INFO]: [REACT HEARTBEAT THREAD]: Or else, we may just crash.
[21:12:15] [Thread-15/INFO]: [REACT HEARTBEAT THREAD]: The server has not responded for 25 seconds
[21:12:15] [Thread-15/INFO]: [REACT HEARTBEAT THREAD]: We might crash soon!
[21:12:15] [Thread-15/INFO]: [REACT HEARTBEAT THREAD]: React will try to save the world, however this cannot happen unless
[21:12:15] [Thread-15/INFO]: [REACT HEARTBEAT THREAD]: The server 'ticks' at least once. We will he holding out here until then
[21:12:15] [Thread-15/INFO]: [REACT HEARTBEAT THREAD]: Or else, we may just crash.
[21:12:20] [Thread-15/INFO]: [REACT HEARTBEAT THREAD]: The server has not responded for 30 seconds
[21:12:20] [Thread-15/INFO]: [REACT HEARTBEAT THREAD]: React will try to save the world, however this cannot happen unless
[21:12:20] [Thread-15/INFO]: [REACT HEARTBEAT THREAD]: The server 'ticks' at least once. We will he holding out here until then
[21:12:20] [Thread-15/INFO]: [REACT HEARTBEAT THREAD]: Or else, we may just crash.
[21:12:45] [Spigot Watchdog Thread/WARN]: The server is going slow. Last server tick was 39591ms ago
[21:12:45] [Spigot Watchdog Thread/WARN]: Last Tick: 1464354725836 Current Time: 1464354765427 Warning: 30000 Timeout: 90000
[21:12:45] [Spigot Watchdog Thread/WARN]: [TPS]: 20.0 Server Tick #993
[21:12:45] [Spigot Watchdog Thread/WARN]: Dimension:0
[21:12:45] [Spigot Watchdog Thread/WARN]: Loaded Chunks: 7011 Active Chunks: 174 Entities: 1441 Tile Entities: 192
[21:12:45] [Spigot Watchdog Thread/WARN]: Entities Last Tick: 135
[21:12:45] [Spigot Watchdog Thread/WARN]: Tiles Last Tick: 0
[21:12:45] [Spigot Watchdog Thread/WARN]: Dimension:1
[21:12:45] [Spigot Watchdog Thread/WARN]: Loaded Chunks: 0 Active Chunks: 0 Entities: 0 Tile Entities: 0
[21:12:45] [Spigot Watchdog Thread/WARN]: Entities Last Tick: 0
[21:12:45] [Spigot Watchdog Thread/WARN]: Tiles Last Tick: 0
[21:12:45] [Spigot Watchdog Thread/WARN]: Dimension:-1
[21:12:45] [Spigot Watchdog Thread/WARN]: Loaded Chunks: 0 Active Chunks: 0 Entities: 0 Tile Entities: 0
[21:12:45] [Spigot Watchdog Thread/WARN]: Entities Last Tick: 0
[21:12:45] [Spigot Watchdog Thread/WARN]: Tiles Last Tick: 0
[21:12:45] [Spigot Watchdog Thread/WARN]: Dimension:2
[21:12:45] [Spigot Watchdog Thread/WARN]: Loaded Chunks: 1271 Active Chunks: 46 Entities: 27 Tile Entities: 201
[21:12:45] [Spigot Watchdog Thread/WARN]: Entities Last Tick: 25
[21:12:45] [Spigot Watchdog Thread/WARN]: Tiles Last Tick: 29
[21:12:45] [Spigot Watchdog Thread/WARN]: Dimension:4
[21:12:45] [Spigot Watchdog Thread/WARN]: Loaded Chunks: 1854 Active Chunks: 49 Entities: 33 Tile Entities: 488
[21:12:45] [Spigot Watchdog Thread/WARN]: Entities Last Tick: 25
[21:12:45] [Spigot Watchdog Thread/WARN]: Tiles Last Tick: 1
[21:12:45] [Spigot Watchdog Thread/WARN]: Server thread dump (Look for mods or plugins here before reporting to Cauldron!):
[21:12:45] [Spigot Watchdog Thread/WARN]: ------------------------------
[21:12:45] [Spigot Watchdog Thread/WARN]: Current Thread: Server thread
[21:12:45] [Spigot Watchdog Thread/WARN]: PID: 27 | Suspended: false | Native: false | State: RUNNABLE | Blocked Time: -1 | Blocked Count: 883
[21:12:45] [Spigot Watchdog Thread/WARN]: Stack:
[21:12:45] [Spigot Watchdog Thread/WARN]: java.util.TreeMap.successor(Unknown Source)
[21:12:45] [Spigot Watchdog Thread/WARN]: java.util.TreeMap$PrivateEntryIterator.nextEntry(Unknown Source)
[21:12:45] [Spigot Watchdog Thread/WARN]: java.util.TreeMap$KeyIterator.next(Unknown Source)
[21:12:45] [Spigot Watchdog Thread/WARN]: net.minecraft.world.WorldServer.func_72920_a(WorldServer.java:837)
[21:12:45] [Spigot Watchdog Thread/WARN]: net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(AnvilChunkLoader.java:405)
[21:12:45] [Spigot Watchdog Thread/WARN]: net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:220)
[21:12:45] [Spigot Watchdog Thread/WARN]: net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:416)
[21:12:45] [Spigot Watchdog Thread/WARN]: net.minecraft.world.gen.ChunkProviderServer.func_73151_a(ChunkProviderServer.java:497)
[21:12:45] [Spigot Watchdog Thread/WARN]: net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1091)
[21:12:45] [Spigot Watchdog Thread/WARN]: org.bukkit.craftbukkit.v1_7_R4.CraftWorld.save(CraftWorld.java:797)
[21:12:45] [Spigot Watchdog Thread/WARN]: org.cyberpwn.react.React$3.run(React.java:229)
[21:12:45] [Spigot Watchdog Thread/WARN]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
[21:12:45] [Spigot Watchdog Thread/WARN]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:346)
[21:12:45] [Spigot Watchdog Thread/WARN]: net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:905)
[21:12:45] [Spigot Watchdog Thread/WARN]: net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432)
[21:12:45] [Spigot Watchdog Thread/WARN]: net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841)
[21:12:45] [Spigot Watchdog Thread/WARN]: net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)
[21:12:45] [Spigot Watchdog Thread/WARN]: java.lang.Thread.run(Unknown Source)
[21:12:55] [Spigot Watchdog Thread/WARN]: The server is going slow. Last server tick was 49595ms ago
[21:12:55] [Spigot Watchdog Thread/WARN]: Last Tick: 1464354725836 Current Time: 1464354775431 Warning: 30000 Timeout: 90000
[21:12:55] [Spigot Watchdog Thread/WARN]: [TPS]: 20.0 Server Tick #993
[21:12:55] [Spigot Watchdog Thread/WARN]: Dimension:0
[21:12:55] [Spigot Watchdog Thread/WARN]: Loaded Chunks: 7011 Active Chunks: 174 Entities: 1441 Tile Entities: 192
[21:12:55] [Spigot Watchdog Thread/WARN]: Entities Last Tick: 135
[21:12:55] [Spigot Watchdog Thread/WARN]: Tiles Last Tick: 0
[21:12:55] [Spigot Watchdog Thread/WARN]: Dimension:1
[21:12:55] [Spigot Watchdog Thread/WARN]: Loaded Chunks: 0 Active Chunks: 0 Entities: 0 Tile Entities: 0
[21:12:55] [Spigot Watchdog Thread/WARN]: Entities Last Tick: 0
[21:12:55] [Spigot Watchdog Thread/WARN]: Tiles Last Tick: 0
[21:12:55] [Spigot Watchdog Thread/WARN]: Dimension:-1
[21:12:55] [Spigot Watchdog Thread/WARN]: Loaded Chunks: 0 Active Chunks: 0 Entities: 0 Tile Entities: 0
[21:12:55] [Spigot Watchdog Thread/WARN]: Entities Last Tick: 0
[21:12:55] [Spigot Watchdog Thread/WARN]: Tiles Last Tick: 0
[21:12:55] [Spigot Watchdog Thread/WARN]: Dimension:2
[21:12:55] [Spigot Watchdog Thread/WARN]: Loaded Chunks: 1271 Active Chunks: 46 Entities: 27 Tile Entities: 201
[21:12:55] [Spigot Watchdog Thread/WARN]: Entities Last Tick: 25
[21:12:55] [Spigot Watchdog Thread/WARN]: Tiles Last Tick: 29
[21:12:55] [Spigot Watchdog Thread/WARN]: Dimension:4
[21:12:55] [Spigot Watchdog Thread/WARN]: Loaded Chunks: 1854 Active Chunks: 49 Entities: 33 Tile Entities: 488
[21:12:55] [Spigot Watchdog Thread/WARN]: Entities Last Tick: 25
[21:12:55] [Spigot Watchdog Thread/WARN]: Tiles Last Tick: 1
[21:12:55] [Spigot Watchdog Thread/WARN]: Server thread dump (Look for mods or plugins here before reporting to Cauldron!):
[21:12:55] [Spigot Watchdog Thread/WARN]: ------------------------------
[21:12:55] [Spigot Watchdog Thread/WARN]: Current Thread: Server thread
[21:12:55] [Spigot Watchdog Thread/WARN]: PID: 27 | Suspended: false | Native: false | State: RUNNABLE | Blocked Time: -1 | Blocked Count: 883
[21:12:55] [Spigot Watchdog Thread/WARN]: Stack:
[21:12:55] [Spigot Watchdog Thread/WARN]: java.util.TreeMap.successor(Unknown Source)
[21:12:55] [Spigot Watchdog Thread/WARN]: java.util.TreeMap$PrivateEntryIterator.nextEntry(Unknown Source)
[21:12:55] [Spigot Watchdog Thread/WARN]: java.util.TreeMap$KeyIterator.next(Unknown Source)
[21:12:55] [Spigot Watchdog Thread/WARN]: net.minecraft.world.WorldServer.func_72920_a(WorldServer.java:837)
[21:12:55] [Spigot Watchdog Thread/WARN]: net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(AnvilChunkLoader.java:405)
[21:12:55] [Spigot Watchdog Thread/WARN]: net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:220)
[21:12:55] [Spigot Watchdog Thread/WARN]: net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:416)
[21:12:55] [Spigot Watchdog Thread/WARN]: net.minecraft.world.gen.ChunkProviderServer.func_73151_a(ChunkProviderServer.java:497)
[21:12:55] [Spigot Watchdog Thread/WARN]: net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1091)
[21:12:55] [Spigot Watchdog Thread/WARN]: org.bukkit.craftbukkit.v1_7_R4.CraftWorld.save(CraftWorld.java:797)
[21:12:55] [Spigot Watchdog Thread/WARN]: org.cyberpwn.react.React$3.run(React.java:229)
[21:12:55] [Spigot Watchdog Thread/WARN]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
[21:12:55] [Spigot Watchdog Thread/WARN]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:346)
[21:12:55] [Spigot Watchdog Thread/WARN]: net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:905)
[21:12:55] [Spigot Watchdog Thread/WARN]: net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432)
[21:12:55] [Spigot Watchdog Thread/WARN]: net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841)
[21:12:55] [Spigot Watchdog Thread/WARN]: net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)
[21:12:55] [Spigot Watchdog Thread/WARN]: java.lang.Thread.run(Unknown Source)
[21:13:05] [Spigot Watchdog Thread/WARN]: The server is going slow. Last server tick was 59597ms ago
[21:13:05] [Spigot Watchdog Thread/WARN]: Last Tick: 1464354725836 Current Time: 1464354785433 Warning: 30000 Timeout: 90000
[21:13:05] [Spigot Watchdog Thread/WARN]: [TPS]: 20.0 Server Tick #993
[21:13:05] [Spigot Watchdog Thread/WARN]: Dimension:0
[21:13:05] [Spigot Watchdog Thread/WARN]: Loaded Chunks: 7011 Active Chunks: 174 Entities: 1441 Tile Entities: 192
[21:13:05] [Spigot Watchdog Thread/WARN]: Entities Last Tick: 135
[21:13:05] [Spigot Watchdog Thread/WARN]: Tiles Last Tick: 0
[21:13:05] [Spigot Watchdog Thread/WARN]: Dimension:1
[21:13:05] [Spigot Watchdog Thread/WARN]: Loaded Chunks: 0 Active Chunks: 0 Entities: 0 Tile Entities: 0
[21:13:05] [Spigot Watchdog Thread/WARN]: Entities Last Tick: 0
[21:13:05] [Spigot Watchdog Thread/WARN]: Tiles Last Tick: 0
[21:13:05] [Spigot Watchdog Thread/WARN]: Dimension:-1
[21:13:05] [Spigot Watchdog Thread/WARN]: Loaded Chunks: 0 Active Chunks: 0 Entities: 0 Tile Entities: 0
[21:13:05] [Spigot Watchdog Thread/WARN]: Entities Last Tick: 0
[21:13:05] [Spigot Watchdog Thread/WARN]: Tiles Last Tick: 0
[21:13:05] [Spigot Watchdog Thread/WARN]: Dimension:2
[21:13:05] [Spigot Watchdog Thread/WARN]: Loaded Chunks: 1271 Active Chunks: 46 Entities: 27 Tile Entities: 201
[21:13:05] [Spigot Watchdog Thread/WARN]: Entities Last Tick: 25
[21:13:05] [Spigot Watchdog Thread/WARN]: Tiles Last Tick: 29
[21:13:05] [Spigot Watchdog Thread/WARN]: Dimension:4
[21:13:05] [Spigot Watchdog Thread/WARN]: Loaded Chunks: 1854 Active Chunks: 49 Entities: 33 Tile Entities: 488
[21:13:05] [Spigot Watchdog Thread/WARN]: Entities Last Tick: 25
[21:13:05] [Spigot Watchdog Thread/WARN]: Tiles Last Tick: 1
[21:13:05] [Spigot Watchdog Thread/WARN]: Server thread dump (Look for mods or plugins here before reporting to Cauldron!):
[21:13:05] [Spigot Watchdog Thread/WARN]: ------------------------------
[21:13:05] [Spigot Watchdog Thread/WARN]: Current Thread: Server thread
[21:13:05] [Spigot Watchdog Thread/WARN]: PID: 27 | Suspended: false | Native: false | State: RUNNABLE | Blocked Time: -1 | Blocked Count: 883
[21:13:05] [Spigot Watchdog Thread/WARN]: Stack:
[21:13:05] [Spigot Watchdog Thread/WARN]: java.util.TreeMap.successor(Unknown Source)
[21:13:05] [Spigot Watchdog Thread/WARN]: java.util.TreeMap$PrivateEntryIterator.nextEntry(Unknown Source)
[21:13:05] [Spigot Watchdog Thread/WARN]: java.util.TreeMap$KeyIterator.next(Unknown Source)
[21:13:05] [Spigot Watchdog Thread/WARN]: net.minecraft.world.WorldServer.func_72920_a(WorldServer.java:837)
[21:13:05] [Spigot Watchdog Thread/WARN]: net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(AnvilChunkLoader.java:405)
[21:13:05] [Spigot Watchdog Thread/WARN]: net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:220)
[21:13:05] [Spigot Watchdog Thread/WARN]: net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:416)
[21:13:05] [Spigot Watchdog Thread/WARN]: net.minecraft.world.gen.ChunkProviderServer.func_73151_a(ChunkProviderServer.java:497)
[21:13:05] [Spigot Watchdog Thread/WARN]: net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1091)
[21:13:05] [Spigot Watchdog Thread/WARN]: org.bukkit.craftbukkit.v1_7_R4.CraftWorld.save(CraftWorld.java:797)
[21:13:05] [Spigot Watchdog Thread/WARN]: org.cyberpwn.react.React$3.run(React.java:229)
[21:13:05] [Spigot Watchdog Thread/WARN]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
[21:13:05] [Spigot Watchdog Thread/WARN]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:346)
[21:13:05] [Spigot Watchdog Thread/WARN]: net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:905)
[21:13:05] [Spigot Watchdog Thread/WARN]: net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432)
[21:13:05] [Spigot Watchdog Thread/WARN]: net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841)
[21:13:05] [Spigot Watchdog Thread/WARN]: net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)
[21:13:05] [Spigot Watchdog Thread/WARN]: java.lang.Thread.run(Unknown Source)
[21:13:15] [Spigot Watchdog Thread/WARN]: The server is going slow. Last server tick was 69599ms ago
[21:13:15] [Spigot Watchdog Thread/WARN]: Last Tick: 1464354725836 Current Time: 1464354795435 Warning: 30000 Timeout: 90000
[21:13:15] [Spigot Watchdog Thread/WARN]: [TPS]: 20.0 Server Tick #993
[21:13:15] [Spigot Watchdog Thread/WARN]: Dimension:0
[21:13:15] [Spigot Watchdog Thread/WARN]: Loaded Chunks: 7011 Active Chunks: 174 Entities: 1441 Tile Entities: 192
[21:13:15] [Spigot Watchdog Thread/WARN]: Entities Last Tick: 135
[21:13:15] [Spigot Watchdog Thread/WARN]: Tiles Last Tick: 0
[21:13:15] [Spigot Watchdog Thread/WARN]: Dimension:1
[21:13:15] [Spigot Watchdog Thread/WARN]: Loaded Chunks: 0 Active Chunks: 0 Entities: 0 Tile Entities: 0
[21:13:15] [Spigot Watchdog Thread/WARN]: Entities Last Tick: 0
[21:13:15] [Spigot Watchdog Thread/WARN]: Tiles Last Tick: 0
[21:13:15] [Spigot Watchdog Thread/WARN]: Dimension:-1
[21:13:15] [Spigot Watchdog Thread/WARN]: Loaded Chunks: 0 Active Chunks: 0 Entities: 0 Tile Entities: 0
[21:13:15] [Spigot Watchdog Thread/WARN]: Entities Last Tick: 0
[21:13:15] [Spigot Watchdog Thread/WARN]: Tiles Last Tick: 0
[21:13:15] [Spigot Watchdog Thread/WARN]: Dimension:2
[21:13:15] [Spigot Watchdog Thread/WARN]: Loaded Chunks: 1271 Active Chunks: 46 Entities: 27 Tile Entities: 201
[21:13:15] [Spigot Watchdog Thread/WARN]: Entities Last Tick: 25
[21:13:15] [Spigot Watchdog Thread/WARN]: Tiles Last Tick: 29
[21:13:15] [Spigot Watchdog Thread/WARN]: Dimension:4
[21:13:15] [Spigot Watchdog Thread/WARN]: Loaded Chunks: 1854 Active Chunks: 49 Entities: 33 Tile Entities: 488
[21:13:15] [Spigot Watchdog Thread/WARN]: Entities Last Tick: 25
[21:13:15] [Spigot Watchdog Thread/WARN]: Tiles Last Tick: 1
[21:13:15] [Spigot Watchdog Thread/WARN]: Server thread dump (Look for mods or plugins here before reporting to Cauldron!):
[21:13:15] [Spigot Watchdog Thread/WARN]: ------------------------------
[21:13:15] [Spigot Watchdog Thread/WARN]: Current Thread: Server thread
[21:13:15] [Spigot Watchdog Thread/WARN]: PID: 27 | Suspended: false | Native: false | State: RUNNABLE | Blocked Time: -1 | Blocked Count: 883
[21:13:15] [Spigot Watchdog Thread/WARN]: Stack:
[21:13:15] [Spigot Watchdog Thread/WARN]: java.util.TreeMap.successor(Unknown Source)
[21:13:15] [Spigot Watchdog Thread/WARN]: java.util.TreeMap$PrivateEntryIterator.nextEntry(Unknown Source)
[21:13:15] [Spigot Watchdog Thread/WARN]: java.util.TreeMap$KeyIterator.next(Unknown Source)
[21:13:15] [Spigot Watchdog Thread/WARN]: net.minecraft.world.WorldServer.func_72920_a(WorldServer.java:837)
[21:13:15] [Spigot Watchdog Thread/WARN]: net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(AnvilChunkLoader.java:405)
[21:13:15] [Spigot Watchdog Thread/WARN]: net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:220)
[21:13:15] [Spigot Watchdog Thread/WARN]: net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:416)
[21:13:15] [Spigot Watchdog Thread/WARN]: net.minecraft.world.gen.ChunkProviderServer.func_73151_a(ChunkProviderServer.java:497)
[21:13:15] [Spigot Watchdog Thread/WARN]: net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1091)
[21:13:15] [Spigot Watchdog Thread/WARN]: org.bukkit.craftbukkit.v1_7_R4.CraftWorld.save(CraftWorld.java:797)
[21:13:15] [Spigot Watchdog Thread/WARN]: org.cyberpwn.react.React$3.run(React.java:229)
[21:13:15] [Spigot Watchdog Thread/WARN]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
[21:13:15] [Spigot Watchdog Thread/WARN]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:346)
[21:13:15] [Spigot Watchdog Thread/WARN]: net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:905)
[21:13:15] [Spigot Watchdog Thread/WARN]: net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432)
[21:13:15] [Spigot Watchdog Thread/WARN]: net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841)
[21:13:15] [Spigot Watchdog Thread/WARN]: net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)
[21:13:15] [Spigot Watchdog Thread/WARN]: java.lang.Thread.run(Unknown Source)

PS: Don't worry too much. My server is OK now.

Timings doesn't work?

/react timings and /react plugins doesn't work.

MSG CHAT:

/react plugins
"Nothing"

/react timings
"Data has not been prepared yet. Please wait up to 5 minutes."
The 5 minutes spent half an hour ago.

Error console: It is always repeated
[11:54:34] [Thread-39/WARN]: Exception in thread "Thread-39" [11:54:34] [Thread-39/WARN]: java.lang.NoSuchMethodError: org.spigotmc.CustomTimingsHandler.printTimings(Ljava/io/PrintStream;)V [11:54:34] [Thread-39/WARN]: at org.cyberpwn.react.timings.TimingsProcessor.poll(TimingsProcessor.java:55) [11:54:34] [Thread-39/WARN]: at org.cyberpwn.react.timings.TimingsProcessor.run(TimingsProcessor.java:44)

Many problems with react

Server work on Thermos 1.7.10
1. When plugin start in console:Error occurred while enabling React v4.2.3p (Is it up to date?) java.lang.NoSuchFieldError: ARMOR_STAND at org.cyberpwn.react.action.ActionCullEntities.onNewConfig(ActionCullEntities.java:291) ~[?:?] at org.cyberpwn.react.controller.DataController.load(DataController.java:138) ~[?:?] at org.cyberpwn.react.controller.ActionController.load(ActionController.java:66) ~[?:?] at org.cyberpwn.react.controller.ActionController.start(ActionController.java:75) ~[?:?] at org.cyberpwn.react.React.doEnable(React.java:226) ~[?:?] at org.cyberpwn.react.React.onEnable(React.java:127) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[JavaPlugin.class:1.7.10-1614.58] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:368) [JavaPluginLoader.class:1.7.10-1614.58] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:410) [SimplePluginManager.class:1.7.10-1614.58] at com.rylinaux.plugman.util.PluginUtil.load(PluginUtil.java:363) [PlugMan.jar:?] at com.rylinaux.plugman.util.PluginUtil.load(PluginUtil.java:316) [PlugMan.jar:?] at com.rylinaux.plugman.util.PluginUtil.reload(PluginUtil.java:377) [PlugMan.jar:?] at com.rylinaux.plugman.command.ReloadCommand.execute(ReloadCommand.java:122) [PlugMan.jar:?] at com.rylinaux.plugman.PlugManCommandHandler.onCommand(PlugManCommandHandler.java:95) [PlugMan.jar:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [PluginCommand.class:1.7.10-1614.58] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) [SimpleCommandMap.class:1.7.10-1614.58] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:740) [CraftServer.class:1.7.10-1614.58] at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:1370) [nh.class:?] at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:1107) [nh.class:?] at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(C01PacketChatMessage.java:38) [ir.class:?] at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(C01PacketChatMessage.java:53) [ir.class:?] at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:245) [ej.class:?] at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:181) [nc.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1023) [MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) [lt.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]

and: Task #99381 for React v4.2.6p generated an exception java.lang.NullPointerException at org.cyberpwn.react.sampler.SampleMemoryUsed.formatted(SampleMemoryUsed.java:122) ~[?:?] at org.cyberpwn.react.controller.CommandController$1.run(CommandController.java:103) ~[?:?] at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71) ~[CraftTask.class:1.7.10-1614.58] at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:346) [CraftScheduler.class:1.7.10-1614.58] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:905) [MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) [lt.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
2. When i use comand /react book in console:null org.bukkit.command.CommandException: Unhandled exception executing command 'react' in plugin React v4.2.3p at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[PluginCommand.class:1.7.10-1614.58] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[SimpleCommandMap.class:1.7.10-1614.58] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:740) ~[CraftServer.class:1.7.10-1614.58] at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:1370) [nh.class:?] at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:1107) [nh.class:?] at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(C01PacketChatMessage.java:38) [ir.class:?] at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(C01PacketChatMessage.java:53) [ir.class:?] at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:245) [ej.class:?] at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:181) [nc.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1023) [MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) [lt.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111] Caused by: java.lang.NullPointerException at org.cyberpwn.react.action.ActionInstabilityCause.pollHeaftSamples(ActionInstabilityCause.java:429) ~[?:?] at org.cyberpwn.react.action.ActionInstabilityCause.pagePollSamples(ActionInstabilityCause.java:471) ~[?:?] at org.cyberpwn.react.action.ActionInstabilityCause.query(ActionInstabilityCause.java:534) ~[?:?] at org.cyberpwn.react.controller.CommandController$12.run(CommandController.java:759) ~[?:?] at org.cyberpwn.react.util.CommandRunnable.run(CommandRunnable.java:16) ~[?:?] at org.cyberpwn.react.util.ReactCommand.onCommand(ReactCommand.java:27) ~[?:?] at org.cyberpwn.react.controller.CommandController.fireCommand(CommandController.java:1249) ~[?:?] at org.cyberpwn.react.controller.CommandController.onCommand(CommandController.java:1409) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[PluginCommand.class:1.7.10-1614.58] ... 13 more
3. I translate plugin on russian lang, but when i chose this lang - lang don't change (i also try change en file, but file overwritten after reload plugin
4. I can't connect with react program. Port is open, port is not 25565, user add

NoSuchMethodError on 1.7.10 - React 4.7.6

[17:25:04 WARN]: [React] Task #1084 for React v4.7.6 generated an exception
java.lang.NoSuchMethodError: org.bukkit.Bukkit.spigot()Lorg/bukkit/Server$Spigot;
	at org.cyberpwn.react.action.ActionCullDrops.dr(ActionCullDrops.java:270) ~[?:?]
	at org.cyberpwn.react.action.ActionCullDrops.updateDrop(ActionCullDrops.java:112) ~[?:?]
	at org.cyberpwn.react.action.ActionCullEntities.weight(ActionCullEntities.java:321) ~[?:?]
	at org.cyberpwn.react.action.ActionCullEntities.cull(ActionCullEntities.java:287) ~[?:?]
	at org.cyberpwn.react.action.ActionCullEntities$1.run(ActionCullEntities.java:61) ~[?:?]
	at org.cyberpwn.react.util.ExecutiveRunnable.run(ExecutiveRunnable.java:12) ~[?:?]
	at org.cyberpwn.react.util.ExecutiveIterator$1.run(ExecutiveIterator.java:29) ~[?:?]
	at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71) ~[CraftTask.class:1.7.10-1614.56]
	at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:346) [CraftScheduler.class:1.7.10-1614.56]
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:905) [MinecraftServer.class:?]
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) [lt.class:?]
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) [MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]

And this...

[17:31:12 ERROR]: Could not pass event BlockPhysicsEvent to React v4.7.6
org.bukkit.event.EventException
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:338) ~[JavaPluginLoader$1.class:1.7.10-1614.56]
	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[RegisteredListener.class:1.7.10-1614.56]
	at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [SimplePluginManager.class:1.7.10-1614.56]
	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [SimplePluginManager.class:1.7.10-1614.56]
	at net.minecraft.world.World.func_147460_e(World.java:1136) [ahb.class:?]
	at ic2.core.energy.EnergyNetLocal.addTileEntity(EnergyNetLocal.java:181) [EnergyNetLocal.class:?]
	at ic2.core.energy.EnergyNetLocal.addTileEntity(EnergyNetLocal.java:66) [EnergyNetLocal.class:?]
	at ic2.core.energy.EventHandler.onEnergyTileLoad(EventHandler.java:28) [EventHandler.class:?]
	at cpw.mods.fml.common.eventhandler.ASMEventHandler_54_EventHandler_onEnergyTileLoad_EnergyTileLoadEvent.invoke(.dynamic) [?:1.7.10-1614.56]
	at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) [ASMEventHandler.class:1.7.10-1614.56]
	at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:1.7.10-1614.56]
	at mekanism.common.tile.TileEntityElectricBlock.register(TileEntityElectricBlock.java:66) [TileEntityElectricBlock.class:?]
	at mekanism.common.Mekanism.onChunkLoad(Mekanism.java:1473) [Mekanism.class:?]
	at cpw.mods.fml.common.eventhandler.ASMEventHandler_794_Mekanism_onChunkLoad_Load.invoke(.dynamic) [?:1.7.10-1614.56]
	at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) [ASMEventHandler.class:1.7.10-1614.56]
	at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:1.7.10-1614.56]
	at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:1054) [apx.class:?]
	at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:49) [ChunkIOProvider.class:1.7.10-1614.56]
	at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:15) [ChunkIOProvider.class:1.7.10-1614.56]
	at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) [AsynchronousExecutor.class:1.7.10-1614.56]
	at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) [AsynchronousExecutor.class:1.7.10-1614.56]
	at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) [ChunkIOExecutor.class:1.7.10-1614.56]
	at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:212) [ms.class:?]
	at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:185) [ms.class:?]
	at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:323) [ms.class:?]
	at net.minecraft.world.World.func_72964_e(World.java:796) [ahb.class:?]
	at net.minecraft.world.World.func_147438_o(World.java:3199) [ahb.class:?]
	at mekanism.common.chunkloading.ChunkManager.ticketsLoaded(ChunkManager.java:21) [ChunkManager.class:?]
	at net.minecraftforge.common.ForgeChunkManager.loadWorld(ForgeChunkManager.java:525) [ForgeChunkManager.class:1.7.10-1614.56]
	at net.minecraftforge.common.ForgeInternalHandler.onDimensionLoad(ForgeInternalHandler.java:64) [ForgeInternalHandler.class:1.7.10-1614.56]
	at cpw.mods.fml.common.eventhandler.ASMEventHandler_11_ForgeInternalHandler_onDimensionLoad_Load.invoke(.dynamic) [?:1.7.10-1614.56]
	at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) [ASMEventHandler.class:1.7.10-1614.56]
	at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:1.7.10-1614.56]
	at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:352) [DimensionManager.class:1.7.10-1614.56]
	at net.minecraft.server.MinecraftServer.func_71218_a(MinecraftServer.java:1081) [MinecraftServer.class:?]
	at micdoodle8.mods.galacticraft.core.util.WorldUtil.registerPlanet(WorldUtil.java:794) [WorldUtil.class:?]
	at micdoodle8.mods.galacticraft.core.GalacticraftCore.serverStarting(GalacticraftCore.java:560) [GalacticraftCore.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_121]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_121]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_121]
	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:1.7.10-1614.56]
	at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_121]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_121]
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [server-1.7.10.jar:?]
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [server-1.7.10.jar:?]
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [server-1.7.10.jar:?]
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [server-1.7.10.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:275) [server-1.7.10.jar:?]
	at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:1.7.10-1614.56]
	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:1.7.10-1614.56]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_121]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_121]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_121]
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [server-1.7.10.jar:?]
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [server-1.7.10.jar:?]
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [server-1.7.10.jar:?]
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [server-1.7.10.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:275) [server-1.7.10.jar:?]
	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:1.7.10-1614.56]
	at cpw.mods.fml.common.Loader.serverStarting(Loader.java:789) [Loader.class:1.7.10-1614.56]
	at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:282) [FMLCommonHandler.class:1.7.10-1614.56]
	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:368) [lt.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
Caused by: java.lang.NullPointerException
	at org.cyberpwn.react.controller.RegionController.getRegions(RegionController.java:108) ~[?:?]
	at org.cyberpwn.react.controller.RegionController.getProperties(RegionController.java:89) ~[?:?]
	at org.cyberpwn.react.action.Action.can(Action.java:56) ~[?:?]
	at org.cyberpwn.react.action.ActionSuppressRedstone.onRedstone(ActionSuppressRedstone.java:121) ~[?:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_121]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_121]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_121]
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:334) ~[JavaPluginLoader$1.class:1.7.10-1614.56]
	... 66 more

feature request

if something like below was to make more lag then prevent it,please ignore my stupidity XD.


Hello,would you be able to inplement a way for us to limit spawners and spawner delays thus allow us to make some spawners more valuable then others ?
or if you know of such a plugin that dose this?
currently im using these settings to help stop mass amounts of spawns

action-cull-entities:
  enable-entity-spawn-radius: true
  max-entities-radius: 16
  max-entities-per-chunk: 16
component:
  enable: true
  interval: 25

query plugin confusion

Three of the plugins running on my server are BannerBoard, LeaderHeads, and BannerBoard_LeaderHeads.

"/re query" gives a book with three entries for BannerBoard_LeaderHeads and no entry for BannerBoard or LeaderHeads.

"/re query LeaderHeads" gives a book with one entry for BannerBoard_LeaderHeads.

Here's my full list of plugins:
Plugins (40): TopLite, CoreProtect, VeinMiner, PlaceholderAPI, ChatControl, WorldBorder, SmartGiants, BannerBoard, ProtocolLib, Multiverse-Core, VoidSpawn, FastAsyncWorldEdit, VoidGenerator, Edit_Mobs, PermissionsEx, mcMMO, Vault, LightAPI, BetterDrops, WorldEdit, Essentials, HolographicDisplays, CMI, WorldGuard, MythicMobs, Residence, AdvancedAchievements, React, ProtectionLib, AncientGates, AddLight, EmotesPro, ArmorStandTools, Jobs, BossShopPro, LeaderHeads, FurnitureLib, DiceFurniture, SelectionVisualizer, BannerBoard_LeaderHeads

What's going on?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.