Advertisement
Guest User

FJP

a guest
May 27th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. # FirstJoinPlus Configuration -- Configuration Help: http://dev.bukkit.org/bukkit-plugins/firstjoinplus/ #
  2. settings:
  3. allow-automatic-updating: true
  4. every-join-is-first-join: false
  5. on-first-join:
  6. delay-everything-below-by: 0
  7. first-join-message:
  8. enabled: true
  9. message: '&8[&a+&6firstjoin&8]&7%player_name'
  10. fun-stuff:
  11. play-sound:
  12. enabled: true
  13. sound-name: entity.sheep.ambient
  14. listen-permission: firstjoinplus.notify
  15. smoke-effect:
  16. enabled: true
  17. launch-firework:
  18. enabled: true
  19. first-join-kit:
  20. enabled: false
  21. give-written-books:
  22. enabled: false
  23. book-files:
  24. - rules.txt
  25. give-experience:
  26. enabled: false
  27. level-amount: 0
  28. modify-damage:
  29. disable-pvp:
  30. enabled: false
  31. expire-after: 10
  32. god-mode:
  33. enabled: false
  34. expire-after: 10
  35. run-commands:
  36. enabled: false
  37. commands:
  38. - me just joined for the first time!
  39. run-console-commands:
  40. enabled: false
  41. commands:
  42. - setgroup %player_name newbies
  43. apply-potion-effects:
  44. enabled: false
  45. effects:
  46. - SPEED:1:15
  47. send-messages:
  48. enabled: false
  49. messages:
  50. - '&2Welcome to our server, %player_name! Customize this message in the FirstJoinPlus configuration.'
  51. - '&6http://dev.bukkit.org/server-mods/firstjoinplus/'
  52. reset-state:
  53. enabled: false
  54. teleport:
  55. enabled: false
  56. x: 0
  57. y: 64
  58. z: 0
  59. pitch: 0
  60. yaw: 0
  61. world: world
  62. other-messages:
  63. join-message:
  64. enabled: true
  65. message: '&8[&a+join&8]&7%player_name'
  66. play-sound:
  67. enabled: true
  68. sound-name: entity.shulker.ambient
  69. listen-permission: firstjoinplus.notify
  70. quit-message:
  71. enabled: true
  72. message: '&8[&c-leave&8]&7%player_name'
  73. play-sound:
  74. enabled: true
  75. sound-name: entity.shulker.hurt_closed
  76. listen-permission: firstjoinplus.notify
  77. kick-message:
  78. enabled: true
  79. message: '%none'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement