9
0
mirror of https://github.com/Auxilor/EcoMenus.git synced 2025-12-20 15:39:25 +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 { fun buildMenu(plugin: EcoPlugin, config: Config): Menu {
val mask = FillerMask( val mask = FillerMask(
MaskItems.fromItemNames(plugin.configYml.getStrings("mask.materials")), MaskItems.fromItemNames(config.getStrings("mask.materials")),
*plugin.configYml.getStrings("mask.pattern").toTypedArray() *config.getStrings("mask.pattern").toTypedArray()
) )
return menu(mask.rows) { return menu(mask.rows) {

View File

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

View File

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