Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. let config = {
  2. 'room1': {
  3. autoStart: true,
  4. roomName: `Retirement Home Room #1`,
  5. playerName: `RHBot`,
  6. maxPlayers: 20,
  7. public: false,
  8. repositories: [
  9. {
  10. type: 'github',
  11. repository: 'morko/hhm-sala-plugins',
  12. },
  13. ],
  14. pluginConfig: {
  15. 'sav/roles': {
  16. roles: {
  17. admin: `zd?7HXeC`,
  18. host: `d([Ztb8s`
  19. }
  20. },
  21. 'hr/kickban': {},
  22. 'hr/spam': {},
  23. 'hr/simple-commands': {},
  24. 'hr/win-streak': {},
  25. },
  26. },
  27. },
  28. 'room2': {
  29. autoStart: true,
  30. roomName: `Retirement Home Room #2`,
  31. playerName: `RHBot`,
  32. maxPlayers: 20,
  33. public: false,
  34. repositories: [
  35. {
  36. type: 'github',
  37. repository: 'morko/hhm-sala-plugins',
  38. },
  39. ],
  40. pluginConfig: {
  41. 'sav/roles': {
  42. roles: {
  43. admin: `zd?7HXeC`,
  44. host: `d([Ztb8s`
  45. }
  46. },
  47. 'hr/kickban': {},
  48. 'hr/spam': {},
  49. 'hr/simple-commands': {},
  50. 'hr/win-streak': {},
  51. },
  52. },
  53. };
  54. module.exports = config;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement