Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ####################################
- #
- # Top v2.0.0
- # (c) Maxim Van de Wynckel
- # http://www.mvdw-software.be
- #
- ####################################
- #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
- # GENERAL PLUGIN SETTINGS
- #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
- ## Config version (DO NOT EDIT)
- config: 5
- ## Language file
- lang: 'en'
- ## Debug mode
- debug: false
- ## Log to file
- log: true
- ## Auto updater. New updates for the plugins
- ## will be downloaded and installed on the next
- ## server restart.
- autoUpdate: true
- #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
- # TOP PLUGIN SETTINGS
- #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
- # Remote API
- remote:
- # Turn this to false if you want to disable the remote
- # API.
- enabled: false
- # Make sure this port can be accessed for the purpose
- # you use it. If its a local PHP script or something
- # similar you don't need to forward it.
- port: 8888
- auto-refresh:
- enable: true
- # Interval in seconds
- interval: 86400
- # Performance warnings
- warnings:
- # Ticks per second warning
- tps-warning:
- enabled: true
- # Threshold in TPS
- threshold: 15
- # RAM warning
- ram-warning:
- enabled: true
- # Threshold in MB of used RAM
- threshold: 3000
- dateFormat: 'dd MMMM yyyy HH:mm'
Advertisement
Add Comment
Please, Sign In to add comment