Filled Teleport Ranks

Discussion in 'Archived: Plugin Requests' started by Rokinscom, Oct 23, 2014.

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

    Rokinscom

    Plugin category: Teleportation

    Suggested name: DonationWarps

    What I want: First off, the name is first thing that came to mind. Easy enough to recreate another ideas, and I am open to any suggestions.
    To the plugin, I would like to have a plugin in which someone can type a command and teleport to a certain point. I would use Essentials warps and setup an alias for them, but I would like a separateplugin that doesn't list the warps in the Essentials Warplist. I would like users to type /command <rankname> and have them teleport to a certain point in my "extras" world that has signs that show what is included in the rank that they have just teleported to.

    Ideas for commands: /tpr <rankname>
    /tprank

    /teleportrank

    etc.

    Ideas for permissions: No need for any perms as I wish that any use can use this command.

    When I'd like it by: ASAP

    Should pretty simple just don't have time on my hands right now.
     
  2. Offline

    Rokinscom

  3. Offline

    RW_Craft

    Doing it

    https://www.dropbox.com/s/sv9fqp7f790xh0l/Teleport Ranks.jar?dl=0

    The config is used for storing some data, don't edit it. I'll let the plugin.yml explain the rest:

    commands:

    tpr list:
    usage: /tpr list
    description: Lists the donation warps.
    aliases: [tprank list, teleportrank list, teleportranklist, tpranklist, tprlist]

    settpr:
    usage: /set tpr <Name>
    description: Sets a donation warp.
    permission: donationwarps.set
    aliases: [settpr, settprank, setteleportrank, set tpr, set tprank, set telportrank]

    deltpr:
    usage: /del tpr <Name>
    description: Deletes a donation warp.
    permission: donationwarps.delete
    aliases: [del tpr, deltprank, delteleportrank, del tprank, del teleport rank]

    tpr:
    usage: /tpr <Name>
    description: Teleports the user to a donation warp.
    aliases: [tprank, teleportrank]

    permissions:

    donationwarps.set:
    default: op
    description: Allows the use of /set tpr

    donationwarps.delete:
    default: op
    description: Allows the use of /del tpr

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 14, 2016
  4. Offline

    Rokinscom

    RW_Craft Vacation is good but holy shit man <3 much love.
     
  5. Offline

    Rokinscom

    @rw_craft The plugin has errors. "The name must be 1 word" after every command.
     
Thread Status:
Not open for further replies.

Share This Page