Guest User

Untitled

a guest
Jan 17th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.25 KB | None | 0 0
  1. plugin:
  2.     language:
  3.         commands: English                            # Language you want to use for commands that matches a directory under translations.
  4.         messages: English                            # Language you want to use for messages that matches a directory under translations.
  5.     debugmode: false                                 # Enable/disable debugging mode and additional console output.
  6.     usagestats: true                                 # Enable/disable usage stats reporting to CraftFire devs.
  7.     logging: true                                    # Enable/disable logging to files.
  8.     logformat: yyyy-MM-dd                            # Filename format of the AuthDB debug and error log files.
  9. database:
  10.     type: mysql                                      # Database type/driver to use. Current options are MySQL and eBean (Bukkit persistence).
  11.     host: newtimegaming.net                              # MySQL server hostname, domain, IP, or localhost for local connections. MySQL only.
  12.     port: 3306                                       # Port used for connecting to your MySQL server. This is usually 3306. MySQL only.
  13.     username: newtimeg_com                                  # Username used to connect to your database. Only valid for MySQL.
  14.     password: freakingawesome566                                  # Password used to connect to your database. MySQL only.
  15.     name: newtimeg_com                                      # Name of the database you are connecting to. MySQL only.
  16.     keepalive: false                                 # Enable/disable keeping database connection alive. Do not use if your connection limit is low. MySQL only.
  17.   name: Oxwall                                     # Name of the script you are using.
  18.     version: 1.4.0                                   # Version of the script you are using.
  19.     tableprefix: ow_                                 # Database table prefix for the script, if you use one.
  20.     tableprefix-extra:                               # Database table prefix for the script, if it has extra prefixes.
  21.     passwordsalt: 5071fb0a6a50a                       # Unique/custom password salt, if needed by the script.                                 # Unique/custom password salt, if needed by the script.
Add Comment
Please, Sign In to add comment