mirror of
https://github.com/Auxilor/EcoMenus.git
synced 2025-12-20 15:39:25 +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 {
|
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) {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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!"
|
||||||
|
|||||||
Reference in New Issue
Block a user