From afb0f4dfbc394c07c06d6d6a44b2c050c94c8d64 Mon Sep 17 00:00:00 2001 From: Ben Robson Date: Tue, 21 May 2024 10:01:13 +1000 Subject: [PATCH 1/2] Update point allocations for new mobs, closes #4 --- src/main/resources/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 64ade68..65bb78c 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -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 From c5803a1435754e7276f3b1da93fcfb4e2f10c179 Mon Sep 17 00:00:00 2001 From: Ben Robson Date: Wed, 22 May 2024 15:40:50 +1000 Subject: [PATCH 2/2] Add a note for holo leaderboard. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ce2800..6ffd487 100644 --- a/README.md +++ b/README.md @@ -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