EnderCloud • Knowledge Centre
  • Welcome!
  • Getting Started
    • Recent Updates
    • Popular FAQ's
    • Articles for blogs
  • FAQ (EnderCloud)
    • Not Receiving Email to Reset Game Panel/Billing Panel Password
    • Why is There a Manual Payment System in the Billing Panel to Purchase Services?
    • I Purchased a Service and Paid the Bill, But I Haven’t Received My Product
    • Is my data or bot source code safe at Endercloud?
  • Faq (Minecraft)
    • How to install and setup Skinrestorer?
    • How to install and Setup GeyserMC?
    • How to Install and use OpeNLogin
    • How to install and setup DiscordSRV
    • How to install and setup Luckperms
    • How to make custom ip address
    • How to Convert Minecraft Bukkit World to Vanilla
    • How to Setup Bungeecord
    • What is the Best Minecraft Server Jar
    • How to change Minecraft Java Version ?
    • How to optimize paper minecraft server ?
    • How to Change MOTD of Minecraft Server ?
    • How to install and setup Holographic Displays
    • How to install and setup DecentHolograms
    • How add a Server Resource Pack
    • Minecraft Chunk Corruption errors and their fix
    • Out of Memory Error Minecraft ?
    • Different Minecraft Lag Types and their fixes ?
    • How to create a custom texture pack in minecraft ?
    • How to install and setup Google Drive Backups On Minecraft Server ?
    • How to Install a Minecraft Modpack ?
    • How to enable Cracked on Minecraft Server
    • How to allocate / add more Ram to a Minecraft Launcher / Client ?
    • Best Server Jar For Minecraft ?
    • How can i connect my domain to my Minecraft Server ?
    • Understanding and Preventing Crash Packets
    • How much RAM do I need for my Minecraft Server?
  • Discord Community
  • Home Page
  • Billing Panel
  • Game Panel
Powered by GitBook
On this page
  • What is a resource pack and why use it on my server?
  • Adding a Resource Pack
  • Options
  1. Faq (Minecraft)

How add a Server Resource Pack

PreviousHow to install and setup DecentHologramsNextMinecraft Chunk Corruption errors and their fix

Last updated 7 months ago

How add a Server Resource Pack

What is a resource pack and why use it on my server?

A resource pack enables you and other players to customize and change the appearance of the game by customizing and changing textures, sound, fonts, and much more without altering the game code directly. This could be used on your Minecraft server to showcase the genuine beauty of your server

Adding a Resource Pack

To add a resource pack to your server, you have to provide a ‘direct’ link to the resource pack as a ZIP file, which is generally a download link from the author’s website.

You’ll add this link next to the resource-pack= property in the server.properties file.

Options

Other options are available for the resource packs property, which can also be accessed in the server.properties file.

Property

Description

resource-pack-prompt

Optional, adds a custom message to be shown on resource pack prompt when require-resource-pack is used. Expects chat component syntax, can contain multiple lines.

resource-pack-sha1

Optional SHA-1 digest of the resource pack, in lowercase hexadecimal. It is recommended to specify this, because it is used to verify the integrity of the resource pack. Note: If the resource pack is any different, a yellow message “Invalid sha1 for resource-pack-sha1” appears in the console when the server starts. Due to the nature of hash functions, errors have a tiny probability of occurring, so this consequence has no effect.

require-resource-pack

When this option is enabled (set to true), players will be prompted for a response and will be disconnected if they decline the required pack.