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 2, 2013@LEOcab
http://dev.bukkit.org/server-mods/orebfuscator/?comment=5084
PS: Thank you for posting a new version extremely fast lishid <3
-
View User Profile
-
Send Message
Posted May 2, 2013Is there a 1.5.2 version? :I
-
View User Profile
-
Send Message
Posted May 2, 2013Pastebin fails again v
-
View User Profile
-
Send Message
Posted May 2, 2013Ey bro it still does not work i removed the entire antienderman plugin i get this
16:12:53 [INFO] [Permissions] Enabling Permissions v3.1.6 16:12:53 [INFO] Fake Permissions version 3.1.6 is enabled! 16:12:53 [INFO] [Reservations] Enabling Reservations v1.3.1 16:12:53 [INFO] [Reservations] using Permissions: true 16:12:53 [INFO] [Reservations] is enabled! 16:12:53 [INFO] [MonsterBox] Enabling MonsterBox v0.6 16:12:53 [INFO] [MonsterBox] Spout not detected. Disabling spout support. 16:12:53 [INFO] MonsterBox version 0.6 is enabled! 16:12:53 [INFO] [FalseBookCore] Enabling FalseBookCore v0.92.3alpha 16:12:53 [INFO] [ FalseBook Core ] using GroupManager-Permissions! 16:12:53 [INFO] [ FalseBook Core ] FalseBookCore v0.92.3alpha by GeMo enabled! 16:12:53 [INFO] [FalseBookCart] Enabling FalseBookCart v0.92.3alpha 16:12:53 [INFO] 3 locked storagecarts loaded. 16:12:53 [INFO] [ FalseBook Cart ] FalseBookCart v0.92.3alpha by GeMo enabled 16:12:53 [INFO] [Essentials] Enabling Essentials v2.8.4 16:12:53 [INFO] Bukkit version format changed. Version not checked. 16:12:53 [INFO] git-Bukkit-1.4.7-R1.0-14-gd3d98a1-b2645jnks (MC: 1.5) 16:12:53 [INFO] 1.5-R0.1-SNAPSHOT 16:12:53 [INFO] [Vault][Economy] Essentials Economy hooked. 16:12:53 [INFO] Essentials: Using GroupManager based permissions. 16:12:53 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 6 ve rsion: 1.2.12-b136) 16:12:53 [INFO] [Jobs] Enabling Jobs v2.10.2 16:12:53 [INFO] [Jobs] Started database save task 16:12:53 [INFO] [Jobs] Started buffered payment thread 16:12:53 [INFO] [Jobs] [Jobs] Successfully linked with Vault. 16:12:53 [INFO] [Jobs] Database save task shutdown 16:12:53 [INFO] [Jobs] Buffered payment thread shutdown 16:12:53 [INFO] [Jobs] Started buffered payment thread 16:12:53 [INFO] [Jobs] Started database save task 16:12:53 [INFO] [Jobs] Plugin has been enabled succesfully. 16:12:53 [INFO] [Citizens] Enabling Citizens v2.0.8-SNAPSHOT (build 782) 16:12:53 [SEVERE] [Citizens] v2.0.8-SNAPSHOT (build 782) is not compatible with Minecraft v1.5. Disabling. 16:12:53 [INFO] [Citizens] Disabling Citizens v2.0.8-SNAPSHOT (build 782) 16:12:53 [INFO] [MobCatcher] Enabling MobCatcher v2.9 by Malikk 16:12:54 [INFO] [MobCatcher] Hooked Vault 1.2.12-b136 16:12:54 [SEVERE] Error occurred while enabling MobCatcher v2.9 by Malikk (Is it up to date?) java.lang.NoClassDefFoundError: net/minecraft/server/Item at me.jordan.mobcatcher.MobCatcher.removeStackability(MobCatcher.java:92 2) at me.jordan.mobcatcher.MobCatcher.onEnable(MobCatcher.java:65) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader .java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage r.java:381) at org.bukkit.craftbukkit.v1_5_R1.CraftServer.loadPlugin(CraftServer.jav a:282) at org.bukkit.craftbukkit.v1_5_R1.CraftServer.enablePlugins(CraftServer. java:264) at net.minecraft.server.v1_5_R1.MinecraftServer.j(MinecraftServer.java:3 03) at net.minecraft.server.v1_5_R1.MinecraftServer.e(MinecraftServer.java:2 82) at net.minecraft.server.v1_5_R1.MinecraftServer.a(MinecraftServer.java:2 42) at net.minecraft.server.v1_5_R1.DedicatedServer.init(DedicatedServer.jav a:150) at net.minecraft.server.v1_5_R1.MinecraftServer.run(MinecraftServer.java :381) at net.minecraft.server.v1_5_R1.ThreadServerApplication.run(SourceFile:5 73) Caused by: java.lang.ClassNotFoundException: net.minecraft.server.Item at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader .java:70) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader. java:53) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 13 more 16:12:54 [INFO] [EssentialsXMPP] Enabling EssentialsXMPP v2.8.4 16:12:54 [WARNING] config broken for xmpp 16:12:54 [INFO] [WorldEdit] Enabling WorldEdit v5.2 16:12:54 [INFO] WorldEdit 5.2 enabled. 16:12:54 [INFO] WEPIF: Using the Bukkit Permissions API. 16:12:54 [INFO] WEPIF: Using the Bukkit Permissions API. 16:12:54 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.8.4 16:12:54 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? tr ue; trace: 10] 16:12:54 [INFO] [Towny] Enabling Towny v0.82.1.0 16:12:54 [INFO] ==================== Towny ======================== 16:12:54 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile 16:12:54 [INFO] [Towny] Using: GroupManager v1.9 (2.8.4) (Phoenix), Vault v1.2.1 2-b136 16:12:54 [INFO] [Towny] Time until a New Day: 19 hours, 47 minutes, 6 seconds 16:12:54 [INFO] ============================================================= 16:12:54 [INFO] [Towny] Version: 0.82.1.0 - Mod Enabled 16:12:54 [INFO] ============================================================= 16:12:54 [INFO] [FalseBookChat] Enabling FalseBookChat v0.92.3alpha 16:12:54 [INFO] [ FalseBook Chat ] FalseBookChat v0.92.3alpha by GeMo enabled 16:12:54 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.8.4 16:12:54 [INFO] [FalseBookBlock] Enabling FalseBookBlock v0.92.3alpha 16:12:54 [INFO] [ FalseBook Block ] 0 Doors successfully loaded. 16:12:54 [INFO] [ FalseBook Block ] 0 Areas loaded. 16:12:54 [INFO] [ FalseBook Block ] 0 Bridges successfully loaded. 16:12:54 [INFO] [ FalseBook Block ] 2 Cauldrons successfully loaded. 16:12:54 [INFO] [ FalseBook Block ] 3100 Books loaded! 16:12:54 [INFO] [ FalseBook Block ] 0 protected gateblocks successfully loaded. 16:12:54 [INFO] [ FalseBook Block ] FalseBookBlock v0.92.3alpha by GeMo enabled 16:12:54 [INFO] [EssentialsGeoIP] Enabling EssentialsGeoIP v2.8.4 16:12:54 [INFO] [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/. 16:12:54 [INFO] [Enjin Minecraft Plugin] Enabling Enjin Minecraft Plugin v2.4.2- bukkit 16:12:54 [INFO] [Enjin Minecraft Plugin] MC 1.3 or above found, enabling version 2 XP handling. 16:12:54 [INFO] [WorldGuard] Enabling WorldGuard v5.5.1 16:12:54 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED. 16:12:54 [INFO] [WorldGuard] (world) Lighters are PERMITTED. 16:12:54 [INFO] [WorldGuard] (world) Lava fire is blocked. 16:12:54 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED. 16:12:54 [INFO] [WorldGuard] Loaded configuration for world 'world" 16:12:54 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED. 16:12:54 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED. 16:12:54 [INFO] [WorldGuard] (world_nether) Lava fire is blocked. 16:12:54 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED. 16:12:54 [INFO] [WorldGuard] Loaded configuration for world 'world_nether" 16:12:54 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED. 16:12:54 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED. 16:12:54 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked. 16:12:54 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED. 16:12:54 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end" 16:12:54 [INFO] [WorldGuard] 4 regions loaded for 'world' 16:12:54 [INFO] [WorldGuard] 0 regions loaded for 'world_nether' 16:12:54 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end' 16:12:54 [INFO] [FalseBookIC] Enabling FalseBookIC v0.92.3alpha 16:12:54 [SEVERE] Error occurred while enabling FalseBookIC v0.92.3alpha (Is it up to date?) java.lang.NoClassDefFoundError: net/minecraft/server/EntityHuman at com.bukkit.gemo.FalseBook.IC.FalseBookICCore.onEnable(FalseBookICCore .java:122) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader .java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage r.java:381) at org.bukkit.craftbukkit.v1_5_R1.CraftServer.loadPlugin(CraftServer.jav a:282) at org.bukkit.craftbukkit.v1_5_R1.CraftServer.enablePlugins(CraftServer. java:264) at net.minecraft.server.v1_5_R1.MinecraftServer.j(MinecraftServer.java:3 03) at net.minecraft.server.v1_5_R1.MinecraftServer.e(MinecraftServer.java:2 82) at net.minecraft.server.v1_5_R1.MinecraftServer.a(MinecraftServer.java:2 42) at net.minecraft.server.v1_5_R1.DedicatedServer.init(DedicatedServer.jav a:150) at net.minecraft.server.v1_5_R1.MinecraftServer.run(MinecraftServer.java :381) at net.minecraft.server.v1_5_R1.ThreadServerApplication.run(SourceFile:5 73) Caused by: java.lang.ClassNotFoundException: net.minecraft.server.EntityHuman at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader .java:70) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader. java:53) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 12 more 16:12:54 [INFO] [ChestShop] Enabling ChestShop v3.39 16:12:54 [INFO] [ChestShop] LWC version 4.3.1 (b767-git-MANUAL) (November 15, 20 12) loaded. 16:12:54 [INFO] [ChestShop] Towny version 0.82.1.0 loaded. 16:12:54 [INFO] [ChestShop] WorldGuard version 5.5.1 loaded. 16:12:54 [INFO] [ChestShop] Vault loaded using economy plugin iConomy 6 16:12:54 [INFO] [EssentialsChat] Enabling EssentialsChat v2.8.4 16:12:54 [INFO] [FalseBookExtra] Enabling FalseBookExtra v0.92.3alpha 16:12:54 [INFO] [ FalseBook Extra ] 0 protected blocks loaded. 16:12:54 [INFO] [ FalseBook Extra ] FalseBookExtra v0.92.3alpha by GeMo enabled 16:12:54 [INFO] [SimpleSignEdit] Enabling SimpleSignEdit v2.0 16:12:54 [INFO] [SimpleSignEdit] LWC support enabled! 16:12:54 [INFO] [SimpleSignEdit] Checking for table... 16:12:54 [INFO] [SimpleSignEdit] Table found! 16:12:54 [INFO] [SimpleSignEdit] SimpleSignEdit v2.0 enabled. 16:12:54 [INFO] [AuthMe] Enabling AuthMe v2.7.15 16:12:54 [INFO] [AuthMe] Loading Configuration File... 16:12:54 [INFO] [AuthMe] Merge new Config Options if needed.. 16:12:54 [INFO] [AuthMe] Set Language: en 16:12:54 [SEVERE] [AuthMe] ERROR: Please Update your ChestShop version! 16:12:54 [INFO] [AuthMe] Authme 2.7.15 enabled 16:12:54 [INFO] [AntiCheat] Enabling AntiCheat v1.5.8 16:12:55 [INFO] Server permissions file permissions.yml is empty, ignoring it 16:12:55 [INFO] Done (4.008s)! For help, type "help" or "?" 16:12:55 [INFO] GroupManager - INFO - Bukkit Permissions Updated! 16:12:55 [WARNING] Method "public Class<?> getClassByName(String)" is Deprecated , and may be removed in a future version of Bukkit org.bukkit.plugin.AuthorNagException: at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoad er.java:284) at com.earth2me.essentials.storage.BukkitConstructor.getClassForNode(Buk kitConstructor.java:421) at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.getCon structor(Constructor.java:321) at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.constr uct(Constructor.java:331) at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseCo nstructor.java:183) at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(Base Constructor.java:142) at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons tructor.java:128) at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) at org.yaml.snakeyaml.Yaml.load(Yaml.java:423) at com.earth2me.essentials.storage.YamlStorageReader.load(YamlStorageRea der.java:47) at com.earth2me.essentials.storage.AbstractDelayedYamlFileReader.run(Abs tractDelayedYamlFileReader.java:38) at org.bukkit.craftbukkit.v1_5_R1.scheduler.CraftTask.run(CraftTask.java :53) at org.bukkit.craftbukkit.v1_5_R1.scheduler.CraftAsyncTask.run(CraftAsyn cTask.java:53) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) 16:12:55 [WARNING] Method "public Class<?> getClassByName(String)" is Deprecated , and may be removed in a future version of Bukkit org.bukkit.plugin.AuthorNagException: at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoad er.java:284) at com.earth2me.essentials.storage.BukkitConstructor.getClassForNode(Buk kitConstructor.java:421) at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.getCon structor(Constructor.java:321) at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.constr uct(Constructor.java:331) at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseCo nstructor.java:183) at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(Base Constructor.java:142) at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons tructor.java:128) at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) at org.yaml.snakeyaml.Yaml.load(Yaml.java:423) at com.earth2me.essentials.storage.YamlStorageReader.load(YamlStorageRea der.java:47) at com.earth2me.essentials.storage.AbstractDelayedYamlFileReader.run(Abs tractDelayedYamlFileReader.java:38) at org.bukkit.craftbukkit.v1_5_R1.scheduler.CraftTask.run(CraftTask.java :53) at org.bukkit.craftbukkit.v1_5_R1.scheduler.CraftAsyncTask.run(CraftAsyn cTask.java:53) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) 16:12:55 [INFO] /192.168.1.16:65107 lost connection 16:12:55 [INFO] /25.5.211.130:65109 lost connection 16:12:57 [INFO] [Backup] Plugin is up to date, at version: 2.0. 16:13:12 [INFO] /25.5.211.130:65204 lost connection 16:13:14 [INFO] jeremy123321[/25.5.211.130:65207] logged in with entity id 377 a t ([world] -48.46269485913217, 64.0, -163.2995441554261) 16:13:15 [SEVERE] Could not pass event PlayerJoinEvent to AntiLogger v0.1.3 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 net.minecraft.server.v1_5_R1.PlayerList.c(PlayerList.java:204) at net.minecraft.server.v1_5_R1.PlayerList.a(PlayerList.java:100) at net.minecraft.server.v1_5_R1.PendingConnection.d(PendingConnection.ja va:129) at net.minecraft.server.v1_5_R1.PendingConnection.c(PendingConnection.ja va:44) at net.minecraft.server.v1_5_R1.DedicatedServerConnectionThread.a(Dedica tedServerConnectionThread.java:41) at net.minecraft.server.v1_5_R1.DedicatedServerConnection.b(SourceFile:2 9) at net.minecraft.server.v1_5_R1.MinecraftServer.r(MinecraftServer.java:5 80) 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.NullPointerException at com.killersmurf.antilogger.listeners.ALPlayerListener.onPlayerJoin(AL PlayerListener.java:64) 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.ja va:425) ... 14 more 16:13:18 [INFO] jeremy123321 issued an AuthMe command! 16:13:18 [INFO] [AuthMe] jeremy123321 logged in! 16:13:21 [INFO] jeremy123321 issued server command: /plugins 16:13:48 [INFO] [Metrics] Connection reset 16:13:48 [INFO] [Metrics] Connection reset 16:13:48 [SEVERE] [Metrics] Connection reset
-
View User Profile
-
Send Message
Posted May 2, 20131.5.2 runnig thx
-
View User Profile
-
Send Message
Posted May 2, 2013@rangewonk
Yes, read my post here: http://dev.bukkit.org/server-mods/orebfuscator/?comment=5084
-
View User Profile
-
Send Message
Posted May 2, 2013Im running minecraft 1.5.2 and the plugin isin't working. Any Ideas?
-
View User Profile
-
Send Message
Posted May 2, 2013@Dr_Bunsen
You could try clearing the cache with command "/ofc clearcache".
It happens sometimes when areas are modified but right next to a chunk, and the chunk will not get updated since it has not been changed. Though this shouldn't happen too often, but some people notice it.
-
View User Profile
-
Send Message
Posted May 2, 2013I am running version 1.9.2 on git-Bukkit-1.5.1-R0.1-21-g49b0699-b2754jnks (MC: 1.5.1) (Implementing API version 1.5.1-R0.2) with this settings: settings
And I see obfuscated blocks in caves and sometimes on mountainsides. Why is this? I have had this since I started using this plugin(a while ago) and I don't know why this happens.
-
View User Profile
-
Send Message
Posted May 2, 2013@UnitedFactions
Sorry, the jar I uploaded was corrupted... Fixed now.
-
View User Profile
-
Send Message
Posted May 2, 2013@lishid
Seems to be working now, cheers!
@UnitedFactions
Download the latest version on the forum: http://forums.bukkit.org/threads/sec-orebfuscator-1-9-2-anti-x-ray-cb1-4-5-cb1-5-1.38385/page-55
-
View User Profile
-
Send Message
Posted May 2, 2013Tested your plugin: ;) Fix please?
2013-05-02 16:29:26 | This server is running CraftBukkit version git-Spigot-834 (MC: 1.5.2) (Implementing API version 1.5.2-R0.1-SNAPSHOT)
2013-05-02 16:29:27 # irc: connected
2013-05-02 16:29:27 | [SEVERE] Could not load 'plugins/Orebfuscator.jar' in folder 'plugins'
2013-05-02 16:29:27 | [???] org.bukkit.plugin.InvalidDescriptionException Invalid plugin.yml
2013-05-02 16:29:27 | [???] at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:247)
2013-05-02 16:29:27 | [???] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133)
2013-05-02 16:29:27 | [???] at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugins(CraftServer.java:263)
2013-05-02 16:29:27 | [???] at org.bukkit.craftbukkit.v1_5_R3.CraftServer.<init>(CraftServer.java:241)
2013-05-02 16:29:27 | [???] at net.minecraft.server.v1_5_R3.PlayerList.<init>(PlayerList.java:55)
2013-05-02 16:29:27 | [???] at net.minecraft.server.v1_5_R3.DedicatedPlayerList.<init>(SourceFile:11)
2013-05-02 16:29:27 | [???] at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:95)
2013-05-02 16:29:27 | [???] at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:388)
2013-05-02 16:29:27 | [???] at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
2013-05-02 16:29:27 | [???] Caused by: java.io.FileNotFoundException Jar does not contain plugin.yml
2013-05-02 16:29:27 | [???] ... 9 more
-
View User Profile
-
Send Message
Posted May 2, 2013@Serilum
Can't post links on bukkitdev.
Oh crap I compiled the files wrongly... lol lemme fix
EDIT: Fixed, reuploaded. Download again.
-
View User Profile
-
Send Message
Posted May 2, 2013@lishid
Posted it on there too, you forgot about the plugin.yml and thus the plugin is not able to load on startup! Easy fix though
-
View User Profile
-
Send Message
Posted May 2, 2013Dev version for CB1.5.2-R0.1 is up.
It will only be posted on the forum since it's only a development version. It will be uploaded to BukkitDev once I have a stable version.
Link to the forum post: http://forums.bukkit.org/threads/38385/page-55#post-1654852
-
View User Profile
-
Send Message
Posted May 2, 2013Working on the update.
-
View User Profile
-
Send Message
Posted May 2, 2013Plugin officially broke on 1.5.2 Minecraft Please update.
-
View User Profile
-
Send Message
Posted May 2, 2013Yes, we need Version 1.5.2, 1.5.1 version doesnt work.
-
View User Profile
-
Send Message
Posted May 1, 2013can we have a version for 1.5.2 please?
-
View User Profile
-
Send Message
Posted May 1, 2013Ey bro it still does not work i removed the entire antienderman plugin i get this
16:12:53 [INFO] [Permissions] Enabling Permissions v3.1.6 16:12:53 [INFO] Fake Permissions version 3.1.6 is enabled! 16:12:53 [INFO] [Reservations] Enabling Reservations v1.3.1 16:12:53 [INFO] [Reservations] using Permissions: true 16:12:53 [INFO] [Reservations] is enabled! 16:12:53 [INFO] [MonsterBox] Enabling MonsterBox v0.6 16:12:53 [INFO] [MonsterBox] Spout not detected. Disabling spout support. 16:12:53 [INFO] MonsterBox version 0.6 is enabled! 16:12:53 [INFO] [FalseBookCore] Enabling FalseBookCore v0.92.3alpha 16:12:53 [INFO] [ FalseBook Core ] using GroupManager-Permissions! 16:12:53 [INFO] [ FalseBook Core ] FalseBookCore v0.92.3alpha by GeMo enabled! 16:12:53 [INFO] [FalseBookCart] Enabling FalseBookCart v0.92.3alpha 16:12:53 [INFO] 3 locked storagecarts loaded. 16:12:53 [INFO] [ FalseBook Cart ] FalseBookCart v0.92.3alpha by GeMo enabled 16:12:53 [INFO] [Essentials] Enabling Essentials v2.8.4 16:12:53 [INFO] Bukkit version format changed. Version not checked. 16:12:53 [INFO] git-Bukkit-1.4.7-R1.0-14-gd3d98a1-b2645jnks (MC: 1.5) 16:12:53 [INFO] 1.5-R0.1-SNAPSHOT 16:12:53 [INFO] [Vault][Economy] Essentials Economy hooked. 16:12:53 [INFO] Essentials: Using GroupManager based permissions. 16:12:53 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 6 ve rsion: 1.2.12-b136) 16:12:53 [INFO] [Jobs] Enabling Jobs v2.10.2 16:12:53 [INFO] [Jobs] Started database save task 16:12:53 [INFO] [Jobs] Started buffered payment thread 16:12:53 [INFO] [Jobs] [Jobs] Successfully linked with Vault. 16:12:53 [INFO] [Jobs] Database save task shutdown 16:12:53 [INFO] [Jobs] Buffered payment thread shutdown 16:12:53 [INFO] [Jobs] Started buffered payment thread 16:12:53 [INFO] [Jobs] Started database save task 16:12:53 [INFO] [Jobs] Plugin has been enabled succesfully. 16:12:53 [INFO] [Citizens] Enabling Citizens v2.0.8-SNAPSHOT (build 782) 16:12:53 [SEVERE] [Citizens] v2.0.8-SNAPSHOT (build 782) is not compatible with Minecraft v1.5. Disabling. 16:12:53 [INFO] [Citizens] Disabling Citizens v2.0.8-SNAPSHOT (build 782) 16:12:53 [INFO] [MobCatcher] Enabling MobCatcher v2.9 by Malikk 16:12:54 [INFO] [MobCatcher] Hooked Vault 1.2.12-b136 16:12:54 [SEVERE] Error occurred while enabling MobCatcher v2.9 by Malikk (Is it up to date?) java.lang.NoClassDefFoundError: net/minecraft/server/Item at me.jordan.mobcatcher.MobCatcher.removeStackability(MobCatcher.java:92 2) at me.jordan.mobcatcher.MobCatcher.onEnable(MobCatcher.java:65) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader .java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage r.java:381) at org.bukkit.craftbukkit.v1_5_R1.CraftServer.loadPlugin(CraftServer.jav a:282) at org.bukkit.craftbukkit.v1_5_R1.CraftServer.enablePlugins(CraftServer. java:264) at net.minecraft.server.v1_5_R1.MinecraftServer.j(MinecraftServer.java:3 03) at net.minecraft.server.v1_5_R1.MinecraftServer.e(MinecraftServer.java:2 82) at net.minecraft.server.v1_5_R1.MinecraftServer.a(MinecraftServer.java:2 42) at net.minecraft.server.v1_5_R1.DedicatedServer.init(DedicatedServer.jav a:150) at net.minecraft.server.v1_5_R1.MinecraftServer.run(MinecraftServer.java :381) at net.minecraft.server.v1_5_R1.ThreadServerApplication.run(SourceFile:5 73) Caused by: java.lang.ClassNotFoundException: net.minecraft.server.Item at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader .java:70) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader. java:53) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 13 more 16:12:54 [INFO] [EssentialsXMPP] Enabling EssentialsXMPP v2.8.4 16:12:54 [WARNING] config broken for xmpp 16:12:54 [INFO] [WorldEdit] Enabling WorldEdit v5.2 16:12:54 [INFO] WorldEdit 5.2 enabled. 16:12:54 [INFO] WEPIF: Using the Bukkit Permissions API. 16:12:54 [INFO] WEPIF: Using the Bukkit Permissions API. 16:12:54 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.8.4 16:12:54 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? tr ue; trace: 10] 16:12:54 [INFO] [Towny] Enabling Towny v0.82.1.0 16:12:54 [INFO] ==================== Towny ======================== 16:12:54 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile 16:12:54 [INFO] [Towny] Using: GroupManager v1.9 (2.8.4) (Phoenix), Vault v1.2.1 2-b136 16:12:54 [INFO] [Towny] Time until a New Day: 19 hours, 47 minutes, 6 seconds 16:12:54 [INFO] ============================================================= 16:12:54 [INFO] [Towny] Version: 0.82.1.0 - Mod Enabled 16:12:54 [INFO] ============================================================= 16:12:54 [INFO] [FalseBookChat] Enabling FalseBookChat v0.92.3alpha 16:12:54 [INFO] [ FalseBook Chat ] FalseBookChat v0.92.3alpha by GeMo enabled 16:12:54 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.8.4 16:12:54 [INFO] [FalseBookBlock] Enabling FalseBookBlock v0.92.3alpha 16:12:54 [INFO] [ FalseBook Block ] 0 Doors successfully loaded. 16:12:54 [INFO] [ FalseBook Block ] 0 Areas loaded. 16:12:54 [INFO] [ FalseBook Block ] 0 Bridges successfully loaded. 16:12:54 [INFO] [ FalseBook Block ] 2 Cauldrons successfully loaded. 16:12:54 [INFO] [ FalseBook Block ] 3100 Books loaded! 16:12:54 [INFO] [ FalseBook Block ] 0 protected gateblocks successfully loaded. 16:12:54 [INFO] [ FalseBook Block ] FalseBookBlock v0.92.3alpha by GeMo enabled 16:12:54 [INFO] [EssentialsGeoIP] Enabling EssentialsGeoIP v2.8.4 16:12:54 [INFO] [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/. 16:12:54 [INFO] [Enjin Minecraft Plugin] Enabling Enjin Minecraft Plugin v2.4.2- bukkit 16:12:54 [INFO] [Enjin Minecraft Plugin] MC 1.3 or above found, enabling version 2 XP handling. 16:12:54 [INFO] [WorldGuard] Enabling WorldGuard v5.5.1 16:12:54 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED. 16:12:54 [INFO] [WorldGuard] (world) Lighters are PERMITTED. 16:12:54 [INFO] [WorldGuard] (world) Lava fire is blocked. 16:12:54 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED. 16:12:54 [INFO] [WorldGuard] Loaded configuration for world 'world" 16:12:54 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED. 16:12:54 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED. 16:12:54 [INFO] [WorldGuard] (world_nether) Lava fire is blocked. 16:12:54 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED. 16:12:54 [INFO] [WorldGuard] Loaded configuration for world 'world_nether" 16:12:54 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED. 16:12:54 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED. 16:12:54 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked. 16:12:54 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED. 16:12:54 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end" 16:12:54 [INFO] [WorldGuard] 4 regions loaded for 'world' 16:12:54 [INFO] [WorldGuard] 0 regions loaded for 'world_nether' 16:12:54 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end' 16:12:54 [INFO] [FalseBookIC] Enabling FalseBookIC v0.92.3alpha 16:12:54 [SEVERE] Error occurred while enabling FalseBookIC v0.92.3alpha (Is it up to date?) java.lang.NoClassDefFoundError: net/minecraft/server/EntityHuman at com.bukkit.gemo.FalseBook.IC.FalseBookICCore.onEnable(FalseBookICCore .java:122) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader .java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage r.java:381) at org.bukkit.craftbukkit.v1_5_R1.CraftServer.loadPlugin(CraftServer.jav a:282) at org.bukkit.craftbukkit.v1_5_R1.CraftServer.enablePlugins(CraftServer. java:264) at net.minecraft.server.v1_5_R1.MinecraftServer.j(MinecraftServer.java:3 03) at net.minecraft.server.v1_5_R1.MinecraftServer.e(MinecraftServer.java:2 82) at net.minecraft.server.v1_5_R1.MinecraftServer.a(MinecraftServer.java:2 42) at net.minecraft.server.v1_5_R1.DedicatedServer.init(DedicatedServer.jav a:150) at net.minecraft.server.v1_5_R1.MinecraftServer.run(MinecraftServer.java :381) at net.minecraft.server.v1_5_R1.ThreadServerApplication.run(SourceFile:5 73) Caused by: java.lang.ClassNotFoundException: net.minecraft.server.EntityHuman at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader .java:70) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader. java:53) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 12 more 16:12:54 [INFO] [ChestShop] Enabling ChestShop v3.39 16:12:54 [INFO] [ChestShop] LWC version 4.3.1 (b767-git-MANUAL) (November 15, 20 12) loaded. 16:12:54 [INFO] [ChestShop] Towny version 0.82.1.0 loaded. 16:12:54 [INFO] [ChestShop] WorldGuard version 5.5.1 loaded. 16:12:54 [INFO] [ChestShop] Vault loaded using economy plugin iConomy 6 16:12:54 [INFO] [EssentialsChat] Enabling EssentialsChat v2.8.4 16:12:54 [INFO] [FalseBookExtra] Enabling FalseBookExtra v0.92.3alpha 16:12:54 [INFO] [ FalseBook Extra ] 0 protected blocks loaded. 16:12:54 [INFO] [ FalseBook Extra ] FalseBookExtra v0.92.3alpha by GeMo enabled 16:12:54 [INFO] [SimpleSignEdit] Enabling SimpleSignEdit v2.0 16:12:54 [INFO] [SimpleSignEdit] LWC support enabled! 16:12:54 [INFO] [SimpleSignEdit] Checking for table... 16:12:54 [INFO] [SimpleSignEdit] Table found! 16:12:54 [INFO] [SimpleSignEdit] SimpleSignEdit v2.0 enabled. 16:12:54 [INFO] [AuthMe] Enabling AuthMe v2.7.15 16:12:54 [INFO] [AuthMe] Loading Configuration File... 16:12:54 [INFO] [AuthMe] Merge new Config Options if needed.. 16:12:54 [INFO] [AuthMe] Set Language: en 16:12:54 [SEVERE] [AuthMe] ERROR: Please Update your ChestShop version! 16:12:54 [INFO] [AuthMe] Authme 2.7.15 enabled 16:12:54 [INFO] [AntiCheat] Enabling AntiCheat v1.5.8 16:12:55 [INFO] Server permissions file permissions.yml is empty, ignoring it 16:12:55 [INFO] Done (4.008s)! For help, type "help" or "?" 16:12:55 [INFO] GroupManager - INFO - Bukkit Permissions Updated! 16:12:55 [WARNING] Method "public Class<?> getClassByName(String)" is Deprecated , and may be removed in a future version of Bukkit org.bukkit.plugin.AuthorNagException: at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoad er.java:284) at com.earth2me.essentials.storage.BukkitConstructor.getClassForNode(Buk kitConstructor.java:421) at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.getCon structor(Constructor.java:321) at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.constr uct(Constructor.java:331) at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseCo nstructor.java:183) at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(Base Constructor.java:142) at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons tructor.java:128) at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) at org.yaml.snakeyaml.Yaml.load(Yaml.java:423) at com.earth2me.essentials.storage.YamlStorageReader.load(YamlStorageRea der.java:47) at com.earth2me.essentials.storage.AbstractDelayedYamlFileReader.run(Abs tractDelayedYamlFileReader.java:38) at org.bukkit.craftbukkit.v1_5_R1.scheduler.CraftTask.run(CraftTask.java :53) at org.bukkit.craftbukkit.v1_5_R1.scheduler.CraftAsyncTask.run(CraftAsyn cTask.java:53) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) 16:12:55 [WARNING] Method "public Class<?> getClassByName(String)" is Deprecated , and may be removed in a future version of Bukkit org.bukkit.plugin.AuthorNagException: at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoad er.java:284) at com.earth2me.essentials.storage.BukkitConstructor.getClassForNode(Buk kitConstructor.java:421) at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.getCon structor(Constructor.java:321) at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.constr uct(Constructor.java:331) at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseCo nstructor.java:183) at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(Base Constructor.java:142) at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons tructor.java:128) at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) at org.yaml.snakeyaml.Yaml.load(Yaml.java:423) at com.earth2me.essentials.storage.YamlStorageReader.load(YamlStorageRea der.java:47) at com.earth2me.essentials.storage.AbstractDelayedYamlFileReader.run(Abs tractDelayedYamlFileReader.java:38) at org.bukkit.craftbukkit.v1_5_R1.scheduler.CraftTask.run(CraftTask.java :53) at org.bukkit.craftbukkit.v1_5_R1.scheduler.CraftAsyncTask.run(CraftAsyn cTask.java:53) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) 16:12:55 [INFO] /192.168.1.16:65107 lost connection 16:12:55 [INFO] /25.5.211.130:65109 lost connection 16:12:57 [INFO] [Backup] Plugin is up to date, at version: 2.0. 16:13:12 [INFO] /25.5.211.130:65204 lost connection 16:13:14 [INFO] jeremy123321[/25.5.211.130:65207] logged in with entity id 377 a t ([world] -48.46269485913217, 64.0, -163.2995441554261) 16:13:15 [SEVERE] Could not pass event PlayerJoinEvent to AntiLogger v0.1.3 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 net.minecraft.server.v1_5_R1.PlayerList.c(PlayerList.java:204) at net.minecraft.server.v1_5_R1.PlayerList.a(PlayerList.java:100) at net.minecraft.server.v1_5_R1.PendingConnection.d(PendingConnection.ja va:129) at net.minecraft.server.v1_5_R1.PendingConnection.c(PendingConnection.ja va:44) at net.minecraft.server.v1_5_R1.DedicatedServerConnectionThread.a(Dedica tedServerConnectionThread.java:41) at net.minecraft.server.v1_5_R1.DedicatedServerConnection.b(SourceFile:2 9) at net.minecraft.server.v1_5_R1.MinecraftServer.r(MinecraftServer.java:5 80) 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.NullPointerException at com.killersmurf.antilogger.listeners.ALPlayerListener.onPlayerJoin(AL PlayerListener.java:64) 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.ja va:425) ... 14 more 16:13:18 [INFO] jeremy123321 issued an AuthMe command! 16:13:18 [INFO] [AuthMe] jeremy123321 logged in! 16:13:21 [INFO] jeremy123321 issued server command: /plugins 16:13:48 [INFO] [Metrics] Connection reset 16:13:48 [INFO] [Metrics] Connection reset 16:13:48 [SEVERE] [Metrics] Connection reset