Skip to content

Instantly share code, notes, and snippets.

@varrix
Created June 3, 2015 08:58
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 varrix/be52f28b06c2aac70282 to your computer and use it in GitHub Desktop.
Save varrix/be52f28b06c2aac70282 to your computer and use it in GitHub Desktop.
Metadata configuration file (HOCON) for the Sponge plugin `Cortex`.
# Whether or not to report missing metadata.
# Permission node = `metamods.admin.report` / `metamods.admin.*` / `metamods.*`
reportMissingMetadata = true
# Whether or not to inform the querier of the missing data.
missingMetadataVerbosity = false
# The message to display when there's no metadata defined.
missingMetadataMessage = "${RED}Sorry, it seems that data on the requested mod cannot be found."
# Disclaimer aimed at informing the user requesting the metadata that it was defined by a third-party
# and NOT the mod/plugin developer(s).
disclaimer = "${RED}Not all information displayed may be accurate!"
# Whether or not to display the disclaimer above when viewing plugin authors/description.
displayDisclaimer = true
# Descriptors for each mod/plugin.
descriptors {
# Example mod configuration.
modtracker {
authors = ["Logan Speck (Wingz)"]
description = "Cortex is a standalone modification viewer, spoofer, tracker, and logger."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment