Guest User

Untitled

a guest
Apr 15th, 2017
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. #-----------------------------------------------
  2. # ObsidianUtilities Config
  3. #-----------------------------------------------
  4.  
  5. #DO NOT CHANGE THIS VALUE.
  6. #CHANGING IT COULD RESULT IN DATA LOSS.
  7. ConfigVersion: 1.0
  8.  
  9. #--------------[Database Settings]--------------
  10. # Provide MySQL credentials for this plugin's
  11. # database.
  12.  
  13. database_settings:
  14.  
  15. #MySQL Credentials.
  16. MySQL:
  17. port: 3306
  18. username: "outilities"
  19. host: "localhost"
  20. password: "Doasdn47&3kjb@BkhvfdQIOnfmeo!lefh^0eIhkS"
  21.  
  22. #--------------[Server Settings]----------------
  23. # Server specific configurable settings.
  24.  
  25. server_settings:
  26.  
  27. # OCloud settings, this is for more global values on the network.
  28. ocloud:
  29. MySQL:
  30. schema: "ocloud"
  31.  
  32. # Main settings, used for values specific to the Main server.
  33. main:
  34. MySQL:
  35. schema: "minecraft"
  36.  
  37. # Skyblock settings, used for values specific to the Skyblock Server.
  38. skyblock:
  39. MySQL:
  40. schema: "skyblock"
  41.  
  42. #-------------[Treefarm Settings]---------------
  43. # Configurable settings for the treefarm.
  44.  
  45. treefarm_settings:
  46.  
  47. # This is the name of the world that the treefarm is
  48. # located in.
  49. world_name: "OC_2015"
  50.  
  51. # This is the name of the name of the regions of the
  52. # several floors of the treefarm. At runtime the {#}
  53. # paramter will be replaced with the floor number.
  54. region_name: "tflvl{#}cleanup"
  55.  
  56. # Set the location of the treefarm reset buttons.
  57. # The world used for the buttons will be the one
  58. # specified by the world_name property.
  59. #
  60. # To add more button locations just add a floor
  61. # using the following syntax:
  62. #
  63. # floor{#}:
  64. # x:
  65. # y:
  66. # z:
  67. button_locations:
  68. # Floor 1 button location
  69. floor1:
  70. x: 3182
  71. y: 69
  72. z: 4243
  73. # Floor 2 button location
  74. floor2:
  75. x: 3182
  76. y: 81
  77. z: 4243
  78. # Floor 3 button location
  79. floor3:
  80. x: 3182
  81. y: 92
  82. z: 4243
  83.  
  84. #--------------[Spleef Settings]----------------
  85. # Configurable settings for the spleef arena.
  86.  
  87. spleef_settings:
  88.  
  89. # This is the name of the world that the spleef
  90. # arena is located in.
  91. world_name: "OC_2015"
  92.  
  93. # Set the location of the spleef arena's reset button.
  94. # The world used for the button will be the one
  95. # specified by the world_name property.
  96. button_location:
  97. x: 3290
  98. y: 79
  99. z: 4388
  100.  
  101. # This is the name of the WorldGuard region that
  102. # encompasses the snow floor of the spleef arena.
  103. # This information is needed for the reset feature.
  104. floor_region_name: "obsidianutilities_spleef"
Add Comment
Please, Sign In to add comment