Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. MINUTES_TO_PRIZE: 1
  2. PRIZE_MESSAGE: '&cGrales na serwerze przez X minut, otrzymujesz nagrode!'
  3. PRIZE_LIST: '[
  4. {
  5. "permission": "gracz",
  6. "commands": [
  7. "eco give {NICK} 10",
  8. "cr give {NICK} mysterycrate 1"
  9. ]
  10. },
  11. {
  12. "permission": "tim.vip",
  13. "commands": [
  14. "cr give {NICK} mysterycrate 2",
  15. "eco give {NICK} 10"
  16. ]
  17. },
  18. {
  19. "permission": "tim.skrzynia",
  20. "commands": [
  21. "eco give {NICK} 10",
  22. "cr give {NICK} mysterycrate 1",
  23. "cr give {NICK} weaponcrate 1"
  24. ]
  25. },
  26. {
  27. "permission": "tim.vip",
  28. "commands": [
  29. "cr give {NICK} multicase 1",
  30. "eco give {NICK} 20",
  31. "cr give {NICK} weaponcrate1"
  32. ]
  33. }
  34. ]'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement