[SEC] Orebfuscator 2.1.7 - Anti X-RAY [CB 1.4.5-1.7.10]

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

  1. Offline

    lishid

    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:
    Orebfuscator 2.1.7 for MC 1.4.5-1.7.10

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


    Video:




    Images:
    [​IMG]
    [​IMG]
    CPU testing (open)

    [​IMG]
    Engine modes (open)

    [​IMG]
    [​IMG]


    Support the developer: [​IMG]
     

    Attached Files:

    • 1.jpg
      1.jpg
      File size:
      217.5 KB
      Views:
      657
    • 2.jpg
      2.jpg
      File size:
      131.8 KB
      Views:
      445
  2. Offline

    lishid

    Not really. This proximity hider feature I'm working on basically hide chest (as stone or something) and reveals them as players gets close to them.

    Beta 6 should fix all your problems if you have spout.

    ProximityHider!



    Will be released by the end of today.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  3. Offline

    colin5789

    Does it work for clear texturepacks?
     
  4. Offline

    matejdro

    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

    W.I.N.D likes this.
  6. Offline

    Tulipk

    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
     
  7. Offline

    Amaranth

    Just turn off chunk scrambler. It isn't needed anymore since clients are no longer sent the map seed.
     
  8. Offline

    lishid

    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

    This is 100% false. No packet from the server even has the ability to send the seed anymore.
     
  10. Offline

    lishid

    Hmm actually... Yeah I just saw the code change in CB.

    All right, I'll be removing it soon.
     
    W.I.N.D likes this.
  11. Offline

    com. BOY

    Sorry for my recent comment! :)
     
  12. Offline

    lishid

    Apology accepted :D
    Now go out there and kick some x-ray hacker ass. hehehe
     
    W.I.N.D likes this.
  13. Offline

    Deathfromace

    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?
     
  14. Offline

    lishid

    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

    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

    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

    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

    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

    What about replacing DarknessObfuscateBlocks with ProximityHider? Both serve same purpose, but I kinda like proximity hider more.
     
  20. Offline

    lishid

    Proximity consumes more CPU. A lot more if you add blocks to it.

    I'm working on a way to reduce CPU load by pluging into minecraft's data directly.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
    W.I.N.D likes this.
  21. Offline

    siemaeniu500

    You could do a more organic version?
     
  22. Offline

    Greylocke

    I'm pretty certain that no chemical pesticides or fertilizers were used to make this plugin.
     
  23. Offline

    kattemjau

    I NEED AN UPDATE FOR--1.2.3
     
  24. Offline

    lishid

    There is one for 1.2.3

    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.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
    W.I.N.D and kattemjau like this.
  25. Offline

    stickeric

    Please?
     
  26. Offline

    Noxturno

    hey mr lishid its the settings to hidde chests from xray texturepack ready ? if so can you post it here thanks!!
     
  27. Offline

    lishid

    in BETA7 and 8, there's a proximityHider feature that you can use to hide chests. (Watch the video I posted earlier)

    Beta8 should fix it, although you need to delete the config before you install, and do a "/ofc clearcache" after you install

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
    W.I.N.D likes this.
  28. Offline

    Noxturno

    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
     
  29. Offline

    lishid

    Ho much block lag?
     
    W.I.N.D likes this.
  30. Offline

    kattemjau

    Hi, im Op on my server and i have x-ray. the pluggin dosent work on my server. i have downloaded it 2 times. plz help!
     
  31. Offline

    Noxturno

    its 1 full second of block lagg. :( if I tap it before I mine it no block lagg but it gets tiring when you go mining for a long time xD

    if you are op you need to do /ofc disable op/perms or the xray will not work for you but for everyelse it does

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016

Share This Page