Cannot send Resource Pack to player

Discussion in 'Plugin Development' started by epicfacecreeper, Jul 2, 2013.

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

    epicfacecreeper

    I'm trying to send a resource pack to players through code. when I try it, I get nothing, not even the GUI that asks for confirmation. I do have server textures on, this is 1.6.1 dev build, and it did not even work before the update. Before the update, I would get a flash of the GUI and it wouldn't work.
    Code:java
    1. public static final String texturePack = "[url]https://dl.dropboxusercontent.com/s/qilofl4m4e9uvxh/apocalyptic-1.6.zip?dl=1[/url]";
    2. player_that_just_joined.setTexturePack(texturePack);
     
  2. Offline

    Jake0oo0

  3. Offline

    epicfacecreeper

    Okay. Thanks. Do you know why it wasn't working before the update?
     
  4. Offline

    Sessional

    epicfacecreeper
    Setting the resource pack to a URL may not be valid - it may have to be pre-downloaded - all depends on how they implemented it. Minecraft has an option in the settings file for the standard server that can prompt people to download a texture pack upon login - but that may be the best you can do without a client side mod. It may not have worked because it may not be a valid resource pack?
     
  5. Offline

    stirante

    There is no code in method which handles custom payload so it's probably deleted :/
     
  6. Offline

    molenzwiebel

    Yup, the whole server resource/texture pack system is removed in 1.6
     
  7. Offline

    stirante

    Just checked it twice. Server sends it the old way, but in client it's not handled. I blame Dinnerbone xD
     
Thread Status:
Not open for further replies.

Share This Page