Advertisement
nick191821971782

Untitled

Jan 26th, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. let config = {
  2. room: {
  3. autoStart: true,
  4. roomName: `Bod's Test Pub`,
  5. noPlayer: true,
  6. maxPlayers: 20,
  7. public: false,
  8. repositories: [
  9. {
  10. type: 'github',
  11. repository: 'morko/hhm-sala-plugins',
  12. },
  13. {
  14. type: 'github',
  15. repository: 'XHerna/hhm-plugins',
  16. },
  17. ],
  18. pluginConfig: {
  19. 'sav/roles': {
  20. roles: {
  21. admin: `imb0ds1`,
  22. host: `imb0ds1`
  23. }
  24. },
  25. 'hr/ban-protection': {
  26. protectedRoles: [
  27. 'admin',
  28. 'host'
  29. ],
  30. allowOnlyProtectedRolesToBan: true,
  31. violationMessage: 'You can not ban that player!',
  32. banTheBanners: false
  33. },
  34. 'hr/always-one-admin': {},
  35. 'hr/win-streak': {},
  36. 'hr/simple-commands': {},
  37. 'hr/kickban': {},
  38. },
  39. },
  40. };
  41. module.exports = config;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement