HomeJavaModsScoredex [Cobblemon]
Scoredex [Cobblemon]
ModsJava

Scoredex [Cobblemon]

by Tellsanguis · on Modrinth

Scoredex is a Minecraft mod that automatically generates a scoreboard image based on the number of Pokémon caught by each player.

⬇ Download on Modrinth
Scoredex [Cobblemon] — screenshot 1Scoredex [Cobblemon] — screenshot 2

Scoredex

📋 Description

Scoredex is a Minecraft mod that automatically generates a scoreboard image based on the number of Pokémon captured by each player. This mod runs server-side and requires no client-side installation.

✨ Features

🚀 Installation

  1. Make sure the Cobblemon mod is installed
  2. Place the Scoredex .jar file in the mods folder of your server
  3. Start or restart your server to activate the mod

⚙️ Configuration

The configuration file is automatically created when the server is first started. You will find it in the config folder of your Minecraft server under the name scoredex.json.

Example Configuration

{
  "port": 8080,
  "updateIntervalMinutes": 5,
  "imageTitle": "Scoreboard - Captured Pokémon",
  "timeZone": "Europe/Paris",
  "autoDetectDataFolder": true,
  "manualDataFolderPath": "",
  "maxPlayers": 100,
  "rowsPerColumn": 10,
  "showLastUpdate": true,
  "lastUpdateText": "Dernière mise à jour :",
  "colors": {
    "background": "#141414",
    "titleBackground": "#3232C8",
    "titleText": "#FFFFFF",
    "topPlayerText": "#FFFFFF",
    "firstPlaceBackground": "#FFD700",
    "secondPlaceBackground": "#C0C0C0",
    "thirdPlaceBackground": "#CD7F32",
    "text": "#FFFFFF",
    "footerText": "#FFFF00"
  }
}

Available Options

Option Description Default Value
port Web server listening port 8080
updateIntervalMinutes Scoreboard update frequency (in minutes) 5
imageTitle Title displayed on the scoreboard "Scoreboard - Captured Pokémon"
timeZone Time zone for timestamps "Europe/Paris"
autoDetectDataFolder Enable automatic detection of the data folder true
manualDataFolderPath Manual path to the data folder (if autoDetectDataFolder is disabled) ""
maxPlayers Maximum number of players to display on the scoreboard 100
rowsPerColumn Number of rows per column 10
showLastUpdate Show or hide the date and time of the last update true
colors Dictionary of scoreboard colors (hexadecimal format) See example

Color Customization

The scoreboard can be completely customized by modifying the following colors:

Scoreboard Layout

The layout of the scoreboard is automatically adjusted based on the maxPlayers and rowsPerColumn parameters:

🖼️ Accessing the Image

Example to access the scoreboard image:

Image URL format: http://MINECRAFTIP:8080/scoreboard.png

⚠️ Important Notes

🔄 Compatibility

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more