Resource Pack Send (Effect) — SkBee

Addon: SkBee · Category: Effect · Since: 3.4.0

Syntax

send [the] resource pack [from [[the] URL]] %string% with (uuid|id) %string% [with hash %-string%] [with prompt %-string%] to %players% [with force]

Description

Send a resource pack to a player with a UUID, optional hash, optional prompt message, and the option to force it. The uuid is used to later remove the pack from the player if need be.

Examples

send resource pack from url "some.url" with uuid {pack::1} to all players
send resource pack from url "some.url" with uuid {pack::1} to all players with force
send resource pack from url "some.url" with uuid {pack::1} with prompt "This Adds Cool Stuff!!!" to player with force

View source