Skip to content

Commit

Permalink
Merge pull request #7 from ModularSoftAU/pointallocation
Browse files Browse the repository at this point in the history
Update point allocations for new mobs, closes #4
  • Loading branch information
benrobson authored May 22, 2024
2 parents cfa977a + c5803a1 commit 17d7bfc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ When a player kills over an X amount of mobs, a message will broadcast to all on
The milestones can be changed and modified in the `config.yml` under `Milestones.Messages` and you can change them based on Major and Minor.

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


## Commands
Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ MobHunt:
Zombie Villager: 6
Zombie: 4
Zombified Piglin: 0
Warden: 30
Frog: 3
Camel: 6
Sniffer: 0
Tadpole: 2
Allay: 6
Sounds:
MinorCollectionMilestone: ENTITY_PLAYER_LEVELUP
MajorCollectionMilestone: UI_TOAST_CHALLENGE_COMPLETE
Expand Down

0 comments on commit 17d7bfc

Please sign in to comment.