File Details
WiFlowScoreboard-1.4.0.jar
- R
- Feb 6, 2026
- 767.50 KB
- 208
- Early Access
File Name
WiFlowScoreboard-1.4.0.jar
Supported Versions
- Early Access
[1.4.0] - Page Rotation, In-Game Editor & Auto-Sizing
New Features
- Page Rotation - Profiles can now have multiple pages that auto-cycle with configurable duration per page. Each page has its own lines and optional title override.
- In-Game Editor -
/sb editopens a full hierarchical editor: browse worlds, profiles, pages, and edit lines directly in-game. Supports live preview (Apply) and persistent saving (Save). - Page Management - Add and delete pages from the in-game editor. Each page shows a duration field for controlling rotation speed.
- Profile Creation - Create new profiles (Default, Permission, or Condition) directly from the editor UI.
- Line Editing Commands -
/sb set <index> <text>,/sb add <text>,/sb remove <index>,/sb save,/sb listfor chat-based editing. - Hierarchical List -
/sb listis now a subcommand group:worlds,profiles,lines,pages. - Auto-Width Sizing - New
autoWidthoption dynamically adjusts the scoreboard width based on the longest visible line. Configurable withcharWidth,minWidth, andmaxWidth. - Position Presets - Default position changed to
center-right. Supports presets:center,top-left,top-right,bottom-left,bottom-right,top-center,bottom-center,center-left,center-right.
Configuration
New size options in config:
{
"size": {
"autoHeight": true,
"autoWidth": true,
"charWidth": 8,
"minWidth": 200,
"maxWidth": 500,
"minHeight": 150,
"maxHeight": 600
},
"position": {
"preset": "center-right"
}
}
Page rotation in profiles:
{
"isDefault": true,
"pages": [
{ "duration": 5.0, "lines": { "content": ["Page 1 line"] } },
{ "duration": 4.0, "title": { "show": true, "text": "Stats" }, "lines": { "content": ["Page 2 line"] } }
]
}