DeluxePlayerOptions:config.yml

From PedroJM96 Wiki EN
Revision as of 17:32, 10 June 2018 by PedroJM96 (talk | contribs) (Created page with "<syntaxhighlight lang="YAML"> #################################################################################################### # +-----------------------------------------...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# |              _____  _                        ____        _   _                               | #
# |             |  __ \| |                      / __ \      | | (_)                              | #
# |             | |__) | | __ _ _   _  ___ _ __| |  | |_ __ | |_ _  ___  _ __  ___               | #
# |             |  ___/| |/ _` | | | |/ _ \ '__| |  | | '_ \| __| |/ _ \| '_ \/ __|              | #
# |             | |    | | (_| | |_| |  __/ |  | |__| | |_) | |_| | (_) | | | \__ \              | #
# |             |_|    |_|\__,_|\__, |\___|_|   \____/| .__/ \__|_|\___/|_| |_|___/              | #
# |                              __/ |                | |                                        | #
# |                             |___/                 |_|                                        | #
# |                                                                                              | #
# |                                                                                              | #
# |                                                                                              | #
# |                                                                                              | #
# |  WIKI:        http://en.wiki.pedrojm96.com/wiki/DeluxePlayerOptions                          | #
# |  BUG REPORTS: https://www.spigotmc.org/resources/deluxeplayeroptions.33033/                  | #
# |  AUTHOR: PedroJM96 (pedrojm96.com)                                                           | #
# |  OFFICIAL SERVER: pronto...                                                             | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################

# +----------------------------------------------------------------------------------------------+ #
# | For a detailed explanation of the configuration see this page.                               | #
# | http://en.wiki.pedrojm96.com/wiki/DeluxePlayerOptions:config.yml                             | #
# +----------------------------------------------------------------------------------------------+ #

#Check for updates.
update-check: true

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

#The world where the plugin works.
worlds:
- world
- lobby
- hub

#The prefix of the plugin.
prefix: '&8&lPlayerOptions &f>> &7'

#Effect of particles when jumping with the doublejump.
#https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Effect.html
doublejump-particles:
  enable: true
  effect: MOBSPAWNER_FLAMES

#Sound when jumping with double jump.
#https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
doublejump-sound:
  enable: true
  sound: EXPLODE
  
#Configuration of the database. Supports SQLite and MySQL
dataStorage:
  type: SQLite
  host: localhost
  port: 3306
  database: minecraft
  username: root
  password: '1234'