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

    Anavrins

    Quoting one of my earlier post
    Also, when I try to set time via console, it says "[INFO] You cannot set time as Console."
    Why, is that normal?
     
  2. Offline

    vildaberper

    Ill support it in V3. Some users have multiple worlds. :)
    time <time> <world>
     
  3. Offline

    Azakiel

    Thank you. i also found out why it didn't allow my Permissions to open up, apparently it had made a huge blank spot between 2 groups.
     
  4. Offline

    RegaIia

    Oh man, I just noticed it's not even loading permissions...ergh, guess that's not right, but it's up to date...so I need an older version of craftbukkit, huh?
     
  5. Offline

    vildaberper

  6. Offline

    ksevelyar

    Could you please add DefaultCommands to minerepo?
     
  7. could u it be possible to set a reason for the ban command just like the kick command
    and could u also make it possible to give prioritys over other groups like moderators cant kick admins etc
     
  8. Offline

    RegaIia

  9. Offline

    vildaberper

    Sure, that looks cool. :)

    Yep, Im working on it! :D

    Great that its working.
    Thanks! :D
     
  10. Offline

    KuNh4

    Another bug i found :)

    If you have an bone_meal in your hand and u do repair, it will give Ink Sack ...
    Also i want to give bone_meal, but i dont know what terms is using it ..

    /give bone_meal 1 <name> isn't working
    /give bonemeal 1 <name> isn't working

    So i don't know how to give bone_meal ...
     
  11. Offline

    Samsone

    Hey thanks for the gread mod, but is there a way to make it so that when you die you don't respawn at the place of death?
     
  12. Offline

    vildaberper

    Bonemeal is actually inc sack, but with a damage value (15), so do this:
    /give 351:15 1 <name>
    or
    /give inc_sack:15 1 <name>
    :)

    Set the spawn location. :)
    /setspawn
     
  13. Offline

    Samsone

    I feel like an idiot but thanks :D
     
  14. Offline

    Psycho Robot

    I'm using cb677 and default commands 2.5.5, and I've encountered a very strange bug. It happens when you flap the feather once while holding no other button, then flapping the feather again, in midair, while holding a direction button. When you land, you will hear the "walking" sound play very rapidly for a second or so, then it'll stop and play as normal. It happens in other circumstances, however using the method i described was the only way I figured out that you could trigger it consistently.
     
  15. Offline

    vildaberper

    Its a bug in minecraft. :)
    Im not sure on how it works, but I guess it adds the step sound to the queue every time you travel X blocks, but it wont play them until you are on a block.
     
  16. Offline

    rellish

    Hey I've been having this wierd problem that mods can use the /give command, I checked around 5 times and I didn't put the permission in for mods only admins. Also sorry if this has been asked but are you planning to add an "admin pick" feature?
     
  17. Offline

    Psycho Robot

    What do these two permissions nodes refer to?
    Code:
    defaultcommands.teleportlist
     defaultcommands.teleport.force
    
    And what does banlist do? I realise that it lists banned players, but what if you add a player argument? I can't think of what that would do
     
  18. Offline

    Retribution831

    Are you turning yourself to a mod to test it? If so, check youre not op by using /deop (your name). Its a common mistake.
     
  19. Offline

    vildaberper

    teleportlist is /tpl or /teleportlist
    teleport.force makes it impossible to disallow you from teleporting to another player.

    By mods you mean OP?
    admin pick? Add the permission nodes. :)
     
  20. Offline

    gurugamers

    PluginManager won't work for me.. it just says "Cannot disable plugin DefaultCommands" I've tried adding .jar and I've tried using it on other plugins.. :S
     
  21. Offline

    rellish

    Well in a default vanilla world they would be OP, but in permissions i got admin, mod and default. I only want admins to have /give for obvious reason XD.

    Also its not me thats a mod, its someone else.

    Oh btw what is the permission for admin pick, i can't seem to find it o.o..
     
  22. Offline

    kahlilnc

    I forgot, so does the .all permissions node go for all the permissions nodes in the category?
     
  23. Offline

    vildaberper

    Its case sensitive. :) ex: /plugin disable DefaultCommands

    Just add the permission nodes you want to their group in Permissions or GroupManager.
    Whats admin pick? :)

    all means *.
    With give.all you can do this:
    /give Stone 1 *
    but not this:
    /give Stone 1 [player]
     
  24. Offline

    gurugamers

    Wowww.. wtf. I tried that before and it didn't work.. but now it does.. I must have typed it wrongly :oops:
     
  25. Offline

    rellish

    Admin pick is basically you used to do the command //, and you can break any block with one hit with any pickaxe.
     
  26. Offline

    vildaberper

    Ah, I thougt it was something else! xD
    Its not inclided in DefaultCommands atm, but itll be in V3.
    I have an unreleased build of something I call "Edit", which includes this and some cool cuboid stuff and a superpick. Do you want that? OP-permissions.
     
  27. Offline

    rellish

    Sounds great, of course i would want that XD
     
  28. Offline

    vildaberper

    https://www.sugarsync.com/pf/D434924_7509600_214274
    All commands are OP-only:
    /rf - Clear a floating chunk (starts from the block youre aiming at). BE CAREFUL!
    /cw <material> - Wireframe cuboid
    /c <material> - cuboid
    /replace <list of materials> <material> - replace
    /ch <material> - Hollow cuboid.
    /walls <material> - Walls [].
    // - Super pick (LEFT is OMEGA PICK, RIGHT is normal).
    /// - Sniper builder.

    THERE IS NO UNDO.
     
  29. Offline

    Psycho Robot

    I would recommend against including those types of functionality in THIS plugin. It would be a good idea to include those in a different plugin, though. You have to be really careful with this becoming a bunch of random things with no thread of logic binding them together. That's what went wrong with Essentials. Avoid it!
     
  30. Offline

    gurugamers

    What if my server crashes whilst running DefaultCommands? Isn't that a type of "stopping" the server?
     

Share This Page