Advertisement
nick191821971782

Untitled

Jul 17th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. let config = {
  2. 'priv': {
  3. autoStart: true,
  4. roomName: `Dervis is a useless shit`,
  5. playerName: `Bods made this`,
  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: `dervtrash`,
  18. host: `dervtrash`
  19. },
  20. 'hr/pause': {
  21. pauseWhenPlayerLeaves: true,
  22. allowPlayersToPause: false,
  23. maxPauseTimes: 1,
  24. }
  25. }
  26. }
  27. };
  28. module.exports = config;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement