Advertisement
Guest User

Untitled

a guest
May 6th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.83 KB | None | 0 0
  1. # This is a template config file
  2. # define your parameter and its value like:
  3.  
  4. ###########################
  5. # Help Messages used by the plugin
  6. ###########################
  7. HelpMessages:
  8. banner:
  9. msg: "=== &e[&aTokenEnchant Commands List (%version%)&e] &r==="
  10. help:
  11. msg: "/te or /te help : display this help menu."
  12. reload:
  13. msg: "/te reload : reloads config file."
  14. permission: "tokenenchant.reload"
  15. set:
  16. msg: "/te set <name> <amount> : sets <name> <amount> tokens."
  17. permission: "tokenenchant.add"
  18. add:
  19. msg: "/te add <name> <amount> : adds <name> <amount> tokens."
  20. permission: "tokenenchant.add"
  21. pay:
  22. msg: "/te pay <name> <amount> : pay <name> <amount> tokens."
  23. permission: "tokenenchant.pay"
  24. remove:
  25. msg: "/te remove <name> <amount> : removes <name> <amount> tokens from <name>."
  26. permission: "tokenenchant.add"
  27. balance:
  28. msg: "/te balance [name] : displays the token balance of yourself or [name]."
  29. permission: "tokenenchant.balance"
  30. withdraw:
  31. msg: "/te withdraw <amount> [drop] : withdraws the specified amount of tokens from your account."
  32. permission: "tokenenchant.withdraw"
  33. expexchange:
  34. msg: "/te expexchange : exchanges the current EXP values to tokens."
  35. permission: "tokenenchant.expexchange"
  36. givetokens:
  37. msg: "/te givetokens <name> <amount> : gives <name> <amount> tokens."
  38. permission: "tokenenchant.expexchange"
  39. enchant:
  40. msg: "/te enchant [name] <enchant> [level] [cost:xxx] : enchants the item <name> is holding with <enchant>."
  41. permission: "tokenenchant.enchant"
  42. repair:
  43. msg: "/te repair [name] [free] : repairs all the enchantments of the item <name> is holding."
  44. permission: "tokenenchant.repair"
  45. refund:
  46. msg: "/te refund [name] <enchant> [level]: refund <name> for the enchantment <enchant>. If [level] is not specified, level = 1."
  47. permission: "tokenenchant.refund"
  48. givebp:
  49. msg: "/te givebp <name> <row> [bpname] cost:xxx : gives <name> a backpacked named [bpname] of size <row> costing xxx."
  50. permission: "tokenenchant.givebp"
  51. baltop:
  52. msg: "/te baltop : list top token balance."
  53. permission: "tokenenchant.baltop"
  54. giveall:
  55. msg: "/te giveall <amount> : give <amount> tokens to all online players."
  56. permission: "tokenenchant.giveall"
  57. list:
  58. msg: "/te list : lists currently registered enchantments."
  59. permission: "tokenenchant.list"
  60. tosql:
  61. msg: "/te tosql [add] : transfer userdata/*.yml to SQL database. If [add] was provided, the data from userdata/*.yml will be added."
  62. permission: "tokenenchant.tosql"
  63. news:
  64. msg: "/te news : display the news associated with the current release."
  65. permission: "tokenenchant.news"
  66.  
  67.  
  68. ###########################
  69. # Messages used by the plugin
  70. ###########################
  71. Messages:
  72. ErrorMessage: "&c [TE] : Some error occured."
  73. SelfBalance: "&a[TE] You currently have &b%token% &atokens."
  74. NoOthersBalance: "&c[TE] You are not allowed to check other's balance."
  75. NoTargetPlayer: "&a[TE] A player needs to be specified."
  76. PlayerOffline: "&a[TE] &e%player% &ais currently offline."
  77. PlayerNotFound: "&a[TE] &e%player% &awas not found."
  78. Balance: "&a[TE] &e%player% &acurrently has &b%token% &atokens."
  79. SetSuccess: "&a[TE] You have set &e%token% &atokens to &e%player%&a."
  80. AddSuccess: "&a[TE] You have added &e%token% &atokens to &e%player%&a."
  81. PaySuccess: "&a[TE] You have paid &e%token% &atokens to &e%player%&a." # or %receipient%
  82. Received: "&a[TE] You have received &e%token% &atokens from &e%sender%&a."
  83. Deducted: "&a[TE] &e%token% &atokens have been deducted."
  84. RemoveSuccess: "&a[TE] You have removed &e%token% &atokens from &e%player%&a."
  85. NotEnoughTokens: "&c[TE] You do not have enough tokens. You need at least %needed% tokens."
  86. NotEnoughTokenItems: "&c[TE] You do not have enough token items. You need at least %needed% token item(s)."
  87. NotEnoughExpLevels: "&c[TE] You do not have enough EXP levels. You need at least %exp_needed% EXP level(s)."
  88. WithdrawSuccess: "&a[TE] You have withdrawn &e%tokens% &atokens."
  89. InventoryFull: "&a[TE] Inventory is full! &e%tokens% &atokens could not be withdrawn!"
  90. ExchangeSuccess: "&a[TE] &e+ %token% &atoken(s) has been added to your account."
  91. NeedToHoldItem: "&c[TE] You need to hold an item to enchant."
  92. CannotEnchantThis: "&c[TE] You cannot enchant the item you're holding."
  93. CannotRepairThis: "&c[TE] You cannot repair the item you're holding."
  94. EnchantSuccess:
  95. msg: "&a[TE] &e+ %addedlevel% &d%enchant% &aenchantment level. %token% tokens have been deducted."
  96. sound: LEVEL_UP
  97. RepairSuccess: "&a[TE] &eThe item repaired. %token% tokens have been deducted."
  98. MaxedOut: "&c[TE] Your item has already maxed out on &e%enchant% &cenchantment."
  99. NoPermission: "&c[TE] You don't have a permission for this!"
  100. NoSuchEnchant: "&c[TE-Admin] That (&e%enchant%&c) is not a valid enchant. Please specify the enchant listed in the config file."
  101. TokenItemsGiven: "&a[TE] &e%tokenitems% &atoken items were given to &e%player%&a."
  102. NoPriceSet: "&a[TE] Price is not set for this."
  103. CommandSuccess: "&a[TE] &e%command%&a was executed, and it cost &e%token% tokens."
  104. NeedPermission: "&a[TE] You need a permission &etokenenchant.alias.command.%command% &ato use this command &e%command%&a."
  105. CannotRefundThis: "&c[TE] We cannot refund the item you're holding."
  106. RefundSuccess: "&a[TE] &e - %refundlevel% &d%enchant% &aenchantment level. %token% tokens have been refunded."
  107. BackPackGiven: "&a[TE] %player% has given a backpack and %token% toknes has been deducted."
  108. VKBackPackNotFound: "&a[TE] VKBackPack plugin was not found."
  109. TokenBalTopHeader: "&a[TE] Token Balance Top - page:%page%/%total%-"
  110. TokenBalTopList: "%rank%. %name%, %balance%"
  111. TokenBalTopTypeMore: "&a[TE] Type &c/te baltop %next% &ato read the next page."
  112. OnlyOneAtTheTime: "&c[TE] Only one item can be enchanted at the time."
  113. CannotAddMoreEnchant: "&c[TE] You cannot add anymore than &e%max%&c custom enchantments!"
  114. CannotUseMoreEnchant:
  115. msg: "&c[TE] You cannot use an item with enchants more than &e%max%&c."
  116. sound: ITEM_BREAK
  117. CEListHeader: "&a[TE] Resistered Custom Enchantments - page:%page%/%total%-"
  118. CEListList: "%name% (%version%), max:%max%, %description%"
  119. CEListTypeMore: "&a[TE] Type &c/te list %next% &ato read the next page."
  120. CannotUseTokenItem: "&c[TE] You cannot use TokenItems for crafting!"
  121.  
  122.  
  123.  
  124. ###############################
  125. # Data Storage
  126. ###############################
  127. DatabaseConfig:
  128. # MySQL:
  129. # host: localhost
  130. # port: 3306
  131. # user: root
  132. # password: yourpassword
  133. # database: TokenEnchant
  134. # tokentable: tokens
  135.  
  136. #
  137. # if UseToken is true, the plugin use its own tokens, if it's false
  138. # it uses economy thorugh Vault
  139. UseToken: true
  140.  
  141. # if this option is true, the cost of enchant is dynamically calculated
  142. # and displayed at where {ench_cost} is specified on the sign.
  143. UseDynamicSignUpdate: true
  144.  
  145. Currency: token # token, money, or (exp...not supported atm)
  146.  
  147.  
  148. # formating of number
  149. BeautifyNumber: false
  150. MaxCharLength: 4;
  151. # the folloiwngs are units of order.
  152. OrderChars:
  153. - k
  154. - M
  155. - B
  156. - T
  157. - Q
  158. - P
  159. - E
  160. - Z
  161.  
  162.  
  163. EnchantSign: "[&9Enchant&8]"
  164. CostPlaceHolder: "{ench_cost}"
  165. #
  166. ExchangeSign: "[&9Exchange&8]"
  167. ExchangeRate: 1
  168. RatePlaceHolder: "{ex_rate}"
  169. #
  170. ExpExchangeSign: "[&9EXP Exch&8]"
  171. ExpExchangeRate: 20
  172. ExpRatePlaceHolder: "{exp_rate}"
  173. #
  174. WithdrawSign: "[&9Withdraw&8]"
  175. #
  176. RepairSign: "[&9Repair&8]"
  177. RepairBase: 1
  178. RepairDiscount: 0.05
  179. RepairRatePlaceHolder: "{rep_rate}"
  180. #
  181. #
  182. TokenItem: MAGMA_CREAM
  183. TokenItemName: "&aTokenItem"
  184. TokenItemLore: "&bHold it in your hand and\n&bRight-Click to redeem &eTokens"
  185.  
  186. #
  187. # Enchantment lore prefix
  188. EnchantmentLorePrefix: "&r&d"
  189.  
  190. #
  191. #
  192. # option to force remove potion effects at the login
  193. ForceRemovePotionAtJoin : true
  194. #
  195.  
  196. # option to use WorldGuard region
  197. # Use WorldGuard's new block-break flag, otherwise, use canBuild check instead
  198. UseWorldGuardNewFlag: true
  199.  
  200.  
  201. # If UseRomanNumeral is true, arabic number will be converted into roman numeral.
  202. UseRomanNumeral: true
  203. # if PureRomanNumeral is true, 1 - 3998 will be converted to RomanNumeral
  204. PureRomanNumeral: false
  205.  
  206. # if CustomEnchantDisplay is true, TE will use HideFlag option to hide the native enchantment name
  207. # and use custom enchantment name using the lore.
  208. # also it will convert enchantment.level.xxx into xxxx
  209. # default : true
  210. # this option is no longer used.
  211. #CustomEnchantDisplay: true
  212.  
  213. #
  214. UseEnchantGlowForPotion: true
  215. #
  216. MaxEnchantLevel: 1000
  217.  
  218. #
  219. UseEnchantmentTable: false
  220. DefaultEnchantChance: 0.7
  221. UseTokenEnchantSettingForVanillaEnchant: false
  222.  
  223.  
  224. #
  225. TokenFormula:
  226. # Valid values are: LINEAR and EXPONENTIAL
  227. # If an invalid value is entered, this will reset to the default setting, which is LINEAR
  228. # CONSTANT: price
  229. # LINEAR: price + (level * price)
  230. # EXPONENTIAL: price + price * level ^ exponent
  231. # EXPONENTIAL2: price * 2 ^ (level - 1)
  232. Curve: CONSTANT
  233.  
  234. Constant:
  235. Linear:
  236. Exponential:
  237. exponent: 1.80
  238.  
  239.  
  240. # if this option is true, when you tried to enchant an item, which already has enchantment
  241. # level, the excess enchantment level will be removed and set to the max level.
  242. CapOverEnchant: false
  243.  
  244.  
  245. # Refund related
  246. AllowRefund: false
  247. RefundRate: 0.8
  248.  
  249. # default values
  250. DefaultPotionDuration: 200
  251. DefaultPotionAmplifier: 2
  252.  
  253. # option to limit the number of custom enchants on an item.
  254. # The number of max enchants can be specified with permission nodes.
  255. # tokenenchant.multiple_enchants.x
  256. # if the permission node does not exist, the default number will be applied
  257. # tokenenchant.multiple_enchants.x : x should not exceed MaximumMaxNumberOfEnchants
  258. # if AllowOverMaxEnchantUse is true, you can use the item which exceeds custom enchants
  259. # but you will not be able to add more custom enchants.
  260. ApplyMaxNumberOfEnchants: false
  261. MaximumMaxNumberOfEnchants: 10
  262. DefaultMaxNumberOfEnchants: 3
  263. ExcludeVanilla: true
  264. AllowOverMaxEnchantUse: true
  265.  
  266.  
  267. # Friendly fire option
  268. # it currently supports Factions plugin and mcMMO's party
  269. # if FriendlyFire is set to "true", you cannot harm your faction members or mcMMO party member.
  270. FriendlyFire_Faction: true
  271. FriendlyFire_McMMO: true
  272.  
  273. # Prevents self damaging initiating custom effect (default : true)
  274. # if this option is set to true, when you damage yourself effects on your armors/toos won't be activated
  275. # (cases like ender pearling, shooting yourself.... all damages are given but and effects won't be activated)
  276. IgnoreSelfDamage: true
  277.  
  278.  
  279. # if this option is true, TE will handle enchant merging via Anvil
  280. AnvilMerge: true
  281.  
  282. #
  283. # Merge mode: when two items of the same type is merged in anvil, NONE, ADD, MAX, VANILLA
  284. MergeMode: ADD
  285.  
  286. #
  287. # the mode of permission node for each effect, default=ENCHANT
  288. # ENCHANT : the permission node is considered to determine whether a player can enchant or deenchant
  289. # USE : the permission node is considered to determine whether a player can use the effect or not.
  290. PermissionMode: ENCHANT
  291.  
  292. #
  293. # Command execution with token
  294. # This format is from a plugin called Aliazes.
  295. # default permission for each command te.command.<cmd>
  296. # If you crate an alias "cmd:" as shown beloe, you need to give a permission
  297. # node "tokenenchant.alias.command.cmd" to a player
  298. #
  299. #cmd: <-- The command.
  300. # price: 20 <-- The amount of toke a player needs to execute this command.
  301. # permission: <-- Permissions section, if this section is not defined, individual permission system will be used, e.g. "te.command.cmd"
  302. # - te.command.user <-- For users, this permission should be added as default.
  303. # - te.command.mod <-- For mods, this permission should be added as default.
  304. # - te.command.admin <-- For admins, this permission should be added as default.
  305. # alias: <-- Additional aliases section.
  306. # - cmd2 <-- Additional aliases 1, can be as many as you want.
  307. # default: <-- Default meaning anything below will be ran for the player in all worlds.
  308. # - "!te_rawmessage %p &aHello" <-- To Print this message.
  309. # - "@who" <-- Will run /who command as player.
  310. # - "!give %p 1 32" <-- Will run command as console to give player 32 stone.
  311. # - ">give %p 1 32" <-- Will run command as op to give player 32 stone.
  312. # - if %# = 0 !te_rawmessage %p &aUse '&e/g <name&a' to check user's group.
  313. # - if %# = 1 >pex user %1 group list
  314. # world_nether: <-- The world you wish commands below to be shown in.
  315. # - "!te_rawmessage %p &aHello, you are in the nether." <-- This message will only be seen if player is in the nether.
  316. Commands:
  317. # example of giving slot 9 chestbackpack to a user (ChestBackpack plugin)
  318. # backpack9:
  319. # permission:
  320. # - my.permission.for.backpack9
  321. # price: 30
  322. # default:
  323. # - "!pex user %p add chestbackpack.slots.9"
  324. # # example of giving slot 18 chestbackpack to a user (ChestBackpack plugin)
  325. # backpack18:
  326. # permission:
  327. # - my.permission.for.backpack18
  328. # price: 60
  329. # default:
  330. # - "!pex user %p add chestbackpack.slots.18"
  331. # # example of allowing a player to set his prefix using PermissionsEx command.
  332. # setprefix:
  333. # permission:
  334. # - my.permission.for.setprefix
  335. # price: 160
  336. # default:
  337. # - "!pex user %p prefix %1"
  338. # letmefly:
  339. # permission:
  340. # - my.permission.for.letmefly
  341. # price: 160
  342. # default:
  343. # - ">fly"
  344. #
  345. # potion effects included in the default TE:
  346. # Haste (Bukkit name: FAST_DIGGING)
  347. # Speed (Bukkit name: SPEED)
  348. # Nightvision (Bukkit name: NIGHT_VISION)
  349. # Jump (Bukkit name: JUMP)
  350. # Regeneration (Bukkit name: REGENERATION);
  351. # FireResistance (Bukki name: FIRE_RESISTANCE)
  352. # DamageResist (Bukkit name: DAMAGE_RESISTANCE
  353. # Aqua (Bukkit name: WATER_BREATHING)
  354. # Saturation (Bukkit name: SATURATION)
  355. # HealthBoost (Bukkit name: HEALTH_BOOST)
  356. # Strength (Bukkit name: INCREASE_DAMAGE)
  357. # Blindness (Bukkit name: BLINDNESS)
  358. # Confusion (Bukkit name: CONFUSION)
  359. # Harm (aka Instant Damage, Bukkit name: HARM)
  360. # Hunger (Bukkit name: HUNGER)
  361. # Poison (Bukkit name: POISON)
  362. # Slow (Bukkit name: SLOW)
  363. # Weakness (Bukkit name: WEAKNESS)
  364. # Wither (Bukkit name: WITHER)
  365. # Molten (custom : attacker catches fire)
  366. # Fly (custom effect : item holder can fly)
  367. # Explosive : this is a custom effect, which will blow up surrounding blocks. It has an option of auto smelt. This Explosive effect works with MineResetLitePlus's mined block counting as well as Lucky Block feature!
  368. # Excavation : this is a custom effect, It is just like Explosive but it will remove entire cuboid
  369. # Sphered : this is a custom effect, It is just like Explosive but it will remove entire sphere
  370. # BedrockBreaker (custom: allow you to break a bedrock block)
  371. #
  372. # You can set the duration to -1 to give infinite potion effects.
  373. #
  374. # You can set the occurrence
  375. # random: randomly occur based on the level
  376. # always: occur always.
  377. # % : you can set the explicit % number as the maximum occurrence chance at the highest level of enchant.
  378. #
  379. Potions:
  380. Haste:
  381. alias: "SpeedDigging" #You can use your own name for enchant using alias.
  382. duration: 200
  383. amplifier: 2
  384. price: 10
  385. max: 10
  386. # You can set the occurrence
  387. # random: randomly occur based on the level
  388. # always: occur always.
  389. occurrence: random
  390. enchant_chance: 0.8
  391. Speed:
  392. price: 10
  393. max: 10
  394. # You can set the occurrence
  395. # random: randomly occur based on the level
  396. # always: occur always.
  397. occurrence: random
  398. allowed_items:
  399. - DIAMOND_BOOTS
  400. - GOLD_BOOTS
  401. Nightvision:
  402. price: 10
  403. max: 10
  404. # You can set the occurrence
  405. # random: randomly occur based on the level
  406. # always: occur always.
  407. occurrence: random
  408. Jump:
  409. price: 10
  410. max: 10
  411. # You can set the occurrence
  412. # random: randomly occur based on the level
  413. # always: occur always.
  414. occurrence: random
  415. Harm:
  416. price: 10
  417. max: 1
  418. #
  419. # level_multiplier * the level of potion will be used as
  420. # the level of Harm potion.
  421. level_multiplier: 1
  422. # You can set the occurrence
  423. # random: randomly occur based on the level
  424. # always: occur always.
  425. occurrence: always
  426. Regeneration:
  427. price: 10
  428. max: 2
  429. duration_multiplier: 1800
  430. #
  431. # You can set the occurrence
  432. # random: randomly occur based on the level
  433. # always: occur always.
  434. occurrence: always
  435. FireProtection:
  436. price: 10
  437. max: 1
  438. duration_multiplier: 1800
  439. occurrence: always
  440. Strength:
  441. price: 10
  442. max: 3
  443. duration_multiplier: -1
  444. occurrence: always
  445. Aqua:
  446. price: 10
  447. max: 1
  448. duration_multiplier: -1
  449. occurrence: always
  450. Saturation:
  451. price: 10
  452. max: 3
  453. duration_multiplier: -1
  454. occurrence: always
  455. HealthBoost:
  456. price: 10
  457. max: 3
  458. duration_multiplier: 1200
  459. occurrence: always
  460. Explosive:
  461. price: 45
  462. max: 10
  463. # you can nominate the world, which prevents explosive
  464. invalid_in_world:
  465. # - plotworld
  466. # you can turn on automatic pickup.
  467. pickup: true
  468. # you can turn on automatic smelting
  469. smelt: true
  470. # you can turn on/off explostion sound/visual effects
  471. effect: true
  472. # you can turn on/off explostion sound effects
  473. sound: true
  474. # you can increase the number of exploded blocs with in a radius
  475. multiplier: 2
  476. # you can specify the radius whithin which explosion will occur.
  477. # it is not recommended to have a large radius. it may cause lag.
  478. radius: 2
  479. # You can set the occurrence of explosion.
  480. # random: randomly occur based on the level
  481. # always: explosion occur always.
  482. occurrence: random
  483. # You can set the list of blocks exempt from explosiont.
  484. # use this list to avoid your crates being exploded.
  485. # AIR and BEDROCK are already exempted by defalt
  486. exemptions:
  487. - ENDER_CHEST
  488. - GLOWSTONE
  489. - LADDER
  490. - STONE_PLATE
  491. use_explode_event: true
  492. event_map:
  493. BlockBreakEvent: "LOWEST"
  494. TEBlockExplodeEvent: "MONITOR"
  495. Excavation:
  496. price: 10
  497. max: 5
  498. # you can nominate the world, which prevents explosive
  499. invalid_in_world:
  500. # - plotworld
  501. pickup: true
  502. smelt: true
  503. effect: true
  504. sound: true
  505. occurrence: random
  506. exemptions:
  507. - ENDER_CHEST
  508. - GLOWSTONE
  509. - LADDER
  510. - STONE_PLATE
  511. - "STAINED_GLASS:11"
  512. use_explode_event: true
  513. event_map:
  514. BlockBreakEvent: "LOWEST"
  515. TEBlockExplodeEvent: "MONITOR"
  516. Fly:
  517. price: 10
  518. max: 1
  519. # invalid_in_region:
  520. # - nofly
  521. occurrence: always
  522. #
  523. # Supported Enchantment:
  524. # Power (ARROW_DAMAGE)
  525. # Flame (ARROW_FIRE)
  526. # Infinity (ARROW_INFINITE)
  527. # Punch (ARROW_KNOCKBACK)
  528. # Sharpness (DAMAGE_ALL)
  529. # BaneOfArthropods (DAMAGE_ARTHROPODS)
  530. # Smite (DAMAGE_UNDEAD)
  531. # Depth / Depthstrider (DEPTH_STRIDER)
  532. # Efficiency (DIG_SPEED)
  533. # Unbreaking (DURABILITY)
  534. # FireAspect (FIRE_ASPECT)
  535. # Frost / FrostWalker (FROST_WALKER)
  536. # Knockback (KNOCKBACK)
  537. # Fortune (LOOT_BONUS_BLOCK)
  538. # Looting (LOOT_BONUS_MOBS)
  539. # Luck (LUCK)
  540. # Lure (LURE)
  541. # Mending / Repair (MENDING)
  542. # Repiration (OXYGEN)
  543. # Protection (PROTECTIOHN_ENVIRONMENTAL)
  544. # BlastProtection (PROTECTION_EXPLOSIONS)
  545. # FeatherFall (PROTECTION_FALL)
  546. # FireProtection (PROTECTION_FIRE)
  547. # ProjectileProt (PROTECTION_PROJECTILE)
  548. # Silktouch (SILK_TOUCH)
  549. # Thorns (THORNS)
  550. # AquaAffinity (WATER_WORKER)
  551. # Sweeping / SweepingEdge (SWEEPING_EDGE)
  552. # Binding / BindingCurse (BINDING_CURSE)
  553. # Vanishing / VanishingCurse (VANISHING_CURSE)
  554. # Loyalty (LOYALTY)
  555. # Impaling (IMPALING)
  556. # Riptide (RIPTIDE)
  557. # Channeling / Channelling (CHANNELING)
  558. #
  559. Enchants:
  560. Power:
  561. price: 10
  562. max: 1000
  563. Flame:
  564. price: 10
  565. max: 1000
  566. Infinity:
  567. price: 10
  568. max: 1000
  569. Punch:
  570. price: 10
  571. max: 100
  572. Sharpness:
  573. price: 80
  574. max: 1000
  575. merge_mode: VANILLA
  576. max_merge_level: 5 # this will limit the level achivable with merging enchants.
  577. Baneofarthropods:
  578. price: 10
  579. max: 1000
  580. Smite:
  581. price: 10
  582. max: 1000
  583. Depth:
  584. price: 10
  585. max: 1000
  586. Efficiency:
  587. price: 35
  588. max: 1000
  589. Unbreaking:
  590. price: 40
  591. max: 1000
  592. Fireaspect:
  593. price: 10
  594. max: 1000
  595. Knockback:
  596. price: 95
  597. max: 1000
  598. Fortune:
  599. price: 25
  600. max: 1000
  601. Looting:
  602. price: 10
  603. max: 1000
  604. Luck:
  605. price: 10
  606. max: 1000
  607. Mending:
  608. price: 10
  609. max: 1000
  610. Respiration:
  611. price: 10
  612. max: 1000
  613. Protection:
  614. price: 10
  615. max: 1000
  616. Blastprotection:
  617. price: 10
  618. max: 1000
  619. Featherfall:
  620. price: 10
  621. max: 1000
  622. Fireprotection:
  623. price: 10
  624. max: 1000
  625. Projectileprot:
  626. price: 10
  627. max: 1000
  628. Silktouch:
  629. price: 10
  630. max: 1000
  631. Aquaaffinity:
  632. price: 10
  633. max: 1000
  634. Thorns:
  635. price: 10
  636. max: 1000
  637. Sweeping:
  638. price: 10
  639. max: 1000
  640. Binding:
  641. price: 10
  642. max: 1000
  643. Vanishing:
  644. price: 10
  645. max: 1000
  646. Loyalty:
  647. price: 10
  648. max: 1000
  649. Impaling:
  650. price: 10
  651. max: 1000
  652. Riptide:
  653. price: 10
  654. max: 1000
  655. Channeling:
  656. price: 10
  657. max: 1000
  658. Multishot:
  659. price: 10
  660. max: 1000
  661. Piercing:
  662. price: 10
  663. max: 1000
  664. QuickCharge:
  665. price: 10
  666. max: 1000
  667.  
  668.  
  669. Conflicts:
  670. 1:
  671. - Explosive
  672. - Excavation
  673. - Sphered
  674. - Disk
  675. - Tile
  676. 2:
  677. - Silktouch
  678. - Fortune
  679.  
  680. # list of items players are allowed to enchant
  681. # if you're not sure which items, you would like to apply which enchant,
  682. # just comment out the following option so that any enchant can be applied to any item.
  683. Items:
  684. GOLD_PICKAXE:
  685. - Unbreaking
  686. - Fortune
  687. - Efficiency
  688. - explosive
  689. IRON_PICKAXE:
  690. - Unbreaking
  691. - Fortune
  692. - Efficiency
  693. - explosive
  694. STONE_PICKAXE:
  695. - Unbreaking
  696. - Fortune
  697. - Efficiency
  698. - explosive
  699. WOOD_PICKAXE:
  700. - Unbreaking
  701. - Fortune
  702. - Efficiency
  703. - explosive
  704. DIAMOND_PICKAXE:
  705. - Unbreaking
  706. - Fortune
  707. - Efficiency
  708. - explosive
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement