Skip to content

Instantly share code, notes, and snippets.

@Minecon724
Last active November 6, 2021 12:59
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/639ce36df3b047ce9b2760f0765bc9f4 to your computer and use it in GitHub Desktop.
Save Minecon724/639ce36df3b047ce9b2760f0765bc9f4 to your computer and use it in GitHub Desktop.
1.3 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%
display:
# true for hiding plugins that are in the list (blacklist mode), false for showing plugins ONLY in the list (whitelist mode)
blacklist: true
# case sensitive, set to [] if you dont want to use this feature
list:
- Example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment