update-check

  • Boolean value true or false.
  • Default: true
  • If this is true it will look for new updates for the plugin.

prefix

  • Any string value.
  • Default: &9&lSuperCredits &8>> &7
  • The prefix that the plugin will show in the messages.

messages

  • String value, ENES.
  • Default: EN
  • The language of the plugin messages.

command

  • Any string value.
  • Default: credits
  • The command of the currency.

aliases

  • List of string values.
  • Default:
    • creditos
    • yourcreditname
  • The alias of the currency.

credits-name

  • Any string value.
  • Default: «&9Credits»
  • The name of the currency.

credits-name-plural

  • Any string value.
  • Default: «Credits»
  • Name of the currency in plural.

credits-name-singular

  • Any string value.
  • Default: «Credit»
  • Name of the currency in the singular.

vault

  • Boolean value true or false.
  • Default: true
  • Use plugin as vaul currency.

default-balance

  • Any integer value.
  • Default: 1
  • The balance by default.

data-storage

  • This section is for the database.
  • type
    • String value. (SQLite, MySQL)
    • Default: «SQLite»
    • The type of data storage.
  • host
    • Any string value.
    • Default: localhost
    • The address of the database host.
  • port 
    • Any integer value.
    • Default: 3306
    • The port of the database.
  • database
    • Any string value.
    • Default: minecraft
    • The name of the database.
  • username
    • Any string value.
    • Default: root
    • The username of the database.
  • password
    • Any string value.
    • Default: «»
    • The password of the database user.