Default Config
Default Values (config.yml)
Database: AutoDownloadLibrary: true Type: sqlite Host: localhost Port: 3306 Server: minecraft UserName: root Password: none Prefix: pj_ DatabaseTrimSettings: RemoveOldRecords: false RemoveFilesAfterDays: 180 OldRecordsCheckTime: 48 Jobs: JobsPerPlayer: 4 PaymentMethod: both EnableSkillTrees: true RandomEventInterval: 45 ExperienceLevels: Enabled: true MaxLevel: 150
Config Details
| Setting | Description | Value Description |
|---|---|---|
| Database | ||
| AutoDownloadLibrary | Do you want the plugin to automatically download the SQLibrary plugin (it is required for this plugin to function) | true or false |
| Type | Type of Database to use | sqlite or mysql |
| Host | IP address to the server | localhost or ip format (xxx.xxx.xxx.xxx) |
| Port | The port that the server is listening on | default is 3306 |
| Server | The database name that will be used to save all data | |
| UserName | Your login username for the database | usually "root" unless you changed it. no quotes |
| Password | Your login password for the database | |
| Prefix | The Table prefix for the created tables for this plugin | Please end this with an underscore (example: pj_) |
| DatabaseTrimSettings | ||
| RemoveOldRecords | Do you wish to remove (delete) old records | true or false |
| RemoveFilesAfterDays | Delete files older that the number of days stated here | 0 disables (never delete anything) |
| OldRecordsCheckTime | How often should the database be checked for old records | (in hours) Default is 48 |
| Jobs | ||
| JobsPerPlayer | How many jobs can a player have at one time | default is 4 |
| PaymentMethod | How do you want to pay your players | currency, xp, or both |
| EnableSkillTrees | Are skill trees available | true or false |
| EnableRandomEvents | Do you want to allow random PlayerJob events | true or false |
| RandomEventInterval | The time interval (in minutes) that a random Job Event can start | default is 45 |
| ExperienceLevels | ||
| Enabled | Enable experience level progression on the server | true or false |
| MaxLevel | Maximum level (level cap) for your players | 0 for no level cap, default is 150 |
Comments