What are the commands built into craftbukkit?

Discussion in 'Plugin Development' started by LRFLEW, Feb 27, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    LRFLEW

    I'm working on a plugin that messes with commands not controlled by other plugins, but the ones built into craftbukkit are messing me up (such as list). Does anybody have a list of such commands? (NOTE: I only need the ones accessible by players (if it requires the player to be OP, include it)). Thank you.
     
  2. Offline

    flyslasher

    What I know...

    /kick - kick player
    /ban - ban player
    /ban-ip - ban IP
    /pardon - pardons players ban
    /pardon-ip - pardons IP ban
    /list - list all players
    /tp - tp's player A to player B
    /give - give yourself items
    /say - talk through console
    /tell - type of Private Message
    /help - helpful information
    /? - alias to to /help
    /time - sets the time
    /stop - stops the server
    /op - make player op
    /deop - turns op into normal user
    /save-all - server wide save
    /save-off - turns off terrain saving
    /save-on - turns on terrain saving
     
  3. Offline

    LRFLEW

    Thanks. If anybody else knows anything else, post it. Otherwise, I'll take this as it.
     
  4. Offline

    cjc343

    The ever-useful /version is the only one I remember that's not on that list.
     
  5. Offline

    All4n

    I know this one:

    Code:
    /plugins
     
  6. Offline

    flyslasher

    Also /reload plugins too
     
  7. Offline

    LRFLEW

    There needs to be some docs on this :p
     
  8. Offline

    flyslasher

    also /me :D
     
  9. Offline

    LRFLEW

    Are you sure?
     
  10. Offline

    flyslasher

    Hell yea, go try it out. Basically you go /me says hello and everyone gets * flyslasher says hello

    It comes from another game called Wurm Online which I believe notch was a co-founder or something.
     
  11. Offline

    monotonehell

    /me comes from way before WURM. It's an old IRC command.
     
  12. Offline

    cjc343

    * cjc343 slaps monotonehell around with a large trout.
     
  13. Offline

    monotonehell

    I just cried a little. Memories...
     
  14. Offline

    LRFLEW

    I did. I cannot get it to work on CraftBukkit build
    as nothing happens.
     
  15. Offline

    Nohup

    check your console output, you should see something like LRFLEW tried to issue a bad command...
     
  16. Offline

    LRFLEW

    Actually, I figured out what I was doing wrong. I wan't adding a message :p :p :p
     
  17. Offline

    madcap

    You should make a wiki page with all this info and save others the trouble.
     
  18. Offline

    LRFLEW

  19. Offline

    madcap

  20. Offline

    LRFLEW

    Missed a ton :p. I'll update it
     
Thread Status:
Not open for further replies.

Share This Page