Advertisement
nick191821971782

Untitled

Jun 24th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. let config = {
  2. 'priv': {
  3. autoStart: true,
  4. roomName: `Retired nibbas pub`,
  5. playerName: `bods' bot`,
  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: `durag`,
  18. host: `durag2`
  19. }
  20. },
  21. 'hr/pause': {
  22. pauseWhenPlayerLeaves: true,
  23. allowPlayersToPause: false,
  24. maxPauseTimes: 1,
  25. },
  26. 'hr/always-one-admin': {
  27. }
  28. }
  29. }
  30. };
  31. module.exports = config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement