Simple Pay Day Plugin what works with JobsReborn.
Dependency:
------------------------------------------------------
JobsReborn:
https://www.spigotmc.org/resources/jobs-reborn.4216/
Vault:
https://www.spigotmc.org/resources/vault.34315/
Commands | Permissions | Description:
------------------------------------------------------
Command: /cgpdgiveall , Permission: cgpd.givepdall , Description: Gives everybody online a PayDay.
Command: /cgpreload , Permission: cgpd.reload , Description: Reloads the Configuration File for PayDay.
Command: /cgstart , Permission: cgpd.start , Description: Starts the PayDay Timer.
Command: /cgstop , Permission: cgpd.stop , Description: Stops the PayDay Timer.
Command: /cgpdgiveto <player | list of players> , Permission: cgpd.giveto , Description: Gives to 1 or more players the PayDay.
Permissions:
------------------------------------------------------
- "cgpd.receive" , permission required for a player in order to receive the PayDay
Configuration (config.yml):
------------------------------------------------------
#The Delay for the PayDay Timer. At what Time Period (minutes) should the PayDay be given.
Delay: 60
#The Multiplyer value used in PayDay Reward.
Multiplyer: 5
#Wherever the PayDay should be activated.
Enabled: true
PlaceHolder:
------------------------------------------------------
%SCG_timetillpd_h% - Time remaining untill PayDay in Hours
%SCG_timetillpd_m% - Time remaining untill PayDay in Minutes
%SCG_timetillpd_s% - Time remaining untill PayDay in Seconds
Calculation of PayDay:
------------------------------------------------------
PayDay represents the sum of joined jobs level , each multiplyed by the Multiplyer value.
Examlple:
If a player joined jobs: Miner level 5, Builder level 10 and the Multiplyer is set to 2, then the PayDay will be:
PAYDAY = Miner Level * Multiplyer + Builder Level * Multiplyer
PAYDAY = 5 * 2 + 10 * 2 = 30;