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

    Wow, thats some wierd st*t going on.
    I renamed a class just as a test and now its working again.
     
  2. Offline

    Drakmyth

    Thanks, works like a charm! And thanks for the super-quick updates! :)
     
  3. Offline

    vildaberper

    Yay for kits! :D
     
  4. Offline

    Marduk1608

    i really love this plugin, great work!
    it would be great to see you include a /top which ports you to the topmost block at your current location
     
  5. Offline

    vildaberper

    Nice idea, Ill add that in the next version! :D

    EDIT: Top-feature added!
     
  6. Offline

    Marduk1608

    wow, that was a quick answer!
    i'm setting this up with permissions right now, could you tell me what defaultcommands.online and the other online thingie do?! or the difference between them
     
  7. Offline

    vildaberper

    defaultcommands.online = /online
    defaultcommands.online.other = /online player

    It checks if that player is online and his afk-status.
    Basicly the same as /online but with one player.
     
  8. Offline

    zajacmp3

    craftbukkit #531 (recommended)

    Code:
    22:02:43 [INFO] zajacmp3 [/62.61.32.247:52216] logged in with entity id 3001
    22:02:43 [SEVERE] Could not pass event PLAYER_JOIN to DefaultCommands
    java.lang.NoSuchMethodError: org.anjocaido.groupmanager.GroupManager.getWorldsHolder()Lorg/anjocaido/groupmanager/dataholder/worlds/WorldsHolder;
            at com.vildaberper.bukkit.DefaultCommands.DefaultCommands$motd.DisplayMotd(DefaultCommands.java:60)
            at com.vildaberper.bukkit.DefaultCommands.DefaultCommandsPlayerListener.onPlayerJoin(DefaultCommandsPlayerListener.java:89)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:125)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
            at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:98)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    22:02:43 [INFO] VanishAuto hiding zajacmp3because he is in group Admins
    22:02:43 [INFO] zajacmp3 disappeared.
    22:03:33 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 's' in plugin DefaultCommands v2.2.0
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:33)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:183)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:619)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:582)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:576)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodError: org.anjocaido.groupmanager.GroupManager.getWorldsHolder()Lorg/anjocaido/groupmanager/dataholder/worlds/WorldsHolder;
            at com.vildaberper.bukkit.DefaultCommands.DefaultCommands.Stack(DefaultCommands.java:3580)
            at com.vildaberper.bukkit.DefaultCommands.DefaultCommands.onCommand(DefaultCommands.java:1286)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:31)
            ... 12 more
    22:03:36 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'tp' in plugin DefaultCommands v2.2.0
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:33)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:183)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:619)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:582)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:576)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodError: org.anjocaido.groupmanager.GroupManager.getWorldsHolder()Lorg/anjocaido/groupmanager/dataholder/worlds/WorldsHolder;
            at com.vildaberper.bukkit.DefaultCommands.DefaultCommands.Teleport(DefaultCommands.java:2477)
            at com.vildaberper.bukkit.DefaultCommands.DefaultCommands.onCommand(DefaultCommands.java:1258)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:31)
            ... 12 more
    
    Groupusers configured with * so I should have all command. Also I get msg in minecraft about internal server error. Please update.



    EDIT:

    Thanks for the tip ;) It is working
     
  9. Offline

    vildaberper

    Its working fine for me, update GroupManager to the latest version.
     
  10. Offline

    Marduk1608

    found a minor bug.
    if you set a warp and use capitol letters, you cant access it, written neither way
     
  11. Offline

    vildaberper

    Thanks, will fix this tomorrow.

    Edit: fixed!
     
  12. Offline

    UndyingShadow

    If I add:

    Code:
            permissions:
    
                - 'defaultcommands.give.all'
    to my permissions config .yml file, and try to have that group use /i glass 64, I get an error indicating that I don't have permission to do that. However, if I add:

    Code:
            permissions:
    
                - 'defaultcommands.give.all'
                - 'defaultcommands.give.self'
                - 'defaultcommands.give.other'
    and then have that group type /i glass 64, it works correctly. Do I have to add each permission manually. I thought adding .all would give them every .give permission? Do I misunderstand?

    Also, do you think it would possible to have /setspawn respect the z-axis? I use /setspawn in my building and it works, but they end up on top of my building instead of standing in the middle of it. Essentials /setspawn did this, and even recorded view position.
     
  13. Offline

    Direct1221

    Use
    - 'defaultcommands.give.*'
    not
    - 'defaultcommands.give.all'


    as the - 'defaultcommands.*.all' means you give access to the all users command. Meaning if you gave them... for example

    - 'defaultcommands.give.all'

    you can use

    /give 1 1 *

    and give all users 1 stone
     
  14. Offline

    vildaberper

    Ill add exact spawn position, thanks for the idea! :D

    Edit: Added!
     
  15. Offline

    Anavrins

    Can I give myself colored wool with the /give command?
    (AKA, does it support item damage value?)
     
  16. Offline

    vildaberper

    Yep, just do "35:4" for damage value 4 :)
    This isnt working for kits yet though.
     
  17. Offline

    emoknight

    how do i stop motd being display?? i try del the text in file put keep coming bk
     
  18. Offline

    vildaberper

    Set "motd: false" in confil.yml under "Features".
     
  19. Offline

    UndyingShadow

    I don't mean to be difficult, but /setspawn still doesn't seem to be taking into account the height. I loaded the latest version (My console shows: 00:48:26 [INFO] DefaultCommands 2.2.1 is enabled. Using Permissions.) and when I go down into my building and do /setspawn, it does set the spawn, but when I use the /spawn command or die, it still puts me on the roof, but in the spot where I used the command.

    Let me know what other information would be useful.
     
  20. Offline

    vildaberper

    Ok, i know whats wrong.
    bukkit has world.getSpawnLocation(), and this seems to return the topmost block at the spawn location.
    Thanks for the info, ill fix this tomorrow! (2am here)

    Edit: Fixed!
     
  21. Offline

    Marduk1608

    the bukkit-up-to-date plugin always downloads an older version of your plugin, could you fix the .jar location?
     
  22. Offline

    vildaberper

    The author of it must have screwed with the link or something, Ill see what I can do.
     
  23. Offline

    RawrSean

    Is it possible to change the color of the MOTD messages? I tried various symbols+numbers for the colors, (i.e. $%&#, &0, etc) but nothing worked.
     
  24. Offline

    vildaberper

    Yay for colors!
    Ive included colors in the new version :D
     
  25. Offline

    M1nurThr3t

    wow bro this seems to be really nice. If this works i can replace commandbook and warpz0r with this one plugin!!
    I was kinda worried about support in the long run but your support on every single page is awesome!
    Will work on updating my server tonight with this and see how it works out. Im excited!

    Also maybe for those interested a /clear(clear invnetory, and others inv(admind only))
     
  26. Offline

    vildaberper

    Yep, stuff like that is coming!
    But the thing im doing now is broadcast stuff (ex: "vildaberper kicked himself" or "vildaberper set his status to afk").

    Oh, and thank you very much, it really encourages me! :D
     
  27. Offline

    M1nurThr3t

    ok cool. That broadcast stuff would be cool, like when banned and kicked.

    No problem bro, ill be testing this tonight and if it comes through as i except it will, you have a long term user here.
    Keep up the sweet work.
     
  28. Offline

    Lewis

    Hiya, didn't see this in the introduction text, however currently using Essentials, I find /help is very useful for new players etc on the server.

    Is this something you will consider adding so I can be rid of Essentials/EssentialsHelp?

    Just a simple help which lists available commands to the player.

    Thanks for the awesome plugin! :]
     
  29. Offline

    ksevelyar

    Can u add teleport/warp to x y z, please?
     
  30. Offline

    vildaberper

    Yeah, Ill make a help.txt and a rules.txt which gets read when a player enters /help or /rules :D
    Yeah, thats a cool idea, Ill add it right away! :D

    Edit: done!
     

Share This Page