Advertisement
Guest User

Lorelocks config

a guest
Jul 16th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. general:
  2.  
  3. KeyMaterial: 'FIREWORK_CHARGE'
  4.  
  5. KeyDV: 1
  6.  
  7. KeyName: 'Key'
  8.  
  9. SkeletonKeyMaterial: 'BONE'
  10.  
  11. SkeletonKeyDV: 1
  12.  
  13. SkeletonKeyName: 'Skeleton Key'
  14.  
  15. SkeletonKeyCraftingEnabled: true
  16.  
  17. LockPickMaterial: 'LEVER'
  18.  
  19. LockPickDV: 1
  20.  
  21. LockPickName: 'Lock Pick'
  22.  
  23. LockPickBreakChance: 0.33
  24.  
  25. LockPickBreakChanceRate: 0.01
  26.  
  27. LockPickMinBreakChance: 0.05
  28.  
  29. LockPickRecipeShape:
  30.  
  31. - 'GI'
  32.  
  33. LockPickRecipeMats:
  34.  
  35. G: 'GOLD_INGOT'
  36.  
  37. I: 'IRON_INGOT'
  38.  
  39. EnableExplosionProtection: false
  40.  
  41. EnableHopperProtection: false
  42.  
  43. EnableZombieProtection: false
  44.  
  45. TrapText: 'Trap'
  46.  
  47. HideLocks: false
  48.  
  49. HideTraps: false
  50.  
  51. traps:
  52.  
  53. damage1:
  54.  
  55. TrapMaterial: 'FLINT'
  56.  
  57. TrapDV: 1
  58.  
  59. TrapName: 'Chest Trap'
  60.  
  61. Type: Damage
  62.  
  63. Power: 2
  64.  
  65. Uses: 10
  66.  
  67. RecipeShape:
  68.  
  69. - ' A '
  70.  
  71. - 'AFA'
  72.  
  73. - ' A '
  74.  
  75. RecipeMats:
  76.  
  77. F: 'FLINT'
  78.  
  79. A: 'ARROW'
  80.  
  81. explosive1:
  82.  
  83. TrapMaterial: 'FLINT'
  84.  
  85. TrapDV: 1
  86.  
  87. TrapName: 'Explosive Trap'
  88.  
  89. Type: Explosive
  90.  
  91. Power: 2
  92.  
  93. Uses: 1
  94.  
  95. RecipeShape:
  96.  
  97. - ' T '
  98.  
  99. - 'TFT'
  100.  
  101. - ' T '
  102.  
  103. RecipeMats:
  104.  
  105. F: 'FLINT'
  106.  
  107. T: 'TNT'
  108.  
  109. poison1:
  110.  
  111. TrapMaterial: 'FLINT'
  112.  
  113. TrapDV: 1
  114.  
  115. TrapName: 'Poison Gas Trap'
  116.  
  117. Type: Poison
  118.  
  119. Power: 5
  120.  
  121. Uses: 1
  122.  
  123. RecipeShape:
  124.  
  125. - ' P '
  126.  
  127. - 'EFE'
  128.  
  129. - ' P '
  130.  
  131. RecipeMats:
  132.  
  133. F: 'FLINT'
  134.  
  135. E: 'SPIDER_EYE'
  136.  
  137. P: 'POISONOUS_POTATO'
  138.  
  139. locks:
  140.  
  141. basic1:
  142.  
  143. LockMaterial: 'NAME_TAG'
  144.  
  145. LockDV: 1
  146.  
  147. LockName: 'Basic Lock'
  148.  
  149. Difficulty: 1
  150.  
  151. RecipeShape:
  152.  
  153. - BI
  154.  
  155. RecipeMats:
  156.  
  157. I: 'IRON_INGOT'
  158.  
  159. B: 'IRON_BLOCK'
  160.  
  161. basic2:
  162.  
  163. LockMaterial: 'NAME_TAG'
  164.  
  165. LockDV: 2
  166.  
  167. LockName: 'Advanced Lock'
  168.  
  169. Difficulty: 2
  170.  
  171. RecipeShape:
  172.  
  173. - IBI
  174.  
  175. RecipeMats:
  176.  
  177. I: 'IRON_INGOT'
  178.  
  179. B: 'IRON_BLOCK'
  180.  
  181. basic3:
  182.  
  183. LockMaterial: 'NAME_TAG'
  184.  
  185. LockDV: 3
  186.  
  187. LockName: 'Strong Lock'
  188.  
  189. Difficulty: 3
  190.  
  191. RecipeShape:
  192.  
  193. - ' I '
  194.  
  195. - IBI
  196.  
  197. - ' '
  198.  
  199. RecipeMats:
  200.  
  201. I: 'IRON_INGOT'
  202.  
  203. B: 'IRON_BLOCK'
  204.  
  205. basic4:
  206.  
  207. LockMaterial: 'NAME_TAG'
  208.  
  209. LockDV: 4
  210.  
  211. LockName: 'Tough Lock'
  212.  
  213. Difficulty: 4
  214.  
  215. RecipeShape:
  216.  
  217. - ' I '
  218.  
  219. - IBI
  220.  
  221. - ' I '
  222.  
  223. RecipeMats:
  224.  
  225. I: 'IRON_INGOT'
  226.  
  227. B: 'IRON_BLOCK'
  228.  
  229. basic5:
  230.  
  231. LockMaterial: 'NAME_TAG'
  232.  
  233. LockDV: 5
  234.  
  235. LockName: 'Fine Lock'
  236.  
  237. Difficulty: 5
  238.  
  239. RecipeShape:
  240.  
  241. - III
  242.  
  243. - IBI
  244.  
  245. RecipeMats:
  246.  
  247. I: 'IRON_INGOT'
  248.  
  249. B: 'IRON_BLOCK'
  250.  
  251. master:
  252.  
  253. LockMaterial: 'NAME_TAG'
  254.  
  255. LockDV: 6
  256.  
  257. LockName: 'Masterful Lock'
  258.  
  259. Difficulty: 6
  260.  
  261. RecipeShape:
  262.  
  263. - III
  264.  
  265. - IBI
  266.  
  267. - III
  268.  
  269. RecipeMats:
  270.  
  271. I: 'GOLD_INGOT'
  272.  
  273. B: 'GOLD_BLOCK'
  274.  
  275. events:
  276.  
  277. fail1:
  278.  
  279. event: fail
  280.  
  281. action: server-command
  282.  
  283. payload: 'kick <player>'
  284.  
  285. fail2:
  286.  
  287. event: fail
  288.  
  289. action: player-command
  290.  
  291. payload: 'me failed to pick a <lock>'
  292.  
  293. success1:
  294.  
  295. event: success
  296.  
  297. action: player-message
  298.  
  299. payload: 'congrats to your success!'
  300.  
  301. success2:
  302.  
  303. event: success
  304.  
  305. action: server-message
  306.  
  307. payload: '<player> successfully picked a <lock>'
  308.  
  309. messages:
  310.  
  311. level-1-perm: 'This lock is to difficult for you!'
  312.  
  313. level-2-perm: 'This lock is to difficult for you!'
  314.  
  315. level-3-perm: 'This lock is to difficult for you!'
  316.  
  317. level-4-perm: 'This lock is to difficult for you!'
  318.  
  319. level-5-perm: 'This lock is to difficult for you!'
  320.  
  321. unpickable-lock: 'This lock can not be picked!'
  322.  
  323. bypass: 'Lock bypassed.'
  324.  
  325. key-used: 'You opened the lock with your key.'
  326.  
  327. pick-needed: 'You need a <lockpick> to open this chest!'
  328.  
  329. pick-break: 'Your <lockpick> broke!'
  330.  
  331. door-locked: 'You locked a door!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement