TexturePack

Discussion in 'Plugin Development' started by Mother__, Aug 23, 2014.

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

    Mother__

    Guys for set Texture pack is ez but how i can check if player used this texture pack else kick the player. like this

    if(!player.getRecursePack().eq....){
    //kick

    }
     
  2. Offline

    ChipDev

    Umm... Didn't you just do it?
     
  3. Offline

    Mother__

    getRecursePack not exists =D
     
  4. Offline

    Galxs

    Maybe RessoursePack?
     
  5. Offline

    molenzwiebel

    Not possible.

    EDIT: Note that it is actually possible, but not easy to implement, and certainly not foolproof either.
     
  6. Offline

    Mother__

    Hypixel use this....
     
  7. Offline

    Zupsub

    You simple CAN'T force a player to use an texture (or resource)pack.
    However, you can keep track, which player downloaded your texturepack. But if he changed it back to another isn't recognized by the server.
     
Thread Status:
Not open for further replies.

Share This Page