[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

    cartman-2000

    DarknessHideBlocks config option doesn't work properly in some situations.

    something made out of mossy cobblestone with it on(I'm using engine 1 and ).
    [​IMG]

    same thing with it off.
    [​IMG]

    edit:
    lol, I made this post as 0.9.7 was being released, this was fixed in the new verison.
     
  3. Offline

    lishid

    Hm..let me revise...
    EDIT: Are you using 0.9.7?
     
  4. Offline

    Junrall

    Yep, you're right... it was a corrupt world that gave me all those errors. Thanks!

    Lol, now if those pesky caves and open areas and lave could be hidden as well!:p
     
  5. Offline

    lishid

    Lol the calculations for that (as far as i can imagine) is so complicated that it would be counter-productive to do so.
    Although there might be a way someday....

    0.9.8 released! more commands!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  6. Offline

    Junrall

    Yeah, I can imagine! Just starting up that would dim the lights in my house!
     
  7. Offline

    spunkiie

    does this plugin work with #1221 ?
     
  8. Offline

    SpencerB

    Doesn't work for me. According to /ofc status everything is fine and I'm using Engine 1. Yet I see all of the ores with my X Ray.
     
  9. Offline

    lishid

    WARNING!
    Before you say it doesn't work, check if you are an OP or have permissions '*'
    They will make you see the ores if you haven't changed the configuration nodes.


    likely, unless they craftbukkit changed something that broke my plugin, which is unlikely.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  10. Works 100%, 50+ players online, RB 1185, OP works good, Engine 2, SPOUT, keep up the good work.
     
  11. Offline

    Junrall

    So, I need a sanity check... what should I be seeing on engine mode 1 and 2?
    When I have it set to engine 2 I momentarily see a random mix of ores underground... kinda like a wall of them in the distance. They are there for about a second or two then disappear. What is left is no different than not having this plugin enabled.
    Should I be seeing the random ores continuously?

    Again, I'm running the latest Spout and Bukkit. And I have no errors.
     
  12. Offline

    StrikeForceZero

    This hangs my server after about 2 minutes of use, do you by any chance have a verbose build? or any way to debug this? I'm in love with it just need to figure out the culprit.

    only tried engine mode 2 I believe
     
  13. Offline

    EmanuxJade

    tyvm for the plugin.
     
  14. Offline

    cartman-2000

    The on physics updates option is quite expensive in both cpu usage and bandwidth usage with certain things like pistons, I've seen spikes in bandwidth of upto 200 kbyte/s for myself when testing pistons in an area, it's worse if it's is something enclosed in the ground and not out in the open, there's pretty much no bandwidth/cpu spike for pistons if I turn it off in the config file. I'm not sure if it's getting multithreaded correctly either, even if I try running it with 2 threads the server, as a whole, wouldn't utilize much more then then 1 core overall when I was testing it.

    This might also be the reason why clients lag when they are generating chunks as most physics blocks, mostly gravel and some sand, will drop in chunk generation.
     
  15. Offline

    paunk

    my server lags so bad with this plugin :/
     
  16. Offline

    GODSWIND

    with version 0.9.8 when i try to put a block in the lava lake of the nether my server crash and i get this message

    2011-09-29 13:08:55 [SEVERE] Exception in thread "Orebfuscator Calculation Thread"
    2011-09-29 13:08:55 [SEVERE] java.lang.OutOfMemoryError
    2011-09-29 13:08:55 [SEVERE] at java.util.zip.Deflater.init(Native Method)
    2011-09-29 13:08:55 [SEVERE] at java.util.zip.Deflater.<init>(Unknown Source)
    2011-09-29 13:08:55 [SEVERE] at java.util.zip.Deflater.<init>(Unknown Source)
    2011-09-29 13:08:55 [SEVERE] at lishid.orebfuscator.utils.Calculations.Obfuscate(Calculations.java:248)
    2011-09-29 13:08:55 [SEVERE] at lishid.orebfuscator.utils.OrebfuscatorCalculationThread.handle(OrebfuscatorCalculationThread.java:62)
    2011-09-29 13:08:55 [SEVERE] at lishid.orebfuscator.utils.OrebfuscatorCalculationThread.run(OrebfuscatorCalculationThread.java:54)
    2011-09-29 13:08:56 [SEVERE] java.lang.OutOfMemoryError
    2011-09-29 13:08:56 [SEVERE] at java.util.zip.Deflater.init(Native Method)
    2011-09-29 13:08:56 [SEVERE] at java.util.zip.Deflater.<init>(Unknown Source)
    2011-09-29 13:08:56 [SEVERE] at java.util.zip.GZIPOutputStream.<init>(Unknown Source)
    2011-09-29 13:08:56 [SEVERE] at java.util.zip.GZIPOutputStream.<init>(Unknown Source)
    2011-09-29 13:08:56 [SEVERE] at net.minecraft.server.CompressedStreamTools.a(SourceFile:18)
    2011-09-29 13:08:56 [SEVERE] at net.minecraft.server.PlayerNBTManager.a(PlayerNBTManager.java:126)
    2011-09-29 13:08:56 [SEVERE] at net.minecraft.server.ServerNBTManager.a(SourceFile:37)
    2011-09-29 13:08:56 [SEVERE] at net.minecraft.server.World.w(World.java:242)
    2011-09-29 13:08:56 [SEVERE] at net.minecraft.server.World.save(World.java:231)
    2011-09-29 13:08:56 [SEVERE] at net.minecraft.server.World.doTick(World.java:1633)
    2011-09-29 13:08:56 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    2011-09-29 13:08:56 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    2011-09-29 13:08:56 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-09-29 13:08:56 [SEVERE] Unexpected exception
    java.lang.OutOfMemoryError
    at java.util.zip.Deflater.init(Native Method)
    at java.util.zip.Deflater.<init>(Unknown Source)
    at java.util.zip.GZIPOutputStream.<init>(Unknown Source)
    at java.util.zip.GZIPOutputStream.<init>(Unknown Source)
    at net.minecraft.server.CompressedStreamTools.a(SourceFile:18)
    at net.minecraft.server.PlayerNBTManager.a(PlayerNBTManager.java:126)
    at net.minecraft.server.ServerNBTManager.a(SourceFile:37)
    at net.minecraft.server.World.w(World.java:242)
    at net.minecraft.server.World.save(World.java:231)
    at net.minecraft.server.World.doTick(World.java:1633)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)

    anyone has the same problem?

    thanks for the plugin
     
  17. Offline

    dwi

    Every time my server stop responding after cca 40-60 minutes with repeating error message [INFO] Read timed out and I need to manually kill java process and start server again (rollbacks). Do you know where can be problem? Its working okay, when i remove your plugin :/

    #1185, Plugins: NoCheat, SharedBanlist, CFBanner, WorldEdit, Minequery, BigBrother, WhoAreYou, HeroicDeath, WhitelistPlus, Permissions, SimpleReserve, VanishNoPickup, AutoSave, WorldGuard, SpawnControl, RemoteToolkitPlugin, dynmap, Picasso, HeroChat, TelePlusPlus, Landmarks, KiwiAdmin, MyHome, CraftIRC, CraftBukkitUpToDate, Safe Creeper, PluginList, CommandBook, LagMeter, WorldBorder, LWC
     
  18. Offline

    lishid

    Guys, when you post an error, make sure to say what version of MY PLUGIN you're using.
     
  19. Offline

    dwi

    Oh sorry, i use always latest version, so 0.9.8
     
  20. Offline

    lishid

    See the images. They tell you what x-ray players would see.

    I will get something for you in the next release, but meanwhile, are you using 0.9.8?

    Oh right, I forgot stuff about pistons! Well, you can "/ofc disable updatephysics" for now.

    Using 0.9.8? (I remember this being fixed in 0.9.6+) #players?

    using 0.9.8? (I remember this being fixed in 0.9.7+)

    Again using 0.9.8? #players?
     
  21. Offline

    dwi

    Yes, using 0.9.8, 30-40 players online on map 14.000 x 14.000

    now it stopped responding after 20minutes without no error at all :/

    server started
    13:10:47 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1067-g6301507-b1185jnks (MC: 1.8.1)
    and stopped responding
    13:29:19 [INFO] Read timed out

    Code:
    Integers:
        EngineMode: 2
        InitialRadius: 2
        UpdateRadius: 2
        ProcessingThreads: 4
    Booleans:
        Enabled: true
        UpdateOnPhysics: true
        DarknessHideBlocks: true
        UpdateOnDamage: true
        UpdateOnExplosion: true
        NoObfuscationForPermission: true
        NoObfuscationForOps: true
        UpdateOnBreak: true
    EDIT:
    I tried it again, server started at 14:11 and stopped responding 14 minutes later...

    Code:
    14:23:07 [INFO]  Lyddox: herp derp derp?
    14:25:00 [INFO] Read timed out
    14:25:14 [INFO] Read timed out
     
  22. Offline

    erickingsr


    Can you please list your plugin set? I was having issues running Mode 2 myself... having 30+ online. Also, I was doing some debugging/testing and I removed mcMMO plugin and the orebalphabet plugin leveled off in terms of cpu usage and has been running steady.

    I'm trying to see what plugins are conflicting with orebalphabet.

    Thanks,
    Eric
     
  23. Offline

    dwi

    I wrote it few posts before

    Plugins: NoCheat, SharedBanlist, CFBanner, WorldEdit, Minequery, BigBrother, WhoAreYou, HeroicDeath, WhitelistPlus, Permissions, SimpleReserve, VanishNoPickup, AutoSave, WorldGuard, SpawnControl, RemoteToolkitPlugin, dynmap, Picasso, HeroChat, TelePlusPlus, Landmarks, KiwiAdmin, MyHome, CraftIRC, CraftBukkitUpToDate, Safe Creeper, PluginList, CommandBook, LagMeter, WorldBorder, LWC
     
  24. Offline

    erickingsr

    Okay....... World Edit + Orebfuscator = server crash.

    If you trying to do any //repl or //set .... even at a relatively small limit... all players will be disconnected and the server will sit 'idle' repeating 'Read time out.' in the console.

    Anyone using WE + Orebfuscator... please test/confirm and post results. (Do not do this on production unless you've backed up etc :p)

    Regards,
    Eric
     
  25. Offline

    lishid

    I'll check out the source of WorldEdit tonight.
     
  26. Offline

    koshnaranek

  27. Offline

    Afforess

  28. Offline

    wildsteelerfan

    umm whats the command to enable it??
     
  29. Offline

    lishid

    No, I updated SpoutBridge to 0.9.2

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

    I have mcMMO too...
    btw it's Orebfuscator...lol

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  30. Offline

    cartman-2000

    There isn't really anything in worldedit that I believe that will crash the server with this plugin, unless you trigger a crap load of block physics when setting something(100x100 sheet of sand up in the air, would probably cause a bit of lag with this plugin.). I have worldedit on my server and haven't really had a problem with it.
     
  31. Offline

    erickingsr

    Which WE version are you using?
     

Share This Page