bukman/Bukkit/src/main/resources/bukkit-messages.json
Frank van der Heijden 083012abfe
Add MiniMessage
2021-08-03 02:07:39 +02:00

12 lines
597 B
JSON

{
"messages": {
"reloadconfig": {
"success": "<dark_aqua>Successfully reloaded <aqua><config></aqua>!",
"warnings": "<red>There were warnings while reloading <dark_red><config></dark_red>, please check the console!",
"not-exists": "<red>Config <dark_red><config></dark_red> does not exist.",
"not-supported": "<red>Config <dark_red><config></dark_red> is not supported on your Minecraft version."
},
"disableplugin": "<dark_aqua>Successfully disabled <aqua><plugin></aqua>!",
"enableplugin": "<dark_aqua>Successfully enabled <aqua><plugin></aqua>!"
}
}