View difference between Paste ID: ubu8akwW and KkgSXNde
SHOW: | | - or go back to the newest paste.
1
# --------------------------------------------------
2
# EpicCraftingsPlus by Ajneb97 
3
# If you find bugs, please contact with me:
4
# https://www.spigotmc.org/members/ajneb97.43796/
5
# --------------------------------------------------
6
# I suggest you to use IDs instead of item names! Here you can find a list:
7
# IDs: http://www.minecraftinfo.com/idlist.htm
8
# Materials Link: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
9
# --------------------------------------------------
10
# You can find tutorials on the plugin page.
11
# https://www.spigotmc.org/resources/epiccraftingsplus-fully-configurable-crafts-1-8-1-11.39967/
12
Config:
13
  decorative-menu-item: LIGHT_BLUE_STAINED_GLASS_PANE
14
  menu-page-item: ARROW
15
  click-to-craft-item: CRAFTING_TABLE
16
  craft-with-money-item: INK_SAC
17
  firework-on-craft: true
18
  new-version-reminder: true
19
  block-ecraft-command: false
20
  enable-categories: true
21
  hide-craftings-with-permissions: true
22
  workbench-attach: false
23
  cooldown-notification-messages: true
24
  one-cooldown-at-the-time: false
25
  previous-next-crafting: true
26
  previous-next-crafting-item: 'RED_STAINED_GLASS_PANE'
27
  log-file:
28
    enabled: true
29
    clear-log-time: 7
30
  Crafts:
31
    super_sword:
32
      id: DIAMOND_SWORD
33
      name: '&4&lSuper Sword'
34
      lore:
35
      - '&6This is one of the best'
36
      - '&6swords on the server!'
37
      - ''
38
      - '&8[Created by: &c%player%&8]'
39
      category: weapons_armor
40
      enchants:
41
      - DAMAGE_ALL;6
42
      - FIRE_ASPECT;3
43
      requires:
44
      - DIAMOND_SWORD;15;&bUnique Diamond;&7A legendary mineral;&7very hard to obtain..
45
      - GOLD_INGOT;10
46
      permission: ecraft.supersword
47
      one-time: true
48
      cooldown: 1800
49
      hide-flags:
50
      - HIDE_ATTRIBUTES
51
      extra-requires:
52
      - level,15,take
53
      commands-when-crafted:
54
      - broadcast &2&l%player% crafted a &4&lSUPER SWORD&2&l!
55
    gold_helmet:
56
      id: GOLDEN_HELMET
57
      name: '&e&lKing Helmet'
58
      lore:
59
      - '&6Difficult to obtain, difficult to craft.'
60
      - '&6The &eKing Helmet &6is one of the most'
61
      - '&6wanted items on the server...'
62
      category: weapons_armor
63
      unbreakable: true
64
      enchants:
65
      - PROTECTION_ENVIRONMENTAL;8
66
      - THORNS;8
67
      - OXYGEN;5
68
      requires:
69
      - GOLDEN_HELMET;10
70
      - GOLDEN_APPLE;20
71
      - GOLDEN_CARROT;20
72
      - GOLD_INGOT;50
73
      - GLOWSTONE_DUST;50
74
      - DANDELION_YELLOW;60
75
    epic_bow:
76
      id: BOW
77
      name: '&aE&bP&cI&dC &6Bow'
78
      amount: '2'
79
      category: weapons_armor
80
      enchants:
81
      - ARROW_DAMAGE;4
82
      - ARROW_INFINITE;1
83
      requires:
84
      - BOW;10;ENCHANTS:ARROW_DAMAGE,1
85
      - GOLD_INGOT;40
86
      - DIAMOND;30
87
    command_1:
88
      id: GHAST_TEAR
89
      name: '&2&lMoney Exchange'
90
      lore:
91
      - '&6When crafting this, you will get'
92
      - '&2$500&6. You can use the money to buy'
93
      - '&6items on the shop.'
94
      category: others
95
      requires:
96
      - GOLD_INGOT;10
97
      command: eco give %player% 500
98
      cooldown: 30
99
    command_2:
100
      id: GHAST_TEAR
101
      name: '&4&lVIP &7Rank'
102
      lore:
