Checking if player has downloaded server resoure pack

Discussion in 'Plugin Development' started by areqpl, Feb 19, 2014.

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

    areqpl

    Hi, I'm making a jailbreak server which really depends on custom paintings and block textures. Is there a way to force a player to download our texture pack?
    Something like if you don't download the pack you are getting kicked out of the server - is this possible?
    I thought about creating a separate first-join room which would have a painting with a command which player needs to execute in order to play on the server properly.
    Any ideas?
    Thanks
     
  2. Offline

    Maurdekye

    areqpl First of all, that's incredibly foolproof. Secondly, there's no way for the server to see what's in a person's resource pack folder, unless the client specifically sends a message to the server talking about it. So there isn't a way to do it with code; easily, anyway.
     
  3. Offline

    ccrama

    Have a painting when they spawn that you have changed with your texturepack to display a secret code to enter the server (like" type /enterserver" ON the painting), if they don't have the texturepack it will look like a painting and they will be confused/stuck until they download it.
     
  4. Offline

    areqpl

    ccrama That's what I was talking about, think I'm gonna try that.
    Thanks for your advices.
     
  5. Offline

    L33m4n123


    That only helps if they enable it the first time. then they change to the custom texture pack, enter the code and switch back. and then we are at the beginning of the problem again
     
  6. Offline

    areqpl

    L33m4n123 Well, I guess that most of them would prefer to stay on it as it really makes the server worth playing on :)
    They are just so lazy that they don't even want to turn it on.
     
  7. Offline

    L33m4n123

    well. If they have auto download enabled for the ressource pack it will force them on it anyways if you set one in the server properties. and those that have it disabled prolly won't switch
     
Thread Status:
Not open for further replies.

Share This Page