SamB440 / ForcePack

Spigot/Velocity plugin to aid resource pack deployment and enforcement, among other utilities.
https://fortitude.islandearth.net/category/forcepack
GNU General Public License v3.0
42 stars 17 forks source link

Resource pack groups #30

Closed SamB440 closed 11 months ago

SamB440 commented 12 months ago
groups:
  group1:
    exact-match: true
    list: # will only apply to servers with EXACT name: hub01, hub02, spawn01
    - hub01
    - hub02
    - spawn01
    # .. add ur ForcePack plugin pack url, hashes, and stuff here
  group2:
    exact-match: false
    list: # will apply to ALL servers with name CONTAINING keywords: hub or spawn (example: hub01, spawn03, spawn100000, hub10000)
    - hub
    - spawn
    # .. add ur ForcePack plugin pack url, hashes, and stuff here