This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Using this config below:
# Recycle Co. Config## Iter keeps track of the hoppers, dont touch.iter: 0sign: '&1&l[Trash]'uncoloredsign: '[Trash]'prefix: '&2&l[&a&lTrash&2&l]&f'storagePlace: '&fStorage Hopper Set!'recyclePlace: '&fRecycle Hopper Added!'storageDestroy: '&fStorage Hopper Removed!'recycleDestroy: '&fRecycle Hopper Removed!'storageWaiting: '&fWaiting for storage hopper..'recycleWaiting: '&fWaiting for recycling hopper..'placeError: '&4The block you have placed is NOT a hopper!'permissionError: '&4You do not have permisssion for this Recycle Co. command!'cancel: '&fYou're no longer bugged.'storageHopper: stor1: world: Prison x: -17.0 y: 80.0 z: 225.0
I've restarted the server in the hopes to implement the modifications, however, upon restarting and testing the modifications do not occur. The signs are still [Recycle] and the text ingame is still [RecycleCo]; the config does not change and stays to my edited version.
Latest version + latest bukkit.
Also getting mass errors in the console from it.
I need to see those error messages. It will give me clues as to where the error in the config is.
http://pastebin.com/RsZw1DqT
Also is there any possible causes to the above config not working?
Doesn't look like its finding your changes. Try shutting off the server completely, not restarting. Edit the config, and then turn it back on and see if that works.
That could be the result of the error messages too?
I'm not sure if you can see but it spams the server console constantly, once one error message finishes another shows
18.09 08:02:11 [Server] INFO ... 16 more 18.09 08:02:11 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) 18.09 08:02:11 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) 18.09 08:02:11 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 18.09 08:02:11 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 18.09 08:02:11 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 18.09 08:02:11 [Server] INFO at com.github.allek.RecycleCo.Listeners.RCBlockListener.onBlockBreak(RCBlockListener.java:70) 18.09 08:02:11 [Server] INFO at com.github.allek.RecycleCo.Utilities.ConfigUtil.isStorageHopper(ConfigUtil.java:137) 18.09 08:02:11 [Server] INFO at com.github.allek.RecycleCo.Utilities.ConfigUtil.getStorageHopperLocation(ConfigUtil.java:118) 18.09 08:02:11 [Server] INFO Caused by: java.lang.NullPointerException 18.09 08:02:11 [Server] INFO at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) 18.09 08:02:11 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:419) 18.09 08:02:11 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:486) 18.09 08:02:11 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:226) 18.09 08:02:11 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:590) 18.09 08:02:11 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServerConnection.b(SourceFile:30) 18.09 08:02:11 [Server] INFO at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37) 18.09 08:02:11 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java:116) 18.09 08:02:11 [Server] INFO at net.minecraft.server.v1_6_R2.NetworkManager.b(NetworkManager.java:296) 18.09 08:02:11 [Server] INFO at net.minecraft.server.v1_6_R2.Packet14BlockDig.handle(SourceFile:46) 18.09 08:02:11 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:538) 18.09 08:02:11 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerInteractManager.dig(PlayerInteractManager.java:175) 18.09 08:02:11 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerInteractManager.breakBlock(PlayerInteractManager.java:279) 18.09 08:02:11 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) 18.09 08:02:11 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) 18.09 08:02:11 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) 18.09 08:02:11 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) 18.09 08:02:11 [Server] INFO org.bukkit.event.EventException 18.09 08:02:11 [Server] SEVERE Could not pass event BlockBreakEvent to RecycleCo v1.2 18.09 08:02:11 [Multicraft] Skipped 30 lines due to rate limit (30/s) 18.09 08:02:09 [Server] INFO ... 16 more 18.09 08:02:09 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) 18.09 08:02:09 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) 18.09 08:02:09 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 18.09 08:02:09 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 18.09 08:02:09 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 18.09 08:02:09 [Server] INFO at com.github.allek.RecycleCo.Listeners.RCBlockListener.onBlockBreak(RCBlockListener.java:70) 18.09 08:02:09 [Server] INFO at com.github.allek.RecycleCo.Utilities.ConfigUtil.isStorageHopper(ConfigUtil.java:137) 18.09 08:02:09 [Server] INFO at com.github.allek.RecycleCo.Utilities.ConfigUtil.getStorageHopperLocation(ConfigUtil.java:118) 18.09 08:02:09 [Server] INFO Caused by: java.lang.NullPointerException 18.09 08:02:09 [Server] INFO at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) 18.09 08:02:09 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:419) 18.09 08:02:09 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:486) 18.09 08:02:09 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:226) 18.09 08:02:09 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:590) 18.09 08:02:09 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServerConnection.b(SourceFile:30) 18.09 08:02:09 [Server] INFO at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37) 18.09 08:02:09 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java:116) 18.09 08:02:09 [Server] INFO at net.minecraft.server.v1_6_R2.NetworkManager.b(NetworkManager.java:296) 18.09 08:02:09 [Server] INFO at net.minecraft.server.v1_6_R2.Packet14BlockDig.handle(SourceFile:46) 18.09 08:02:09 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:538) 18.09 08:02:09 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerInteractManager.dig(PlayerInteractManager.java:175) 18.09 08:02:09 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerInteractManager.breakBlock(PlayerInteractManager.java:279) 18.09 08:02:09 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) 18.09 08:02:09 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) 18.09 08:02:09 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) 18.09 08:02:09 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) 18.09 08:02:09 [Server] INFO org.bukkit.event.EventException 18.09 08:02:09 [Server] SEVERE Could not pass event BlockBreakEvent to RecycleCo v1.2 18.09 08:02:08 [Server] INFO ... 16 more 18.09 08:02:08 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) 18.09 08:02:08 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) 18.09 08:02:08 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 18.09 08:02:08 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 18.09 08:02:08 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 18.09 08:02:08 [Server] INFO at com.github.allek.RecycleCo.Listeners.RCBlockListener.onBlockBreak(RCBlockListener.java:70) 18.09 08:02:08 [Server] INFO at com.github.allek.RecycleCo.Utilities.ConfigUtil.isStorageHopper(ConfigUtil.java:137) 18.09 08:02:08 [Server] INFO at com.github.allek.RecycleCo.Utilities.ConfigUtil.getStorageHopperLocation(ConfigUtil.java:118) 18.09 08:02:08 [Server] INFO Caused by: java.lang.NullPointerException 18.09 08:02:08 [Server] INFO at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) 18.09 08:02:08 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:419) 18.09 08:02:08 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:486) 18.09 08:02:08 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:226) 18.09 08:02:08 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:590) 18.09 08:02:08 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServerConnection.b(SourceFile:30) 18.09 08:02:08 [Server] INFO at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37) 18.09 08:02:08 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java:116) 18.09 08:02:08 [Server] INFO at net.minecraft.server.v1_6_R2.NetworkManager.b(NetworkManager.java:296) 18.09 08:02:08 [Server] INFO at net.minecraft.server.v1_6_R2.Packet14BlockDig.handle(SourceFile:46) 18.09 08:02:08 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:538) 18.09 08:02:08 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerInteractManager.dig(PlayerInteractManager.java:175) 18.09 08:02:08 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerInteractManager.breakBlock(PlayerInteractManager.java:279) 18.09 08:02:08 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) 18.09 08:02:08 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) 18.09 08:02:08 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) 18.09 08:02:08 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) 18.09 08:02:08 [Server] INFO org.bukkit.event.EventException 18.09 08:02:08 [Server] SEVERE Could not pass event BlockBreakEvent to RecycleCo v1.2 18.09 08:02:07 [Server] INFO ... 16 more 18.09 08:02:07 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) 18.09 08:02:07 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) 18.09 08:02:07 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 18.09 08:02:07 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 18.09 08:02:07 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 18.09 08:02:07 [Server] INFO at com.github.allek.RecycleCo.Listeners.RCBlockListener.onBlockBreak(RCBlockListener.java:70) 18.09 08:02:07 [Server] INFO at com.github.allek.RecycleCo.Utilities.ConfigUtil.isStorageHopper(ConfigUtil.java:137) 18.09 08:02:07 [Server] INFO at com.github.allek.RecycleCo.Utilities.ConfigUtil.getStorageHopperLocation(ConfigUtil.java:118) 18.09 08:02:07 [Server] INFO Caused by: java.lang.NullPointerException 18.09 08:02:07 [Server] INFO at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) 18.09 08:02:07 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:419) 18.09 08:02:07 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:486) 18.09 08:02:07 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:226) 18.09 08:02:07 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:590) 18.09 08:02:07 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServerConnection.b(SourceFile:30) 18.09 08:02:07 [Server] INFO at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37) 18.09 08:02:07 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java:116) 18.09 08:02:07 [Server] INFO at net.minecraft.server.v1_6_R2.NetworkManager.b(NetworkManager.java:296) 18.09 08:02:07 [Server] INFO at net.minecraft.server.v1_6_R2.Packet14BlockDig.handle(SourceFile:46) 18.09 08:02:07 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:538) 18.09 08:02:07 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerInteractManager.dig(PlayerInteractManager.java:175) 18.09 08:02:07 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerInteractManager.breakBlock(PlayerInteractManager.java:279) 18.09 08:02:07 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) 18.09 08:02:07 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) 18.09 08:02:07 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) 18.09 08:02:07 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) 18.09 08:02:07 [Server] INFO org.bukkit.event.EventException 18.09 08:02:07 [Server] SEVERE Could not pass event BlockBreakEvent to RecycleCo v1.2 18.09 08:02:07 [Multicraft] Skipped 2 lines due to rate limit (30/s) 18.09 08:02:06 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) 18.09 08:02:06 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
To post a comment, please login or register a new account.