Inactive [GEN] DefaultCommands v4.0.0 - The "default" plugin [1.4.5-R0.2]

Discussion in 'Inactive/Unsupported Plugins' started by vildaberper, Mar 2, 2011.

  1. Offline

    vildaberper

    DefaultCommands - The "default" plugin
    Version: Latest - Download
    Development build: ??? - Download
    Source: Github

    Moved to BukkitDev!

    IF YOU HAVE FOUND A BUG / ERROR, POST YOUR VERSION OF CRAFTBUKKIT, YOUR PLUGINS, AND THE ERROR MESSAGES.
    This will speed up the solving process by years!
     
    Orcem12, scar_, heisan213 and 7 others like this.
  2. Offline

    the-infernus

    Thank you [​IMG]
     
  3. Offline

    vildaberper

    Thanks for using my plugin :)
    You should check out the new version, cant believe I forgot messages in the first xD
     
    IMF_lykosen11 likes this.
  4. Offline

    iSushi

    Hey, I'll change to this~
    Seems pretty neat when you look at it :)

    Congrats,! I will use it on mah server in front of millions of people (it's a private server, and currently it's only me)

    EDIT: Uhmm, could you please add permissions support?, like the permissions plugin ^^
    Got a error message:
    Code:
    2011-03-03 21:34:31 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'give' in plugin DefaultCommands v1.1.0
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:21)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:77)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:176)
        at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:638)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:601)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:595)
        at net.minecraft.server.Packet3Chat.a(SourceFile:24)
        at net.minecraft.server.NetworkManager.a(SourceFile:230)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoClassDefFoundError: org/anjocaido/groupmanager/GroupManager
        at com.vildaberper.bukkit.DefaultCommands.DefaultCommands.Give(DefaultCommands.java:136)
        at com.vildaberper.bukkit.DefaultCommands.DefaultCommands.onCommand(DefaultCommands.java:77)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:19)
        ... 12 more
    Caused by: java.lang.ClassNotFoundException: org.anjocaido.groupmanager.GroupManager
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        ... 15 more
    
    
     
  5. Offline

    vildaberper

    I actually got that error message too, but when I updated GroupManager it was fine.
    So update GroupManager :)

    Yeah, I'll add support for Permissions.
     
  6. Offline

    tonix

    i cant use it! :(

    it says
     
  7. Offline

    vildaberper

    Get GroupManager!
    Ill add support for Permissions but youll have to use that for now :)
     
  8. Offline

    iSushi

    Thank you :)

    However, I prefer not using groupmanager. I got my whole file in the permissions plugin right now, so I will check it out again when you get the support for it.
     
  9. Offline

    tonix

    where do i download that? could you give me a link cuz im pretty new here.


    i found it and now it works but i cant use any commands, when i write setspawn it says that i dont have that permission. :(
     
  10. Offline

    vildaberper

    Add this to your permissions: 'defaultcommands.spawn.set'
     
  11. Offline

    tonix

    im sorry because im wasting your time, where shall i add it? to what permissions?
     
  12. Offline

    timper

    Will this use ops only?
    I do not want to add permissions.
    I just want only ops to be able to use certain commands (like spawning)
     
  13. Offline

    vildaberper

    To the GroupManager permissions for your group.
    Go to that thread for help :)

    I could add a OP only version :)
     
  14. Offline

    timper

    Please do so :)
    --- merged: Mar 3, 2011 9:20 PM ---
    I really need an op only version.
    How long do you think it will take? :)
     
  15. Offline

    tonix

    yeah i would like to have an only op version to, cuz i dont wanna fuck around with permissions and things.
     
  16. Offline

    vildaberper

    Here we go, added OP-version!

    Permissions is supported!
     
  17. Offline

    iSushi

    That was fast :) THANK YOU! (again)
     
  18. Offline

    Vaupell

    Code:
    2011-03-03 23:22:54 [SEVERE] com/vildaberper/bukkit/DefaultCommands/DefaultComma
    nds$p (Is it up to date?)
    java.lang.NoClassDefFoundError: com/vildaberper/bukkit/DefaultCommands/DefaultCo
    mmands$p
            at com.vildaberper.bukkit.DefaultCommands.DefaultCommands.onEnable(Defau
    ltCommands.java:39)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:140)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:426)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:187)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:79)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:60)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:187)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:174)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:120)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:227)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ClassNotFoundException: com.vildaberper.bukkit.DefaultComma
    nds.DefaultCommands$p
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:30)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 11 more
    2011-03-03 23:22:54 [INFO] Done (686160812ns)! For help, type "help" or "?"
    
    Erm, i am not sure what is wrong... ?

    Using recomended carftbukkit build by bukkit dev team..
     
  19. Offline

    vildaberper

    Update java, update GroupManager or Permissions.
    Dont really know whats wrong, its working perfectly for me "/
     
  20. Offline

    Alfred Johansen

    I use the 493 build And I get the "is it up to date?" message aswell.
     
  21. Offline

    tonix

    now its awesome!!
     
  22. Offline

    vildaberper

    Can someone confirm that this works with Permissions?

    I did as the API told me to do, so if thats the problem I cant help it (for now).

    No errors on enable with:
    CraftBukkit 493
    Permissions 2.5.1

    Or GroupManager, or even without any permissions plugin.

    I really dont know what you are doing wrong. Maybe you should update your Permissions plugins.
     
  23. Offline

    GanjaRoach

    Would it be possible to add /home and /sethome along with /kick and /ban?
    btw love this addon very simple to use ty for making.
     
  24. Offline

    vildaberper

    Yeah, Ill add /home and /sethome. Just gotta figure out how to save properly :)
    /kick and /ban! How could I forget? xD

    Thanks for the ideas, Ill add at least kick and ban today :D

    EDIT: Ok, kick, ban, unban and banlist added!
     
  25. Offline

    Kenpari

    I get an error in-game when using the /setspawn command.

    Code:
    An internal error occurred while trying to perform this command
     
  26. Offline

    Funkfoose

    I tried setting up this plugin in today.
    Using CB #493
    Permissions 2.5.2

    Keeps spitting this error with any command;
    Am I just missing something simple?
     
  27. Offline

    GanjaRoach

    This was working fine for me then I udpated to new verson and now any command I type I get "An internal error occurred while trying to perform this command" I have went back to the old verson and now I'm getting the same error... If I remove permissions I'm able to use the commands again. Ive tested with group manger and permissoin 2.5.1 and 2.5.2 using cb 493.
     
  28. Offline

    vildaberper

    Im really sorry for the errors, the Permissions API was telling me to do stuff that didnt work! :(
    I had to look into another plugins source code.

    Fixed Permissions support! Huzzah!
     
  29. Offline

    Kenpari

    Any idea why this is happening?
     
  30. Offline

    vildaberper

    Are you getting this with the latest version?
     

Share This Page