Advertisement
soumentemoya

magic/config.yml

Jul 25th, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. #<ind>
  2. # Modify this file to change the overall behavior of the Magic plugin.<ind>
  3. # only include the options you want to modify.<ind>
  4. #<ind>
  5. # You can also add individual files to the config/ folder<ind>
  6. #<ind>
  7. # To see all available options, look in this folder:<ind>
  8. # https://github.com/elBukkit/MagicPlugin/tree/master/Magic/src/main/resources/defaults/config<ind>
  9. #<ind>
  10. # Options for sub-components (spells, wand templates, chest populator, etc) are <ind>
  11. # found in separate files.<ind>
  12. #<ind>
  13. # For customization help see: <ind>
  14. # https://github.com/elBukkit/MagicPlugin/wiki/Customization<ind>
  15. #<ind>
  16. <ind>
  17. #<ind>
  18. # Examples:<ind>
  19. # Note that a "#" character means the line is commented out and has no effect.<ind>
  20. # Make sure to not comment out the lines you add, there should not be a space in front of the name, indentation is important.<ind>
  21. # Use http://www.yamllint.com if you have issues with your config, make sure not to use tabs!<ind>
  22. # <ind>
  23. <ind>
  24. # Load one of the included example configurations instead of the defaults.<ind>
  25. # Current options: potter, safe, survival<ind>
  26. # Any customizations will still be loaded on top of the example configs.<ind>
  27. # example: potter<ind>
  28. <ind>
  29. # Add one or more of the included example configurations on top of the defaults.<ind>
  30. # The config.yml potion is not loaded, for sanity's sake.<ind>
  31. # add_examples:<ind>
  32. # - potter<ind>
  33. # - survival<ind>
  34. <ind>
  35. # Some common fields that you might like to override:<ind>
  36. <ind>
  37. # Give new players a wand when they first join<ind>
  38. # welcome_wand: beginner<ind>
  39. <ind>
  40. # Whether or not to show any messages (in chat) <ind>
  41. # show_messages: true<ind>
  42. <ind>
  43. # Whether or not to show messages on every spell cast (in chat)<ind>
  44. # show_cast_messages: false<ind>
  45. <ind>
  46. # Enable/Disable Sound Effects<ind>
  47. # sounds: true<ind>
  48. <ind>
  49. # Prevent rapid sending of chat messages from the plugin (in milliseconds)<ind>
  50. # message_throttle: 3000<ind>
  51. <ind>
  52. # Set this to 1 to just turn costs off, or you can use it to scale costs down.<ind>
  53. # cost_reduction: 0.0<ind>
  54. <ind>
  55. # How much to reduce costs and cooldowns when using /cast (versus a wand)<ind>
  56. # cast_command_cost_reduction: 1.0<ind>
  57. # cast_command_cooldown_reduction: 0.0<ind>
  58. <ind>
  59. # Whether wands can be crafted on a crafting table<ind>
  60. # enable_crafting: true<ind>
  61. <ind>
  62. # Whether wands can be combined on an anvil<ind>
  63. # enable_combining: true<ind>
  64. <ind>
  65. # Whether wands can be upgraded on an enchanting table<ind>
  66. # enable_enchanting: true<ind>
  67. <ind>
  68. # Whether or not using a wand on an anvil will organize its inventory<ind>
  69. # enable_organizing: true<ind>
  70. <ind>
  71. # Enable/Disable automatic spell upgrades<ind>
  72. # enable_spell_upgrades: true<ind>
  73. <ind>
  74. # This can be used to scale spell and wand prices up and down without<ind>
  75. # Having to invidivudally configure "worth" for each spell.<ind>
  76. #<ind>
  77. # If you have a default Gringott's install, you may want to change this to "0.01" to make the emeralds<ind>
  78. # match up.<ind>
  79. # worth_base: 1<ind>
  80. <ind>
  81. # Disable the resource pack<ind>
  82. # default_resource_pack: ""<ind>
  83. <ind>
  84. # Turn on skull-based spell icons (may be needed if you're not using the RP)<ind>
  85. # url_icons_enabled: true<ind>
  86. <ind>
  87. # Cap SP- mainly so the UI doesn't get broken. 0 to disable and allow unlimited SP.<ind>
  88. sp_max: 2147483646<ind>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement