Inactive [ADMN/FUN/GEN/TP/WGEN] CommandBin v2.29 - MOVED TO BUKKIT DEV! [1.2.5-R3)

Discussion in 'Inactive/Unsupported Plugins' started by CainFoool, Nov 1, 2011.

  1. Offline

    Achilleus656

    hmm, what about a /warplist command?
     
  2. Offline

    CainFoool

    Maybe.
     
  3. Offline

    GamingSkell

    @CainFoool What about cheating wool with /i 35:12 ?
     
  4. Offline

    NG Willdy

    After finding several more 'dead' commands, I decided to update it.

    The file I had was 18kb, and the latest is 40 something. :/

    The below edits are AFTER I updated.
    EDIT: /setspawn isn't working and isn't printing any errors.
    EDIT2: /tpworld isn't working
     
  5. Offline

    owenftw

    A command to change a Mob Spawner would be great :)
     
  6. Offline

    CainFoool

    I have tested and confirmed these work fine.

    10,000 downloads!
    1.25 released!

    Added probably one of the most fun commands: /explosionbow

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

    mcdude1003

    This sounds like an amazing plugin, and i really want to test it out, but when i installed it and booted up the server it said
    Show Spoiler

    2011-11-17 17:18:13 [INFO] Starting minecraft server version Beta 1.8.1
    2011-11-17 17:18:13 [INFO] Loading properties
    2011-11-17 17:18:13 [INFO] Starting Minecraft server on *:25565
    2011-11-17 17:18:13 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1131-g86b7fa8-b1337jnks (MC: 1.8.1)
    2011-11-17 17:18:13 [SEVERE] Could not load 'plugins/CommandBin.jar' in folder 'plugins':
    java.lang.UnsupportedClassVersionError: Bad version number in .class file
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    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:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:170)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:136)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:112)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-11-17 17:18:13 [INFO] Preparing level "world"
    2011-11-17 17:18:13 [INFO] Default game type: 0
    2011-11-17 17:18:14 [INFO] Preparing start region for level 0 (Seed: -752227342230143165)
    2011-11-17 17:18:15 [INFO] Preparing spawn area: 73%
    2011-11-17 17:18:15 [INFO] Preparing start region for level 1 (Seed: -752227342230143165)
    2011-11-17 17:18:16 [INFO] Preparing spawn area: 65%
    2011-11-17 17:18:16 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-11-17 17:18:16 [INFO] Done (0.297s)! For help, type "help" or "?"

    I installed a brand new craftbukkit.jar version 1337 and it still won't work
    Help please!
     
  8. Offline

    CainFoool

    Downgrade to Java 6? What java version are you running?

    Ill push a new update later which *ahem* includes a MW3 Crossbow! :D

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

    CainFoool

    Once A bukkit comes out for 1.0.0 I will update this plugin.
     
  10. 1.0.0 IS OUT but not for bukkit :(

    Any updates to test?
    Cainfoool

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

    CainFoool

    No. I will contact you on Skype if I need you to test.
     
  12. OK
     
  13. Offline

    Regicidal

    Can you please make it so you can customize which commands to disable and enable? That would be awesome of you to do that.
     
  14. Offline

    CainFoool

    I have already posted.
    Edit the plugin.yml and remove the commands yourself.
     
  15. Offline

    Regicidal

    Alright I got it, thanks for spotting that out to me! I love your plugin, it has fun commands
    Edit: Whenever I delete some commands from the plugin.yml file using notepad++, the console keeps getting this error with something about an endermen, disallowing me to use any commands. Please help me :eek:
     
  16. Offline

    CainFoool

    I need the error in-console.
     
  17. Offline

    Regicidal

    Here ya go:
    Code:
    2011-11-18 22:33:25 [SEVERE] Could not pass event ENDERMAN_PICKUP to CommandBin
    java.lang.NullPointerException
        at me.cain.commandbin.listeners.EnderListener.onEndermanPickup(EnderListener.java:14)
        at org.bukkit.plugin.java.JavaPluginLoader$78.execute(JavaPluginLoader.java:805)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at net.minecraft.server.EntityEnderman.s(EntityEnderman.java:107)
        at net.minecraft.server.EntityLiving.s_(EntityLiving.java:280)
        at net.minecraft.server.EntityMonster.s_(EntityMonster.java:31)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1193)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:104)
        at net.minecraft.server.World.playerJoinedWorld(World.java:1175)
        at net.minecraft.server.World.tickEntities(World.java:1090)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:467)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    
    Oh and also this coding that appears in the console before the first one I posted:
    Code:
    22:33:16 [SEVERE] Error occurred while enabling CommandBin v1.26 (Is it up to date?): null
    java.lang.NullPointerException
        at me.cain.commandbin.commands.CommandRegistration.SetupCommands(CommandRegistration.java:14)
        at me.cain.commandbin.CommandBin.setupCommandBin(CommandBin.java:34)
        at me.cain.commandbin.CommandBin.onEnable(CommandBin.java:26)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  18. Offline

    CainFoool

    Alright redownload, v1.27 is released.
     
  19. Offline

    Regicidal

    Shoot, still didn't work. The funny thing is that it works whenever I don't disable any of the commands, and when I do, it just gets that error. This is realy starting to upset me because your commands look pretty useful and fun. I'm sorry if i'm being such a pain in the ass to you.
    Here is that one damn error code that keeps popping up:
    Code:
    22:33:16 [SEVERE] Error occurred while enabling CommandBin v1.26 (Is it up to date?): null
    java.lang.NullPointerException
        at me.cain.commandbin.commands.CommandRegistration.SetupCommands(CommandRegistration.java:14)
        at me.cain.commandbin.CommandBin.setupCommandBin(CommandBin.java:34)
        at me.cain.commandbin.CommandBin.onEnable(CommandBin.java:26)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  20. Add the ability to spawn mobs
     
  21. Offline

    kuzi117

    Is it just me or is the DL link broken :\
     
  22. Offline

    CainFoool

    You can spawn mobs.
    /spawnmob [mob] [amount]

    My Google Chrome has been messing up recently and sometimes when you click the link you got a blank page, try restarting your browser.

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

    Regicidal

    CainFoool, can you please tell me instructions on how to disable commands? I think i'm doing something wrong which is causing my annoying problem. Thanks. (I updated to 1.27, still doesn't work)
     
  24. Offline

    CainFoool

    Your removing the commands wrong then.
     
  25. Offline

    GamingSkell

    Still requesting for Wool codes etc. !
    Crap if i cant cheat bunt wool
     
  26. Offline

    Regicidal

    Can you please tell me the proper way? I'm really starting to get frustrated with this.
     
  27. Offline

    CainFoool

  28. I LOVE YOU XD

    Can you add a option to disable MOTD and leave and joining message?
    Please.
    Thanks for all.

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

    CainFoool

    To disable the MOTD? Just leave it blank. Put '' beside the motd
     
  30. Offline

    emericask8ur

    My Question is: My Sidekick did this but Idk how you got people to shoot views and downloads like you did! :O Good job
     

Share This Page