mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-30 04:19:28 +00:00
Updated default configuration files
This commit is contained in:
@@ -3,14 +3,14 @@ rows: 3
|
||||
items:
|
||||
10:
|
||||
material: BLUE_STAINED_GLASS
|
||||
name: Set to blue
|
||||
name: "<gray>Set to <blue>blue"
|
||||
set-color:
|
||||
red: 55
|
||||
green: 49
|
||||
blue: 181
|
||||
11:
|
||||
material: RED_STAINED_GLASS
|
||||
name: Set to red
|
||||
name: "<gray>Set to <red>red"
|
||||
set-color:
|
||||
red: 190
|
||||
green: 20
|
||||
|
||||
@@ -1,87 +1,37 @@
|
||||
title: "<red>Main</red>"
|
||||
rows: 3
|
||||
title: "<#3066BE>Cosmetics Menu" # GUI Title
|
||||
rows: 3 # Rows in the GUI
|
||||
items:
|
||||
10:
|
||||
material: NETHERITE_CHESTPLATE
|
||||
name: "<blue>Backpack"
|
||||
lore:
|
||||
10: # GUI Slot number
|
||||
material: LEATHER_HORSE_ARMOR
|
||||
name: "<rainbow>Colorful Hat</rainbow>"
|
||||
lore: # Lore displayed when the player owns the item
|
||||
- ""
|
||||
- "Enabled: %enabled%"
|
||||
- "Allowed: %allowed%"
|
||||
locked-lore:
|
||||
- "Not allowed"
|
||||
amount: 1
|
||||
type: BACKPACK
|
||||
permission: ""
|
||||
id: netherite_backpack
|
||||
11:
|
||||
material: NETHERITE_HELMET
|
||||
name: "<blue>Hat"
|
||||
lore:
|
||||
- ""
|
||||
- "Enabled: %enabled%"
|
||||
- "Allowed: %allowed%"
|
||||
locked-lore:
|
||||
- "Not allowed"
|
||||
- "<gray>Enabled: <#6D9DC5>%enabled%"
|
||||
- "<gray>Allowed: <#6D9DC5>%allowed%"
|
||||
locked-lore: # Lore displayed when the player does not have the correct permission.
|
||||
- "<red>You do not own this item!"
|
||||
amount: 1
|
||||
model-data: 1 # CustomModelData Number
|
||||
type: HAT
|
||||
permission: ""
|
||||
id: netherite_hat
|
||||
12:
|
||||
material: DIAMOND_CHESTPLATE
|
||||
name: "<blue>Backpack"
|
||||
lore:
|
||||
- ""
|
||||
- "Enabled: %enabled%"
|
||||
- "Allowed: %allowed%"
|
||||
locked-lore:
|
||||
- "Not allowed"
|
||||
amount: 1
|
||||
type: BACKPACK
|
||||
permission: ""
|
||||
id: diamond_backpack
|
||||
13:
|
||||
material: DIAMOND_HELMET
|
||||
name: "<blue>Hat "
|
||||
lore:
|
||||
- ""
|
||||
- "Enabled: %enabled%"
|
||||
- "Allowed: %allowed%"
|
||||
locked-lore:
|
||||
- "Not allowed"
|
||||
amount: 1
|
||||
type: HAT
|
||||
permission: ""
|
||||
id: diamond_hat
|
||||
14:
|
||||
material: LEATHER_CHESTPLATE
|
||||
name: "<blue>Backpack"
|
||||
lore:
|
||||
- ""
|
||||
- "Enabled: %enabled%"
|
||||
- "Allowed: %allowed%"
|
||||
locked-lore:
|
||||
- "Not allowed"
|
||||
amount: 1
|
||||
type: BACKPACK
|
||||
permission: ""
|
||||
id: leather_backpack
|
||||
dyeable: true
|
||||
15:
|
||||
material: LEATHER_HELMET
|
||||
name: "<blue>Hat "
|
||||
lore:
|
||||
- ""
|
||||
- "Enabled: %enabled%"
|
||||
- "Allowed: %allowed%"
|
||||
locked-lore:
|
||||
- "Not allowed"
|
||||
amount: 1
|
||||
type: HAT
|
||||
color:
|
||||
dyeable: true # Enables dyeable item feature
|
||||
color: # Sets default color for item. Uses RGB format.
|
||||
red: 5
|
||||
blue: 100
|
||||
green: 230
|
||||
blue: 100
|
||||
open-menu: dye-menu # Automatically open the dye menu when applying this cosmetic
|
||||
permission: "cosmetics.colorful_hat" # Can be anything you want.
|
||||
id: colorful_hat # Internal identifier. Can be anything you want.
|
||||
11:
|
||||
material: PAPER
|
||||
name: "<blue>Backpack"
|
||||
lore:
|
||||
- ""
|
||||
- "<gray>Enabled: <#6D9DC5>%enabled%"
|
||||
- "<gray>Allowed: <#6D9DC5>%allowed%"
|
||||
locked-lore:
|
||||
- "<red>You do not own this item!"
|
||||
amount: 1
|
||||
model-data: 1
|
||||
type: BACKPACK
|
||||
permission: ""
|
||||
id: leather_hat
|
||||
dyeable: true
|
||||
id: backpack
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
no-permission: "<red>No Permission!"
|
||||
set-hat: "<green>Set Hat!"
|
||||
removed-hat: "<green>Removed Hat"
|
||||
removed-hat: "<green>Removed hat."
|
||||
set-backpack: "<green>Set Backpack!"
|
||||
removed-backpack: "<green>Removed Backpack"
|
||||
removed-backpack: "<green>Removed backpack."
|
||||
must-be-player: "You must be a player to do this!"
|
||||
reloaded: "<green>Config files reloaded"
|
||||
reloaded: "<green>Config files reloaded!"
|
||||
invalid-type: "<red>Invalid cosmetic type, please use hat or backpack"
|
||||
@@ -1,6 +1,6 @@
|
||||
name: HMCCosmetics
|
||||
main: io.github.fisher2911.hmccosmetics.HMCCosmetics
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
api-version: 1.17
|
||||
softdepend:
|
||||
- Multiverse
|
||||
|
||||
Reference in New Issue
Block a user