EtnoCraft

Top 1.10.0 - Configuración

Dec 9th, 2016
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. ####################################
  2. #
  3. # Top v2.0.0
  4. # (c) Maxim Van de Wynckel
  5. # http://www.mvdw-software.be
  6. #
  7. ####################################
  8.  
  9. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  10. # GENERAL PLUGIN SETTINGS
  11. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  12.  
  13. ## Config version (DO NOT EDIT)
  14. config: 5
  15.  
  16. ## Language file
  17. lang: 'en'
  18.  
  19. ## Debug mode
  20. debug: false
  21.  
  22. ## Log to file
  23. log: true
  24.  
  25. ## Auto updater. New updates for the plugins
  26. ## will be downloaded and installed on the next
  27. ## server restart.
  28. autoUpdate: true
  29.  
  30.  
  31. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  32. # TOP PLUGIN SETTINGS
  33. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  34.  
  35. # Remote API
  36. remote:
  37. # Turn this to false if you want to disable the remote
  38. # API.
  39. enabled: false
  40. # Make sure this port can be accessed for the purpose
  41. # you use it. If its a local PHP script or something
  42. # similar you don't need to forward it.
  43. port: 8888
  44.  
  45. auto-refresh:
  46. enable: true
  47. # Interval in seconds
  48. interval: 86400
  49.  
  50. # Performance warnings
  51. warnings:
  52. # Ticks per second warning
  53. tps-warning:
  54. enabled: true
  55. # Threshold in TPS
  56. threshold: 15
  57. # RAM warning
  58. ram-warning:
  59. enabled: true
  60. # Threshold in MB of used RAM
  61. threshold: 3000
  62.  
  63. dateFormat: 'dd MMMM yyyy HH:mm'
Advertisement
Add Comment
Please, Sign In to add comment