[SEC] BlockBlock v1.43 - Easy Anti-Griefing! [Permissions] [1337]

Discussion in 'Inactive/Unsupported Plugins' started by NeoSilky, Aug 13, 2011.

  1. Offline

    NeoSilky

    BlockBlock
    Version: 1.43

    Features:
    • The plugin is designed to stop certain blocks being placed.
    • Any redstone item is not allowed to be placed next to TNT.
    • Config to enable/disable player being kicked!
    • Materials it will not let be placed:
    -TNT
    -Lava
    -Bedrock
    -Fire
    -Mob Spawner
    -Natural Portal
    -Lava Bucket
    -Water Bucket
    -Ice

    If a player places a block in that list, the player will be automatically kicked and will send a message saying 'You have been kicked for.....'

    Permissions: (TESTED WITH PERMISSIONSEX, WORKS FINE)
    Code:
    bb.allow.tnt - Allow people to use TNT
    bb.allow.lava - Allows people use LAVA
    bb.allow.fire - Allow people to use FIRE
    bb.allow.spawner - Allow people to place SPAWNERS
    bb.allow.nportal - Allow people to place NATURAL PORTAL
    bb.allow.bedrock - Allow people t0 place BEDROCK
    bb.allow.water - Allow people to place WATER!
    bb.allow.ice - Allow people to place ICE!
    
    bb.allow.all - Allow people to place ANYTHING!
    
    Default Config:
    Code:
    #OPTIONS
    KickPlayer: true
    StopTNTExplode: true
    
    Planned Updates:
    • Add a logging capablility!
    • Add auto-updater!
    Please leave any comments and suggestions below!
    -------------------------------------------------------​


    Changelog:
    1.43 - Added Ice to block list.
    1.42- Removed stationary water bug.
    Show Spoiler

    1.41 - Hopefully fixed all permissions problems, try again. It works with PermissionsEX so...
    1.4 - Again rewrote code, change the messages, fixed water bug, fixed creepers not exploding!

    1.3 - Rewrote a lot of the plugin to allow new permissions plugins and added bucket bug fix!
    1.2 - Added config for you to change on BlockBlockOP!
    1.1 - Added bug fix.
    1.0 - Recieved From Liam Allan.
     
    Hackuss and Liam Allan like this.
  2. Offline

    Plague

    missing changelog
     
  3. Offline

    NeoSilky

    added a changelog, please review this again. :)
     
  4. Offline

    DrBowe

    Alright...I'll bite:

    Is there any reason as to why the starting version is 12.6_01?
    Especially when the ChangeLog states 12.6_05

    What happened to inbetween?

    For that matter, what happened to the other 11 and .5 versions?
     
  5. Offline

    EdTheLoon

    I'm pretty sure this plugin has the highest version number I've ever seen on Bukkit :O
     
  6. Offline

    Plague

    changelog has to show at least two revisions without a spoiler
     
  7. Offline

    NeoSilky

    and again, please review... :)
     
  8. Offline

    macman

    Not working, people can still place lava buckets
     
  9. Offline

    NeoSilky

    which one were you using, OP version, or Permissions?
     
  10. Offline

    macman

    Permissions
     
  11. Offline

    NeoSilky

    does the person you've tried it on have permission rights and/or is admin?
     
  12. Offline

    macman

    I gave my moderators and admins this permission node bb.blocks.allow.* and asked a guest to try to place lava.
     
  13. Offline

    NeoSilky

    is the guest an op?
     
  14. Offline

    macman

    no...

    Basic info, Bukkit build #1060, permissions 2.x

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

    NeoSilky

    i do not know why it doesn't work. it works fine for everyone so far, and ive just tried it. Maybe another plugin conflicts?
     
  16. Offline

    macman

    Ill try the op version.

    also while your online whats a "natural portal"

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

    NeoSilky

    the item with id 91, its just the small version of a portal :)
     
  18. Offline

    macman

    Ah i see Thanks

    Ok after testing, it kicks all non ops that place lava block but they get ignored (as in not kicked and allowed to place) by your plugin if they use a bucket of lava (item id 327 i think). Bug?

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

    NeoSilky

    will look into it, thanks. don't see why its happened though :)
     
  20. Offline

    macman

    Just did more tests, it does it with both lava buckets, made ones and spawned ones, plugin dose not kick them for placing it.
     
  21. Offline

    NeoSilky

    i will look into that :/ it seemed to work before i added a bug fix for redstone. :(
     
  22. Offline

    crazyish

    Code:
    [SEVERE] Could not load 'plugins/BlockBlockOP.jar' in folder 'plugins':
    java.lang.ClassNotFoundException: me.liamallan.BlockBlockOP.BlockBlockOP
    at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:264)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:143)
    at org.bukkit.craftbukkit.CraftServer.(CraftServer.java:110)
    at net.minecraft.server.ServerConfigurationManager.(ServerConfigurationManager.java:51)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Tried to remove all other plugins in case of conflict, made no difference. Bukkit is updated to the newest and matching build.
    And i do not use permissions, so this would be the correct version as far as i can see..
     
  23. Offline

    NeoSilky

    do you use OP version?
     
  24. Offline

    crazyish

    [SEVERE] Could not load 'plugins/BlockBlockOP.jar' in folder 'plugins':
    Yes.
     
  25. Offline

    NeoSilky

    ahh, yes, blanked out, sorry :L
     
  26. Offline

    macman

    Any luck fixing this?
     
  27. Offline

    NeoSilky

    unfortunately no, :/
     
  28. Offline

    crazyish

    Seems everyone making a "standalone'ish" blocking plugin is having massive issues with actually stopping the use of lava buckets.. :/ Is there as much as one out there atm which works with the op system..? And is without nasty bugs..
     
  29. Offline

    macman

    I don't think so, maybe world guard's built in one will work but i have tried 2 plugins like this one and both could not block lava buckets.
     
  30. Offline

    crazyish

    I think world guard does block it, but thats a big addon to use for just that One little thing, and everything else is working great for my server as it is.. Guess i'll just x my fingers that someone manages to get it fixed at some point..
     

Share This Page