Skip to content

Instantly share code, notes, and snippets.

@Minecon724
Last active November 6, 2021 16:35
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/e1f83e8580cf9dbf19f537d4c0134e8d to your computer and use it in GitHub Desktop.
Save Minecon724/e1f83e8580cf9dbf19f537d4c0134e8d to your computer and use it in GitHub Desktop.
1.4 config
format:
noPermission: "&cYou're lacking a permission node: &l%perm%"
missingArgs: "&cMissing arguments!"
invalidArg: "&cInvalid argument!"
plugins:
# 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%
version:
# Available placeholders: software, version, api
format: "This server is running &9%software% &b%version% &f(implementing API version &b%api%)"
list:
# Available placeholder: online, max
prefix: "There are &b%online%&f out of &b%max%&f players online:"
separator: "&f, "
playerColor: WHITE
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