Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "license": "XXXX-XXXX-XXXX-XXXX",
- "formulas": [ // {0} the reward number (i.e. first reward, second reward...)
- {
- "key": "keys",
- "equation": "{0}+1"
- },
- {
- "key": "money",
- "equation": "Math.min(80000000,5000000*{0})"
- }
- ],
- "rewardCommands": [
- "crate give {player} Event {formula_keys}",
- "eco give {player} {formula_money}"
- ],
- "rewardIntervalMinutes": 5,
- "reminderSeconds": 300,
- "onlyBroadcastKnocksToSameWorld": true,
- "centerX": 0,
- "centerY": 0,
- "centerZ": 0,
- "world": "world",
- "radius": 5
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement