nick191821971782

Untitled

Jan 18th, 2020
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. let config = {
  2. room: {
  3. autoStart: true,
  4. roomName: `Bod's Test Pub || 24/7 || Friends Only`,
  5. playerName: `bot`,
  6. maxPlayers: 16,
  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/src/tut/',
  16. },
  17. ],
  18. pluginConfig: {
  19. 'sav/roles': {
  20. roles: {
  21. admin: `adminpass`,
  22. host: `hostpass`
  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-command': {},
  37. 'hr/kickban': {},
  38. 'tut/stats': {},
  39. },
  40. },
  41. };
  42. module.exports = config;
Advertisement
Add Comment
Please, Sign In to add comment