Skip to content

Instantly share code, notes, and snippets.

@Minecon724
Created November 6, 2021 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Minecon724/5716e5a32a31688a42c13c099cc28513 to your computer and use it in GitHub Desktop.
Save Minecon724/5716e5a32a31688a42c13c099cc28513 to your computer and use it in GitHub Desktop.
1.2 config
format:
# Colors, see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/ChatColor.html
# Enabled and disabled plugins
enabled: GREEN
disabled: RED
# Here you can use '&' for colors. Available placeholders: count, enabled
prefix: "Plugins (%enabled% enabled out of %count%): "
separator: "&f, "
# You can use them in placeholders (status)
enabledStr: "&2Plugin is enabled!"
disabledStr: "&cPlugin is disabled!"
# Available placeholders: name, version, description, authors, website, status
hover: |-
&9%name% &b%version%
&f%description%
&fAuthor(s): &b%authors%
&fWebsite: &b%website%
%status%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment