Advertisement
Guest User

simplecronclone events.yml

a guest
Apr 1st, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1.  
  2. playerJoin: []
  3. # - file: 'events/playerJoin.sce'
  4. # filters:
  5. # players:
  6. # - admalledd
  7. # - -notch
  8. # worlds:
  9. # - -hub
  10. # - command: 'do say allevents:::$0:$1'
  11. # filters:
  12. # players:
  13. # worlds:
  14. # - file: 'events/playerJoin.sce'
  15. # filters:
  16. # players:
  17. # worlds:
  18.  
  19. playerFirstJoin: []
  20. # - file: 'events/playerFirstJoin.sce'
  21. # filters:
  22. # players:
  23. # worlds:
  24.  
  25. playerQuit: []
  26. # - file: 'events/playerQuit.sce'
  27. # filters:
  28. # players:
  29. # worlds:
  30.  
  31.  
  32. serverEmpty: []
  33. # - file: 'events/serverEmpty.sce'
  34. # filters:
  35. # players:
  36. # worlds:
  37.  
  38.  
  39. serverNotEmpty: []
  40. # - file: 'events/serverNotEmpty.sce'
  41. # filters:
  42. # players:
  43. # worlds:
  44.  
  45. playerTeleportWorld: []
  46. # - file: 'events/playerTeleportWorld.sce'
  47. # filters:
  48. # players:
  49. # worlds:
  50.  
  51.  
  52. worldEmpty: []
  53. # - file: 'events/worldEmpty.sce'
  54. # filters:
  55. # players:
  56. # - admalledd
  57. # worlds:
  58. # - command: 'do say sample one liner $0 $1 $2 $3'
  59. # filters:
  60. # players:
  61. # - admalledd
  62. # worlds:
  63. # - -world
  64.  
  65. worldNotEmpty: []
  66. # - file: 'events/worldNotEmpty.sce'
  67. # filters:
  68. # players:
  69. # worlds:
  70.  
  71.  
  72. ############### IN-GAME TIME EVENTS #################
  73.  
  74. hourChange: []
  75. # - command: #'do say allevents:::$0:$1:$2'
  76. # filters:
  77. # players: #empty event though not in use/ applicable to this event
  78. # worlds:
  79. dawn: []
  80. # - command: #'do say dawn:::$0:$1'
  81. # filters:
  82. # players: #empty event though not in use/ applicable to this event
  83. # worlds:
  84. midday: []
  85. # - command: 'do say midday:::$0:$1'
  86. # filters:
  87. # players: #empty event though not in use/ applicable to this event
  88. # worlds:
  89. dusk: []
  90. # - command: #'do say dusk:::$0:$1'
  91. # filters:
  92. # players: #empty event though not in use/ applicable to this event
  93. # worlds:
  94. night: []
  95. # - command: #'do say night:::$0:$1'
  96. # filters:
  97. # players: #empty event though not in use/ applicable to this event
  98. # worlds:
  99. midnight: []
  100. # - command: #'do say midnight:::$0:$1'
  101. # filters:
  102. # players: #empty event though not in use/ applicable to this event
  103. # worlds:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement