Inactive [SEC] TD v1.6 - Tnt banning system and tnt/creeper nerf [1337]

Discussion in 'Inactive/Unsupported Plugins' started by kman2010, May 4, 2011.

  1. Offline

    kman2010

    TD - The TNT Nerf/info plugin:
    Version: v1.6
    TD is a plugin for bukkit that detects when a player places a piece of TNT.
    you must restart the server to apply the changes to the config.yml file.
    come chat on our irc on esper.net #TDchat
    thanks to robin0van0der0vliet for some source.
    Features:
    * My plugin warns the console that someone destroyed some tnt.
    * And bans the player who broke the TNT.
    * TNT/creeper Nerf
    * a command to turn it off on yourself you must be op to use it. /TD
    * added more to /TD command it is now /TD (player name)
    * in config file Ban: 0"warning", 1"ban", 2"kick"

    Default config.yml file


    Code:
    creeper/TNT Nerf: true
    Ban: 0
    Download:

    <Edit by Moderator: Redacted mediafire url>
    Source Code-none yet

    Change log:
    Verson 1.6
    * updated to Craft Bukkit 1000


    Version 1.5
    * added in the config file an option to turn the creeper/TNT Nerf off


    Show Spoiler
    Version 1.4
    * added config file 0=warning 1=ban 2=kick

    Version 1.3
    * added sub-command to /td.

    Version 1.2
    * Added TNT/creeper Nerf.
    * made it so when the player places a block of tnt it bans them.
    * Added /td command to turn off the auto ban for yourself

    Version 1.1
    * added auto ban to the plugin.

    Version 1.0
    * first official release



    added auto ban

    Added tnt nerf
    Added a command to turn it off on yourself you must be op to use it. /td

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

    kman2010

    ummm i sort of took a break on coding for a while. but if enufe people want it i will do it.
     
  3. Offline

    Remcodd

    Hi
    I used your mod to nerf the creepers, and now there are a lot of holes since you didnt update yet.
    Can you update it? ;D
    Thanks
     
  4. Offline

    TruffleDucks

    Could you just ban tnt and not creepers because my creepers are disappearing after I get close to them
     
  5. Offline

    Adonijah

    Cmon, I loved your plugin. I used in on CB 818 with out a single issue. I am one of the many who would love to see you update this!
     
  6. Offline

    michbom

    1.7.2 ????
     
  7. Offline

    kman2010

    updated to craft bukkit version 1000
     
  8. Offline

    Haribo98

    Hey, can I just ask, does it ban a player when you break TNT, I did not quite grasp that bit. I would have thought It would be, ban a player when they place/blow up TNT. Also, can you add player exceptions, eg, Admins don't get banned when placing TNT?
     
  9. Offline

    kman2010

    there is a command for ops to turn it off on players and it warns/bans/kicks when the player places TNT. hope that explains it.
     
  10. Offline

    Haribo98

    Thanks, that helped, will get the plugin now!
     
  11. Offline

    PlannedBoredom

    does this include the other ways of destroying tnt? can players not permitted to interact still use levers and other means like that? sorry if the answer is already posted i dont really keep much attention span....
     
  12. Offline

    redcrew

    this is a good plugin but can you add it to dev.bukkit.org so it can be updated by people easier?
     
  13. Offline

    micha1996

    It's not working 100 %

    I place tnt get Banned but then I can get back on it..
     
  14. Offline

    Tolerance

    [INACTIVE].
     
  15. Offline

    kman2010

    it is still working so it is not inactive
     
  16. Offline

    DarkGod9999

    can you make separate settings for TNT and creepers
     
  17. Offline

    connerreinhardt

    StopLava.canGetLava
     
  18. Offline

    ZXSkelobrine

    Does not work anymore :'(:

    Code:
    13:30:27 [INFO] 182 recipes
    13:30:27 [SEVERE] Could not load 'plugins\TD.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bu
    kkit/event/block/BlockListener
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:149)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:305)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:230)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:213)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:550)
            at org.bukkit.Bukkit.reload(Bukkit.java:182)
            at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:
    22)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    6)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:4
    79)
            at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.
    java:475)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:612)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:581)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/block/BlockListener
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClass(Unknown Source)
            at java.security.SecureClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.access$100(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:41)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at me.kman2010.TD.TD.<init>(TD.java:20)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
     
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:145)
            ... 13 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.block.BlockListene
    r
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:41)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 32 more
    13:30:27 [INFO] Server permissions file permissions.yml is empty, ignoring it
    13:30:27 [INFO] Reload complete.

    I think it is because of:
    Code:
    NoClassDefFoundError: org/bukkit/event/block/BlockListener
    
     

Share This Page