đ Resource Pack Hosting
CraftEngine needs a hosting source so players can download the resource pack. The default configuration uses the built-in HTTP server (self).
Configurationâ
Configure packs under resource-pack.packs in config.yml:
resource-pack:
packs:
default: # Unique pack ID
type: self # Hosting type
default: true # Enabled when the player has no saved preference
Use the pack ID as the key under packs, and type to choose its hosting method. For separate development and production packs, see the expandable workflow example.
After saving, run /ce reload host. With the default configuration, /ce reload all builds and uploads the default pack. Building, uploading, and sending are configured through workflows.
Players can select packs with /pack enable default or /pack disable default. See the command reference for permissions and more options.
Hosting methodsâ
Choose a method below for its configuration: