9
0
mirror of https://github.com/Auxilor/EcoMenus.git synced 2025-12-19 15:09:20 +00:00

Changed color

This commit is contained in:
Auxilor
2023-06-03 17:13:25 +01:00
parent 445c093530
commit b208d52feb
3 changed files with 4 additions and 4 deletions

View File

@@ -34,8 +34,8 @@ fun Menu.close(player: Player) =
fun buildMenu(plugin: EcoPlugin, config: Config): Menu {
val mask = FillerMask(
MaskItems.fromItemNames(plugin.configYml.getStrings("mask.materials")),
*plugin.configYml.getStrings("mask.pattern").toTypedArray()
MaskItems.fromItemNames(config.getStrings("mask.materials")),
*config.getStrings("mask.pattern").toTypedArray()
)
return menu(mask.rows) {

View File

@@ -1,5 +1,5 @@
options:
bstats-id: 0
resource-id: 0
color: "&#FCEDDA"
color: "&#AA96DA"
uses-reflective-reload: false

View File

@@ -1,5 +1,5 @@
messages:
prefix: "&#FCEDDA&lEcoMenus &f» "
prefix: "&#AA96DA&lEcoMenus &8» &f"
no-permission: "&cYou don't have permission to do this!"
not-player: "&cThis command must be run by a player"
invalid-command: "&cUnknown subcommand!"