Emmanuel Lampe
Emmanuel Lampe
Maby add smoke support? Here a two files: https://workupload.com/archive/cZAa2Z3F The second with 2 in the name is deobfuscated with yours, but the classes are not clear.
The radon string obfuscation works with cipher and some random chinese letters x3 Here one obfuscated jar: https://workupload.com/file/H5AnKeDx6yg
Randomly server crashes. Crash log: https://gist.github.com/rexlManu/4e398451325358c46fea2a763df1580f Happens sometimes and has something todo with the pipes. Had the newest version for 1.12.2. I checked myself the code and the error depends...
Eng (googletranslate): I do not know if this feature is already installed. If not, it would be nice if you could also specify the bot name for the API with...
I tried to use the subscriber client with a redis instance thats password-protected and found out by #8 that authentication is missing.
### Expected behavior urls are clickable ### Observed/Actual behavior In latest spigot 1.19.2 urls are clickable when sent with Bukkit#broadcastMessage(String message) In paper this doesn't work anymore. ### Steps/models to...
App: okibcn_ScoopMaster/bun-canary URL: https://github.com/oven-sh/bun/releases/download/canary/bun-windows-x64.zip First bytes: 50 4B 03 04 14 00 00 00 Expected: 0e13db20e4ec93b4a5f91657cb074ba3ff3bcf21ac7e91995e9491b57683bf4a Actual: 3e6a107e5b71a5294704f48745e2a81e3df6f63562efd3e907bb5ef859983e53
I added a check if the user is null for packetevents to fix if the user don't exist for packetevents and instead return `-1`. Also I changed the packetevents declaration...