Advertisement
Guest User

Untitled

a guest
Jan 13th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. version: '2.12'
  2. chatHeader: '&C[&ACrazyPromoter&C] &F'
  3. checkInterval: 5
  4. promotions:
  5. default:
  6. name: default
  7. commands:
  8. - manpromote $0$ Novice
  9. - say $0$ was promoted to Novice by reaching five minutes of play time!
  10. condition:
  11. type: de.st_ddt.crazyutil.conditions.Condition_AND
  12. conditions:
  13. PermissionsGroup0:
  14. type: de.st_ddt.crazyutil.conditions.player.ConditionPlayerPermissionGroup
  15. group: default
  16. OnlineTime1:
  17. type: de.st_ddt.crazyutil.conditions.player.ConditionPlayerOnlineTime
  18. time: 5
  19. Novice:
  20. name: Novice
  21. commands:
  22. - manpromote $0$ Builder
  23. - say $0$ was promoted to Builder by reaching two hours play time!
  24. condition:
  25. type: de.st_ddt.crazyutil.conditions.Condition_AND
  26. conditions:
  27. PermissionsGroup0:
  28. type: de.st_ddt.crazyutil.conditions.player.ConditionPlayerPermissionGroup
  29. group: Novice
  30. OnlineTime1:
  31. type: de.st_ddt.crazyutil.conditions.player.ConditionPlayerOnlineTime
  32. time: 120
  33. Builder:
  34. name: Builder
  35. commands:
  36. - manpromote $0$ Citizen
  37. - say $0$ was promoted to Citizen by reaching six hours play time!
  38. condition:
  39. type: de.st_ddt.crazyutil.conditions.Condition_AND
  40. conditions:
  41. PermissionsGroup0:
  42. type: de.st_ddt.crazyutil.conditions.player.ConditionPlayerPermissionGroup
  43. group: Builder
  44. OnlineTime1:
  45. type: de.st_ddt.crazyutil.conditions.player.ConditionPlayerOnlineTime
  46. time: 360
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement