config.yml
Code (YAML):
# Thank you so much for downloading my plugin,
# it really means a lot to me!
# _ _
# (_) | |
# _ __ ___ _ _ __ __ _| |_ ___ _ __
# | '_ ` _ \| | '_ \ / _` | __/ _ \| '__|
# | | | | | | | | | | (_| | || (_) | |
# |_| |_| |_|_|_| |_|\__,_|\__\___/|_|
#
# This is a file to help you configure settings to your likings. It is recommended
# to leave everything as it is, but, if you know what you're doing, feel free to change
# it. If you do not understand what something does, please leave it as it is and ask for help
languageFile
:
"en_US"
#The language file that should be used. Use the file name without .yml in /lang/ plugins folder
prefix
:
"&d&lMinator &r&f"
#The prefix that is then replaced in the language files by %prefix%
updateChecker
: true
#Specifies whether or not the update checker should work. If set to false, your server will start up faster
debug
: false
#If set to true, everything that is happening and is related to the plugin will be logged in the console
mode
:
"ONLINE"
#Specifies whether or not the questions should be fetched from the web or not, coming soon
finishProbability
: 0.85
#The probability of the guess to finish the minator questions and give the result. Must be a double between 0.00 and 1.00
en_US.yml
Code (YAML):
general:
updateAvailable
:
"%prefix% An update was found, click this message."
commands:
minator
:
{
}
reload:
success
:
"%prefix% The configuration files were successfully reloaded."
errors:
onlyPlayers
:
"%prefix% Only players can use this command."
noPermissions
:
"%prefix% You do not have enough permissions to do this."
playerNull
:
"%prefix% The specified player does not seem to be valid."
wrongUsage
:
"%prefix% The right usage is &6%usage%"