Skip to content

Pack Info

Class: PackInfo

A simple enum class used to represent pack information when adding Packs.

Values

  • OPTIONAL_RESOURCES - used for resource packs which players should be able to disable
  • OPTIONAL_DATA - used for datapacks which players should be able to disable
  • REQUIRED_RESOURCES - used for resource packs which players should not be able to disable
  • REQUIRED_DATA - used for datapacks which players should not be able to disable