https://github.com/2mal3/advancement-count
Awards players a certain number of points for each advancement they complete. The total number for each player can then be viewed in the Tab list.
https://github.com/2mal3/advancement-count
beet datapack mcfunction minecraft
Last synced: 2 months ago
JSON representation
Awards players a certain number of points for each advancement they complete. The total number for each player can then be viewed in the Tab list.
- Host: GitHub
- URL: https://github.com/2mal3/advancement-count
- Owner: 2mal3
- License: lgpl-3.0
- Created: 2023-02-05T11:30:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T20:10:09.000Z (4 months ago)
- Last Synced: 2025-01-14T21:22:59.853Z (4 months ago)
- Topics: beet, datapack, mcfunction, minecraft
- Language: mcfunction
- Homepage:
- Size: 167 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Advancement-Count
  
Advancement Count is a simple datapack that awards players a certain number of points for each advancement they complete.
The total number of all points for each player can then be viewed in the player list and compared between players, providing an alternative competition to the normal game play.### ð Features
- âïļ balanced, point rewards depend on the difficulty of the advancement
- ð fast and optimized, creates no lag
- ðŠķ lightweight
- âŧïļ fast and complete updates to new versions of Minecraft, thanks to an automated build systemThe maximum number of points you can score is 231.
### â Rewards
- Task (square boxes) â 1 point
- Goal (rounded boxes) â 2 points
- Challenge (decorated boxes) â 5 points## ð Notes
- **ONLY** the latest version of the datapack for Fabric and Vanilla 1.21 is supported
- advancements from other datapacks or mods are not supported
- bug reports and suggestions are **ONLY** accepted on [GitHub](https://github.com/2mal3/Advancement-Count/issues)
- to uninstall, run the command `/function adco:core/uninstall`and then optionally delete the datapack file
- datapack was created with the help of [beet](https://github.com/mcbeet/beet)