Guest User

Casinos config

a guest
Jul 25th, 2022
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. {
  2. "General settings": {
  3. "List of CopyPaste file names that can be used as casinos. Requires Pookie bear in order to set a spawn point": {
  4. "Casino": {
  5. "Number of poker tables in the prefab": 1,
  6. "Number of slot machines in the prefab": 6,
  7. "Number of big wheels in the prefab": 0,
  8. "Number of betting terminals in the prefab": 0,
  9. "Number of boom boxes in the prefab": 1
  10. },
  11. "Casino_Metal": {
  12. "Number of poker tables in the prefab": 1,
  13. "Number of slot machines in the prefab": 3,
  14. "Number of big wheels in the prefab": 1,
  15. "Number of betting terminals in the prefab": 3,
  16. "Number of boom boxes in the prefab": 1
  17. },
  18. "Casino_Large": {
  19. "Number of poker tables in the prefab": 2,
  20. "Number of slot machines in the prefab": 11,
  21. "Number of big wheels in the prefab": 1,
  22. "Number of betting terminals in the prefab": 4,
  23. "Number of boom boxes in the prefab": 1
  24. }
  25. },
  26. "Maximum casinos that can be spawned on the server": 10,
  27. "List of commands that open up the casino menu": [
  28. "ic",
  29. "icasino"
  30. ],
  31. "How often should players be told that they can host casinos [seconds]? [0 = off]": 600.0,
  32. "Maximum time that a casino can run for? [seconds] [0 = no time limit]": 0
  33. },
  34. "Lobby settings": {
  35. "Delay after being kicked by the host before the player is teleported out [seconds]": 15.0,
  36. "Allow players who have been kicked to rejoin. Hosts can unban players if set to false.": false,
  37. "Default lobby termination delay when a lobby is closed": 30.0
  38. }
  39. }
Add Comment
Please, Sign In to add comment