Solved TexturePack Sending

Discussion in 'Plugin Development' started by PVP9dc, Dec 13, 2013.

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

    PVP9dc

    Why cant i use this?
    Code:java
    1. if (label.equalsIgnoreCase("rp")) {
    2. if (args.length == 0) {
    3. p.setTexturePack("ni54032_7.fastdownload.nitrado.net/Guns.zip");
    4. p.setTexturePack("[URL='http://www.ni54032_7.fastdownload.nitrado.net/Guns.zip']www.ni54032_7.fastdownload.nitrado.net/Guns.zip[/URL]");
    5. p.setTexturePack("[URL]http://www.ni54032_7.fastdownload.nitrado.net/Guns.zip[/URL]");
    6. }
    7. }


    Must I maybe use Packets cause bukkit isnt ready?

    XenForo formed it to [ URL ] ^^

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

    Conarnar

    I don't think it works in 1.6, it might work in 1.7 though.
     
Thread Status:
Not open for further replies.

Share This Page