# Scoreboard Setup

```
scoreboard:
  title: '<shadow:#000000FF>&#2EB6FF&lSURVIVAL'
  transparent: true    # hides score numbers on each line
  lines:
    - ''
    - '<shadow:#000000FF>&aâ— &f%player_name% &7(%player_ping%ms)'
    - ''
    - '<shadow:#000000FF>&a$&f Money &a%twocubecore_money%'
    - '<shadow:#000000FF>&c Credits &c%playerpoints_points%'
    - '<shadow:#000000FF>&d &fKills &d%statistic_player_kills%'
    - '<shadow:#000000FF>&6  &fDeaths &6%statistic_deaths%'
    - '<shadow:#000000FF>&3 &fKeyall: &3%twocubecore_keyall%'
    - ''
    - '<shadow:#000000FF>&e play.yourserver.net'
```

Extra Infomation

Use `<shadow:#RRGGBBAA>` anywhere in a line to apply a custom text shadow:

* `<shadow:#00000000>` transparent (no shadow)
* `<shadow:#000000FF>` fully black shadow
* `<shadow:#FF000088>` semi-transparent red shadow
* All PlaceholderAPI placeholders work in title and lines.
* Players toggle scoreboard from `/settings Scoreboard`.
* Global disable: `settings.scoreboard: false` in `config.yml`.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.twocube.in/plugins/twocubecore-plugin/scoreboard-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
