mirror of
https://github.com/WiIIiam278/Velocitab.git
synced 2025-11-18 07:14:23 +01:00
refactor: AlexDev_ -> AlexDev03
This commit is contained in:
parent
f4bfde3628
commit
615ee21d18
@ -72,7 +72,7 @@ license {
|
||||
newLine = true
|
||||
}
|
||||
|
||||
logger.lifecycle("Building Velocitab ${version} by William278 & Al3xDev03")
|
||||
logger.lifecycle("Building Velocitab ${version} by William278 & AlexDev03")
|
||||
version rootProject.version
|
||||
archivesBaseName = "${rootProject.name}"
|
||||
|
||||
|
||||
@ -11,9 +11,9 @@ To add additional frames of animation to a header format for a [server group](se
|
||||
|
||||
```yaml
|
||||
headers:
|
||||
- '<rainbow>Running Velocitab by William278 & AlexDev_</rainbow>'
|
||||
- '<rainbow:10>Running Velocitab by William278 & AlexDev_</rainbow>'
|
||||
- '<rainbow:20>Running Velocitab by William278 & AlexDev_</rainbow>'
|
||||
- '<rainbow>Running Velocitab by William278 & AlexDev03</rainbow>'
|
||||
- '<rainbow:10>Running Velocitab by William278 & AlexDev03</rainbow>'
|
||||
- '<rainbow:20>Running Velocitab by William278 & AlexDev03</rainbow>'
|
||||
```
|
||||
</details>
|
||||
|
||||
|
||||
@ -35,7 +35,7 @@ Using relational placeholders could be really slow, so it is recommended to not
|
||||
| `<velocitab_rel_condition:%player_ping% <= 50:Good Ping:Bad Ping>` | Checks if the player's ping is 50 or below. If true, displays "Good Ping", else "Bad Ping". | `Good Ping` or `Bad Ping` |
|
||||
| `<velocitab_rel_condition:%player_level% >= 30:High Level:Low Level>` | Checks if the player's level is 30 or above. If true, displays "High Level", else "Low Level". | `High Level` or `Low Level` |
|
||||
| `<velocitab_rel_condition:%player_exp% >= 1000:XP Master:XP Novice>` | Checks if the player has 1000 or more experience points. If true, displays "XP Master", else "XP Novice". | `XP Master` or `XP Novice` |
|
||||
| `<velocitab_rel_condition:"%player_name%" == ''AlexDev_'' OR "%player_name%" == ''William278_'':VelocitabDev:>` | Checks if the player's name is either "AlexDev_" or "William278". If true, displays "Developer", else "NotDev". | `Developer` or `NotDev` |
|
||||
| `<velocitab_rel_condition:"%player_name%" == ''AlexDev03'' OR "%player_name%" == ''William278_'':VelocitabDev:>` | Checks if the player's name is either "AlexDev03" or "William278". If true, displays "Developer", else "NotDev". | `Developer` or `NotDev` |
|
||||
| `<velocitab_rel_condition:"%player_gamemode%" == ''CREATIVE'':Creative Mode:Not Creative Mode>` | Checks if the player is in creative mode. If true, displays "Creative Mode", else "Not Creative Mode". | `Creative Mode` or `Not Creative Mode` |
|
||||
| `<velocitab_rel_condition:"%player_world%" == ''nether'':In Nether:Not in Nether>` | Checks if the player is in the Nether. If true, displays "In Nether", else "Not in Nether". | `In Nether` or `Not in Nether` |
|
||||
| `<velocitab_rel_condition:"%player_biome%" == "DESERT":In Desert:Not in Desert>` | Checks if the player is in a desert biome. If true, displays "In Desert", else "Not in Desert". | `In Desert` or `Not in Desert` |
|
||||
|
||||
@ -79,7 +79,7 @@ server_links:
|
||||
groups:
|
||||
- name: default
|
||||
headers:
|
||||
- <rainbow:!2>Running Velocitab by William278 & AlexDev_</rainbow>
|
||||
- <rainbow:!2>Running Velocitab by William278 & AlexDev03</rainbow>
|
||||
footers:
|
||||
- <gray>There are currently %players_online%/%max_players_online% players online</gray>
|
||||
format: <gray>[%server%] %prefix%%username%</gray>
|
||||
|
||||
@ -55,11 +55,11 @@ foo: "bar 1\nbar 2\nbar 3\n"
|
||||
```yaml
|
||||
headers:
|
||||
- |
|
||||
<rainbow:!2>Running Velocitab by William278 & AlexDev_</rainbow>
|
||||
<rainbow:!2>Running Velocitab by William278 & AlexDev03</rainbow>
|
||||
<gray>Second line of the first element</gray>
|
||||
<yellow>Third line of the first element</yellow>
|
||||
- |
|
||||
<rainbow:!4>Running Velocitab by William278 & AlexDev_</rainbow>
|
||||
<rainbow:!4>Running Velocitab by William278 & AlexDev03</rainbow>
|
||||
<gray>Second line of the second element</gray>
|
||||
<yellow>Third line of the second element</yellow>
|
||||
footers:
|
||||
|
||||
@ -20,7 +20,7 @@ rate to use for the group.
|
||||
|
||||
```yaml
|
||||
headers:
|
||||
- '<rainbow>Running Velocitab by William278 & AlexDev_</rainbow>'
|
||||
- '<rainbow>Running Velocitab by William278 & AlexDev03</rainbow>'
|
||||
footers:
|
||||
- '<gray>There are currently %players_online%/%max_players_online% players online</gray>'
|
||||
```
|
||||
@ -179,7 +179,7 @@ placeholders in the TAB list will update. The default is 1000 milliseconds (1 se
|
||||
groups:
|
||||
- name: lobbies
|
||||
headers:
|
||||
- '<rainbow:!2>Running Velocitab by William278 & AlexDev_ on Lobbies!</rainbow>'
|
||||
- '<rainbow:!2>Running Velocitab by William278 & AlexDev03 on Lobbies!</rainbow>'
|
||||
footers:
|
||||
- '<gray>There are currently %players_online%/%max_players_online% players online</gray>'
|
||||
format: '<gray>[%server%] %prefix%%username%</gray>'
|
||||
@ -196,7 +196,7 @@ groups:
|
||||
placeholder_update_rate: 1000
|
||||
- name: creative
|
||||
headers:
|
||||
- '<rainbow:!2>Running Velocitab by William278 & AlexDev_ on Creative!</rainbow>'
|
||||
- '<rainbow:!2>Running Velocitab by William278 & AlexDev03 on Creative!</rainbow>'
|
||||
footers:
|
||||
- '<gray>There are currently %players_online%/%max_players_online% players online</gray>'
|
||||
format: '<gray>[%server%] %prefix%%username%</gray>'
|
||||
@ -211,7 +211,7 @@ groups:
|
||||
placeholder_update_rate: 1000
|
||||
- name: survival
|
||||
headers:
|
||||
- '<rainbow:!2>Running Velocitab by William278 & AlexDev_ on Survival!</rainbow>'
|
||||
- '<rainbow:!2>Running Velocitab by William278 & AlexDev03 on Survival!</rainbow>'
|
||||
footers:
|
||||
- '<gray>There are currently %players_online%/%max_players_online% players online</gray>'
|
||||
format: '<gray>[%server%] %prefix%%username%</gray>'
|
||||
|
||||
@ -49,7 +49,7 @@ public class TabGroups implements ConfigValidator {
|
||||
|
||||
private static final Group DEFAULT_GROUP = new Group(
|
||||
"default",
|
||||
List.of("<rainbow:!2>Running Velocitab by William278 & AlexDev_</rainbow>"),
|
||||
List.of("<rainbow:!2>Running Velocitab by William278 & AlexDev03</rainbow>"),
|
||||
List.of("<gray>There are currently %players_online%/%max_players_online% players online</gray>"),
|
||||
"<gray>[%server%] %prefix%%username%</gray>",
|
||||
new Nametag("", ""),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user