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

SettingDescriptionValue Description
Database
AutoDownloadLibraryDo you want the plugin to automatically download the SQLibrary plugin (it is required for this plugin to function)true or false
TypeType of Database to usesqlite or mysql
HostIP address to the serverlocalhost or ip format (xxx.xxx.xxx.xxx)
PortThe port that the server is listening ondefault is 3306
ServerThe database name that will be used to save all data
UserNameYour login username for the databaseusually "root" unless you changed it. no quotes
PasswordYour login password for the database
PrefixThe Table prefix for the created tables for this pluginPlease end this with an underscore
(example: pj_)
DatabaseTrimSettings
RemoveOldRecordsDo you wish to remove (delete) old recordstrue or false
RemoveFilesAfterDaysDelete files older that the number of days stated here0 disables (never delete anything)
OldRecordsCheckTimeHow often should the database be checked for old records(in hours) Default is 48
Jobs
JobsPerPlayerHow many jobs can a player have at one timedefault is 4
PaymentMethodHow do you want to pay your playerscurrency, xp, or both
EnableSkillTreesAre skill trees availabletrue or false
EnableRandomEventsDo you want to allow random PlayerJob eventstrue or false
RandomEventIntervalThe time interval (in minutes) that a random Job Event can startdefault is 45
ExperienceLevels
EnabledEnable experience level progression on the servertrue or false
MaxLevelMaximum level (level cap) for your players0 for no level cap, default is 150

Comments

Posts Quoted:
Reply
Clear All Quotes