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. Seriously, didn't expect the update to be this quick... :rolleyes:

    Thanks a lot and congrats on the plugin - it's brilliant!
     
    CainFoool likes this.
  2. Offline

    CainFoool

    Done.
    Redownload and you should have /kill.
    Permission is CommandBin.kill

    You're welcome :) It's people like you who keep me motivated into staying into development with this plugin. :)
    Would you like me to take a visit to your server? (As long as it's not Hamachi).

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

    TheTimin8o

    Thank you so much :D now i can deal with those griefers
     
  4. Offline

    malaeus

    how were they stored before? just the config.yml right? ive got about 100 warp locations and file is 8KB. could the location file be stored client side for large public servers?
     
  5. Offline

    arn

    Hey , nice plugin, but can someone help me ?.. It's my first plugin on server :D.. So when my friend wants to /sethome it says that he don't have a permission for this command. How could i fix it ? I don't want to give him the op. :D btw. thnx for the plugin and sorry 4 my english.
     
  6. Offline

    CainFoool

    You need
    You need to install a Permission Plugin and give him the permission node CommandBin.sethome and CommandBin.home
     
  7. Offline

    MaXiLLiaN

    HELP!!! I can't get this to work with permissions!
    I gave the group that I am in every command in the game by
    doing the '*' in the permissions section but, when I use any
    command in this plugin, it says i have no permission to run the
    command, yet, no errors. Help!!!

    Hi, I have PermissionsEx installed, but, CommandBin doesn't recognise it as a Permissions plugin?

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

    RaydarScan

    I get this every time I use a command, even if it doesn't have anything to do with commandbin.

    Code:
    07:35 PM [SEVERE] java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    07:35 PM [SEVERE] at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:155)
    07:35 PM [SEVERE] at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.inject(PermissiblePEX.java:86)
    07:35 PM [SEVERE] at ru.tehkode.permissions.bukkit.BukkitPermissions.updatePermissions(BukkitPermissions.java:125)
    07:35 PM [SEVERE] at ru.tehkode.permissions.bukkit.BukkitPermissions$PlayerEvents.onPlayerLogin(BukkitPermissions.java:140)
    07:35 PM [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$13.execute(JavaPluginLoader.java:354)
    07:35 PM [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:57)
    07:35 PM [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:453)
    07:35 PM [SEVERE] at net.minecraft.server.ServerConfigurationManager.attemptLogin(ServerConfigurationManager.java:206)
    07:35 PM [SEVERE] at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:95)
    07:35 PM [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:87)
    07:35 PM [SEVERE] at net.minecraft.server.Packet1Login.handle(Packet1Login.java:70)
    07:35 PM [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    07:35 PM [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:47)
    07:35 PM [SEVERE] at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
    07:35 PM [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
    07:35 PM [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
    07:35 PM [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    07:35 PM [INFO] RaydarScan225 [/5.40.62.254:52811] logged in with entity id 134 at ([World] 473.40625, 63.0, 78.71875)
    07:35 PM [SEVERE] java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    07:35 PM [SEVERE] at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:155)
    07:35 PM [SEVERE] at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:162)
    07:35 PM [SEVERE] at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.performCheck(PermissiblePEX.java:123)
    07:35 PM [SEVERE] at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:109)
    07:35 PM [SEVERE] at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:101)
     
    It goes on and on and its way too big to post it.
    Can someone help me with this please?
     
  9. Offline

    Machete.Panda

    Hi Cain,
    Can you a object bind for 'run last command'? I would like to be able to bind the ability to run the last command run over and over again to an object.

    So I would run /plot forsale 5,000
    Then I would run /bindlast hand
    Then what ever Im holding in that hand, when I use it, it runs the command /plot forsale 5,000
     
  10. Offline

    apachepilotmpe

    Hmm... Every single time i try to run a command other than /hom,/sethome,or /createworld, it tells the player using the command that the command doesnt exist ("Unknown Command, /? or /help to see commands."). we really need the world commands, and warps, so please post a fix. I am using 1.1R3 and the latest version of CommandBin.

    Edit: Epic fail. I didnt realize that you removed those commands... sorry =)
     
  11. Offline

    B1GBADW0IF

    Can i do commandbin.* ?
     
  12. Offline

    CainFoool

    I'll see what I can do, I am focusing on server-related stuff at the moment.
     
    Machete.Panda likes this.
  13. Offline

    Machete.Panda

    Thanks Cain. I've found myself needing to run the same command so many time. Another example is When I use worldedit to make new buildings or dungeons for our map. Im often typing //set 98 over and over again. :) To make dungeon buildings. after selecting the 2 points.
     
  14. Offline

    RaydarScan

    CommandBin seems to have broken the permissions plugin on my server completely even after I removed it
    and all my plugins don't recognize that PermissionsEx is enabled, can someone help?
     
  15. Offline

    CainFoool

    Try downloading a new craftbukkit and re-download PermissionsEx and restart your server.
     
  16. Offline

    Thousand_Slayer

    I got this error when I placed a block as a non-op (far way from spawn)



    2012-02-15 02:41:05 [SEVERE] Could not pass event org.bukkit.event.player.PlayerInteractEvent to EssentialsProtect
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1026)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:57)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:453)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:187)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:283)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:602)
    at net.minecraft.server.Packet15Place.handle(SourceFile:39)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1024)
    ... 12 more
    Caused by: java.lang.NoSuchMethodError: org.anjocaido.groupmanager.permissions.AnjoPermissionsHandler.canUserBuild(Ljava/lang/String;)Z
    at com.earth2me.essentials.perm.GroupManagerHandler.canBuild(GroupManagerHandler.java:50)
    at com.earth2me.essentials.perm.PermissionsHandler.canBuild(PermissionsHandler.java:62)
    at com.earth2me.essentials.User.canBuild(User.java:551)
    at com.earth2me.essentials.protect.EssentialsProtectPlayerListener.onPlayerInteract(EssentialsProtectPlayerListener.java:46)
    ... 17 more
    2012-02-15 02:41:05 [SEVERE] Could not pass event org.bukkit.event.block.BlockPlaceEvent to EssentialsProtect
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1026)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:57)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:453)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:109)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:93)
    at net.minecraft.server.ItemBlock.a(ItemBlock.java:82)
    at net.minecraft.server.ItemStack.placeItem(ItemStack.java:83)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:299)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:602)
    at net.minecraft.server.Packet15Place.handle(SourceFile:39)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1024)
    ... 15 more
    Caused by: java.lang.NoSuchMethodError: org.anjocaido.groupmanager.permissions.AnjoPermissionsHandler.canUserBuild(Ljava/lang/String;)Z
    at com.earth2me.essentials.perm.GroupManagerHandler.canBuild(GroupManagerHandler.java:50)
    at com.earth2me.essentials.perm.PermissionsHandler.canBuild(PermissionsHandler.java:62)
    at com.earth2me.essentials.User.canBuild(User.java:551)
    at com.earth2me.essentials.protect.EssentialsProtectBlockListener.onBlockPlace(EssentialsProtectBlockListener.java:39)
    ... 20 more
    2012-02-15 02:41:31 [INFO] CONSOLE: Opping bossgobbler366
    2012-02-15 02:42:41


    But when I placed a block as an op I got no errors.
     
  17. Offline

    CainFoool

    [quote uid=90641576 name="Thousand_Slayer" post=968208]I got this error when I placed a block as a non-op (far way from spawn)



    2012-02-15 02:41:05 [SEVERE] Could not pass event org.bukkit.event.player.PlayerInteractEvent to EssentialsProtect
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1026)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:57)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:453)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:187)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:283)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:602)
    at net.minecraft.server.Packet15Place.handle(SourceFile:39)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1024)
    ... 12 more
    Caused by: java.lang.NoSuchMethodError: org.anjocaido.groupmanager.permissions.AnjoPermissionsHandler.canUserBuild(Ljava/lang/String;)Z
    at com.earth2me.essentials.perm.GroupManagerHandler.canBuild(GroupManagerHandler.java:50)
    at com.earth2me.essentials.perm.PermissionsHandler.canBuild(PermissionsHandler.java:62)
    at com.earth2me.essentials.User.canBuild(User.java:551)
    at com.earth2me.essentials.protect.EssentialsProtectPlayerListener.onPlayerInteract(EssentialsProtectPlayerListener.java:46)
    ... 17 more
    2012-02-15 02:41:05 [SEVERE] Could not pass event org.bukkit.event.block.BlockPlaceEvent to EssentialsProtect
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1026)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:57)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:453)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:109)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:93)
    at net.minecraft.server.ItemBlock.a(ItemBlock.java:82)
    at net.minecraft.server.ItemStack.placeItem(ItemStack.java:83)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:299)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:602)
    at net.minecraft.server.Packet15Place.handle(SourceFile:39)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1024)
    ... 15 more
    Caused by: java.lang.NoSuchMethodError: org.anjocaido.groupmanager.permissions.AnjoPermissionsHandler.canUserBuild(Ljava/lang/String;)Z
    at com.earth2me.essentials.perm.GroupManagerHandler.canBuild(GroupManagerHandler.java:50)
    at com.earth2me.essentials.perm.PermissionsHandler.canBuild(PermissionsHandler.java:62)
    at com.earth2me.essentials.User.canBuild(User.java:551)
    at com.earth2me.essentials.protect.EssentialsProtectBlockListener.onBlockPlace(EssentialsProtectBlockListener.java:39)
    ... 20 more
    2012-02-15 02:41:31 [INFO] CONSOLE: Opping bossgobbler366
    2012-02-15 02:42:41


    But when I placed a block as an op I got no errors.[/quote]
    This plugin is CommandBin, those errors are coming from Essentials.

    CommandBin v2.05 released!

    Added /ram
    Added /thor
    Added /msg
    Added /sudo

    What do the commands do?
    /ram - Checks how much server ram you currently have.
    /thor - Creates a 5x5 explosion where your cursor is currently pointing
    /msg - Simple but sweet Messaging System (Messages get logged to console)
    /sudo - Run commands as console (You can't see the output however).

    Added a brand new page for the CommandBin Permission Nodes and Commands:
    <Edit by Moderator: Redacted bit url>

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Feb 20, 2017
  18. Offline

    CREEP57

    How do i ansew the random Q ??????
     
  19. Offline

    CainFoool

    Rand
    Random Question? :/
     
  20. Offline

    vH_Darknezz

    Okay, so this is a REPLACEMENT for essentials? Why is this better than Sidekick?
     
  21. Offline

    CainFoool

    You tell me.
     
  22. Please add a option to disable /ban, /unban and /kick because i use ultrabans Please
     
  23. Offline

    CREEP57

    To get unbanned!
     
  24. Offline

    CainFoool

    You're clearly simple. I removed ban, unban and kick in v2.00.

    Added /vanish into CommandBin 2.06.

    CommandBin v2.07 released.
    Added /potion

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

    Vince

    Is it not backwards compatible? (to 1.1-R3)
     
  26. Offline

    FriedTurkey

    nice plugin i love it works great on its first use and as it said they are neccesary
     
  27. Offline

    CainFoool

    It *should* however some of the new features such as Vanish won't work unless you're on R4.

    Thanks :) What's your server IP? (Non-hamachi?)
     
  28. Offline

    FriedTurkey

    soz my server is hamachi but if you want i can give the network and ip? :)

    the network ID is pie there is a capital P and the pass is 1234 so just if you wanna come on it ;)

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

    lilroc17

    is there a way to set more than 1 home?
     
  30. Offline

    CainFoool

    Very close to a quarter million views on the thread! :)
     

Share This Page