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 Apr 27, 2012-
View User Profile
-
Send Message
Posted Apr 27, 2012@domingo15
BlockDamage is when player hit a block, whereas BlockBreak is when the block is broken by a player.
-
View User Profile
-
Send Message
Posted Apr 27, 2012@lishid
I'm confuse with the UpdateOnBreak and UpdateOnDamage, aren't they the same? or the UpdateOnDamage is when there is a TNT explosion?
-
View User Profile
-
Send Message
Posted Apr 26, 2012@noxturno
Well short latency can surely help in the cases of lag, but I'm still not sure why the block-lag is so bad when damage is triggered. I do have a potential theory though: maybe the damage event is fired more often on your server due to other plugins or some sort of configurations, resulting in massive amount of block updates being sent, thus lagging the block updates. I'm not completely sure, but I'll try to come up with a test version of the plugin for you to confirm my theory in a few days. School's keeping me busy for now... Sorry about that.
-
View User Profile
-
Send Message
Posted Apr 26, 2012so I come to the conclusion that the block lag I been getting may be because of the server location :/ people that live close to the server see no block lag at all (server its located in france) I am located in seattle wa usa, still tho when i tested the other anti xray I would get no block lag at all. too bad that one gived errors after a while. not sure if this can be fix only fix was set update on damage to false, anyways keep up the good work :)
-
View User Profile
-
Send Message
Posted Apr 26, 2012@stutiguias
are you on 1.4.5?
-
View User Profile
-
Send Message
Posted Apr 26, 2012@lishid
i set ProximityHider : false - CONFIG.. not work !
-
View User Profile
-
Send Message
Posted Apr 26, 2012For everyone who doesn't find v1.4.5 after clicking on the download button, try out this link:
http://dev.bukkit.org/server-mods/orebfuscator/files/52-orebfuscator-1-4-5/
-
View User Profile
-
Send Message
Posted Apr 26, 2012@stutiguias
care to use correct grammar? kinda hard to understand what you mean there...
Try downloading Orebfuscator 1.4.5
-
View User Profile
-
Send Message
Posted Apr 26, 2012i change the ProximityHider to false.. but he still on.. no error .. just false on this not work.. anyone have this error ?
-
View User Profile
-
Send Message
Posted Apr 26, 2012@UnitedFactions
Did you get any NoLagg log at all? (search for IllegalAccess exceptions in your log)
-
View User Profile
-
Send Message
Posted Apr 26, 2012@lishid
WEll I did not shut it down ;) This was random...
-
View User Profile
-
Send Message
Posted Apr 26, 2012@UnitedFactions
Hmm ok, i'll take a look at the shutdown crash. I'm not sure about the other one though, might be a problem with another plugin or a corrupted world. Did you upgrade CB?
-
View User Profile
-
Send Message
Posted Apr 26, 2012@lishid
Hey lishid!
First this is the crash: http://pastebin.com/KPwJ8TWd Then after a few hours: (Crashed wasn't there to reboot this happened: http://pastebin.com/TBAkr5TX
Rebooting it now :)
here ;) please check!
-
View User Profile
-
Send Message
Posted Apr 26, 2012@drdeft
Thanks for testing~
-
View User Profile
-
Send Message
Posted Apr 26, 2012Testing 1.4.5 All Fine))) http://dev.bukkit.org/server-mods/orebfuscator/files/52-orebfuscator-1-4-5/
-
View User Profile
-
Send Message
Posted Apr 26, 2012Uploading 1.4.5 to fix the errors in the previous 4 posts.
-
View User Profile
-
Send Message
Posted Apr 26, 2012@drdeft
Same error after update to 1.4.4
2012-04-26 16:12:33 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:33 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 16:12:33 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 16:12:33 [SEVERE] at java.lang.Thread.run(Thread.java:679) 2012-04-26 16:12:34 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:34 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 16:12:34 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 16:12:34 [SEVERE] at java.lang.Thread.run(Thread.java:679) 2012-04-26 16:12:34 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:35 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:35 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:36 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:36 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:37 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:37 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:38 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:38 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:39 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:39 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:40 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:40 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:41 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:41 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:42 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:42 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:43 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:43 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:44 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:44 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:45 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:45 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:46 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:46 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:47 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:47 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:48 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:48 [SEVERE] java.lang.NullPointerException 2012-04-26 16:12:49 [SEVERE] java.lang.NullPointerException
-
View User Profile
-
Send Message
Posted Apr 26, 2012-XX:-OmitStackTraceInFastThrow (to track Exception)
Orebfuscator 1.4.4 for CB 1.2.5-R1.2 (with 1.4.3 fll normal)
2012-04-26 17:49:25 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:25 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:25 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:25 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:26 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:26 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:26 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:26 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:26 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:26 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:26 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:26 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:27 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:27 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:27 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:27 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:28 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:28 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:28 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:28 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:28 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:28 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:28 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:28 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:29 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:29 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:29 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:29 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:29 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:29 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:29 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:29 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:29 [INFO] Connection reset 2012-04-26 17:49:29 [INFO] andruhana lost connection: disconnect.endOfStream 2012-04-26 17:49:30 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:30 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:30 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:30 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:31 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:31 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:31 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:31 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:31 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:31 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:31 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:31 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:32 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:32 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:32 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:32 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:33 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:33 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:33 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:33 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:33 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:33 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:33 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:33 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:34 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:34 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:34 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:34 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:34 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:34 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:34 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:34 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:35 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:35 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:35 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:35 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:36 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:36 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:36 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:36 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:37 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:37 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:37 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:37 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:38 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:38 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:38 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:38 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:38 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:38 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:38 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:38 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:39 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:39 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:39 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:39 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:40 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:40 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:40 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:40 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:40 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:40 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:40 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:40 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:41 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:41 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:41 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:41 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:42 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:42 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:42 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:42 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:42 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:42 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:42 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:42 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:43 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:43 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:43 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:43 [SEVERE] at java.lang.Thread.run(Unknown Source) 2012-04-26 17:49:44 [SEVERE] java.lang.NullPointerException 2012-04-26 17:49:44 [SEVERE] at lishid.orebfuscator.proximityhider.ProximityHider$1.run(ProximityHider.java:35) 2012-04-26 17:49:44 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-04-26 17:49:44 [SEVERE] at java.lang.Thread.run(Unknown Source)
-
View User Profile
-
Send Message
Posted Apr 26, 2012when I did /chunk from the server, I got this error: