Orebfuscator
Orebfuscator - Anti X-RAY:
For all releases of 1.9/1.9.1/1.9.2/1.9.4/1.10/1.11/1.12.x/1.13.x: Version 4.4.3
Now with support for CraftBukkit 1.9/1.9.1/1.9.2/1.9.4/1.10/1.11/1.12.x/1.13.x!
This plugin is used to counter X-RAY Client mods.
It modifies data that are sent to clients to hide blocks of your choice, such as Ore, chests, dungeons, etc.
It does not manipulate blocks in the world file, thus is safe to use.
ProximityHider is a feature that hides chests that are far from players.
As of 4.3.3, Proximity Hider has been enhanced to use line-of-sight checks, not just proximity! Upgrade today.
Configuration Guide
https://github.com/lishid/Orebfuscator/wiki/How-to-properly-configure-Orebfuscator
https://github.com/lishid/Orebfuscator/wiki/Configuration-File
FAQ
https://github.com/lishid/Orebfuscator/wiki/FAQ
DOWNLOAD
Please read compatibility information before downloading as not all releases work with all versions of CraftBukkit.
Latest version should be on BukkitDev, or as a release on the Github page: https://github.com/lishid/Orebfuscator/releases
Please also download ProtocolLib and install it in the plugins folder.
- Is compatible only with version 4.0.0 or newer.
- For 1.9.4 support, you must use build 277 or newer of Protocollib 4.0
- For 1.10 support, you must use build 293 or newer of Protocollib 4.0
- For 1.11 support, please use latest stable builds of ProtocolLib for 1.11.
- For 1.12 support, please use ProtocolLib 4.3.0 or newer.
- For 1.13 support, please use ProtocolLib 4.4.0 or newer.
- Download link: https://www.spigotmc.org/resources/protocollib.1997/
- Legacy Link: http://dev.bukkit.org/server-mods/protocollib/
Features
- Advanced algorithm that hides ore, chest and and anything you specify in the configuration
- Spout compatible, but optional
- No modifications to CraftBukkit.jar is needed
- Customize the blocks you want to hide
- HIDES DUNGEONS and other blocks that are in the dark
- Different hiding mode, or scrambling.
- Extensive configuration. Change updating methods depending on your bandwidth and processing speed.
- Hide hidden chests and furnaces until a player is close to it.
- Hide hidden chests and furnaces until a player can see it.
Usage
Install:
- Copy "orebfuscator-4.4.3.jar" to your plugins folder
- If you're upgrading from Orebfuscator.jar, move the contents of the "Orebfuscator3" folder to the "Orebfuscator4" folder
- Restart your server.
Configuration
See this: https://github.com/lishid/Orebfuscator/wiki
Commands
See this: https://github.com/lishid/Orebfuscator/wiki
Permissions
See this: https://github.com/lishid/Orebfuscator/wiki
Source Code
Here you go! (Hosted on Github) - please post issues and requests for help there
Metrics
- This plugin utilizes Hidendra's plugin metrics system, which means that anonymous information of your OS and setup will be collected and sent to mcstats.org
- Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.
Thanks!
- Aleksey_Terzi, single-handedly updating to CraftBukkit 1.9, 1.11, and 1.12!
- DevotedMC for taking over management of the project
- AFFORESS, major help on code optimization and spout support!
- Lishid, for years(!) of maintaining this plugin, and MarioG1 for recent patch support
- raphfrk, helped with packet processing
- Many donators!
Bugs
- See the issues page for any outstanding problems.
TODO
- A command that generates the world cache for the existing chunks.
Changelog
Version 4.4.3
- Support for Minecraft 1.13.2 latest builds (CraftBukkit/Spigot/etc)
Version 4.4.2
- Fixes for reported issues during use -- please update
Version 4.4.1
- Support for Minecraft 1.13 and 1.13x (CraftBukkit/Spigot/etc)
- Some enhancements under the covers, including better support for tile entity hiding and state management
Version 4.3.3
- Includes fixes for portions of #164
- NEW FEATURE: Gaze based proximity hiding. If you can't see it due to blocks in the way, it stays proximity hid, regardless of your physical closeness! For full details, read here: PR#16
- New example configs! Find them here: https://github.com/lishid/Orebfuscator/tree/master/Plugin/src/main/resources/resources
Version 4.3.0
- Support for Minecraft 1.12 (CraftBukkit/Spigot/etc)
Version 4.2.1
- #135 : Resolved issue that plugin doesn't work unless you delete the config and force reload and clear cache after startup
Version 4.2.0
- Support for Minecraft 1.11 (CraftBukkit/Spigot/etc)
- Remove ChunkReloader due to performance issues at scale.
- Addressed #66. Limit Cache retention configuration options added.
- Proximity Hider blocks are by default orebfuscated, if both are active.
- Implemented #62. Per World Configuration -- have unique configurations per world.
- Addressed DevotedMC#8. Allow for unique proximity Y height per material hidden.
- Fixed #113. Item frames sometime disappeared.
- Fixed #124. Glitches when used FastAsyncWorldEdit.
- Fixed #125. Prevent obfuscation for NPC, for ex. NPC from plugin Citizens.
- Fixed #128. EntityChangeBlockEvent was not causing block updates.
Version 4.1.4
- Fixing ChunkLoader error: https://github.com/lishid/Orebfuscator/issues/110
- Improving performance of ChunkReloader
Version 4.1.2
- It is now possible to use Worlds list either as blacklist (i.e. all worlds are subject for obfuscation excluding listed) or as whitelist (i.e. only listed worlds are subject for obfuscation)
- Fixed bug with using ProximityHider and Signs. It is now possible to add WALL_SIGN and SIGN_POST to ProximityHider obfuscation.
- Updated wiki so commands and configuration pages are matching to the current Orebfuscator.
Version 4.1.1
- Various Small fixes
- Fix which might resolves problem described in https://github.com/lishid/Orebfuscator/issues/100
- Config file now supports block names additionally to IDs
Version 4.1.0
- Support for CB 1.10 - thanks Asgarioth!
Version 4.0.14
- Single jar supports all releases of 1.9.x now!
- Some chunk reload issues are corrected (on teleport, etc.)
Version 4.0.12.1
- Add support for 1.9.4 - this release does not support prior versions.
Version 4.0.12
- Fixed entity list reload issue
Version 4.0.11
- Fixed failure to deobfuscate along chunk boundaries under specific conditions.
Version 4.0.10
- Fixed crash for PaperSpigot servers
Version 4.0.9
- Fixed crash when chunk section (16 x 16 x 16) has more than 127 different block types
- Implemented different "transparent block" lists for Engine Mode 1 and Engine Mode 2. For now only difference is with lava block, for mode 1 it is non-transparent, for mode 2 it is transparent.
- Implemented possibility to specify which blocks are transparent and not in the config file, sections: TransparentBlocks and NonTransparentBlocks.
- Fix which may have solved java.util.ConcurrentModificationException
- Fix for phantom blocks (visible after chunk reloaded) when player is digging straight line on the chunk border.
Version 4.0.7-beta
- Corrected transparent block list. For example, lava blocks marked as transparent and therefore adjacent blocks are not obfuscating anymore
- Improved performance of ProximityHider function
Version 4.0.5-alpha
- Fixes teleport / join in the End causing client-side crashes.
- Fixes failure to deobfuscate immediately on join.
Version 4.0.3-alpha
- Updated to MC1.9.
Full release notes: In Github Release
Version 3.0.5
- Updated to MC1.8.3.
Full history: https:github.com/lishd/Orebfuscator/wiki/Version-History
A quick donation is always appreciated :D
Devoted Patreon or General Inquiry
-
View User Profile
-
Send Message
Posted May 1, 2013@lishid
okay thnx bro but may know an anti enderman plugin that does work fine whit it?
-
View User Profile
-
Send Message
Posted Apr 30, 2013@jeremy123321
It says "at me.sluijsens.AntiEnderman". Go disable AntiEnderman and you'll be fine.
-
View User Profile
-
Send Message
Posted Apr 30, 201373) Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBloc kEvent.getEntity()Lorg/bukkit/entity/LivingEntity; at me.sluijsens.AntiEnderman.EntityListener.onEntityChangeBlockEvent(Ent ityListener.java:33) at sun.reflect.GeneratedMethodAccessor87.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:425) ... 18 more 00:43:28 [SEVERE] Could not pass event EntityChangeBlockEvent to Anti Enderman v 2.4 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:427) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav a:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j ava:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j ava:462) at org.bukkit.craftbukkit.v1_5_R1.event.CraftEventFactory.callEntityChan geBlockEvent(CraftEventFactory.java:459) at org.bukkit.craftbukkit.v1_5_R1.event.CraftEventFactory.callEntityChan geBlockEvent(CraftEventFactory.java:447) at net.minecraft.server.v1_5_R1.EntityEnderman.c(EntityEnderman.java:106 ) at net.minecraft.server.v1_5_R1.EntityLiving.l_(EntityLiving.java:541) at net.minecraft.server.v1_5_R1.EntityMonster.l_(EntityMonster.java:24) at net.minecraft.server.v1_5_R1.World.entityJoinedWorld(World.java:1356)
at net.minecraft.server.v1_5_R1.WorldServer.entityJoinedWorld(WorldServe r.java:594) at net.minecraft.server.v1_5_R1.World.playerJoinedWorld(World.java:1337)
at net.minecraft.server.v1_5_R1.World.tickEntities(World.java:1225) at net.minecraft.server.v1_5_R1.WorldServer.tickEntities(WorldServer.jav a:462) at net.minecraft.server.v1_5_R1.MinecraftServer.r(MinecraftServer.java:5 62) at net.minecraft.server.v1_5_R1.DedicatedServer.r(DedicatedServer.java:2 25) at net.minecraft.server.v1_5_R1.MinecraftServer.q(MinecraftServer.java:4 76) at net.minecraft.server.v1_5_R1.MinecraftServer.run(MinecraftServer.java :409) at net.minecraft.server.v1_5_R1.ThreadServerApplication.run(SourceFile:5 73) Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBloc kEvent.getEntity()Lorg/bukkit/entity/LivingEntity; at me.sluijsens.AntiEnderman.EntityListener.onEntityChangeBlockEvent(Ent ityListener.java:33) at sun.reflect.GeneratedMethodAccessor87.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:425) ... 18 more 00:43:28 [SEVERE] Could not pass event EntityChangeBlockEvent to Anti Enderman v 2.4 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:427) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav a:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j ava:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j ava:462) at org.bukkit.craftbukkit.v1_5_R1.event.CraftEventFactory.callEntityChan geBlockEvent(CraftEventFactory.java:459) at org.bukkit.craftbukkit.v1_5_R1.event.CraftEventFactory.callEntityChan geBlockEvent(CraftEventFactory.java:447) at net.minecraft.server.v1_5_R1.EntityEnderman.c(EntityEnderman.java:106 ) at net.minecraft.server.v1_5_R1.EntityLiving.l_(EntityLiving.java:541) at net.minecraft.server.v1_5_R1.EntityMonster.l_(EntityMonster.java:24) at net.minecraft.server.v1_5_R1.World.entityJoinedWorld(World.java:1356)
at net.minecraft.server.v1_5_R1.WorldServer.entityJoinedWorld(WorldServe r.java:594) at net.minecraft.server.v1_5_R1.World.playerJoinedWorld(World.java:1337)
at net.minecraft.server.v1_5_R1.World.tickEntities(World.java:1225) at net.minecraft.server.v1_5_R1.WorldServer.tickEntities(WorldServer.jav a:462) at net.minecraft.server.v1_5_R1.MinecraftServer.r(MinecraftServer.java:5 62) at net.minecraft.server.v1_5_R1.DedicatedServer.r(DedicatedServer.java:2 25) at net.minecraft.server.v1_5_R1.MinecraftServer.q(MinecraftServer.java:4 76) at net.minecraft.server.v1_5_R1.MinecraftServer.run(MinecraftServer.java :409) at net.minecraft.server.v1_5_R1.ThreadServerApplication.run(SourceFile:5 73) Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBloc kEvent.getEntity()Lorg/bukkit/entity/LivingEntity; at me.sluijsens.AntiEnderman.EntityListener.onEntityChangeBlockEvent(Ent ityListener.java:33) at sun.reflect.GeneratedMethodAccessor87.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:425) ... 18 more 00:43:30 [SEVERE] Could not pass event EntityChangeBlockEvent to Anti Enderman v 2.4 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:427) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav a:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j ava:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j ava:462) at org.bukkit.craftbukkit.v1_5_R1.event.CraftEventFactory.callEntityChan geBlockEvent(CraftEventFactory.java:459) at org.bukkit.craftbukkit.v1_5_R1.event.CraftEventFactory.callEntityChan geBlockEvent(CraftEventFactory.java:447) at net.minecraft.server.v1_5_R1.EntityEnderman.c(EntityEnderman.java:106 ) at net.minecraft.server.v1_5_R1.EntityLiving.l_(EntityLiving.java:541) at net.minecraft.server.v1_5_R1.EntityMonster.l_(EntityMonster.java:24) at net.minecraft.server.v1_5_R1.World.entityJoinedWorld(World.java:1356)
at net.minecraft.server.v1_5_R1.WorldServer.entityJoinedWorld(WorldServe r.java:594) at net.minecraft.server.v1_5_R1.World.playerJoinedWorld(World.java:1337)
at net.minecraft.server.v1_5_R1.World.tickEntities(World.java:1225) at net.minecraft.server.v1_5_R1.WorldServer.tickEntities(WorldServer.jav a:462) at net.minecraft.server.v1_5_R1.MinecraftServer.r(MinecraftServer.java:5 62) at net.minecraft.server.v1_5_R1.DedicatedServer.r(DedicatedServer.java:2 25) at net.minecraft.server.v1_5_R1.MinecraftServer.q(MinecraftServer.java:4 76) at net.minecraft.server.v1_5_R1.MinecraftServer.run(MinecraftServer.java :409) at net.minecraft.server.v1_5_R1.ThreadServerApplication.run(SourceFile:5 73) Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBloc kEvent.getEntity()Lorg/bukkit/entity/LivingEntity; at me.sluijsens.AntiEnderman.EntityListener.onEntityChangeBlockEvent(Ent ityListener.java:33) at sun.reflect.GeneratedMethodAccessor87.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:425) ... 18 more 00:43:30 [SEVERE] Could not pass event EntityChangeBlockEvent to Anti Enderman v 2.4 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:427) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav a:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j ava:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j ava:462) at org.bukkit.craftbukkit.v1_5_R1.event.CraftEventFactory.callEntityChan geBlockEvent(CraftEventFactory.java:459) at org.bukkit.craftbukkit.v1_5_R1.event.CraftEventFactory.callEntityChan geBlockEvent(CraftEventFactory.java:447) at net.minecraft.server.v1_5_R1.EntityEnderman.c(EntityEnderman.java:106 ) at net.minecraft.server.v1_5_R1.EntityLiving.l_(EntityLiving.java:541) at net.minecraft.server.v1_5_R1.EntityMonster.l_(EntityMonster.java:24) at net.minecraft.server.v1_5_R1.World.entityJoinedWorld(World.java:1356)
at net.minecraft.server.v1_5_R1.WorldServer.entityJoinedWorld(WorldServe r.java:594) at net.minecraft.server.v1_5_R1.World.playerJoinedWorld(World.java:1337)
at net.minecraft.server.v1_5_R1.World.tickEntities(World.java:1225) at net.minecraft.server.v1_5_R1.WorldServer.tickEntities(WorldServer.jav a:462) at net.minecraft.server.v1_5_R1.MinecraftServer.r(MinecraftServer.java:5 62) at net.minecraft.server.v1_5_R1.DedicatedServer.r(DedicatedServer.java:2 25) at net.minecraft.server.v1_5_R1.MinecraftServer.q(MinecraftServer.java:4 76) at net.minecraft.server.v1_5_R1.MinecraftServer.run(MinecraftServer.java :409) at net.minecraft.server.v1_5_R1.ThreadServerApplication.run(SourceFile:5 73) Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBloc kEvent.getEntity()Lorg/bukkit/entity/LivingEntity; at me.sluijsens.AntiEnderman.EntityListener.onEntityChangeBlockEvent(Ent ityListener.java:33) at sun.reflect.GeneratedMethodAccessor87.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:425) ... 18 more 00:43:30 [SEVERE] Could not pass event EntityChangeBlockEvent to Anti Enderman v 2.4 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:427) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav a:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j ava:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j ava:462) at org.bukkit.craftbukkit.v1_5_R1.event.CraftEventFactory.callEntityChan geBlockEvent(CraftEventFactory.java:459) at org.bukkit.craftbukkit.v1_5_R1.event.CraftEventFactory.callEntityChan geBlockEvent(CraftEventFactory.java:447) at net.minecraft.server.v1_5_R1.EntityEnderman.c(EntityEnderman.java:106 ) at net.minecraft.server.v1_5_R1.EntityLiving.l_(EntityLiving.java:541) at net.minecraft.server.v1_5_R1.EntityMonster.l_(EntityMonster.java:24) at net.minecraft.server.v1_5_R1.World.entityJoinedWorld(World.java:1356)
at net.minecraft.server.v1_5_R1.WorldServer.entityJoinedWorld(WorldServe r.java:594) at net.minecraft.server.v1_5_R1.World.playerJoinedWorld(World.java:1337)
at net.minecraft.server.v1_5_R1.World.tickEntities(World.java:1225) at net.minecraft.server.v1_5_R1.WorldServer.tickEntities(WorldServer.jav a:462) at net.minecraft.server.v1_5_R1.MinecraftServer.r(MinecraftServer.java:5 62) at net.minecraft.server.v1_5_R1.DedicatedServer.r(DedicatedServer.java:2 25) at net.minecraft.server.v1_5_R1.MinecraftServer.q(MinecraftServer.java:4 76) at net.minecraft.server.v1_5_R1.MinecraftServer.run(MinecraftServer.java :409) at net.minecraft.server.v1_5_R1.ThreadServerApplication.run(SourceFile:5 73) Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBloc kEvent.getEntity()Lorg/bukkit/entity/LivingEntity; at me.sluijsens.AntiEnderman.EntityListener.onEntityChangeBlockEvent(Ent ityListener.java:33) at sun.reflect.GeneratedMethodAccessor87.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:425) ... 18 more 00:43:30 [SEVERE] Could not pass event EntityChangeBlockEvent to Anti Enderman v 2.4 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:427) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav a:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j ava:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j ava:462) at org.bukkit.craftbukkit.v1_5_R1.event.CraftEventFactory.callEntityChan geBlockEvent(CraftEventFactory.java:459) at org.bukkit.craftbukkit.v1_5_R1.event.CraftEventFactory.callEntityChan geBlockEvent(CraftEventFactory.java:447) at net.minecraft.server.v1_5_R1.EntityEnderman.c(EntityEnderman.java:106 ) at net.minecraft.server.v1_5_R1.EntityLiving.l_(EntityLiving.java:541) at net.minecraft.server.v1_5_R1.EntityMonster.l_(EntityMonster.java:24) at net.minecraft.server.v1_5_R1.World.entityJoinedWorld(World.java:1356)
at net.minecraft.server.v1_5_R1.WorldServer.entityJoinedWorld(WorldServe r.java:594) at net.minecraft.server.v1_5_R1.World.playerJoinedWorld(World.java:1337)
at net.minecraft.server.v1_5_R1.World.tickEntities(World.java:1225) at net.minecraft.server.v1_5_R1.WorldServer.tickEntities(WorldServer.jav a:462) at net.minecraft.server.v1_5_R1.MinecraftServer.r(MinecraftServer.java:5 62) at net.minecraft.server.v1_5_R1.DedicatedServer.r(DedicatedServer.java:2 25) at net.minecraft.server.v1_5_R1.MinecraftServer.q(MinecraftServer.java:4 76) at net.minecraft.server.v1_5_R1.MinecraftServer.run(MinecraftServer.java :409) at net.minecraft.server.v1_5_R1.ThreadServerApplication.run(SourceFile:5 73) Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBloc kEvent.getEntity()Lorg/bukkit/entity/LivingEntity; at me.sluijsens.AntiEnderman.EntityListener.onEntityChangeBlockEvent(Ent ityListener.java:33) at sun.reflect.GeneratedMethodAccessor87.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:425) ... 18 more
tt
Thats allshowen in the consol....
-
View User Profile
-
Send Message
Posted Apr 29, 2013@jeremy123321
It's in the console, or in the server log in the craftbukkit folder.
-
View User Profile
-
Send Message
Posted Apr 29, 2013How/Whare can i get the error report XD?
-
View User Profile
-
Send Message
Posted Apr 29, 2013@Mizery01
Compatibility with MCPC is way too complicated as it has completely different internal implementation compared to CraftBukkit. They try to expose the same API so that smaller plugins can use them, though Orebfuscator uses internal implementation that is not provided by the API, which means support for different server implementation is hard.
Though you could try your luck with Protocol Lib plugin. Though again, I'm not sure if it's fully compatible with MCPC.
-
View User Profile
-
Send Message
Posted Apr 29, 2013Hello,
I have put MoCreatures and MCPC Plus (http://ci.md-5.net/job/MCPC-Plus/383/) for my server, and I want to have Orebfuscator because it's a very good plugin, but I have with your plugin an error :
2013-04-29 10:21:24 [SEVERE] Could not pass event PlayerJoinEvent to Orebfuscator v1.9.2 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:479) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:464) at net.minecraft.server.management.ServerConfigurationManager.func_72377_c(ServerConfigurationManager.java:308) at net.minecraft.server.management.ServerConfigurationManager.func_72355_a(ServerConfigurationManager.java:169) at net.minecraft.network.NetLoginHandler.completeConnection(NetLoginHandler.java:229) at cpw.mods.fml.common.network.FMLNetworkHandler.handleClientConnection(FMLNetworkHandler.java:169) at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionReceivedFromClient(FMLNetworkHandler.java:123) at net.minecraft.network.NetLoginHandler.func_72529_d(NetLoginHandler.java:210) at net.minecraft.network.NetLoginHandler.func_72532_c(NetLoginHandler.java:101) at org.spigotmc.netty.NettyServerConnection.func_71747_b(NettyServerConnection.java:73) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:918) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:323) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:786) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:670) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) Caused by: java.lang.ClassCastException: org.spigotmc.netty.NettyNetworkManager cannot be cast to net.minecraft.network.TcpConnection at com.lishid.orebfuscator.internal.v1_5_R2.PlayerHook.HookNM(PlayerHook.java:41) at com.lishid.orebfuscator.hook.OrebfuscatorPlayerHook.onPlayerJoin(OrebfuscatorPlayerHook.java:45) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361) ... 16 more
Can you to do a compatibility with MCPC-Plus and resolve this problem ?
Thanks for your response !
-
View User Profile
-
Send Message
Posted Apr 29, 2013very good plugin, thanks :)
-
View User Profile
-
Send Message
Posted Apr 28, 2013@jeremy123321
Check the console. You should have an error report. I need the full report.
@x_clucky
It should work too, unless if you turned it off.
-
View User Profile
-
Send Message
Posted Apr 28, 2013@lishid
Thanks, I’ll see if I can get ahold of him. Also, does proximity hider work for the nether as well as the overworld? I have PvP enabled in my nether only, so I was wondering if i could hide chests in the nether.
-
View User Profile
-
Send Message
Posted Apr 28, 2013when I run the server, the folder with the config does not generate!!!!!! My bukkit "version": 1.5.1 also the plugin is the lates version
-
View User Profile
-
Send Message
Posted Apr 28, 2013@LukeTheMast3r
Spout... or Spigot? In either case, go get the ProtocolLib plugin.
-
View User Profile
-
Send Message
Posted Apr 28, 2013Thats the error I get. It spams the Server log ! I Use spout ... could that be the Problem?
-
View User Profile
-
Send Message
Posted Apr 28, 2013Not working with R0.2, please add the section for that as well.
-
View User Profile
-
Send Message
Posted Apr 27, 2013@x_clucky
Doens't look like orebfuscator... Orebfuscator's thread is WAITING, which means it's not doing anything... can't cause problems...
Could be another plugin though, or maybe some plugin in combination with Orebfuscator.
I remember mbaxter had a tool to check for CME accessed. If you could get in touch with him, I believe he can help you figure out which plugin triggered the "java.util.ConcurrentModificationException" that you see on the error report.
FYI, Orebfuscator appears in the "Threads" list. This only means that it's running (waiting for stuff), doesn't mean it's causing any problems.
If you can't get in touch with mbaxter, you could try removing a few plugins on a test server (I suggest high profile plugins such as NoLagg if you have it, also if possible, CoreProtect/LogBlock and multiverse).
-
View User Profile
-
Send Message
Posted Apr 27, 2013Yesterday I had a read time out (http://dev.bukkit.org/paste/7653/), after asking a friend who knows stuff about bukkit plugins, he told me that it "looks like Orebfuscator." Could you please take a look and possibly help me fix whatever went wrong so that it will not happen again? Thanks :)
-
View User Profile
-
Send Message
Posted Apr 27, 2013@picapiedra
You have a plugin causing minecraft internal Concurrency issues. (I have no idea what plugin, but when they try to access minecraft data from another thread will cause problems) Try disabling some of your plugins.
-
View User Profile
-
Send Message
Posted Apr 27, 2013HELP PLZ
ava.util.ConcurrentModificationException java.util.HashMap$HashIterator.nextEntry(HashMap.java:894) java.util.HashMap$KeyIterator.next(HashMap.java:928) net.minecraft.server.v1_5_R2.EntityTracker.a(EntityTracker.java:203) com.lishid.orebfuscator.internal.v1_5_R2.ChunkQueue.processOutput(ChunkQueue.java:178) com.lishid.orebfuscator.internal.v1_5_R2.ChunkQueue.isEmpty(ChunkQueue.java:123) net.minecraft.server.v1_5_R2.EntityPlayer.l_(EntityPlayer.java:166) net.minecraft.server.v1_5_R2.World.entityJoinedWorld(World.java:1355) net.minecraft.server.v1_5_R2.WorldServer.entityJoinedWorld(WorldServer.java:614) net.minecraft.server.v1_5_R2.World.playerJoinedWorld(World.java:1336) net.minecraft.server.v1_5_R2.World.tickEntities(World.java:1224) net.minecraft.server.v1_5_R2.WorldServer.tickEntities(WorldServer.java:480) net.minecraft.server.v1_5_R2.MinecraftServer.r(MinecraftServer.java:562) net.minecraft.server.v1_5_R2.DedicatedServer.r(DedicatedServer.java:225) net.minecraft.server.v1_5_R2.MinecraftServer.q(MinecraftServer.java:476) net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:409) net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
-
View User Profile
-
Send Message
Posted Apr 27, 2013Install plugin = LAG LAG C:
-
View User Profile
-
Send Message
Posted Apr 26, 2013@WinsOfTheEpic
Grab the latest CraftBukkit beta at http://dl.bukkit.org/downloads/craftbukkit/