103
      - '&6When crafting this, you will receive'
104
      - '&6the &4&lVIP &6rank. Good luck getting'
105
      - '&6the ingredients!'
106
      category: others
107
      requires:
108
      - COMMAND_BLOCK;30
109
      - BARRIER;30
110
      - BEDROCK;30
111
      - DEAD_BUSH;30
112
      - SPAWNER;1
113
      command: pex user %player% group set VIP
114
    command_on_click:
115
      id: STICK
116
      name: '&5&lSpeed &d&lStick'
117
      lore:
118
      - '&6This stick have a little secret'
119
      - '&bRight Click &6to know it ;)'
120
      category: others
121
      requires:
122
      - STICK;64
123
      - BLAZE_ROD;64
124
      command-on-click:
125
      - effect %player% 1 30 2
126
      - msg %player% &4You used the &5&lSpeed &d&lStick
127
      command-wait: 180
128
    key_item:
129
      id: LEVER
130
      name: '&2&lMagic &d&lKey'
131
      lore:
132
      - '&6With this item you can open one'
133
      - '&6of the mystery vaults on the spawn'
134
      category: others
135
      block-interaction: true
136
      block-interaction-message: '&cThis is a special item, you can''t interact with
137
        it'
138
      block-use-in-crafting-tables: true
139
      block-use-in-crafting-tables-message: '&cThis is a special item, you can''t
140
        craft with it'
141
      requires:
142
      - GOLD_INGOT;30
143
      success-rate: 25
144
      success-rate-failed-message: '&cThe creation of the &2Magic &dKey &cfailed!
145
        The Mystery Vaults can''t be opened yet...'
146
      success-rate-failed-commands:
147
      - eco take %player% 100
148
    random:
149
      id: EMERALD
150
      name: '&c&lRandom Item'
151
      lore:
152
      - '&aCrafting this, you can get one of these items:'
153
      - '&4Super Sword &7-> &220%'
154
      - '&4King Helmet &7-> &230%'
155
      - '&4Epic Bow &7-> &250%'
156
      - ''
157
      - '&6Good luck! :)'
158
      category: others
159
      requires:
160
      - BEACON;5
161
      random:
162
      - super_sword;20
163
      - gold_helmet;30
164
      - epic_bow;50
165
    enchants_sword:
166
      id: DIAMOND_SWORD
167
      name: '&4&lAlpha Sword'
168
      lore:
169
      - '&aCrafting this, you can get a sword'
170
      - '&awith Damage_All enchant from level 1 to 10'
171
      category: weapons_armor
172
      cooldown: 40
173
      cooldown-bypass-cost: 500
174
      enchants:
175
      - DAMAGE_ALL;1-10
176
      requires:
177
      - DIAMOND;55
178
    skull-with-texture:
179
      id: PLAYER_HEAD
180
      skull-id: ec62ea75-402c-44fb-8f71-bef0015a4634
181
      skull-texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTA4Yjc3MmVjYWVlNzA2MjM1ZDFhZGJmMGI5YTI5YjU4YmE5YzBlZDYwZGU2ZjEwZWZiMWE3Zjg2ZDllIn19fQ==
182
      name: '&2&lChristmas Ornament'
183
      amount: 16
184
      category: others
185
      requires:
186
      - COD;1
187
    random-lore-stats:
188
      id: IRON_BOOTS
189
      name: '&6Magic Boots'
190
      unbreakable: true
191
      lore:
192
      - '&8&m---------&7STATS&8&m---------'
193
      - ''
194
      - '&a+$random-120-170$ &7Health &4❤'
195
      - '&a+$random-5-10$ &7Dexterity &f✸'
196
      - ''
197
      - '&8&m-----------------------'
198
      ignore-required-items-lore: true
199
      category: weapons_armor
200
      requires:
201
      - MELON;1
202
      - IRON_BOOTS;1;&2Normal Boots;&7Level 1
203
    workbench:
204
      id: CRAFTING_TABLE
205
      amount: 1
206
      category: others
207-
      - OAK_PLANKS;4
207+
208-
  previous-next-crafting: 'true'
208+
209-
  previous-next-crafting-item: 'red_stained_glass_pane'
209+
      - OAK_PLANKS;4