-
Notifications
You must be signed in to change notification settings - Fork 1
/
entities.yml
330 lines (330 loc) · 6.23 KB
/
entities.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
#The items that will be shown when selecting a entity to go up against
#Eggs or Skulls
GUIType: Eggs
Prefix: "Bot"
PlayerPvPBot:
Settings:
Enabled: true
AutoEquipArmor: true
SwitchFromMeleeToRange: true
UseSnowBalls: true
UseEgg: true
UseBow: true
#Bypass Potion drink delay
FastPotion: false
UseGolenApple: true
UseStrengthPotion: true
UseSpeedPotion: true
UseFireResistancePotion: true
UseSplashHealingPotion: true
UseSplashFireResistancePotion: true
UseSplashStrengthPotion: true
UseSplashSpeedPotion: true
UseSplashWeaknessPotion: true
UseSplashSlownessPotion: true
UseSplashPoisonPotion: true
#Used when NoKits is selected
UseBotKit: true
#Walk left to right
Strafe: true
#Jump
Crit: true
#Horizontal knockback
KnockBackAmount: -0.2
#Vertical knockback
KnockBackAmountUpward: -0.5
Soup:
Use: true
Health: 3
Easy:
AttackDelayTicks: 16
AttackRangeDelayTicks: 26
Normal:
AttackDelayTicks: 12
AttackRangeDelayTicks: 24
Hard:
AttackDelayTicks: 8
AttackRangeDelayTicks: 22
Expert:
AttackDelayTicks: 5
AttackRangeDelayTicks: 20
#Used when NoKits is selected
BotKit:
iteminhand:
==: org.bukkit.inventory.ItemStack
type: IRON_SWORD
helmet:
==: org.bukkit.inventory.ItemStack
type: IRON_HELMET
chestplate:
==: org.bukkit.inventory.ItemStack
type: IRON_CHESTPLATE
leggings:
==: org.bukkit.inventory.ItemStack
type: IRON_LEGGINGS
boots:
==: org.bukkit.inventory.ItemStack
type: IRON_BOOTS
#Key Name:Skin
Names:
- SteviePlaysMc:SteviePlaysMc
- Steve:Steve
- Notch:Notch
- Herobrine:Herobrine
SkeletonPvPBot:
# Effects are used randomly
Settings:
Enabled: true
DistanceFromPlayer: 150
UseKnockBackBow: true
UseFlameBow: true
UseWeaknessEffect: true
UseSlownessEffect: true
UsePoisonEffect: true
Easy:
Health: 20
AttackRangeDelayTicks: 20
Normal:
Health: 25
AttackRangeDelayTicks: 20
Hard:
Health: 30
AttackRangeDelayTicks: 20
Expert:
Health: 35
AttackRangeDelayTicks: 20
Names:
- Skeleton
- Shooter
ZombiePvPBot:
Settings:
Enabled: true
AutoEquipArmor: true
FastPotion: false
UseStrengthPotion: true
UseSpeedPotion: true
UseSplashHealingPotion: true
#Used when NoKits is selected
UseBotKit: true
Soup:
Use: true
Health: 3
Easy:
Health: 20
AttackDelayTicks: 12
Normal:
Health: 25
AttackDelayTicks: 10
Hard:
Health: 30
AttackDelayTicks: 5
Expert:
Health: 35
AttackDelayTicks: 3
#Used when NoKits is selected
BotKit:
iteminhand:
==: org.bukkit.inventory.ItemStack
type: IRON_SWORD
helmet:
==: org.bukkit.inventory.ItemStack
type: IRON_HELMET
chestplate:
==: org.bukkit.inventory.ItemStack
type: IRON_CHESTPLATE
leggings:
==: org.bukkit.inventory.ItemStack
type: IRON_LEGGINGS
boots:
==: org.bukkit.inventory.ItemStack
type: IRON_BOOTS
Names:
- Zombie
- Foamer
- Plunger
SpiderPvPBot:
Settings:
Enabled: true
JumpOnHit: true
JumpVertical: 0.2
Easy:
Health: 20
Speed: 1
AttackDelayTicks: 20
Normal:
Health: 20
Speed: 1.1
AttackDelayTicks: 15
Hard:
Health: 25
Speed: 1.2
AttackDelayTicks: 10
Expert:
Health: 30
Speed: 1.3
AttackDelayTicks: 10
Names:
- Spider
- EightEye
CaveSpiderPvPBot:
Settings:
Enabled: true
JumpOnHit: true
JumpVertical: 0.3
PoisonEffect: true
Easy:
Health: 20
Speed: 1
AttackDelayTicks: 20
Normal:
Health: 20
Speed: 1.1
AttackDelayTicks: 15
Hard:
Health: 25
Speed: 1.2
AttackDelayTicks: 10
Expert:
Health: 30
Speed: 1.3
AttackDelayTicks: 10
Names:
- Spider
- EightEye
PigZombiePvPBot:
Settings:
Enabled: true
ItemInHand: GOLD_SWORD
Easy:
Health: 20
Speed: 1.3
AttackDelayTicks: 10
FireAspect: false
FireAspectLevel: 2
Sharpness: true
SharpnessLevel: 2
KnockBack: false
KnockBackLevel: 2
Normal:
Health: 25
Speed: 1.4
AttackDelayTicks: 6
FireAspect: false
FireAspectLevel: 2
Sharpness: true
SharpnessLevel: 3
KnockBack: false
KnockBackLevel: 2
Hard:
Health: 30
Speed: 1.5
AttackDelayTicks: 5
FireAspect: true
FireAspectLevel: 2
Sharpness: true
SharpnessLevel: 5
KnockBack: false
KnockBackLevel: 2
Expert:
Health: 35
Speed: 1.6
AttackDelayTicks: 0
FireAspect: true
FireAspectLevel: 2
Sharpness: true
SharpnessLevel: 5
KnockBack: true
KnockBackLevel: 1
Names:
- PigZombie
- AngryGuy
IronGolemPvPBot:
Settings:
Enabled: true
Easy:
Health: 20
AttackDelayTicks: 15
Normal:
Health: 30
AttackDelayTicks: 10
Hard:
Health: 40
AttackDelayTicks: 7
Expert:
Health: 50
AttackDelayTicks: 5
Names:
- IronGolem
- Golem
SlimePvPBot:
Settings:
Enabled: true
JumpDelay: 25
JumpVertical: 0.3
Easy:
Health: 20
Speed: 0.5
AttackDelayTicks: 20
Normal:
Health: 20
Speed: 0.5
AttackDelayTicks: 15
Hard:
Health: 25
Speed: 0.7
AttackDelayTicks: 10
Expert:
Health: 30
Speed: 0.7
AttackDelayTicks: 5
Names:
- Slim
- Slimmy
WolfPvPBot:
Settings:
Enabled: true
#Walk left to right
Strafe: true
Easy:
Health: 20
AttackDelayTicks: 20
Normal:
Health: 20
AttackDelayTicks: 15
Hard:
Health: 25
AttackDelayTicks: 10
Expert:
Health: 30
AttackDelayTicks: 10
Names:
- Wolf
- WareWolf
WitchPvPBot:
Settings:
Enabled: true
#Walk away when using HealingPotion
WalkAway: true
#Strafe towards player allowing them to dodge bows
Strafe: true
#Effects are used Randomly
SlownessPotion: true
WeaknessPotion: true
PoisonPotion: true
HarmingPotion: true
HealingPotion: true
Easy:
Health: 20
ThrowDelayTicks: 15
Normal:
Health: 20
ThrowDelayTicks: 10
Hard:
Health: 25
ThrowDelayTicks: 7
Expert:
Health: 30
ThrowDelayTicks: 5
Names:
- Witch
- Witch