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

    Addicust

    Can't wait to see the jail command, that means one less plugin on my server to configure.
     
  2. Offline

    Wiinick

    Dude read the text, it says bukkit permissions requires it, all other perm systems dont like bpermissions or permissions 3.1. And to make admins, ur perms system should automatically add players by doing /permissions player setgroup playername admin(basing info off of bukkit perms), admins group would most likely have the '*': true permission node indicating full permissions over plugins.
    I use bshortcuts to make the coomand shorter to like /promote player admin, incase u want it
    --------/promote: /permissions player setgroup &1 &2

    users:
    ----wiinick:
    ---------admin <--- theres a - there btw like so (-admin)
    ----Admins:
    --------permissions:
    ------------permissions.*: true
    ------------'*': true
     
  3. Offline

    Fiddy_percent

    Any chance when you get the jail part of the plugin working you make a jail stick so if you hit the player the stick they land in jail?
     
  4. Offline

    sjrc6

    ok it say could not pass event PLAYER_JOIN to command bin java.lang.Nullpointer exception
     
  5. Offline

    alain778

    i have some ideas.

    a command where a player may become invisible /invisible (PLAYERNAME)

    a command that lets a basic npc spawn /npc create (NAME)

    a command that block a player from building /nobuild (PLAYERNAME)

    a command that spawns a nongreifing enderdragon too hunt down players (too your location) (custom nongreifing enderdragon health) /dragonhunt (PLAYER) (HEALTH)

    a command that spawns a group of following harmless zombies that attack any nearby mobs including players (but does not attack the player who used the command) /zombiearmy (AMOUNT_OF_ZOMBIES)

    a command that spawns a group of following harmless skeleton's that attack nerbay mobs including players (but does not attack player who used the command) /skeletonarmy (AMOUNT_OF_SKELETONS)

    a command that makes it rain acidrain that harms players from touching the rain /acidrain (DURATION_IN_SECONDS)

    a command that spawns mobs riding other mobs (more like a update too the /spawnmob) /spawnmob creeper:sheep (AMOUNT) (this will make a creeper ride a sheep)

    a command that spawns herobrine too act like a endermen and attack players /herobrine (PLAYER) (DURATION_IN_SECONDS)

    i also have some ideas of the extra permissions. if you are willing too i think putting in magic would be great.

    I HOPE THESE IDEAS ARE INPUTED! AND I ALSO HOPE THIS WILL HELP OUT!
     
    GamerFighter likes this.
  6. Offline

    Avalun

    I've got an problem:

    On my server theres the Plugin "Warpz0r", but when i install CommandBin i can't use my warps anymore. How can i avoid this?
    CB version is 1566
    Plugins on the Server:
    CommandBin
    Warpz0r
    WorldEdit
    VoxelAir
     
  7. Offline

    Machete.Panda

    Does " endermangriefing: false" mean its not protecting you from endermengriefing or that its not letting endermen grief? Its a bit confusing and there are no notes in the config.yml
    Thanks,
    ~MP
     
  8. Offline

    ongbak

    Sorry if this was already solved but explosions dont work when i put on this plugin
     
  9. Offline

    CainFoool

    Figured somebody would ask that.
    Basically if it's set to true, they can grief.
     
    Machete.Panda likes this.
  10. Offline

    sjrc6

    look at comment #810
     
  11. Offline

    alain778

    cainfool please see my comment #811 and #801 i want too follow this plugin and in comment #811 shows some ideas i think should be added but your choice of course :). and #801 is a little summary of why i love plugin and also shows my server's ip if you would like too list it that would be wonderful.
     
  12. Offline

    xXMiNeR_1234Xx

    how can you change the motd. idk the command it says [MOTD] wht should i do for the command?
     
  13. Offline

    CainFoool

    I will consider.
     
  14. Offline

    shanko

    hey I'm afraid to update because the new jail settings might conflict with my jail plugin... is there a way to disable some commands?
     
  15. Offline

    LOLXDDUDE

    Nickname no work?
     
  16. Offline

    CainFoool

    The jail commands were temporarily removed, so it should be safe.
     
  17. Offline

    NG Willdy

    CB1566 and 1577 (I downgraded after 1577 to test)

    Code:
    2011-12-09 23:45:58 [SEVERE] Error occurred while enabling CommandBin v1.34 (Is it up to date?): null
    java.lang.NullPointerException
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:294)
        at main.java.me.cain.commandbin.CommandBin.IWarnedYouIffaTimeToDisableYourPlugins(CommandBin.java:63)
        at main.java.me.cain.commandbin.CommandBin.setupCommandBin(CommandBin.java:35)
        at main.java.me.cain.commandbin.CommandBin.onEnable(CommandBin.java:28)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:968)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:186)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:348)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:335)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    EDIT: I noticed you told someone to download permissions, we use PermissionEx
     
  18. Offline

    Hobolyra

    Awesome Plugin!
    Anychance it will be updated for Dev 1572?
    I want to use this on my 1.0.0 server real bad... lol

    Also, on a server using 1566, I get this error (Not using Permissions, just using default stuff)
    Code:
     Error occurred while enabling CommandBin v1.34 (Is it up to date?): null
    java.lang.NullPointerException
            at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:294)
            at main.java.me.cain.commandbin.CommandBin.IWarnedYouIffaTimeToDisableYourPlugins(CommandBin.java:63)
            at main.java.me.cain.commandbin.CommandBin.setupCommandBin(CommandBin.java:35)
            at main.java.me.cain.commandbin.CommandBin.onEnable(CommandBin.java:28)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
            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:186)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
            at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:342)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:329)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:393)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    
     
  19. Offline

    Wiinick

    are u working on a datavalue update??!?!?? PEEEZE
     
  20. Offline

    Luneth2

    Uhm well
    I got a problem
    Craftbukkit 1550, I have the plugin enabled on McMyAdmin, and when i start the server it says
    CommandBin: Disabled successfully.

    So how do I fix this?..
     
  21. Offline

    Nixumoi

    its not working for me. It gives me an error like this:

    Code:
    13:45:38 [SEVERE] Error occurred while enabling CommandBin v1.34 (Is it up to da
    
    te?): null
    
    java.lang.NullPointerException
    
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManag
    
    er.java:294)
    
    at main.java.me.cain.commandbin.CommandBin.IWarnedYouIffaTimeToDisableYo
    
    urPlugins(CommandBin.java:63)
    
    at main.java.me.cain.commandbin.CommandBin.setupCommandBin(CommandBin.ja
    
    va:35)
    
    at main.java.me.cain.commandbin.CommandBin.onEnable(CommandBin.java:28)
    
    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(SimplePluginManage
    
    r.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)
    Edit: Or is it just not upgraded to 1.0.0?
    Edit2: I made it more understandable. Its not easy being a newbie.
     
  22. Offline

    CainFoool

    Fixed.

    Fixed..

    Fixed.
     
  23. Offline

    owenftw

    can u make it so dont have to have a reason for kick/ban.. cant have whitelist on when using mcmyadmin because it uses /kick command but it dosnt kick them because it cant put a reason.
     
  24. Offline

    Kilajawa

    AMAZING job my friend! I am VERY impressed!
     
  25. Offline

    Tomaz

    This plugin is amazing!
     
  26. Offline

    owenftw

    cant ban offline people either =/
     
  27. Offline

    Hobolyra

    Works awesome now! Thanks for the fix.
     
  28. Offline

    Luneth2

    Can someone make permissions for 1550
     
  29. Offline

    shanko

    request: make the /put command only put you somewhere if its in a valid block location, pointing it up in the sky makes people appear at bedrock or something :p
     
  30. Offline

    TheDarkAce18

    How do I keep it from saying;
    Ace has frozen you.
    To the person you did whatever to?
     

Share This Page