Enigma
Enigma copied to clipboard
Classes containing $ in their names are not shown anywhere
If a class name contains the $ character, it does not show up in the class list, and no errors are displayed. However, $ is a perfectly valid character in class names in Java. I'm guessing that Enigma thinks that class names that contain $ are only for subclasses, like MinecraftServer$1, but this is not the case.
Enigma considers tokens with $ in its name as broken somehow. Dunno who added that or why that was added.