ResourcePack - Apply Pack (Effect) — SkBee
Addon: SkBee · Category: Effect · Since: 3.21.0
Syntax
apply [resource] pack with url %string% [and] with (uuid|id) %uuid% [and with hash %-string%]Description
Apply a resource pack in the `packs` section of a resouce pack send section. The ID is used to remove the pack later, if you dont plan on removing a pack you can use a `random uuid`.
Examples
send resource packs to player:
packs:
apply pack with url "some.url" with id (random uuid)
apply pack with url "anoter.url" with id (random uuid)