[SEC] Orebfuscator 1.9.3 - Anti X-RAY [CB1.4.5-CB1.5.2]

Discussion in 'Plugin Releases' started by lishid, Sep 24, 2011.

     
  1. Offline

    lishid

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Orebfuscator - Anti X-RAY:

    Bukkit-Dev link here:
    All important information available here:
    http://dev.bukkit.org/server-mods/orebfuscator/

    FAQ
    https://github.com/lishd/Orebfuscator/wiki/FAQ

    Configuration guide and performance optimizations:
    https://github.com/lishd/Orebfuscator/wiki/How-to-properly-configure-Orebfuscator


    Download:
    Downlod Orebfuscator 1.9.3 for MC 1.4.5/1.4.6/1.4.7/1.5.1/1.5.2
    Downlod Orebfuscator 1.6.6 for MC 1.4.2

    Downlod Orebfuscator 1.6.x-MC1.3 for MC 1.3.x


    Legacy versions:
    http://dev.bukkit.org/server-mods/orebfuscator/


    Video:




    Images:
    [IMG]
    [IMG]

    [IMG]

    [IMG]
    [IMG]


    Support the developer: [IMG]

    This post has been edited 200 times. It was last edited by lishid May 7, 2013.
    lord0o, NorthAntrim, Major and 14 others like this.
  2.  
  3. Offline

    colin5789

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Does it work for clear texturepacks?
  4. Offline

    matejdro

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Texture packs are worthless anyways, because they only show blocks that are adjacent to air. However, you can still hinder them a lot by adding air to random blocks.
  5. Offline

    lishid

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    W.I.N.D likes this.
  6. Offline

    Tulipk

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    one of my chunks crashes the server if i touch it the error is
    Code:
    2012-03-06 18:40:05 [SEVERE] java.lang.NoSuchFieldError: G
    2012-03-06 18:40:05 [SEVERE]    at lishid.orebfuscator.chunkscrambler.ScrambledWorldChunkManager.getBiome(ScrambledWorldChunkManager.java:32)
    2012-03-06 18:40:05 [SEVERE]    at net.minecraft.server.World.getBiome(World.java:93)
    2012-03-06 18:40:05 [SEVERE]    at net.minecraft.server.WorldGenCaves.a(SourceFile:135)
    2012-03-06 18:40:05 [SEVERE]    at net.minecraft.server.WorldGenCaves.a(SourceFile:183)
    2012-03-06 18:40:05 [SEVERE]    at net.minecraft.server.WorldGenBase.a(SourceFile:29)
    2012-03-06 18:40:05 [SEVERE]    at net.minecraft.server.ChunkProviderGenerate.getOrCreateChunk(SourceFile:223)
    2012-03-06 18:40:05 [SEVERE]    at org.bukkit.craftbukkit.generator.NormalChunkGenerator.getOrCreateChunk(NormalChunkGenerator.java:41)
    2012-03-06 18:40:05 [SEVERE]    at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:83)
    2012-03-06 18:40:05 [SEVERE]    at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:26)
    2012-03-06 18:40:05 [SEVERE]    at net.minecraft.server.PlayerManager.a(PlayerManager.java:53)
    2012-03-06 18:40:05 [SEVERE]    at net.minecraft.server.PlayerManager.addPlayer(PlayerManager.java:92)
    2012-03-06 18:40:05 [SEVERE]    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:143)
    2012-03-06 18:40:05 [SEVERE]    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:121)
    2012-03-06 18:40:05 [SEVERE]    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:87)
    2012-03-06 18:40:05 [SEVERE]    at net.minecraft.server.Packet1Login.handle(SourceFile:68)
    2012-03-06 18:40:05 [SEVERE]    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    2012-03-06 18:40:05 [SEVERE]    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:47)
    2012-03-06 18:40:05 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
    2012-03-06 18:40:05 [SEVERE]    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
    2012-03-06 18:40:05 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    2012-03-06 18:40:05 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-06 18:40:05 [SEVERE] Unexpected exception
    java.lang.NoSuchFieldError: G
        at lishid.orebfuscator.chunkscrambler.ScrambledWorldChunkManager.getBiome(ScrambledWorldChunkManager.java:32)
        at net.minecraft.server.World.getBiome(World.java:93)
        at net.minecraft.server.WorldGenCaves.a(SourceFile:135)
        at net.minecraft.server.WorldGenCaves.a(SourceFile:183)
        at net.minecraft.server.WorldGenBase.a(SourceFile:29)
        at net.minecraft.server.ChunkProviderGenerate.getOrCreateChunk(SourceFile:223)
        at org.bukkit.craftbukkit.generator.NormalChunkGenerator.getOrCreateChunk(NormalChunkGenerator.java:41)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:83)
        at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:26)
        at net.minecraft.server.PlayerManager.a(PlayerManager.java:53)
        at net.minecraft.server.PlayerManager.addPlayer(PlayerManager.java:92)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:143)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:121)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:87)
        at net.minecraft.server.Packet1Login.handle(SourceFile:68)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:47)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    
    any help? it seems to be related to this plugin, if i remove the plugin it doesn't crash or give error

    This post has been edited 1 time. It was last edited by Tulipk Mar 6, 2012.
  7. Offline

    Amaranth Bukkit Team Member

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Just turn off chunk scrambler. It isn't needed anymore since clients are no longer sent the map seed.
  8. Offline

    lishid

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Wrong version. Use the correct version for your CB version.

    Hacked clients can still get the seed from the packets.
    W.I.N.D likes this.
  9. Offline

    Amaranth Bukkit Team Member

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    This is 100% false. No packet from the server even has the ability to send the seed anymore.
  10. Offline

    lishid

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hmm actually... Yeah I just saw the code change in CB.

    All right, I'll be removing it soon.

    This post has been edited 1 time. It was last edited by lishid Mar 7, 2012.
    W.I.N.D likes this.
  11. Offline

    com. BOY

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Sorry for my recent comment! :)
  12. Offline

    lishid

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Apology accepted :D
    Now go out there and kick some x-ray hacker ass. hehehe
    W.I.N.D likes this.
  13. Offline

    Deathfromace

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    DarknessObfuscateBlocks:
    LightEmissionBlocks:
    What should I do with the above two? I notice that the darkness one only comes with two blocks in there by default.

    Edit: I also have members that claim to see ore on specifically mossy cobblestone. I tried the clearcache and he still sees it. Any ideas?

    This post has been edited 1 time. It was last edited by Deathfromace Mar 7, 2012.
  14. Offline

    lishid

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    LightEmissionBlocks is not currently used. DarknessObfuscateBlocks is a list of blocks to obfuscate if light level around is 0. The only two blocks in there are Mossy cobble and Spawner.
    W.I.N.D likes this.
  15. Offline

    Deathfromace

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I was mainly asking if I should add any blocks to those to better combat x-ray. If I just engine 2 is there anything else I need to change to make it run better so if this is a legit issue on the players end it would fix it?

    Also I edited the above post before the reply.
  16. Offline

    lishid

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Seeing fake ore on mossy cobble should be fixed since beta7, but it will show fake ore if the mossy cobble has light level of 0. There's not much you can do to fix that unless you remove mossy cobble from DarknessObfuscateBlocks.
    W.I.N.D likes this.
  17. Offline

    Deathfromace

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Okay thank you for the info. I should say I updated to the most recent and have the new feature on and the player in question mentioned that his chest and furnace looked like stone. Is there any way he could notice that and no use xray?
  18. Offline

    stickeric

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Players are gettting problems that they see diamond's but when they are mining it they will become cobblestone, How can i fix this ?
  19. Offline

    matejdro

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What about replacing DarknessObfuscateBlocks with ProximityHider? Both serve same purpose, but I kinda like proximity hider more.
  20. Offline

    lishid

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Proximity consumes more CPU. A lot more if you add blocks to it.
    W.I.N.D likes this.
  21. Offline

    lishid

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I'm working on a way to reduce CPU load by pluging into minecraft's data directly.
    W.I.N.D likes this.
  22. Offline

    siemaeniu500

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You could do a more organic version?
  23. Offline

    Greylocke

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I'm pretty certain that no chemical pesticides or fertilizers were used to make this plugin.
  24. Offline

    kattemjau

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I NEED AN UPDATE FOR--1.2.3
  25. Offline

    lishid

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    There is one for 1.2.3
    W.I.N.D and kattemjau like this.
  26. Offline

    lishid

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    BETA 8 is out!

    Now ProximityHider works with caching enabled!
    Multiple optimizations added!
    Please delete(Reset) configuration file before running the new version.
    Please also clear cache (/ofc clearcache) after startup.
    W.I.N.D likes this.
  27. Offline

    stickeric

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Please?
  28. Offline

    Noxturno

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    hey mr lishid its the settings to hidde chests from xray texturepack ready ? if so can you post it here thanks!!
  29. Offline

    lishid

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    in BETA7 and 8, there's a proximityHider feature that you can use to hide chests. (Watch the video I posted earlier)
    W.I.N.D likes this.
  30. Offline

    lishid

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Beta8 should fix it, although you need to delete the config before you install, and do a "/ofc clearcache" after you install

    This post has been edited 1 time. It was last edited by lishid Mar 8, 2012.
    W.I.N.D likes this.
  31. Offline

    Noxturno

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    oh I saw wasnt sure it worked against texturepacks xD Great job. however I still got one problem the block lag its driving me nuts :( I experimented alot last night and no luck :( only way to disable it was to turn your plugin off which is not what i want xD
  32. Offline

    lishid

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ho much block lag?
    W.I.N.D likes this.

Share This Page