Results 1 to 7 of 7
  1. #1
    Pixie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pixie wird wieder steigen.
    Posts
    1,884
    Reputation
    22
    Thanks
    229
    My Mood
    Fine

    RSPS Default Command List

    The default commands for most servers are:

    Normal users:
    ::Home
    ::Whatsnew
    ::rules
    ::commands
    ::changepassword

    Moderators:

    ::Ban (Username)
    ::Unban (Username)
    ::Jail (Username)
    ::xteleto (Username

    Admins:
    ::Pnpc (NPC ID)
    ::Ipban (Username)
    ::Kick (Username)
    ::Bootall
    ::Npcreset
    ::xteletome (Username)

    Owners:
    ::Npc (NPC ID)
    Can't remember much, I will add some more as soon as I remember them.

    (I've forgotten how to give people staff while in game)
    __________________________________________________ _______________

    Command Definitions:

    Normal users:
    ::Home - Teleports you to the default home for the server.
    ::Whatsnew - Shows the updates for the server.
    ::rules - Shows you the server's rules.
    ::commands - Shows you a list of commands for the server.
    ::changepassword - Changes your login password.

    Moderators:

    ::Ban (Username) - Bans some one, so their account cant login on the server.
    ::Unban (Username) - Un-bans some one, allowing their account to login.
    ::Jail (Username) - Teleports some one to jail, and wont let them out for a while.
    ::Unjail (Username) - Officially removes some one from jail.
    ::xteleto (Username - Teleports you to some one.

    Admins:
    ::Pnpc (NPC ID) - Can make you look like a NPC (Sometimes buggy).
    ::Ipban (Username) - IP Bans some one, so even a new account wont let them back on.
    ::Kick (Username) - Kicks a specific player from the server.
    ::Bootall - Kicks everyone (Except you) from the server.
    ::Npcreset - Resets the NPC's, so they will die, and then re-spawn.
    ::xteletome (Username) - Teleports people to you.

    Owners:
    ::Npc (NPC ID) - Allows you to spawn an npc.
    ::Noclip - allows you to walk through walls.

  2. The Following User Says Thank You to Pixie For This Useful Post:

    jvisbeast (06-24-2010)

  3. #2
    shadowkiller210's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    act australia
    Posts
    347
    Reputation
    10
    Thanks
    5
    My Mood
    Blah
    how do we spawn an item ?

  4. #3
    xx claws xx's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    297
    Reputation
    10
    Thanks
    28
    My Mood
    Angelic
    Quote Originally Posted by shadowkiller210 View Post
    how do we spawn an item ?
    :ickup thats usally for admin+

  5. The Following User Says Thank You to xx claws xx For This Useful Post:

    Pixie (06-05-2010)

  6. #4
    Superpunt's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    2,396
    Reputation
    31
    Thanks
    115
    My Mood
    Mellow
    Quote Originally Posted by xx claws xx View Post
    :ickup thats usally for admin+
    wrong:
    Code:
    ::pickup [itemid] [amount]
    Some servers have a list with itemids. If they don't have such a list, go to any site with a runescape item database. Search for the item you want. Click it, and then look in your address bar. It should contain the itemid, for example:

    XXXXXXXXXXXXXX.net/items/6470/dragon_pickaxe/
    Last edited by Superpunt; 06-05-2010 at 05:20 AM.


  7. #5
    Czar's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    12,698
    Reputation
    1277
    Thanks
    4,294,967,295
    Nice list.

  8. #6
    martijno0o's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Location
    Netherlands
    Posts
    22
    Reputation
    10
    Thanks
    0
    My Mood
    Bitchy
    i give you a fast vieuw of all my commands:
    #start
    clanwars
    resetdrop
    cckick
    ccleave
    ccdelete
    ccrecolor
    ccrename
    ccmake
    ccjoin
    cm
    pure
    aids
    newitem
    tz
    object
    prayer
    book
    construction
    duel
    onpickup
    offpickup
    spec
    xpeople
    update
    mypos
    hail
    pnpc
    unpc
    combat
    emote
    auto
    spawn
    message
    pass
    changepassword
    npc
    players
    bootall
    kick
    unjail
    jail
    demote
    givehidden
    giveadmin
    givemod
    npcreset
    master
    funpk
    god
    godoff
    afk
    back
    fart
    fireworks
    shout
    resetall
    cwreset
    pkrewardz
    checkpoints
    vesta
    statius
    santa
    bandos
    pkstuff
    mypk
    gfx
    interface
    banuser
    unbanuser
    ipban
    unipban
    mute
    unmute
    ipmute
    unipmute
    copy
    xteletome
    xteleto
    bank
    pickup
    #end
    ^^not wrong right?

  9. #7
    sjustin1996's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Always, MPGH
    Posts
    376
    Reputation
    10
    Thanks
    80
    My Mood
    Inspired

    Just to let you know...

    ::Whatsnew isn't a common command. Just saying. Everything else looks fine to me, I will check for missing commands, and edit this post and put them here, thanks for the list! Also, if anyone has their own server, and needs to find commands that are hidden, or not in the ::commands page (which some dont even have) you should right click > edit the client.java and press ctrl + f to find stuff. Search for "command." and that will bring up every command there is as long as you continue to hit "find next"

    1. Beware of noclip. Unless you have your name set into the source as the excluded name for bans (means you wont get banned if you do) you will be banned. So watch out, make sure you exclude yourself. To add more names put the "playerName.equalsIgnoreCase("")" like this:

    if (command.equalsIgnoreCase("command") && (playerName.equalsIgnoreCase("name") || playerName.equalsIgnoreCase("name")))

    2. ::Char
    3. ::eat (very fun if you have it... if not pm me for the coding.)
    4. ::money/::maxcash/::xrichie/::rich/::m/::cash
    5. ::master
    6. :ure
    7. (pk servers) ::strpure ::defpure/::tank ::

    Once again, pm me for coding, and press thanks if I helped!
    Last edited by sjustin1996; 07-11-2010 at 10:24 AM.

  10. The Following User Says Thank You to sjustin1996 For This Useful Post:

    sakoo99 (07-01-2014)

Similar Threads

  1. [Release] CoD4 Multi-Command list
    By [E]Я4G3Я in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 0
    Last Post: 05-16-2010, 07:16 PM
  2. MW2 Command List
    By [E]Я4G3Я in forum Call of Duty Hacks & Cheats
    Replies: 2
    Last Post: 04-20-2010, 07:30 PM
  3. [Release] MW2 Command List
    By [E]Я4G3Я in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 9
    Last Post: 04-19-2010, 03:30 PM
  4. MW2 console commands list?
    By Gt3x24x7v2 in forum Call of Duty Modern Warfare 2 Help
    Replies: 4
    Last Post: 03-09-2010, 09:01 PM
  5. Warrock Command List
    By Dave84311 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 05-26-2006, 11:03 PM