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

    Zerfire

    Help! players coming into my server can not use the commands what should I do?:(

    Only administrators can use the commands, I want users to usesome commands such as / home, / warp

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

    CainFoool

    Then give them permissions.
    Read the full post.
     
  3. Offline

    Zerfire

    I still do not understand if you could help me it's just I do not speak English and I have to use a translator ... if you could help me I want the players to use one command ..
     
  4. Offline

    CainFoool

    GIVE THEM PERMISSIONS
     
  5. Offline

    Zerfire

    Explain please give permission
     
  6. Offline

    CainFoool

    I can't explain to a guy that can't even talk english.
     
  7. Offline

    Zerfire

    try it please tell me how the commandsare issued
     
  8. Offline

    CainFoool

    REWRITE RELEASED! :)
    Let me know if you encounter any bugs.
    wget bit.ly/commandbin :)

    Added Spout Support!
    Let me know if you would like a cape, this cape will show up on all servers with Spout installed and of course, the latest version of CommandBin. :)

    Gave you a cape ;)
    If you pop onto a server that has Spout installed, CommandBin and you got the Spout Client, you will have a fancy Bukkit cape. :)

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

    Detrun

    Okay, I've been having problems when I try to access any command, in the chat it gives me this error: "An internal error occurred while attempting to perform this command." I use Recommended Build: 1.0.1-R1 and I haven't had any past problems. when I type /pl CommandBin does appear along with my other plugins (OpenInv, SafeCreeper, Spawnmob, Worldedit.) The message I get when I type a command is this: (I used /godon in this case). [​IMG]
     
  10. Offline

    CainFoool

    Redownload. I fixed that problem.
     
  11. Offline

    Detrun

    Thanks, I'm looking forward to using this plugin, gave up on Essentials. :)
    Would it be too much to ask for a cape? :p
     
  12. Offline

    CainFoool

    Sure, what is your Minecraft name?
     
  13. Offline

    Detrun

    Detrun. :D
     
  14. Offline

    CainFoool

    Done. :)
     
  15. Offline

    llralexll

    Craftbukkit build 1604: git-Bukkit-1.0.1-R1-6-g3b401e8-b1604jnks (MC: 1.0.1) (Implementing API version 1.0.1-R2-SNAPSHOT)

    although it got the exact same error on the
    1.0.1-R1
    recommended build

    Code:
    10:04:05 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'tp' in plugin CommandBin v1.4
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.NullPointerException
            at org.cain.cmdbin.commands.TeleportCommands.onCommand(TeleportCommands.java:22)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 12 more
     
  16. Offline

    rehajel

    Errors on commands:

    /mob:

    Code:
    org.bukkit.command.CommandException: Unhandled exception executing command 'mob' in plugin CommandBin v1.4
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.IllegalArgumentException: No enum constant org.bukkit.entity.CreatureType.cow
            at java.lang.Enum.valueOf(Unknown Source)
            at org.bukkit.entity.CreatureType.valueOf(CreatureType.java:7)
            at org.cain.cmdbin.commands.SpawnMobCommands.onCommand(SpawnMobCommands.java:20)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 12 more
    /tp:

    Code:
    16:14:53 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'tp' in plugin CommandBin v1.4
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.NullPointerException
            at org.cain.cmdbin.commands.TeleportCommands.onCommand(TeleportCommands.java:22)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 12 more

    [edit] forgot: latest craftbukkit recommended release: Craftbukkit version git-Bukkit-1.0.1-R1-b1597jnks (MC: 1.0.1) (Implementing API version 1.0.1-R1)
     
  17. Offline

    ig88111

    i would like a cape aswell if its not too much trouble, this plugin is great, my mc username is my bukkit username
    and im goint to repost this
    hello, well i have the plugin fully running in 1.0.1 r1 and whenver i make a warp or new world it forgets it exists next time i come on (when i shut off server then turn back on) fix please
     
  18. Offline

    shanko

    You removed explodebow?? ;_;
     
  19. Offline

    kotarakat4

    Some of the commands aren't working! /setwarp or others...
     
  20. Offline

    Gladiator997ds

    Please fix the trapdoor glitch it really "bugs" me REALLY PLEASE!
     
  21. Offline

    CainFoool

    What are you entering (full command)
    Not enough info.

    For now, recreate it and it will do the same as loading it. (Also, I gave you a cape).

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

    shanko

    Will you eventually bring back all the features? Or are they gone for good?
     
  23. Offline

    rehajel

    /tp playername
    /mob cow
     
  24. Offline

    Morpheus1229

    Ok, just a few quick questions here-
    I'm currently running CommandBin v 1.34 on my server, along with Permissions 3 - Does CommandBin v 1.40 support that permissions system?
    That is currently a moot question, however, as it seems I won't be updating because I'm using CommandBin to handle most of the server backend, including some of the admin work. Specifically, I don't see "/shutdown" listed - the actual reason I came to the thread was to look up the /shutdown permission node - it seems it got left off when i update permissions.
     
  25. Offline

    CainFoool

    For now CommandBin is staying on Bukkitperms.
     
  26. Offline

    Morpheus1229

    Ok.
    Do you have an old list of the commands/permissions nodes?
     
  27. Offline

    Gladiator997ds

    can you please fix the "tp" cmds theyre broken..
     
  28. Offline

    CainFoool

    Redownload.

    Redownload, I fixed.

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

    ApertureLabRat

    Problem...
    I froze a player on my server, and no matter what, we can't get him unfrozen. I've tried reconnecting him, killing him, and I even deleted his player file from the map with no success.
     
  30. Offline

    CainFoool

    Fixed. Re-download. Also, mind telling me your server IP, if you got Spout?
     

Share This Page