[Teleportation] kJustGo

Discussion in 'Archived: Plugin Requests' started by the4saunders, Aug 18, 2012.

  1. Offline

    the4saunders

    This plugin is going to be really simple to code if you are first of all good with Java and second good at reading :3 this is a private warp plugin, hope this will be easy to code for you and thank you if you do code this for me.

    Cmd 1:
    /go
    Msg back:
    /go set [warpName] - Set a warp
    /go delete [warpName] - Delete a warp
    /go [warpName] - Warp
    /go list - List your warps

    Cmd 2:
    /go set
    Msg back:
    Usage: /go set [warpName]

    Cmd 3:
    /go delete
    Msg back:
    Usage: /go delete [warpName]

    Cmd 4:
    /go list
    Msg back:
    ***Warp List***
    [Warps would be here]

    Cmd 5:
    /go set [warpName]
    Msg back:
    Warp 'test' has been set.

    Cmd 6:
    /go delete [warpName]
    Msg back:
    Warp 'test' has been deleted.

    Permissions:
    kgo.set
    kgo.set.[amount]
    kgo.delete
    kgo.list

    1 More very important thing:
    When a player warps it is instant but when a player is within 10 blocks of a enemy they can not warp.

    Chat color: Gray for all messages

    Thanks if you code this plugin, i don't want this plugin to be private (Please release this to the public), this plugin idea is from McPvP.com and lots of people want this kind of plugin.
     
  2. Offline

    redhotmo

    If you make this i would fucking love it and use it for my server to many off people would like this plugin and if its good i would consider donating :D
     
  3. Offline

    the4saunders

    Now this guy knows what he is talking about, lol ikr this is a great plugin and should be made.

    And on top of that i basicly did everything for you bukkit dev's all you need to do is code it1!

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

    np98765

    ... What? You do understand that coding it isn't a one-minute job, correct? You did NOT do everything for us.
     
    breezeyboy likes this.
  5. Offline

    0xElliot

    I'll take a look at this.

    Define enemy, though. Player? Mob? Both?
     
  6. Offline

    breezeyboy

    I agree!

    EDIT: just use this
    * http://dev.bukkit.org/server-mods/simplewarps/

    Also just upload my first plugin! YAY
     
  7. Offline

    the4saunders

    I know, i have coded my own simple plugins and they took me a long time i'm just trying to motivate the bukkit dev's

    This is not a private warp system

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

    np98765

    But saying that you did almost everything isn't going to motivate anyone, it's actually a turnoff...
     
  9. Offline

    the4saunders

    Ok sorry, won't happen again :(
     
  10. Offline

    HyrulesLegend

    Herrm. I totally don't remember you from somewhere. ;)
     
  11. Offline

    Sushi

    HEY HEY CALLING ALL DEVELOPERS LETS MAKE PRIVATE ESSENTIALS FOR THIS GUY
     
    WarmakerT likes this.
  12. Offline

    the4saunders

    You should read the post before you say "private essentials" it's clearly nothing like essentials
    It's a private warping plugin -.-
     
  13. Offline

    sharp237

    Sushi was making a joke. Just in case you don't get it: http://dictionary.reference.com/browse/joke?s=t
     
  14. Offline

    the4saunders

    Well to be honest i'm all for some humor but everytime i ask for a plugin everyone just makes jokes and ignores me so idk if they are joking or if the staff are just this way all the time.
     
  15. Offline

    np98765

    Not a single staff member has responded to your post.
     
  16. Offline

    sharp237

    The reason people are ignoring you is because you were requesting someone to make a private plugin, eventhough many plugins already exist that do exactly the same thing.
     
  17. Offline

    the4saunders

    I have looked on bukkit DEV bukkit google and youtube and i coulden't find a private warping plugin that does what i want -.-
     
  18. Offline

    np98765

    Agree with sharp237.

    Taken from the DO NOT section of the [READ ME FIRST]:

    And there's the fact that there are numerous plugins that can do this. :cool:
     
  19. Offline

    sharp237

  20. Offline

    the4saunders

    if (label.equalsIgnoreCase("go")) {
    if (args.length == 1) {
    if (args[0].equals("set"))
    player.sendMessage(ChatColor.GRAY + "'set' is not a valid warp name");
    else
    Util.goWarp(player, args[0]);
    }
    else if (args.length == 2) {
    if (args[0].equals("delete")) {
    Util.removeWarp(player, args[1]);
    }
    else if (args[1].equals("set"))
    player.sendMessage(ChatColor.GRAY + "'set' is not a valid warp name");
    else
    Util.setWarp(player, args[1]);
    }
    else
    {
    player.sendMessage(ChatColor.GRAY + "/go set [warpname] to set a warp");
    player.sendMessage(ChatColor.GRAY + "/go delete [warpname] to delete a warp");
    player.sendMessage(ChatColor.GRAY + "/go [warpname] to go to a warp");
    }

    (That is me trying to code this plugin. Still can't get it to work that's why i need you staff to do it. Your my only hope.)
    + That's not even half of the code.

    That plugin does not work unless i install Java 7 which on a mac OSx you can't.

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

    CraziaPVP

  22. Offline

    np98765

    You can, you have to update to the newest system... Or just ask the author to compile with 1.6?
     
  23. Offline

    the4saunders

    Still that plugin shows the coords of the warps and i have a hardcore raiding server :/
     
  24. Offline

    sharp237

    Just use the search bar ( google.com is quite a good one ) and you will find loads of warp plugins. MyWarp is NOT the only one.
     
  25. Offline

    CraziaPVP

    Or you can always use Warptastic.
     
  26. Offline

    the4saunders

    I DID scroll up and look at my earlier messages
     
  27. Offline

    the4saunders

  28. Offline

    JjPwN1

  29. Offline

    CraziaPVP

    Please tag me after your done.
     
  30. Offline

    JjPwN1

    CraziaPVP
    Eugh, it failed. I had an idea in my head, but it doesn't work.
     

Share This Page