Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. General {
  2. Commands {
  3. # List of commands to log (exclude the /) - Must at least have a player and a slot number
  4. loggedCommands=[
  5. pokegift,
  6. pokesell
  7. ]
  8. }
  9. Logging {
  10. enableCommandLogging=true
  11. enableGTSLogging=true
  12. enableMegaDrops=false
  13. enableNormalCatching=false
  14. enablePixelExtrasLogging=false
  15. enablePokeLoot=false
  16. enableReceivedLogging=true
  17. enableReleaseLogging=true
  18. enableSafeTradeLogging=false
  19. enableShinyLegendary=true
  20. enableTradeLogging=true
  21. enableWTLogging=false
  22. }
  23. # Time, in days, to automatically remove logs
  24. removeExpired=60
  25. }
  26. Storage {
  27. MySQL {
  28. Password=""
  29. URL="[host]:[port]/[database]"
  30. Username=""
  31. }
  32. # Types: h2, mysql
  33. storageType=h2
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement