####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# |              _____  _                        ____        _   _                               | #
# |             |  __ \| |                      / __ \      | | (_)                              | #
# |             | |__) | | __ _ _   _  ___ _ __| |  | |_ __ | |_ _  ___  _ __  ___               | #
# |             |  ___/| |/ _` | | | |/ _ \ '__| |  | | '_ \| __| |/ _ \| '_ \/ __|              | #
# |             | |    | | (_| | |_| |  __/ |  | |__| | |_) | |_| | (_) | | | \__ \              | #
# |             |_|    |_|\__,_|\__, |\___|_|   \____/| .__/ \__|_|\___/|_| |_|___/              | #
# |                              __/ |                | |                                        | #
# |                             |___/                 |_|                                        | #
# |                                                                                              | #
# |                                                                                              | #
# |                                                                                              | #
# |                                                                                              | #
# |  WIKI:        https://pedrojm96.com/minecraft-plugin/deluxeplayeroptions                     | #
# |  BUG REPORTS: https://www.spigotmc.org/resources/deluxeplayeroptions.33033/                  | #
# |  AUTHOR: PedroJM96 (pedrojm96.com)                                                           | #
# |  OFFICIAL SERVER: mc.mundopixels.net                                                         | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################
 
# +----------------------------------------------------------------------------------------------+ #
# | For a detailed explanation of the configuration see this page.                               | #
# | https://pedrojm96.com/minecraft-plugin/deluxeplayeroptions/po-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
data-storage:
  type: SQLite
  host: localhost
  port: 3306
  database: minecraft
  username: root
  password: '1234'