Players can CheckIn and CheckOut jobs. When they are Checked In, they get money every x seconds. You can Configure how much a job is worth every x seconds. You can Configure every how many seconds die Player gets the configured amount for each Job.
RangeSigns: If you are CheckedIn and you leave the range marked on the range-Sign you are automaticaly checked out.
It is like in Real Life. The Owners have to look, that their employees work and don't just hang around. ;)
The config.yml has one point:
Creating Jobs: This is done in the jobs.yml. Here is an Example with 2 jobs: Miner and OtherJob
jobs: Miner: messageStart: "Hello some strange Miner, welcome in the Mine please start working, or you will get killed" messageEnd: "That was a Hard day. Please come back tomorrow" gainedMoney: 42 everySeconds: 2 OtherJob: messageStart: "I am some fancy welcoming message" messageEnd: "Bye, I hate you" gainedMoney: 9001 everySeconds: 3
This means: A Miner gets every 2 seconds 42 (whatever is your currency)
The Nodes in the jobs.yml: jobs: jobname: messageStart: "message to send on CheckIn" messageEnd: "message to send on CheckOut" gainedMoney: Integer number of money gained every x seconds everySeconds: Integer means it adds every x seconds the money to the account.
CheckIn Sign: Create a Sign with the following:
It will then auto fill the Sign.
CheckOut Sign: Create a Sign with the following: line1: checkout line2: jobname here line3: line4: It will then auto fill the Sign.
RangeCheck Sign: Create a Sign with the following:
The Sign will then auto fill.
Permissions: (one of the following)
Economy: (one of the following:)
Be sure to comment or make a support ticket if you need help with the plugin!