Skip to content

The resource pack that gets applied to all players when they join the SouthHollow network.

Notifications You must be signed in to change notification settings

South-Hollow/Resource-Pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SouthHollow Network Resource Pack

The resource pack that gets applied to all players when they join the SouthHollow network.

GitHub release (latest by date) GitHub issues GitHub forks GitHub stars

Releases

All releases can be found in the releases page, along with a specfic changelog. The zip file attachment will be for the currently most-supported version at that time. For simplicity sake, please access the branch of the pack version you'd like to see instead of trying to download it off the releases page.

Currently Supporting:

  • Minecraft 1.16.5
  • Minecraft 1.17.x

How To (Server Admins)

We currently use Phoenix616's ResourcepacksPlugins to send the pack to player clients and keep track of them so it's not unnessesarily re-sent. It is running on our proxy of choice, Velocity. There is a config.yml file which is used to update information about the packs. However, it is unlikely that you'll be editing it. Here's why:

The config.yml file is setup to point the pack download to this Github repository. This means that GitHub acts as our CDN, and any that the pack can be updated without having to edit the following config.

packs:
  globalpack:
    restricted: false
    permission: [ REDACTED ]
    variants:
    - url: https://github.com/South-Hollow/Resource-Pack/raw/main/SouthHollow.zip
      hash: [ REDACTED ]
      version: '1.16'
      restricted: false
      permission: [ REDACTED ]
    - url: https://github.com/South-Hollow/Resource-Pack/raw/main/SouthHollow.zip
      hash: [ REDACTED ]
      version: '1.17'
      restricted: false
      permission: [ REDACTED ]

Typically, the proxy will need to be rebooted in order for all the changes to be made correctly. While the /vrp reload command exists, limited success has been had with it, and using it is discouraged.

How To (Pack Contributors)

See Contributing

Terms of Use

See Terms

Important Links