Skip to content

Commit 17d7bfc

Browse files
authored
Merge pull request #7 from ModularSoftAU/pointallocation
Update point allocations for new mobs, closes #4
2 parents cfa977a + c5803a1 commit 17d7bfc

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ When a player kills over an X amount of mobs, a message will broadcast to all on
2323
The milestones can be changed and modified in the `config.yml` under `Milestones.Messages` and you can change them based on Major and Minor.
2424

2525
### Holographic Leaderboard
26+
In the `config.yml` you can specify coordinates of a hologram to display the top players on the leaderboard.
2627

2728

2829
## Commands

src/main/resources/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ MobHunt:
8989
Zombie Villager: 6
9090
Zombie: 4
9191
Zombified Piglin: 0
92+
Warden: 30
93+
Frog: 3
94+
Camel: 6
95+
Sniffer: 0
96+
Tadpole: 2
97+
Allay: 6
9298
Sounds:
9399
MinorCollectionMilestone: ENTITY_PLAYER_LEVELUP
94100
MajorCollectionMilestone: UI_TOAST_CHALLENGE_COMPLETE

0 commit comments

Comments
 (0)