Advertisement
Guest User

Untitled

a guest
Jun 21st, 2022
2,461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.57 KB | None | 0 0
  1. {
  2.   "license": "XXXX-XXXX-XXXX-XXXX",
  3.   "formulas": [ // {0} the reward number (i.e. first reward, second reward...)
  4.     {
  5.       "key": "keys",
  6.       "equation": "{0}+1"
  7.     },
  8.     {
  9.       "key": "money",
  10.       "equation": "Math.min(80000000,5000000*{0})"
  11.     }
  12.   ],
  13.   "rewardCommands": [
  14.     "crate give {player} Event {formula_keys}",
  15.     "eco give {player} {formula_money}"
  16.   ],
  17.   "rewardIntervalMinutes": 5,
  18.   "reminderSeconds": 300,
  19.   "onlyBroadcastKnocksToSameWorld": true,
  20.   "centerX": 0,
  21.   "centerY": 0,
  22.   "centerZ": 0,
  23.   "world": "world",
  24.   "radius": 5
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement