Skip to content

Repository files navigation

PackStatusPlaceholder

Tracks players' resource-pack status and runs configurable console commands (and provides a PlaceholderAPI "pack_status" value).

%pack_status% returns true/false depending on pack status.

Native 1.20.3, tested on 1.21.1 & 1.21.10

Config

# Should the status be logged in the console?
# i.e. "USERNAME Pack Accepted"
log: false

# Delay in ticks before executing commands
delay: 20 # 20 = 1 second

# Command sent per events, sent through console.
## %username%, %uuid%, %s (alias for %username%)
# [] = No commands
commands:
  join: []
  quit: []
  accepted: []
  loaded: []
  declined:
    - 'kick %s You''ve declined the resource pack.\nIn order to play you must accept it.'
  failed: []
  downloaded: []
  invalid-url: []
  discarded: []
  reload-failed: []

Shaded classes

About

%pack_status% PlaceholderAPI

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages