This repository has been archived on 2021-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
cutthecord/resources/patches/showtag
ave 86ebe8e67d showtag: zero-left-pad discrims
THIS IS BROKEN!

> Caused by: java.lang.VerifyError: Verifier rejected class com.discord.models.member.GuildMember$Companion: java.lang.String com.discord.models.member.GuildMember$Companion.getNickOrUsername(com.discord.models.user.User, com.discord.models.member.GuildMember, com.discord.api.channel.Channel, java.util.List) failed to verify: java.lang.String com.discord.models.member.GuildMember$Companion.getNickOrUsername(com.discord.models.user.User, com.discord.models.member.GuildMember, com.discord.api.channel.Channel, java.util.List): [0x6B] copyRes1 v2<- result0 type=Precise Reference: java.lang.String (declaration of 'com.discord.models.member.GuildMember$Companion' [...]

https://docs.oracle.com/javase/7/docs/api/java/text/DecimalFormat.html
2021-08-22 23:48:00 +03:00
..
1208.patch Dockerise 2021-08-06 18:43:36 +01:00
1213.patch Dockerise 2021-08-06 18:43:36 +01:00
1216.patch Dockerise 2021-08-06 18:43:36 +01:00
1218.patch Dockerise 2021-08-06 18:43:36 +01:00
1223.patch Dockerise 2021-08-06 18:43:36 +01:00
1243.patch Dockerise 2021-08-06 18:43:36 +01:00
1246.patch Dockerise 2021-08-06 18:43:36 +01:00
1249.patch Dockerise 2021-08-06 18:43:36 +01:00
1251.patch Dockerise 2021-08-06 18:43:36 +01:00
1252.patch Dockerise 2021-08-06 18:43:36 +01:00
1259.patch Dockerise 2021-08-06 18:43:36 +01:00
1266.patch Dockerise 2021-08-06 18:43:36 +01:00
1270.patch Dockerise 2021-08-06 18:43:36 +01:00
1273.patch Dockerise 2021-08-06 18:43:36 +01:00
1279.patch Dockerise 2021-08-06 18:43:36 +01:00
1280.patch Dockerise 2021-08-06 18:43:36 +01:00
1281.patch Dockerise 2021-08-06 18:43:36 +01:00
1282.patch Dockerise 2021-08-06 18:43:36 +01:00
1284.patch Dockerise 2021-08-06 18:43:36 +01:00
1290.patch Dockerise 2021-08-06 18:43:36 +01:00
1294.patch Dockerise 2021-08-06 18:43:36 +01:00
1295.patch Dockerise 2021-08-06 18:43:36 +01:00
1298.patch Dockerise 2021-08-06 18:43:36 +01:00
1300.patch Dockerise 2021-08-06 18:43:36 +01:00
1301.patch Dockerise 2021-08-06 18:43:36 +01:00
1304.patch Dockerise 2021-08-06 18:43:36 +01:00
1306.patch Dockerise 2021-08-06 18:43:36 +01:00
1307.patch Dockerise 2021-08-06 18:43:36 +01:00
1310.patch Dockerise 2021-08-06 18:43:36 +01:00
1315.patch Dockerise 2021-08-06 18:43:36 +01:00
1318.patch Dockerise 2021-08-06 18:43:36 +01:00
1330.patch Dockerise 2021-08-06 18:43:36 +01:00
1334.patch Dockerise 2021-08-06 18:43:36 +01:00
1339.patch Dockerise 2021-08-06 18:43:36 +01:00
1340.patch Dockerise 2021-08-06 18:43:36 +01:00
1355.patch Dockerise 2021-08-06 18:43:36 +01:00
1356.patch Dockerise 2021-08-06 18:43:36 +01:00
1358.patch Dockerise 2021-08-06 18:43:36 +01:00
1361.patch Dockerise 2021-08-06 18:43:36 +01:00
1362.patch Dockerise 2021-08-06 18:43:36 +01:00
1365.patch Dockerise 2021-08-06 18:43:36 +01:00
1367.patch Dockerise 2021-08-06 18:43:36 +01:00
1368.patch Dockerise 2021-08-06 18:43:36 +01:00
1370.patch Dockerise 2021-08-06 18:43:36 +01:00
1371.patch Dockerise 2021-08-06 18:43:36 +01:00
78204.patch Dockerise 2021-08-06 18:43:36 +01:00
87202.patch showtag: zero-left-pad discrims 2021-08-22 23:48:00 +03:00
README.md Dockerise 2021-08-06 18:43:36 +01:00

README.md

DisTok CutTheCord: Show Tag Patch

This patch shows user's username after their nickname, if user has a nickname.

Example, no nickname:

Example, with nickname:

Technical notes

This hooks into getNickOrUsername function, specifically after getNickname is verified to be not empty. It creates a stringbuilder and appends (username#discriminator) to it.

As of 78.4 - Alpha, it also appends #discriminator to username.

Available and tested on:

  • 33.1
  • 34.0
  • 34.2
  • 34.3
  • 35.0-alpha1
  • 36.3
  • 36.5
  • 38.0
  • 38.1
  • 40.04
  • 41.02
  • 41.05
  • 41.06
  • 41.10
  • 41.11
  • 42.0
  • 42.1
  • 42.3
  • 44-alpha2
  • 44-alpha4
  • 44.5
  • 44.6
  • 45.2
  • 46.0
  • 46.3
  • 48.0
  • 48.1
  • 48.2
  • 49.1
  • 49.10
  • 49.12
  • 49.13
  • 49.2
  • 49.8
  • 52.3
  • 53.0
  • 53.1
  • 53.3
  • 53.6
  • 53.8
  • 54.0
  • 55.1
  • 56.0
  • 78.4 - Alpha