<feature>.yml
General Structure
Example: level.yml
level.ymlsee-as-spectator: true
id: level
enabled: true
category: DEFAULTExample: effect.yml
effect.ymleffects:
- use-packet: true
type: NIGHT_VISION
duration: 2147483647
amplifier: 1
ambient: false
particles: false
- use-packet: false
type: WATER_BREATHING
duration: 2147483647
amplifier: 1
ambient: false
particles: false
- use-packet: false
type: FIRE_RESISTANCE
duration: 2147483647
amplifier: 1
ambient: false
particles: false
id: effect
enabled: true
category: DEFAULTModifying Features
Last updated