Henri Schubin
Henri Schubin
Dev note: This *might* be doable using Disguised Chat Messages (see https://wiki.vg/Chat)
> 4 digits = only 10 000 combinaisons, instantly forced Not instantly, Discord rate limits messages to 5 per 5 seconds thus limiting the rate to 60 per minute per...
> I can't correctly get the valid UUID of a player on the server (one nickname sometimes has 2 UUIDs at once) I don't understand this, how does this relates...
Paper does not allow changing it https://github.com/PaperMC/Paper/blob/0cf731589a3b6923542cdfc36dbcee9c47c51076/paper-server/src/main/java/io/papermc/paper/commands/FeedbackForwardingSender.java#L52
Going by the Paper PR description the issue is probably the player pre login event, which DiscordSRV uses. Would need to confirm but looks like a Spigot bug
Also this relates to the `pause-when-empty-seconds` option in the `server.properties` file
This wouldn't be very useful unless the server only allows bedrock players to join, since the same username may have a different skin on Bedrock and Java, and only one...
Closing as I don't think this is useful for the reasons specified above
Confirmed on 1.29.0 ```java [13:32:55 WARN]: java.lang.ClassNotFoundException: Could not find org.bukkit.craftbukkit.advancement.CraftAdvancement [13:32:55 WARN]: at github.scarsz.discordsrv.util.NMSUtil.fixBukkitClass(NMSUtil.java:130) [13:32:55 WARN]: at github.scarsz.discordsrv.util.NMSUtil.(NMSUtil.java:78) [13:32:55 WARN]: at github.scarsz.discordsrv.DiscordSRV.getAvatarUrl(DiscordSRV.java:2089) [13:32:55 WARN]: at github.scarsz.discordsrv.listeners.PlayerAchievementsListener.runAsync(PlayerAchievementsListener.java:120) [13:32:55 WARN]: at...
simmilar to https://github.com/DiscordSRV/DiscordSRV/issues/1141