Skip to content

Commit fec2131

Browse files
author
NEZNAMY
committed
[Wiki] Monthly wiki backup for changes made in January 2026
1 parent 7c63436 commit fec2131

17 files changed

+332
-237
lines changed

.github/wiki/animations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ That includes header/footer, prefix/suffix, belowname, playerlist objective, bos
4444
# Tips & Tricks
4545
* Animations don't need to be fast. You can use them as a changing text in general.
4646
* Animations can also be used as a short alias to a long text. You can do this by creating an animation with one frame.
47+
* Adding to the previous point, animations can be used as a way to wrap a placeholder, having two different identifiers return the same value, allowing to use both original and replaced output from [Placeholder output replacements](https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Placeholder-output-replacements).
4748

4849
# External tools
4950
If you want an animation too complicated to be done manually, you can check out these websites:

.github/wiki/compatibility.md

Lines changed: 14 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
* [Java](#java)
44
* [Supported server software and versions](#supported-server-software-and-versions)
55
* [Supported features per platform](#supported-features-per-platform)
6-
* [Plugin hooks](#plugin-hooks)
7-
* [All platforms](#all-platforms)
8-
* [Bukkit](#bukkit)
9-
* [BungeeCord](#bungeecord)
10-
* [Fabric](#fabric)
11-
* [Forge / NeoForge](#forge--neoforge)
12-
* [Velocity](#velocity)
6+
* [Plugin / mod hooks](#plugin--mod-hooks)
137
* [Compatibility issues](#compatibility-issues)
148

159
# Requirements
@@ -49,7 +43,7 @@ TAB's shared module is compiled with Java 8. For the platforms themselves, TAB d
4943
</tr>
5044
<tr>
5145
<td rowspan=1><a href="https://minecraftforge.net">Forge</a></td>
52-
<td>✔ (1.21.9 - 1.21.10)<sup>1</sup></td>
46+
<td>✔ (1.21.11)<sup>1</sup></td>
5347
</tr>
5448
<tr>
5549
<td rowspan=1><a href="https://neoforged.net/">NeoForge</a></td>
@@ -97,41 +91,20 @@ so you can always safely update to new version/build of your proxy software if t
9791
✔ = Fully functional
9892
❌ = Completely missing
9993

100-
# Plugin hooks
101-
To enhance user experience, TAB hooks into other plugins for better experience.
102-
This set of plugins is different for each platform based on their availability.
94+
# Plugin / mod hooks
95+
To enhance user experience, TAB hooks into other plugins / mods for better experience.
96+
This set of plugins / mods is different for each platform based on their availability.
10397
Some are available on all platforms, some only in a few.
104-
## All platforms
105-
[**Floodgate**](https://github.com/GeyserMC/Floodgate) - For properly detecting bedrock players to adapt features for the best possible user experience.
106-
[**LuckPerms**](https://github.com/LuckPerms/LuckPerms) - Detecting permission groups of players for per-group settings.
107-
[**ViaVersion**](https://github.com/ViaVersion/ViaVersion) - For properly detecting player's version to adapt features for the best possible user experience.
108-
109-
## Bukkit
110-
[**LibsDisguises**](https://github.com/libraryaddict/LibsDisguises) - Detecting disguised players to disable collision to avoid endless push by colliding with own copy created by LibsDisguises.
111-
[**PlaceholderAPI**](https://github.com/PlaceholderAPI/PlaceholderAPI) - Allows users to use its placeholders inside TAB.
112-
[**PremiumVanish**](https://www.spigotmc.org/resources/14404) - Supporting PremiumVanish's vanishing levels instead of using a basic compatibility system.
113-
[**Vault**](https://github.com/milkbowl/Vault) - Detecting permission groups of players for per-group settings.
114-
115-
## BungeeCord
116-
[**PremiumVanish**](https://www.spigotmc.org/resources/14404) -
117-
Supporting PremiumVanish's vanishing levels instead of using a basic compatibility system.
118-
[**RedisBungee**](https://github.com/ProxioDev/RedisBungee) -
119-
Communicating with other proxies to properly display visuals on players on another proxy.
120-
121-
## Fabric
122-
[**fabric-permissions-api**](https://github.com/lucko/fabric-permissions-api) - Supporting permission nodes instead of OP levels.
123-
[**placeholder-api**](https://modrinth.com/mod/placeholder-api) - Displaying placeholders from that mod and offering TAB's placeholders into it.
124-
125-
## Forge / NeoForge
126-
[**LuckPerms**](https://github.com/LuckPerms/LuckPerms) - Permission checks with a string instead of using vanilla OP levels.
12798

128-
## Velocity
129-
[**PremiumVanish**](https://www.spigotmc.org/resources/14404) -
130-
Supporting PremiumVanish's vanishing levels instead of using a basic compatibility system.
131-
[**RedisBungee**](https://github.com/ProxioDev/RedisBungee) -
132-
Communicating with other proxies to properly display visuals on players on another proxy.
133-
[**VelocityScoreboardAPI**](https://github.com/NEZNAMY/VelocityScoreboardAPI) -
134-
Sending scoreboard packets (scoreboard-teams, belowname-objective, playerlist-objective, scoreboard)
99+
| Platform | Plugins / mods |
100+
|---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
101+
| All platforms | [**Floodgate**](https://github.com/GeyserMC/Floodgate) - For properly detecting bedrock players to adapt features for the best possible user experience. <br /> [**LuckPerms**](https://github.com/LuckPerms/LuckPerms) - Detecting permission groups of players for per-group settings. <br /> [**ViaVersion**](https://github.com/ViaVersion/ViaVersion) - For properly detecting player's version to adapt features for the best possible user experience. |
102+
| Bukkit | [**LibsDisguises**](https://github.com/libraryaddict/LibsDisguises) - Detecting disguised players to disable collision to avoid endless push by colliding with own copy created by LibsDisguises. <br />[**PlaceholderAPI**](https://github.com/PlaceholderAPI/PlaceholderAPI) - Allows users to use its placeholders inside TAB. <br />[**PremiumVanish**](https://www.spigotmc.org/resources/14404) - Supporting PremiumVanish's vanishing levels instead of using a basic compatibility system. <br />[**Vault**](https://github.com/milkbowl/Vault) - Detecting permission groups of players for per-group settings. |
103+
| BungeeCord | [**PremiumVanish**](https://www.spigotmc.org/resources/14404) - Supporting PremiumVanish's vanishing levels instead of using a basic compatibility system. <br />[**RedisBungee**](https://github.com/ProxioDev/RedisBungee) - Communicating with other proxies to properly display visuals on players on another proxy. |
104+
| Fabric | [**fabric-permissions-api**](https://github.com/lucko/fabric-permissions-api) - Supporting permission nodes instead of OP levels. <br />[**placeholder-api**](https://modrinth.com/mod/placeholder-api) - Displaying placeholders from that mod and offering TAB's placeholders into it. |
105+
| Forge | [**LuckPerms**](https://github.com/LuckPerms/LuckPerms) - Permission checks with a string instead of using vanilla OP levels. <br /> [**ForgePlaceholderAPI**](https://github.com/EnvyWare/ForgePlaceholderAPI) - Allows users to use its placeholders inside TAB. <br /> [**Vanishmod**](https://modrinth.com/mod/vanishmod) - Getting player's vanish status. |
106+
| NeoForge | [**LuckPerms**](https://github.com/LuckPerms/LuckPerms) - Permission checks with a string instead of using vanilla OP levels. |
107+
| Velocity | [**PremiumVanish**](https://www.spigotmc.org/resources/14404) - Supporting PremiumVanish's vanishing levels instead of using a basic compatibility system. <br />[**RedisBungee**](https://github.com/ProxioDev/RedisBungee) - Communicating with other proxies to properly display visuals on players on another proxy. <br />[**VelocityScoreboardAPI**](https://github.com/NEZNAMY/VelocityScoreboardAPI) - Sending scoreboard packets (scoreboard-teams, belowname-objective, playerlist-objective, scoreboard) |
135108

136109
# Compatibility issues
137110
* **Glow plugins** will fail to apply glow color correctly. Check [How to make the plugin compatible with glow plugins](https://github.com/NEZNAMY/TAB/wiki/How-to-make-TAB-compatible-with-glow-plugins) for more information.

.github/wiki/developer_api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For Maven users, you can add the API dependency like this:
3535
<dependency>
3636
<groupId>com.github.NEZNAMY</groupId>
3737
<artifactId>TAB-API</artifactId>
38-
<version>5.4.0</version>
38+
<version>5.5.0</version>
3939
<scope>provided</scope>
4040
</dependency>
4141
</dependencies>
@@ -50,7 +50,7 @@ repositories {
5050
}
5151
5252
dependencies {
53-
compileOnly 'com.github.NEZNAMY:TAB-API:5.4.0'
53+
compileOnly 'com.github.NEZNAMY:TAB-API:5.5.0'
5454
}
5555
```
5656

@@ -61,7 +61,7 @@ repositories {
6161
}
6262

6363
dependencies {
64-
compileOnly("com.github.NEZNAMY", "TAB-API", "5.4.0")
64+
compileOnly("com.github.NEZNAMY", "TAB-API", "5.5.0")
6565
}
6666
```
6767

.github/wiki/feature_guide_bossbar.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
* [Configuration](#configuration)
44
* [Commands](#commands)
55
* [Placeholders](#placeholders)
6-
* [Internal placeholders](#internal-placeholders)
7-
* [PlaceholderAPI placeholders](#placeholderapi-placeholders)
6+
* [Internal placeholders](#internal-placeholders)
7+
* [PlaceholderAPI placeholders](#placeholderapi-placeholders)
88
* [Limitations](#limitations)
99
* [Compatibility with other plugins](#compatibility-with-other-plugins)
1010
* [Additional info](#additional-info)
11-
* [Additional note 1 - Hiding bar itself](#additional-note-1---hiding-bar-itself)
11+
* [Additional note 1 - Hiding bar itself](#additional-note-1---hiding-bar-itself)
1212
* [API](#api)
1313
* [Examples](#examples)
14-
* [Example 1 - Changing text](#example-1---changing-text)
15-
* [Example 2 - Switching between bossbars with condition](#example-2---switching-between-bossbars-with-condition)
16-
* [Example 3 - Periodical appearing and disappearing](#example-3---periodical-appearing-and-disappearing)
17-
* [Example 4 - Dynamic progress tracking a relative placeholder value](#example-4---dynamic-progress-tracking-a-relative-placeholder-value)
14+
* [Example 1 - Changing text](#example-1---changing-text)
15+
* [Example 2 - Switching between bossbars with condition](#example-2---switching-between-bossbars-with-condition)
16+
* [Example 3 - Periodical appearing and disappearing](#example-3---periodical-appearing-and-disappearing)
17+
* [Example 4 - Dynamic progress tracking a relative placeholder value](#example-4---dynamic-progress-tracking-a-relative-placeholder-value)
1818

1919
# About
2020
This feature allows you to send modern bossbars to players, which appear on top of the screen.

0 commit comments

Comments
 (0)