@@ -36,6 +36,22 @@ achievements:
3636 goal : 200
3737 perGame : true
3838
39+ - id : " bedwars.you_cant_do_that"
40+ name : " You can't do that!"
41+ description : " Attempt to break your teams's bed."
42+ type : CHALLENGE
43+ points : 5
44+ trigger : " bedwars.break_own_bed"
45+ goal : 1
46+
47+ - id : " bedwars.rejoining_the_dream"
48+ name : " Rejoining the Dream"
49+ description : " Use the /rejoin command to warp back into a Bed Wars game."
50+ type : CHALLENGE
51+ points : 5
52+ trigger : " bedwars.rejoin_used"
53+ goal : 1
54+
3955 - id : " bedwars.cant_wake_up"
4056 name : " Can't Wake Up"
4157 description : " Enter the Slumber Hotel temple"
@@ -53,6 +69,22 @@ achievements:
5369 goal : 1
5470 customCheck : true
5571
72+ - id : " bedwars.shear_luck"
73+ name : " Shear Luck"
74+ description : " Kill a player with shears!"
75+ type : CHALLENGE
76+ points : 5
77+ trigger : " bedwars.shear_kill"
78+ goal : 1
79+
80+ - id : " bedwars.future_is_now"
81+ name : " The Future is Now"
82+ description : " Punch a chest to deposit your held item."
83+ points : 5
84+ type : CHALLENGE
85+ trigger : " bedwars.chest_deposit"
86+ goal : 1
87+
5688 - id : " bedwars.diamond_hoarder"
5789 name : " Diamond Hoarder"
5890 description : " Collect at least 50 Diamonds from generators in a game"
@@ -184,7 +216,7 @@ achievements:
184216 # Page 2 achievements
185217 - id : " bedwars.its_dark_down_there"
186218 name : " It's dark down there"
187- description : " Fall into the void 5 times in a game "
219+ description : " Fall into the void"
188220 type : CHALLENGE
189221 points : 5
190222 trigger : " bedwars.void_falls"
@@ -202,11 +234,11 @@ achievements:
202234
203235 - id : " bedwars.minefield"
204236 name : " Minefield"
205- description : " Place 10 traps in a single game"
237+ description : " Place 3 traps in a single game"
206238 type : CHALLENGE
207239 points : 10
208240 trigger : " bedwars.traps_placed"
209- goal : 10
241+ goal : 1
210242 perGame : true
211243
212244 - id : " bedwars.not_today"
@@ -246,10 +278,10 @@ achievements:
246278
247279 - id : " bedwars.stay_away"
248280 name : " Stay away from me!"
249- description : " Knock 5 enemies into the void in one game"
281+ description : " Knock 5 enemies into the void in a single game using a Knockback Stick. "
250282 type : CHALLENGE
251283 points : 10
252- trigger : " bedwars.void_kills "
284+ trigger : " bedwars.knockback_void_kill "
253285 goal : 5
254286 perGame : true
255287
@@ -262,6 +294,13 @@ achievements:
262294 goal : 5
263295 perGame : true
264296
297+ - id : " bedwars.sneaky_rusher"
298+ name : " Sneaky Rusher"
299+ description : " Destroy a bed while being invisible"
300+ points : 5
301+ trigger : " bedwars.sneaky_rusher_trigger"
302+ goal : 1
303+
265304 - id : " bedwars.ultimate_defense"
266305 name : " Ultimate Defense"
267306 description : " Have 5 active upgrades at once"
@@ -278,3 +317,12 @@ achievements:
278317 trigger : " bedwars.game_kills"
279318 goal : 10
280319 perGame : true
320+
321+ - id : " bedwars.thats_a_first"
322+ name : " That's a First"
323+ description : " Win your first game of Bed Wars."
324+ type : CHALLENGE
325+ points : 5
326+ trigger : " bedwars.wins"
327+ goal : 1
328+
0 commit comments