WhatAreYouScoring StationAPI

WhatAreYouScoring StationAPI

Adds a purpose to your score! Player score resets upon death in singleplayer and upon logout in multiplayer. Achievements are saved per instance and do not reset.

by
1.3K Downloads
babricfabricgame-mechanicssocialutility
Rent Server with this Mod

Screenshots

Days Scoring Mode
Basic Scoring Mode
Dynamic Per-World Player Score
404 Challenge Scoring Mode

About this Mod

WhatAreYouScoring StationAPI for Minecraft Beta 1.7.3

A StationAPI mod for Minecraft Beta 1.7.3 that adds different mechanisms to increase your score!

  • Mod is clientside: Player score resets upon death in single-player and upon logout in multiplayer.
    • Multiplayer is not really supported since stats are saved clientside.
  • Achievements are saved per instance and do not reset, whereas score count is saved per world.

What Are You Scoring? (W.A.Y.S. Score/Achievement Mod)

You will need ModMenu and GlassConfigAPI if you want to tweak different parts of the mod. See installation instructions below. Some example configs:

  • Ability to retain score on death on certain difficulties
  • Change which scores display at the top of the in-game HUD
  • Change which scores display on death screen
  • (Basic Scoring) Enable/disable scoring sources
  • (Days Scoring) Ability to give bonus points for surviving past certain milestones
  • (404 Scoring) Enable/disable mob kill scoring
  • (404 Scoring) Allow different scoring for never sleep and never wear armor

Basic Scoring (Yellow)

  • Placing a block: +1
  • Removing a block: +1
  • Killing a monster mob: +1
  • Killing a passive mob: +1

Days Scoring (Blue)

  • Surviving a minecraft day: +1
  • Surviving 100 minecraft days: +25 (off by default)
  • Surviving 365 minecraft days: +100 (off by default)
  • (Real world days are also tracked, but not scored)

404 Challenge Scoring (Red)

  • Original Minecraft Forum Post
    • Note: This mod tweaks the original challenge slightly for easier tracking in code.
  • Score multiplier of 1.5 on hard difficulty (can be disabled through config):
  • Killing a certain mob:
    • Zombies: +(0.5 * count)
    • Skeletons: +(1 * count)
    • Spiders: +(1 * count)
    • Creepers: +(2 * count)
    • Zombie Pigmen: +(3 * count)
    • Ghast: +(6 * count)
  • Avoiding certain actions:
    • Never use a bed: +15
    • Never wear armor: +15
  • Crafting certain items:
    • Craft jack-o'-Lantern: +2
    • Craft bread: +4
    • Craft bow + 64 arrows: +10
    • Craft full leather armor: +10
    • Craft full iron armor: +10
    • Craft full gold armor: +20
    • Craft full diamond armor: +50
    • Craft block of iron: +2
    • Craft block of gold: +5
    • Craft block of lapis lazuli: +5
    • Craft block of diamond: +20
  • Breaking certain blocks:
    • Break 3 pumpkins: +2
    • Break 20 sugar Canes: +4
    • Break 32 cacti: +4
    • Break 15 wheat: +10
    • Break an obsidian block: +5
  • Placing certain blocks:
    • Place 32 glass: +5
    • Place 20 bricks: +10
    • Place 8 types of wool: +10
    • Place all types of wool: +15
    • Place a crash slab: +15
  • Meeting certain criteria:
    • Place glowstone in overworld: +10
    • Exit the nether: +15
    • Creeper breaks iron block: +10
    • Creeper breaks gold block: +10
    • Creeper breaks lapis block: +10
    • Creeper breaks diamond block: +20

Installation using Prism Launcher

  1. Download an instance of Babric for Prism Launcher: https://github.com/babric/prism-instance
  2. Install Java 17 and set the instance to use it: https://adoptium.net/temurin/releases/
  3. Add GlassConfigAPI 3.0.2+ to the mod folder for the instance: https://modrinth.com/mod/glass-config-api
  4. Add Glass Networking to the mod folder for the instance: https://modrinth.com/mod/glass-networking
  5. Add StationAPI to the mod folder for the instance: https://modrinth.com/mod/stationapi
  6. (Optional) Add Mod Menu to the mod folder for the instance: https://modrinth.com/mod/modmenu-beta
  7. (Optional) Add MojangFix StationAPI Edition to the mod folder for the instance: https://modrinth.com/mod/mojangfix-stationapi-edition
    • This mod fixes stats resetting when a mod adds/removes or reorganizes achievements or other statistics.
  8. Add this mod to the mod folder for the instance: https://github.com/telvarost/WhatAreYouScoring-StationAPI/releases
  9. Run and enjoy! 👍

Feedback

Got any suggestions on what should be added next? Feel free to share it by creating an issue. Know how to code and want to do it yourself? Then look below on how to get started.

Contributing

Thanks for considering contributing! To get started fork this repository, make your changes, and create a PR.

If you are new to StationAPI consider watching the following videos on Babric/StationAPI Minecraft modding: https://www.youtube.com/watch?v=9-sVGjnGJ5s&list=PLa2JWzyvH63wGcj5-i0P12VkJG7PDyo9T

Available Versions

v2.3.0release
MC b1.7.3babric, fabric
February 1, 2026
v2.2.0release
MC b1.7.3babric, fabric
February 19, 2025
v2.1.1release
MC b1.7.3babric, fabric
November 4, 2024
v2.1.0release
MC b1.7.3babric, fabric
November 4, 2024
v2.0.1release
MC b1.7.3babric, fabric
May 17, 2024

How to Install WhatAreYouScoring StationAPI on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set babric Loader

In the panel under "Egg", select the babric loader and matching Minecraft version (b1.7.3).

3

Install Mod

Open the mod browser in the dashboard and search for "WhatAreYouScoring StationAPI". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

babricfabric

Minecraft Versions

b1.7.3

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

WhatAreYouScoring StationAPI server crashes on startup – what to do?

Most common cause: wrong babric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (b1.7.3). You can switch loaders with one click in the panel.

Is WhatAreYouScoring StationAPI compatible with babric and fabric?

WhatAreYouScoring StationAPI officially supports babric, fabric for Minecraft b1.7.3. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with WhatAreYouScoring StationAPI – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if WhatAreYouScoring StationAPI consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install WhatAreYouScoring StationAPI with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Required

Supported Versions

b1.7.3