Skip to content

Commit 17ace00

Browse files
committed
feat: implement more achievements
1 parent f8ea78a commit 17ace00

23 files changed

Lines changed: 3636 additions & 164 deletions

File tree

configuration/achievements/bedwars/challenge.yml

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
@@ -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

@@ -278,3 +310,12 @@ achievements:
278310
trigger: "bedwars.game_kills"
279311
goal: 10
280312
perGame: true
313+
314+
- id: "bed_wars.that_s_a_first"
315+
name: "That's a First"
316+
description: "Win your first game of Bed Wars."
317+
type: CHALLENGE
318+
points: 5
319+
trigger: "bedwars.thats_a_first_trigger"
320+
goal: 1
321+

0 commit comments

Comments
 (0)