Advertisement
Guest User

MMOItems

a guest
Oct 15th, 2019
565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.48 KB | None | 0 0
  1. paper spigot version: v1.95 for 1.14.4
  2. MMOitems version: 4.7.20
  3. -------------------------------------------------------------------
  4. Repair Item from consumables:
  5.  
  6. SHARP_FLINT:
  7. material: FLINT
  8. name: '&fSharp Flint'
  9. repair: 100.0
  10. disable-right-click-consume: true
  11.  
  12. Item i was trying to repair from sword:
  13.  
  14. KATANA:
  15. material: IRON_SWORD
  16. attack-damage: 7.0
  17. lore:
  18. - '&7&oA very sharp & light sword'
  19. - '&7&oforged by a hundred years'
  20. - '&7&oof smithing mastery.'
  21. attack-speed: 2.0
  22. tier: RARE
  23. movement-speed: 0.02
  24. critical-strike-chance: 10.0
  25. name: '&fKatana'
  26. max-durability: 800.0
  27.  
  28. ---------------------------------------------------------------------
  29. Config:
  30.  
  31. # --------------------------------------------------------------
  32. #
  33. # Thanks for using MMOItems!
  34. #
  35. # --------------------------------------------------------------
  36.  
  37. # Notifies players with the 'mmoitems.update-notify' perm node when
  38. # they join the server if a new update is available for download.
  39. # Requires /reload when changed.
  40. update-notify: true
  41.  
  42. # The plugin takes a few milliseconds to read the item data from the item
  43. # config and a few hundred MICROseconds to actually generate it. Caching the
  44. # item allows to skip the first step which reduces ~6 times the delay needed
  45. # to generate any mmoitem.
  46. #
  47. # However, it does take up much more RAM space. Toggle it on if you have
  48. # too many items which makes item generation time consuming. Toggle it off
  49. # to get some spare memory.
  50. use-item-caching: true
  51.  
  52. # Enable/disable the plugin iterating over the whole player inventory
  53. # instead of just the players armor and held items.
  54. # This option is required for the Ornamnet item type, however
  55. # it CAN cause lag and/or take a lot of memory.
  56. iterate-whole-inventory: false
  57.  
  58. # By default, all player inventories will be updated every
  59. # 10 ticks which corresponds to 2 inventory updates a second.
  60. inventory-update-delay: 10
  61.  
  62. # Default: 1.0 ; critical strikes deal 1.0x EXTRA damage.
  63. #
  64. # Example:
  65. # If a sword has 10 attack damage and 50% critical power and the
  66. # weapon hits the critical chance it'll deal 15 attack damage (50% Extra).
  67. # If the below value was 2.0 for example it'll deal
  68. # 10 (Base damage) + 10 critical damage! (100% Extra)
  69. #
  70. # Can be increased by 'Critical Strike Power'
  71. crit-coefficient: 1.0
  72.  
  73. # Changes the default value for some stats.
  74. default:
  75. attack-speed: 0.67
  76. range: 16
  77. blunt-rating: 33
  78. recoil: 0.1
  79.  
  80. # Enable/disable the item glow feature. Make sure you
  81. # reload your server when changing this option. This
  82. # option might take extra performance so consider toggling
  83. # it off if you have players or mobs dropping many items.
  84. item-glow: true
  85.  
  86. item-upgrading:
  87. # Display name suffix for upgraded items.
  88. name-suffix: '&f &a+#lvl#'
  89.  
  90. soulbound:
  91. # Edit soulbound damage when players try to use
  92. # items which are not bound to themselves.
  93. damage:
  94. base: 2
  95. per-lvl: 2
  96.  
  97. # Default and max. values of armor stats. These systems
  98. # all have a cooldown which can be reduced using the
  99. # '*** Cooldown Reduction' item stat.
  100. mitigation:
  101. block:
  102. power:
  103. default: 25.0
  104. max: 75.0
  105. rating-max: 80.0
  106. cooldown:
  107. base: 5.0
  108. max-reduction: 80.0
  109. dodge:
  110. knockback:
  111. enabled: true
  112. force: 1
  113. rating-max: 80.0
  114. cooldown:
  115. base: 5.0
  116. max-reduction: 80.0
  117. parry:
  118. knockback-force: 1.0
  119. rating-max: 80.0
  120. cooldown:
  121. base: 8.0
  122. max-reduction: 80.0
  123.  
  124. # Enable, disable and customize the weapon effects here.
  125. # Weapon effects depend on the item type & type set.
  126. item-ability:
  127. staff:
  128. enabled: true
  129. cooldown: 30
  130. power: 1
  131. gauntlet:
  132. enabled: true
  133. cooldown: 60
  134. power: 1
  135. blunt:
  136. aoe:
  137. enabled: true
  138. cooldown: 2
  139. stun:
  140. enabled: true
  141. chance: 5
  142. cooldown: 30
  143. power: 1
  144. slashing:
  145. enabled: true
  146. cooldown: 2
  147. piercing:
  148. enabled: true
  149. cooldown: 4
  150.  
  151. gem-sockets:
  152. # Define the text you need to enter in the
  153. # item gem sockets if you want to create an
  154. # uncolored gem socket i.e a socket for any type of gem.
  155. uncolored: 'Uncolored'
  156.  
  157. advanced-workbench:
  158. # Define on what actions the adv workbench will open.
  159. open-when:
  160. # When enabled, players can open the adv. workbench
  161. # by right-clicking a workbench while NOT sneaking.
  162. simple-click: false
  163. # When enabled, players can open the adv. workbench
  164. # by right-clicking a workbench WHILE SNEAKING.
  165. shift-click: true
  166. # Players can click the anvil in the advanced workbench
  167. # to see all the available advanced crafting recipes.
  168. recipe-list: true
  169.  
  170. # Use this option if your chat management plugin is having
  171. # conflicts with the MMOItems chat input feature. This will
  172. # bring up an anvil GUI which you can input text in instead
  173. # of using the chat.
  174. anvil-text-input: false
  175.  
  176. # Players can't use their weapon/abilities when holding
  177. # two-handed item and one other item simultaneously.
  178. # When toggled off, players still receive slow 4.
  179. two-handed-item-restriction: true
  180.  
  181. # You can select what char will be used to create
  182. # the item ability cooldown progress bar.
  183. cooldown-progress-bar-char: █
  184.  
  185. # When toggled off, players can't damage each other using item abilities.
  186. ability-player-damage: true
  187.  
  188. # Displays a message on the action bar instead of on the chat.
  189. # Can be used to reduce chat spam.
  190. # Might interfere with other action bar plugins.
  191. action-bar-display:
  192. ability-cooldown: true
  193. not-enough-mana: true
  194. not-enough-stamina: true
  195. two-handed: true
  196. cant-use-item: true
  197. mitigation: true
  198. item-break: false
  199.  
  200. # Displays in-game damage indicators.
  201. # Requires HolographicDisplays/Holograms to work.
  202. # Requires /reload when enabled/disabled.
  203. game-indicators:
  204. damage:
  205. enabled: true
  206. decimal-format: '0.#'
  207. format: '&c-#'
  208. # format: '&c&l✦ #'
  209. heal:
  210. enabled: true
  211. decimal-format: '0.#'
  212. format: '&a+#'
  213. # format: '&a&l❤ #'
  214.  
  215. # Unregisters all crafting recipes. Requires /reload.
  216. # Also disables the advanced workbench when disabling advanced craftings.
  217. disable-craftings:
  218. vanilla: false
  219. advanced: false
  220.  
  221. # "repair" prevents players from repairing MMOItems.
  222. # "smelt" prevents players from smelting MMOItems.
  223. # 'enchant" disables enchanting for MMOItems.
  224. # "craft" prevents players from using MMOItems as ingredients.
  225. # "arrow-shooting" prevents players from shooting any MMOItem that is an arrow.
  226. disable-interactions:
  227. interact: false
  228. repair: false
  229. enchant: false
  230. smelt: false
  231. craft: false
  232. arrow-shooting: false
  233.  
  234. # Block types that can't be broken by an ability/item effect
  235. block-blacklist:
  236. - OBSIDIAN
  237. - BEDROCK
  238.  
  239. # Allows/disables the permissions needed in order to use items/abilities.
  240. # General permission node for abilities: mmoitems.ability.ability-id
  241. # Ex: - mmoitems.ability.fire-meteor
  242. # - mmoitems.ability.slow
  243. # - mmoitems.ability.cursed-fangs
  244. # etc.
  245. permissions:
  246. abilities: false
  247. items: true
  248.  
  249. # Disables non MMOItems from being crafted in the vanilla workbench.
  250. # Add [] if the list is empty.
  251. disable-vanilla-recipes: []
  252. # - DIAMOND_PICKAXE
  253. # - IRON_BLOCK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement