[REQ] Warp Plugin

Discussion in 'Archived: Plugin Requests' started by joey11600, Oct 8, 2012.

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

    joey11600

    Hello, i would really like it if someone could make a warp plugin for me that does this:

    /warp [warp]
    Teleportation Commencing in 5 seconds.....

    Teleporting Now!
     
  2. Offline

    Woobie

    Could someone punch him?
     
    kroltan likes this.
  3. Offline

    JjPwN1

    I will!

    punches joey in teh face
    lol i bet it hurt
     
    Woobie likes this.
  4. Offline

    Woobie

    Hah, thank you! I feel so much better now.
    Joined your forums btw [insert epic lolface here]
     
  5. Offline

    joey11600

    Well i could punch your mom right now "woobie" because im your daddy!
     
  6. Offline

    techboy291

    Wow, really? REALLY?! *sigh*, just search "warp" here or something: plugins.bukkit.org

    Wait. You were kidding, weren't you...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  7. Offline

    Woobie

    Mature.

    With the information you gave:
    Code:
    if(cmd.getName().equalsIgnoreCase("warp")){
    Player p = (Player)sender;
    p.sendMessage("Teleportation Commencing in 5 seconds...");
    p.sendMessage("Teleporting Now!");
    Very pseudo code.
     
    afistofirony and MrBluebear3 like this.
  8. Very good, now may i punch him?
     
  9. Offline

    Woobie

    Go ahead.
     
  10. *punches joey*
    joey .... *facepalms*
     
    Woobie likes this.
  11. Offline

    Woobie

    This is going a bit too off-topic..
     
  12. Well this is obviously a troll. Because you can always use the search bar HERE
     
  13. Offline

    JjPwN1

    WRONG!

    He said /warp [warp]...
    Code:
                if(cmd.getName().equalsIgnoreCase("warp")){
                    if(args[0].equalsIgnoreCase("[warp]")){
                        Player p = (Player) sender;
                        p.sendMessage("Teleportation Commencing in 5 seconds...");
                        p.sendMessage("Teleporting Now!");
     
    MrBluebear3 and Woobie like this.
  14. Offline

    np98765

    This is why you follow the format and give details.
     
    MrBluebear3 and kroltan like this.
  15. Offline

    kroltan

    And search before requesting.
     
    Thermo_Core, MrBluebear3 and np98765 like this.
  16. Offline

    kittenchunks

  17. Offline

    Butkicker12

    Locked. Please no trolling people even though they don't search before they post :)

    joey11600 You can find a warp plugin by searching www.plugins.bukkit.org
     
Thread Status:
Not open for further replies.

Share This Page