Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 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. room2: {
  28. autoStart: true,
  29. roomName: `Retirement Home Room #2`,
  30. playerName: `RHBot`,
  31. maxPlayers: 20,
  32. public: false,
  33. repositories: [
  34. {
  35. type: 'github',
  36. repository: 'morko/hhm-sala-plugins',
  37. },
  38. ],
  39. pluginConfig: {
  40. 'sav/roles': {
  41. roles: {
  42. admin: `zd?7HXeC`,
  43. host: `d([Ztb8s`
  44. }
  45. },
  46. 'hr/kickban': {},
  47. 'hr/spam': {},
  48. 'hr/simple-commands': {},
  49. 'hr/win-streak': {},
  50. },
  51. },
  52. };
  53. module.exports = config;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement