EtnoCraft

Plugman 2.1.1 - Configuración

Sep 12th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. ###
  2. # A list of plugins that we should ignore when doing enable, disable, restart, load, reload, and unload.
  3. #
  4. # This takes the form of a comma separated list enclosed within the brackets.
  5. ###
  6. ignored-plugins:
  7.  
  8. ###
  9. # Whether or not we want to use the Metrics plugin staticstics.
  10. # Information collected can be found here: http://mcstats.org/plugin/PlugMan
  11. #
  12. # This takes a value of either "true" or "false".
  13. ###
  14. use-metrics: true
  15.  
  16. ###
  17. # Should we send updates alerts to players with plugman.update if updater mode is set to check?
  18. #
  19. # This takes a value of either "true" or "false".
  20. ###
  21. update-alerts: true
  22.  
  23. ###
  24. # What type of Updater, if any, we should choose.
  25. #
  26. # download: Automatically download new versions and have it ready for the next restart.
  27. # check: Only check if there is a new version available, notify appropriate people.
  28. # force: Force a download of the latest file every time so you always have the most up-to-date version.
  29. # none: Ignore Updater altogether.
  30. ###
  31. updater-type: download
Advertisement
Add Comment
Please, Sign In to add comment