forked from taoneill/war
-
Notifications
You must be signed in to change notification settings - Fork 3
Enums
Jakl edited this page Jul 5, 2021
·
4 revisions
| Value | Description | Notes |
|---|---|---|
| INVISIBLE | No blocks, just a spawn | Same as NONE |
| NONE | No blocks, just a spawn | Same as INVISIBLE |
| MINIMAL | 1x1 | Just the light block |
| SMALL | 3x3 Grid | Team-Colored Ring with light block in the middle |
| FLAT | 5x5 Grid | Team-Colored Ring (2 blocks wide) with light block in the middle |
| BIG | 5x5 Grid | Team-Colored Ring (2 blocks wide) with light block in the middle and a little structure in a corner |
| Value | Description | Notes |
|---|---|---|
| FLAG | Players can only bring the flag to their own spawn | none |
| SPAWN | Players can only bring the flag to their spawn | none |
| BOTH | Players can bring the flag to their spawn or their own flag | none |
| Value | Description | Notes |
|---|---|---|
| NONE | No scoreboard | none |
| POINTS | Shows the Points of each team | none |
| LIFEPOOL | Shows the lifepool of each team | none |
| TOPKILLS | Shows the players with the most kills and their killcount | none |
| PLAYERCOUNT | Shows the amount of players in each team | none |
| SWITCHING | Cycles through all other ScoreboardTypes | Switching occurs every 60 seconds |
| Value | Description | Notes |
|---|---|---|
| DIGITAL | Percentage and a progress bar as a Hologram | none |
| ANALOG | Progress bar as a vertical 5-Block glass-stack | If you put a beacon underneath it, it will change colors with the progress |
| BOTH | A combination of ANALOG and DIGITAL | See ANALOG |