QuickCommands

Discussion in 'Inactive/Unsupported Plugins' started by rapodaca, Feb 12, 2012.

  1. Offline

    rapodaca

    Tired of lots of typing to teleport yourself or other players? Have you always wanted to be able to set a checkpoint before going on a dangerous mission - and then return if things go bad?

    Quick commands is the plugin for you.

    https://github.com/rapodaca/quickcommands

    Teleport commands take the first few initals of a player. For example, to teleport Bob to Lewis, all you need to type is:
    /tp b l
    Nice, huh?
    /tp overrides the existing Bukkit teleport command.
    /cp (checkpoint) lets you set a checkpoint location and return to it later (for example, when you get lost).
    Usage:
    • /tp <targetPlayer> <sourcePlayer> teleports targetPlayer to sourcePlayer
    • /cp set set checkpoint to your current location
    • /cp return to your previous checkpoint
     
  2. Offline

    CainFoool

    The b and l automatically finds online players that name begins with those. This is nothing of your work, this was implemented in Bukkit API.
     
  3. Offline

    number1_Master

Share This Page