Advertisement
Guest User

<none>

a guest
Oct 16th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #skUtilities Configuration File
  2.  
  3. #--------------------------------[ Updates ]--------------------------------
  4.  
  5. #Should we check for updates every 12 hours.
  6. #Note: if 'checkForUpdates' is 'false' it will disable all other checks
  7.  
  8. checkForUpdates: true
  9. downloadUpdates: false
  10. downloadChangelog: false
  11.  
  12. #Broadcasts updates to players with the permission 'skUtilities.update'
  13.  
  14. broadcastUpdates: true
  15.  
  16. #-------------------------------[ Security! ]-------------------------------
  17.  
  18. #(UnSafe Option) If set to 'true' anything using paths in this addon (files)
  19. #Starts looking in the root directory of your whole server!
  20. #Example: Paths would start at 'root' or if your using windows 'c:/'
  21.  
  22. useRootAsDefaultPath: false
  23.  
  24. #(Safe Option) If set to 'false' anything using paths in this addon (files)
  25. #Starts looking in the root directory of the minecraft server!
  26. #Example: Paths would start at 'MinecraftServerRootFolder'
  27.  
  28. #--------------------------------[ Loading ]--------------------------------
  29.  
  30. #Disables or Enables parts of the addon.
  31. #If you wish to re-enable a part, you will have to change the option back
  32. #to 'true' and restart the server. (Only takes effect on server load)
  33.  
  34. loadConversions: true
  35. loadFiles: true
  36. loadYaml: true
  37. loadUrls: true
  38. loadUtilities: true
  39.  
  40. #---------------------------------[ Debug ]---------------------------------
  41.  
  42. #Forces this addon to send StackTraces instead of shortened errors.
  43. #This should only be enabled if you need to get more info from an Error!
  44.  
  45. debug: false
  46.  
  47. #Broadcasts errors to players with the permission 'skUtilities.error'
  48.  
  49. broadcastErrors: true
  50.  
  51. #---------------------------------------------------------------------------
  52.  
  53. #DO NOT CHANGE THIS! (If changed this config will reset!)
  54.  
  55. configVersion: 9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement