Difference between revisions of "DeluxeMaintenance:config.yml"

From PedroJM96 Wiki EN
Jump to: navigation, search
(Created page with "<syntaxhighlight lang="YAML"> #################################################################################################### # +----------------------------------------...")
 
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
 
# |  BUG REPORTS: https://www.spigotmc.org/resources/deluxemaintenance.38418/                    | #
 
# |  BUG REPORTS: https://www.spigotmc.org/resources/deluxemaintenance.38418/                    | #
 
# |  AUTHOR: PedroJM96 (pedrojm96.com)                                                          | #
 
# |  AUTHOR: PedroJM96 (pedrojm96.com)                                                          | #
# |  OFFICIAL SERVER: mc.minepal.net                                                             | #
+
# |  OFFICIAL SERVER: mc.mundopixels.net                                                         | #
 
# |                                                                                              | #
 
# |                                                                                              | #
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
Line 22: Line 22:
  
 
#The language of the plugin messages (ES, EN, RU, PL).
 
#The language of the plugin messages (ES, EN, RU, PL).
Messages: EN
+
messages: EN
  
 +
#Check for updates.
 +
update-check: true
 +
 +
#To change the MOTD when it is in maintenance
 +
change-motd: true
  
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 06:25, 10 February 2019

#################################################################################################### 
# +----------------------------------------------------------------------------------------------+ #
# |    _____       _                __  __       _       _                                       | #
# |   |  __ \     | |              |  \/  |     (_)     | |                                      | #
# |   | |  | | ___| |_   ___  _____| \  / | __ _ _ _ __ | |_ ___ _ __   __ _ _ __   ___ ___      | #
# |   | |  | |/ _ \ | | | \ \/ / _ \ |\/| |/ _` | | '_ \| __/ _ \ '_ \ / _` | '_ \ / __/ _ \     | #
# |   | |__| |  __/ | |_| |>  <  __/ |  | | (_| | | | | | ||  __/ | | | (_| | | | | (_|  __/     | #
# |   |_____/ \___|_|\__,_/_/\_\___|_|  |_|\__,_|_|_| |_|\__\___|_| |_|\__,_|_| |_|\___\___|     | #
# |                                                                                              | #
# |                                                                                              | #
# |  WIKI:        http://en.wiki.pedrojm96.com/wiki/DeluxeMaintenance                            | #
# |  BUG REPORTS: https://www.spigotmc.org/resources/deluxemaintenance.38418/                    | #
# |  AUTHOR: PedroJM96 (pedrojm96.com)                                                           | #
# |  OFFICIAL SERVER: mc.mundopixels.net                                                         | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################   

#The prefix that the plugin will show in the messages.                             
prefix: '&b[&6DeluxeMaintenance&b] &7 '

#The language of the plugin messages (ES, EN, RU, PL).
messages: EN

#Check for updates.
update-check: true

#To change the MOTD when it is in maintenance
change-motd: true