ForceResourcePack **update**

Discussion in 'Plugin Requests' started by Mr_BelgiumGamer, Jun 26, 2018.

Thread Status:
Not open for further replies.
  1. Hey guys! So i want to force my players to use the resource pack but the only plugin i found that is easy to do so is not for 1.12.2 it stopped 2 years ago with updating and is only working on 1.8-1.11 so i would like someone who has some spare time to make this support 1.12.2 as well.

    Here is the spigot link : https://www.spigotmc.org/resources/forceresourcepack.6097/

    This was the last update (look at date)
    -----------------------------
    Major Update 4.0.0
    - Support 1.11
    - Majors bugs fix
    Nov 26, 2016 <---
    ------------------------------
     
  2. Offline

    MightyOne

    Did you check if it doesn't work for 1.12? Just because it is outdated doesn't mean it is broken
     
  3. Yes i did, you can also check the reviews a lot of more people say this [​IMG]
    https://imgur.com/a/aRjQc0v
     
  4. Offline

    crysis992

    This is a very simple plugin to send a resource pack to a player and kicks him if he declines it or when the download fails.

    Download: Link
    Requirements: Protocollib

    config.yml:
    Code:
    url: "https://google.com - Put here the direct download link!"
    sha1 hash: "This is required"
    force-on-join: true
    messages:
      kick: '&6Please enable and accept the server resource pack'
      failed: '&6Something went wrong while downloading the resource pack! Please try
        again.'
    
    As a important information: Since 1.10 ( I guess) the client requires an SHA-1 hash to check for local versions (already downloaded) of the resourcepack. You can generate the SHA-1 hash with the program 7-zip or online on this website:
    http://onlinemd5.com/
    Each time you update the resource pack, you have to update the SHA-1 hash too, since the hash changes as soon as you modify the .zip of the resource pack.

    I know, it's not "that" user-friendly to setup but hey, its free ;)
     
  5. Thanks, but i want the plugin updated..
     
Thread Status:
Not open for further replies.

Share This Page