Configuration

Configuration

config.yml
#Pretty basic for now, will be more options added later
start-money: 200  #how much money you want new players to start with.
time-between-salary: 120 #Time you want between the payday in seconds.
jobs.yml
#name of the default job
default-job: citizen

#list of the enabled jobs
enabled-jobs:
  - citizen
  - hobo
  - police-officer
  - gangster
  - mafia-boss

#basic structure of a job
citizen: #id
  salary: 50 #salary
  prefix: §a[CITIZEN] #prefix that goes infront of their name in chat.
  requires-vote: false #does this job require votes? true/false

hobo:
  salary: 0
  prefix: [HOBO]
  requires-vote: false

police-officer: #an example of a job that does require votes
  salary: 120 #salary
  prefix: [POLICE-OFFICER] #prefix yet again
  requires-vote: true #does it require votes? true/false
  votes-needed: 1 #if it does require votes, how many votes does it need?

gangster: #normal jobs yet again
  salary: 40
  prefix: [GANGSTER]
  requires-vote: false

mafia-boss:
  salary: 80
  prefix: [MAFIA-BOSS]
  requires-vote: false

#You can add as many jobs as you want.
Custom shipments classes

Will come when the plugin adds it


Comments

Posts Quoted:
Reply
Clear All Quotes