Guest User

Untitled

a guest
Jul 12th, 2016
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. #
  2. # permission: civduties.admin
  3. # priority: 1
  4. # commands:
  5. # commandidentifier1:
  6. # syntax: gamemode 1
  7. # timing: ENABLE
  8. # executor: PLAYER
  9. # commandidentifier2:
  10. # syntax: /deop %PLAYER%
  11. # timing: DISABLE
  12. # executor: CONSOLE
  13. # commandidentifier3:
  14. # syntax: say A player in duty mode logged in
  15. # timing: LOGIN
  16. # executor: CONSOLE
  17. # temporary:
  18. # permissions:
  19. # - bukkit.ban
  20. # - bukkit.unban
  21. # groups:
  22. # - admins
  23. # disable_death_drops: true
  24. # enable_combattag_block: true
  25.  
  26. tiers:
  27. super_friends:
  28. priority: 0
  29. disable_death_drops: true
  30. enable_combattag_block: true
  31. admin:
  32. priority: 1
  33. permission: bukkit.command.help
  34. commands:
  35. commandidentifier1:
  36. syntax: gamemode 1
  37. timing: ENABLE
  38. executor: PLAYER
  39. commandidentifier2:
  40. syntax: /gamemode 0 %PLAYER_NAME%
  41. timing: DISABLE
  42. executor: CONSOLE
  43. commandidentifier3:
  44. syntax: say A player in duty mode logged in
  45. timing: LOGIN
  46. executor: CONSOLE
  47. disable_death_drops: true
  48. enable_combattag_block: false
  49. mysql:
  50. hostname: localhost
  51. port: 3306
  52. dbname: Minecraft
  53. username: root
  54. password: '1234'
Add Comment
Please, Sign In to add comment