Advertisement
Guest User

Untitled

a guest
Feb 15th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. commands {
  2. near {
  3. defaultRadius=5
  4. }
  5. }
  6. db {
  7. h2 {
  8. tablePrefix="prism_"
  9. }
  10. mongo {
  11. host="127.0.0.1"
  12. pass=""
  13. port=27017
  14. user=""
  15. }
  16. mysql {
  17. host=localhost
  18. pass="MYPASS"
  19. port=3306
  20. schemaVersion=1
  21. tablePrefix="prism_"
  22. user=root
  23. }
  24. name=prism
  25. }
  26. defaults {
  27. enabled=true
  28. radius=5
  29. since="3d"
  30. }
  31. display {
  32. dateFormat="d/M/yy hh:mm:ss"
  33. }
  34. events {
  35. break=true
  36. death=true
  37. decay=true
  38. drop=false
  39. grow=true
  40. join=false
  41. pickup=true
  42. place=true
  43. quit=false
  44. }
  45. limits {
  46. radius {
  47. max=100
  48. }
  49. }
  50. query {
  51. actionable {
  52. limit=10000
  53. }
  54. lookup {
  55. limit=1000
  56. }
  57. }
  58. storage {
  59. engine=mysql
  60. expireRecords="4w"
  61. maxPoolSize=10
  62. minPoolSize=2
  63. purgeBatchLimit=100000
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement