Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- message:
- added-new-robot: "&a&l[!] &aYou have added a &l%type% &arobot with a &l%boost% &ararity to your inventory!"
- failed-to-add: "&c&l[!] &cThere was an issue adding a robot to your inventory, please create a ticket on Discord!"
- failed-to-upgrade: "&c&l[!] &cThere was an issue upgrading your rarity, error: %issue%, please create a ticket on Discord!"
- failed-to-update-bot-count-upgrading: "&c&l[!] &cPlease wait a few seconds!"
- another-upgrade-is-in-progress: "&c&l[!] &cPlease wait a few seconds for the upgrade to finish!"
- withdraw-successful: "&a&l[!] &aYou have withdrawn all earnings generated by your robots!"
- upgraded: "&a&l[!] &aYou have upgraded the category to level &l%level%&a!"
- failed-to-fetch-bal: "&cFailed to fetch your balance!"
- insufficient-balance: "&c&l[!] &cYou do not have enough tokens/gems to upgrade to the next level!"
- database:
- host: "127.0.01"
- port: 3306
- username: "root"
- password: "password"
- database: "robots"
- use-ssl: true
- tasks:
- save-task-in-sec: 30
- types:
- gems:
- commands:
- deposit-command: "points give %player% %value%"
- withdraw-command: "points take %player% %value%"
- balance-placeholder: "%playerpoints_points%"
- tokens:
- commands:
- deposit-command: "tokens add %player% %value%"
- withdraw-command: "tokens remove %player% %value%"
- balance-placeholder: "%tokens_balance%"
- boosts:
- legendary:
- expressions:
- tokens:
- generated-revenue-per-second: "(level * 160000000) + ((count - 1) * 160000000)"
- cost-to-upgrade: "level * 1600000000000"
- gems:
- generated-revenue-per-second: "(level * 40) + ((count - 1) * 40)"
- cost-to-upgrade: "level * 400000"
- trigger:
- tokens:
- 10: ["say Alen_Alex I reached level 10 of Legendary Tokens"]
- gems:
- 10: ["say Alen_Alex I reached level 10 of Legendary Gems"]
- epic:
- expressions:
- tokens:
- generated-revenue-per-second: "(level * 80000000) + ((count - 1) * 80000000)"
- cost-to-upgrade: "level * 800000000000"
- gems:
- generated-revenue-per-second: "(level * 15) + ((count - 1) * 15)"
- cost-to-upgrade: "level * 200000"
- trigger:
- tokens:
- 10: ["say Alen_Alex I reached level 10 of epic Tokens"]
- gems:
- 10: ["say Alen_Alex I reached level 10 of epic Gems"]
- rare:
- expressions:
- tokens:
- generated-revenue-per-second: "(level * 40000000) + ((count - 1) * 40000000)"
- cost-to-upgrade: "level * 400000000000"
- gems:
- generated-revenue-per-second: "(level * 10) + ((count - 1) * 10)"
- cost-to-upgrade: "level * 100000"
- trigger:
- tokens:
- 10: ["say Alen_Alex I reached level 10 of rare Tokens"]
- gems:
- 10: ["say Alen_Alex I reached level 10 of rare Gems"]
- common:
- expressions:
- tokens:
- generated-revenue-per-second: "(level * 20000000) + ((count - 1) * 20000000)"
- cost-to-upgrade: "level * 200000000000"
- gems:
- generated-revenue-per-second: "(level * 5) + ((count - 1) * 5)"
- cost-to-upgrade: "level * 50000"
- trigger:
- tokens:
- 10: ["say Alen_Alex I reached level 10 of common Tokens"]
- gems:
- 10: ["say Alen_Alex I reached level 10 of common Gems"]
Advertisement
Add Comment
Please, Sign In to add comment