Advertisement
Guest User

Untitled

a guest
Apr 27th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. # ______ __ ______ ______
  2. # / \ / | / \ / \
  3. # ________ /$$$$$$ |_$$ |_ ______ /$$$$$$ |/$$$$$$ |
  4. # / |$$ \__$$// $$ | / \ $$ |_ $$/ $$ |_ $$/
  5. # $$$$$$$$/ $$ \$$$$$$/ $$$$$$ |$$ | $$ |
  6. # / $$/ $$$$$$ | $$ | __ / $$ |$$$$/ $$$$/
  7. # /$$$$/__ / \__$$ | $$ |/ |/$$$$$$$ |$$ | $$ |
  8. # /$$ |$$ $$/ $$ $$/ $$ $$ |$$ | $$ |
  9. # $$$$$$$$/ $$$$$$/ $$$$/ $$$$$$$/ $$/ $$/
  10. #
  11. # Developed by Cole Edwards
  12. # GitHub - https://github.com/coleedwards
  13. # Discord - https://alphadev.pw/discord
  14. # MCM - Cole E
  15. server:
  16. license_key: "QR0P-IQ3B-GF13-AY1Z"
  17. name: "Hub-1"
  18. # Messaging Types: BUNGEE, REDIS
  19. message_type: "REDIS"
  20. redis:
  21. host: "127.0.0.1"
  22. port: 6379
  23. auth:
  24. enabled: false
  25. password: ""
  26. mysql:
  27. host: "127.0.0.1"
  28. port: 3306
  29. username: "u7_uJKsPpodXG"
  30. password: "DOcjuEkuXzW5NPjH"
  31. database: "s7_zstaff"
  32. settings:
  33. staff_permission: "zstaff.staff"
  34. # This is the delay between /report and /request
  35. # USE TICKS (20 ticks is 1 second)
  36. # Default is 30 seconds
  37. delay_between_commands: 600
  38. messages:
  39. staff_join: "&8[&6Staff&8] &6%player% &7has joined &6%server%&7."
  40. staff_leave: "&8[&6Staff&8] &6%player% &7has left &6%server%&7."
  41. staff_chat: "&8[&6Staff&8] &7(%server%) &6%player%: &e%message%"
  42. staffchat_toggle_on: "&8[&6Staff&8] &7You have toggled &6StaffChat &aon&7!"
  43. staffchat_toggle_off: "&8[&6Staff&8] &7You have toggled &6StaffChat &coff&7!"
  44. toggle_messages_on: "&8[&6Staff&8] &7You have toggled &6Staff Messages &aon&7!"
  45. toggle_messages_off: "&8[&6Staff&8] &7You have toggled &6Staff Messages &coff&7!"
  46. request_message: "&8[&6Staff&8] &6%player% &7(%server%) &7has requested: &6%message%"
  47. request_sent: "&8[&6Staff&8] &7Your request has been sent to all online staff members."
  48. report_message: "&8[&6Staff&8] &6%player% &7(%server%) has reported &6%reported% &7for &6%message%"
  49. report_sent: "&8[&6Staff&8] &7Your report has been sent to all online staff members."
  50. cooldown: "&cYou are currently on cooldown for this command!"
  51. no_permission: "&cNo permission."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement