Advertisement
Guest User

Untitled

a guest
Apr 20th, 2020
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. # Check out the default config: https://bitbucket.org/Prunt/advancedafk/wiki/Default%20config
  2. #
  3. general:
  4. disabled-worlds:
  5. - 'afk_world'
  6. broadcast:
  7. everyone: false
  8. player: false
  9. if-dead: false
  10. anti-spam:
  11. enabled: true
  12. cooldown: 10
  13.  
  14. commands:
  15. afk:
  16. description: "Toggle your or other player's AFK mode."
  17. usage: '&cCorrect usage: /<command> [<player> [reason]|[reason]]'
  18. aliases:
  19. - 'a'
  20. checkafk:
  21. description: "Check AFK player's info."
  22. usage: '&cCorrect usage: /<command> <player>'
  23. aliases:
  24. - 'cafk'
  25. - 'ca'
  26. advancedafk:
  27. description: "Reload the plugin or set the teleport location."
  28. usage: '&cCorrect usage: /<command> [reload|set]'
  29. aliases:
  30. - 'aaafk'
  31.  
  32. auto:
  33. interval: 5
  34. afk:
  35. enabled: true
  36. delay: 300
  37. teleport:
  38. enabled: true
  39. delay: 900
  40. location:
  41. world: monde
  42. x: 37.0
  43. y: 199.0
  44. z: 720.0
  45. yaw: -90.0
  46. pitch: 0.0
  47. kick:
  48. enabled: false
  49. delay: 900
  50. only-if-full: false
  51. as-console: true
  52. commands:
  53. - 'kick %player% -s Tu as été exclu car tu es resté AFK trop longtemps.'
  54.  
  55. misc:
  56. ignore-sleep: true
  57. protection:
  58. moving: false
  59. damage: false
  60. particles:
  61. enabled: false
  62. type: CLOUD
  63. amount: 3
  64.  
  65. prefix:
  66. tablist:
  67. enabled: false
  68. prefix: '[A]'
  69. playertag:
  70. enabled: false
  71. prefix: '[A]'
  72.  
  73. countdown:
  74. afk:
  75. enabled: true
  76. title: '&a&l%count%'
  77. subtitle: '&bFait quelque chose ou tu sera absent !'
  78. sound: BLOCK_NOTE_BLOCK_PLING
  79. teleport:
  80. enabled: true
  81. title: '&a&l%count%'
  82. subtitle: '&bFait quelque chose ou tu sera téléporté!'
  83. sound: BLOCK_NOTE_BLOCK_PLING
  84. kick:
  85. enabled: false
  86. title: '&a&l%count%'
  87. subtitle: '&bFait quelque chose ou tu sera exclu !'
  88. sound: BLOCK_NOTE_BLOCK_PLING
  89. #advancedafk.preset.vip
  90. presets:
  91. 20:
  92. afk: 300
  93. teleport: 1200
  94. kick: 1200
  95. 22:
  96. afk: 300
  97. teleport: 1320
  98. kick: 1320
  99. 24:
  100. afk: 300
  101. teleport: 1440
  102. kick: 1440
  103. 26:
  104. afk: 300
  105. teleport: 1560
  106. kick: 1560
  107. 28:
  108. afk: 300
  109. teleport: 1680
  110. kick: 1680
  111. 30:
  112. afk: 300
  113. teleport: 1800
  114. kick: 1800
  115. 32:
  116. afk: 300
  117. teleport: 1920
  118. kick: 1920
  119. 34:
  120. afk: 300
  121. teleport: 2040
  122. kick: 2040
  123. 36:
  124. afk: 300
  125. teleport: 2160
  126. kick: 2160
  127. 38:
  128. afk: 300
  129. teleport: 2280
  130. kick: 2280
  131. 40:
  132. afk: 300
  133. teleport: 2400
  134. kick: 2400
  135. 42:
  136. afk: 300
  137. teleport: 2520
  138. kick: 2520
  139. 44:
  140. afk: 300
  141. teleport: 2640
  142. kick: 2640
  143. 45:
  144. afk: 300
  145. teleport: 2700
  146. kick: 2700
  147. 46:
  148. afk: 300
  149. teleport: 2760
  150. kick: 2760
  151. 48:
  152. afk: 300
  153. teleport: 2880
  154. kick: 2880
  155. 50:
  156. afk: 300
  157. teleport: 3000
  158. kick: 3000
  159. 52:
  160. afk: 300
  161. teleport: 3120
  162. kick: 3120
  163. 54:
  164. afk: 300
  165. teleport: 3240
  166. kick: 3240
  167. 60:
  168. afk: 300
  169. teleport: 3600
  170. kick: 3600
  171. listeners:
  172. commands: true
  173. chat: true
  174. bed-enter: true
  175. world-change: false
  176. book-edit: true
  177. shear: false
  178. unleash: true
  179. move: false
  180. xp: false
  181. interact:
  182. entity: false
  183. anything: false
  184. item:
  185. drop: true
  186. pickup: false
  187. break: false
  188. block:
  189. place: true
  190. break: false
  191. toggle:
  192. flight: true
  193. sprint: true
  194. sneak: false
  195. bucket:
  196. fill: true
  197. empty: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement