creator.yml
Legacy hotbar-based character creator configuration (deprecated).
Legacy System: The hotbar creator is deprecated. Use the cursor creator for new setups. This page is kept for reference only.
Full Reference
yaml
character-creator:
enabled: true
disable-cooldowns: false
stage-cooldown: 1500 # 1.5 seconds
option-key-cooldown: 2000 # 2 seconds
loading-title: '&6Loading in...'
loading-subtitle: '&7Please wait'
loading-fadein: 20
loading-stay: 80
loading-fadeout: 20
actionbar: true
actionbar-customization:
header: '&6§l<< Creator >> '
footer: '&7[Slot 4: Prev | Slot 5: Next]'
# Commands on start/end
start_command:
- '%p warp creatorspace'
- 'DELAY 30'
- '%p npcpreview'
end_command:
- '%p npcpreview'
- 'DELAY 50'
- '%p warp spawn'
# Define creation stages
stages:
- number: 0
id: race-gender
display-set: set1
gender_options:
- male_human:
display: '&fMale Human'
commands:
- '%p clothes race male human'
- female_human:
display: '&fFemale Human'
commands:
- '%p clothes race female human'
Key Settings
| Setting | Description |
|---|---|
enabled | Enable/disable the hotbar creator |
stage-cooldown | Cooldown in milliseconds between stage switches |
option-key-cooldown | Cooldown between option selections |
start_command | Commands run when entering creator mode (%p = player name) |
end_command | Commands run when exiting creator mode |
stages | Ordered list of creation stages with options |
The %p placeholder in commands is replaced with the player's name. Use DELAY to add a delay between commands (20 ticks = 1 second).