āļøSettings
Coral features a settings module, which works per player, where users have the ability to set their own preferences with various different options after running /settings command.
Toggleable Settings
Mine Hologram -> Toggle the visibility of the hologram located in mines
Mine Notifications -> Toggle the notifications of mine resets
Autosell Notifications -> Toggle the autosell notifications
Enchant Messages -> Toggle the messages received by enchants proccing
Configuration Files
configs/main.yml
menus:
"settings-menu":
title: "&8&lSETTINGS"
rows: 3
borders:
"gray":
material: "GRAY_STAINED_GLASS_PANE"
name: " "
lore: []
slots:
- "0-26"
"orange":
material: "ORANGE_STAINED_GLASS_PANE"
name: " "
lore: []
slots:
- "9-9"
- "17-17"
"yellow":
material: "YELLOW_STAINED_GLASS_PANE"
name: " "
lore: []
slots:
- "10-16"
mine-hologram-item:
slot: 10
"enabled":
material: "LIME_DYE"
name: "&2&l[&a&l!&2&l] &aMine Hologram Visibility &7(Enabled)"
lore:
- " "
- "&aInformation"
- "&aā &7Status: &fEnabled"
- " "
- "&7&o(( Click me to &f&odisable&7&o mine holograms! ))"
"disabled":
material: "RED_DYE"
name: "&4&l[&c&l!&4&l] &cMine Hologram Visibility &7(Disabled)"
lore:
- " "
- "&cInformation"
- "&cā &7Status: &fDisabled"
- " "
- "&7&o(( Click me to &f&oenable&7&o mine holograms! ))"
mine-notification-item:
slot: 11
"enabled":
material: "LIME_DYE"
name: "&2&l[&a&l!&2&l] &aMine Reset Notifications &7(Enabled)"
lore:
- " "
- "&aInformation"
- "&aā &7Status: &fEnabled"
- " "
- "&7&o(( Click me to &f&odisable&7&o reset notifications! ))"
"disabled":
material: "RED_DYE"
name: "&4&l[&c&l!&4&l] &cMine Reset Notifications &7(Disabled)"
lore:
- " "
- "&cInformation"
- "&cā &7Status: &fDisabled"
- " "
- "&7&o(( Click me to &f&oenable&7&o reset notifications! ))"
autosell-notifications-item:
slot: 12
"enabled":
material: "LIME_DYE"
name: "&2&l[&a&l!&2&l] &aHide Autosell Notifications &7(Enabled)"
lore:
- " "
- "&aInformation"
- "&aā &7Status: &fEnabled"
- " "
- "&7&o(( Click me to &f&odisable&7&o hiding autosell notifications! ))"
"disabled":
material: "RED_DYE"
name: "&4&l[&c&l!&4&l] &cHide Autosell Notifications &7(Disabled)"
lore:
- " "
- "&cInformation"
- "&cā &7Status: &fDisabled"
- " "
- "&7&o(( Click me to &f&oenable&7&o hiding autosell notifications! ))"
enchant-messages-item:
slot: 13
"enabled":
material: "LIME_DYE"
name: "&2&l[&a&l!&2&l] &aHide Enchant Messages &7(Enabled)"
lore:
- " "
- "&aInformation"
- "&aā &7Status: &fEnabled"
- " "
- "&7&o(( Click me to &f&odisable&7&o hiding enchant messages! ))"
"disabled":
material: "RED_DYE"
name: "&4&l[&c&l!&4&l] &cHide Enchant Messages &7(Disabled)"
lore:
- " "
- "&cInformation"
- "&cā &7Status: &fDisabled"
- " "
- "&7&o(( Click me to &f&oenable&7&o hiding enchant notifications! ))"
Last updated