Hotfix and change Tablist Header
All checks were successful
Build Plugin / build-test (push) Successful in 59s
All checks were successful
Build Plugin / build-test (push) Successful in 59s
This commit is contained in:
parent
00f741eb2c
commit
141bdd163f
@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Create Pre Release
|
- name: Create Pre Release
|
||||||
run: |
|
run: |
|
||||||
FILES=./target/d7serverlite*.jar
|
FILES=./target/d7serverlite*.jar
|
||||||
USER=D7MC
|
USER=LagacySurvival
|
||||||
REPO=D7ServerLite
|
REPO=D7ServerLite
|
||||||
# Set up variables
|
# Set up variables
|
||||||
AUTH_HEADER="Authorization: token ${{ secrets.TOKEN }}"
|
AUTH_HEADER="Authorization: token ${{ secrets.TOKEN }}"
|
||||||
|
@ -55,7 +55,7 @@ public class TablistTask {
|
|||||||
tpsclr = ChatColor.RED.toString();
|
tpsclr = ChatColor.RED.toString();
|
||||||
}
|
}
|
||||||
pl.setPlayerListHeader(
|
pl.setPlayerListHeader(
|
||||||
"\n§x§5§5§5§5§5§5§lѕ§x§5§B§5§B§5§B§lᴜ§x§6§1§6§1§6§1§lʀ§x§6§7§6§7§6§7§lᴠ§x§6§D§6§D§6§D§lɪ§x§7§3§7§3§7§3§lᴠ§x§7§9§7§9§7§9§lᴀ§x§8§0§8§0§8§0§lʟ§x§8§6§8§6§8§6§lᴘ§x§8§C§8§C§8§C§lʀ§x§9§2§9§2§9§2§lᴏ§x§9§8§9§8§9§8§lᴊ§x§9§E§9§E§9§E§lᴇ§x§A§4§A§4§A§4§lᴋ§x§A§A§A§A§A§A§lᴛ\n"
|
"\n§x§B§1§9§1§6§9§lʟ§x§A§D§8§E§6§8§lᴇ§x§A§A§8§C§6§7§lɢ§x§A§6§8§9§6§6§lᴀ§x§A§2§8§7§6§5§lᴄ§x§9§F§8§4§6§4§lʏ §x§9§8§7§F§6§2§lѕ§x§9§4§7§C§6§0§lᴜ§x§9§0§7§A§5§F§lʀ§x§8§D§7§7§5§E§lᴠ§x§8§9§7§5§5§D§lɪ§x§8§5§7§2§5§C§lᴠ§x§8§2§7§0§5§B§lᴀ§x§7§E§6§D§5§A§lʟ\n"
|
||||||
+ "\n" + ChatColor.GRAY.toString() + "ᴅᴇɪɴ ᴘɪɴɢ" + ChatColor.DARK_GRAY.toString() + ": "
|
+ "\n" + ChatColor.GRAY.toString() + "ᴅᴇɪɴ ᴘɪɴɢ" + ChatColor.DARK_GRAY.toString() + ": "
|
||||||
+ ChatColor.GREEN.toString() + pl.getPing() + " " + ChatColor.GRAY.toString()
|
+ ChatColor.GREEN.toString() + pl.getPing() + " " + ChatColor.GRAY.toString()
|
||||||
+ "ѕᴇʀᴠᴇʀ ᴛᴘѕ" + ChatColor.DARK_GRAY.toString() + ": " + ChatColor.GREEN.toString()
|
+ "ѕᴇʀᴠᴇʀ ᴛᴘѕ" + ChatColor.DARK_GRAY.toString() + ": " + ChatColor.GREEN.toString()
|
||||||
|
Loading…
Reference in New Issue
Block a user