mirror of
https://github.com/Auxilor/EcoMenus.git
synced 2025-12-19 15:09:20 +00:00
Changed color
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
options:
|
||||
bstats-id: 0
|
||||
resource-id: 0
|
||||
color: "&#FCEDDA"
|
||||
color: "&#AA96DA"
|
||||
uses-reflective-reload: false
|
||||
|
||||
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user