Stimmt, da war ich gedanklich bei der falschen Mod! Hier ist der spezifische User Guide für die Leaderboard Mod auf Englisch (STE-konform).Leaderboard Mod - User Guide****Requirements
Minecraft Version: 1.20.1 (Forge)
Dependency: Reward Box (reward_box)
OverviewThe Leaderboard mod tracks your vanilla death score when you die, saves global Top 10 high scores, and gives reward boxes for successful runs.Key Features
Death Score Tracking: When you die, the mod reads your vanilla Minecraft death score.
Global Top 10: The server saves the 10 highest scores along with player names and death reasons.
Custom Epitaphs: If your run reaches the Top 10, you can edit your death message (up to 45 characters) directly on the leaderboard screen.
Automatic Screen: The Leaderboard screen opens automatically when you respawn.
Reward System
Score Threshold: By default, runs with a score of 500 or higher (or any Top 3 rank) earn a reward.
Reward Tiers: Reward box tiers scale automatically with your score (Tier = (Score / 1000) + 1).
Claim Rewards: Unclaimed runs are saved to your player data. Click Claim All on the screen to move the reward boxes to your inventory.
Configuration & DataPacks
Config File (leaderboard-common.toml): You can change rewardScoreThreshold or toggle enableLeaderboard.
Custom Reward Rules: Server owners can add DataPack JSON files in data//rewards/ to define custom items, NBT tags, and score thresholds:
{
"thresholds": [
{
"minScore": 1000,
"item": "reward_box:reward_chest",
"count": 1
}
]
}

