Advertisement
nick191821971782

Untitled

Jul 8th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. let config = {
  2. 'priv': {
  3. autoStart: true,
  4. roomName: `Dervis 24/7 HH Pub made by Bods`,
  5. playerName: `🐠 Retarded Fish 🐠`,
  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: `dervis857`,
  18. host: `dervis`
  19. }
  20. },
  21. 'hr/always-one-admin': {
  22. }
  23. 'hr/pause': {
  24. pauseWhenPlayerLeaves: true,
  25. allowPlayersToPause: false,
  26. maxPauseTimes: 1,
  27. }
  28. }
  29. }
  30. };
  31. module.exports = config;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement