gearMain configuration

This page will display the main configuration files for all plugins.

Contained in most plugin configurations:

#Custom plugin prefix
prefix: “&b[XG&37P&9lu&1gins]&r”

#Plugin debugging
debug: false

#Worlds in which the plugin will work or execute its functions
enabled-worlds:
  - “world”

#Database connection
sql:

  #Types: SQLITE, MYSQL, MARIADB
  type: “sqlite”

  host: “”
  port: “”

  database: “”

  username: “”
  password: “”

  #Connection URL, if you want
  #Something extra
  
  #Connection string
  #url: “jdbc:mysql://localhost:3306/”

Atualizado