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

    CainFoool

    Perfect, added to the post. Thank you :)
     
  2. Offline

    owenftw

    my first comment on this thread xD is this still possible? or make a new command /iceman
     
  3. Good job is very good
     
  4. Offline

    CainFoool

    Oh yeah, forgot about that. I'm busy atm with my server but I'll try and make it later.
     
  5. Offline

    Hypocrite

    Two other things;
    [Possible to add] /thunder
    [Issue] LightningStick making no sound upon usage?
     
  6. Offline

    Cat

    GREAT PLUGIN :D
    but :(

    /setxp doenst work for me -- It just happens nothing :(
    dropxpondeath: false --But it drops :/
    What i am doing wrong?

    No Permissions system Installed yet
    build 1488
    I am OP

    €: No Errors
     
  7. Offline

    Sedrion

    :'(
     
  8. USE PEX IS BETTER
     
  9. Offline

    Sedrion

    I disagree.
     
  10. Offline

    owenftw

    bPermissions ftw!
     
  11. Offline

    CainFoool

    Update your CraftBukkit.
     
  12. Offline

    wow996

    Is there a way to spawn Mooshrooms?
     
  13. Offline

    Sedrion

    Ah yes works with 1490. But not 1479 then.
     
  14. Offline

    Vince

    05:58 PM [SEVERE] Could not pass event PLAYER_INTERACT to CommandBin

    Help?
     
  15. Offline

    xKYLERxx

    The plugin will not detect my PermissionsEx. Can you please tell me how to fix this?
     
  16. Offline

    CainFoool

    I need the full error.
    If you have a plugin which suppresses the errors, please remove it.
     
  17. Can't find where to change the permissions D:<
     
    owenftw likes this.
  18. Offline

    Kane

    @CainFoool I been looking for a feature that I have yet been able to find so I might as well attempt to ask you for it. I'm in need of a simple plugin like /tp playername BUT only if say they are in the same world or at least they have permission to go to that world from where they are.

    Example

    BuildWorld
    PVPWorld
    PVEWorld

    So lets say someone in PVP named rob says fuck someone broke into my house.. Mods like damn better check and /tp Rob then 2 seconds later FUCK says the mod because he is stuck in pvp because first we don't allow tp on pvp server and 2 maybe Rob actually setup a lava trap or maybe where Rob was standing the mod falls to his death and etc.

    It also cause drama people finding out peoples base locations and etc.

    So I'm really trying find a way to block teleportation to other worlds or at least some blacklist.

    Thanks,
    Kane
     
  19. Offline

    jamesst20

    @CainFool
    Thanks for fixing the error I reported you :) But there is still one remaining using v1.30 :p

    /light [Name] [How long in seconds]

    This command return me an error :

    Code:
    22:26:47 [GRAVE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'light' in plugin CommandBin v1.3
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:364)
    	at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
    	at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
    	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:92)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    	at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.NumberFormatException: For input string: "jamesst20"
    	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    	at java.lang.Integer.parseInt(Integer.java:449)
    	at java.lang.Integer.parseInt(Integer.java:499)
    	at me.cain.commandbin.commands.PlayerCommands.onCommand(PlayerCommands.java:471)
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    	... 12 more
    >
    
    One really important improvement for me would be to show the Version of CommandBin in bukkit console at launch :p

    Thanks !
     
  20. Offline

    Cat

    Whats with the XP thing?
    ca.7 Posts above
     
  21. Offline

    CainFoool

    The XP I honestly got no idea.
    Seems easy enough to code, Would using /tpw be ok? (Still creating it)
    I fixed /light and added version to startup, re-download ;)
     
  22. Offline

    zsakul2

    08:55:33 [SEVERE] Error occurred while enabling CommandBin v1.3 (Is it up to date?): null
    java.lang.NullPointerException
    at org.bukkit.plugin.java.JavaPlugin.getResource(JavaPlugin.java:156)
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:133)
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:125)
    at me.cain.commandbin.config.ConfigSetup.start(ConfigSetup.java:13)
    at me.cain.commandbin.CommandBin.setupCommandBin(CommandBin.java:64)
    at me.cain.commandbin.CommandBin.onEnable(CommandBin.java:54)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:183)
    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:176)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)


    is what i get i would LOVE to run this instead of essentials

    Fixed it i downgraded bukkit to the latest rec'd instead of the highest i could get too ^^.

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

    Kane

    sounds cool not sure what /tpw would do I just want to prevent my mods from tping to other players in worlds that are suppose to be vanilla :)
     
  24. Offline

    zsakul2

    Is there any way to modify permissions to work with this or something because it auto over writ my permissions title and prefix with well nothingness o,0? Yeah it appears to not be communicating with permissionsex?
     
  25. Offline

    Sedrion

    There is no /back command that teleports you to your last location? Kinda frustrating if you tp to someone to help them out and cant easily get back?
     
  26. Offline

    Taelz

    How do I edit the .yml file so it will allow creeper and tnt explosions, currently they are turned off for some reason.
     
  27. Offline

    serdious

    why the /setxp command doesn't work in bukkit 1.0.0
     
  28. Offline

    jamesst20

    @CainFoool

    Thanks going to try tonight because I got to go at school :p

    It's true that command /tpback would be awesome. You teleport to help someone and then go back to where you were :)

    Thanks for your awesome work :)
     
  29. Offline

    RandomPanda0

    How can I disable the message of the day? I have another plugin for that.

    Same with the /me.
     

Share This Page