Skip to content

Commit 37262d8

Browse files
authored
what to double check
1 parent b3a8680 commit 37262d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ajqfull": "Hello!\nIf you are having issues with ajQueue trying to send players to a full server, the issue might be caused by a vanish plugin.\nVanish plugins will often decrease the player count response (that ajQueue uses) by the number of players that are vanished, even if the server is full. That means that if any players are vanished on the server when it is full, it will look like the server is not full even though it is.\n\nTo fix this, check the vanish plugin's config for an option to disable that feature.\nIn SuperVanish/PremiumVanish that option is called `AdjustAmountOfOnlinePlayers` (in `ExternalInvisibility.ServerList`)\nFor other plugins, you might need to go to their support if you cannot find it, or switch to a different vanish plugin.\n\nIf you do not have a vanish plugin on the target server, run the discord command `/pingerdebug` here for the next steps to solving the issue.",
2424
"supportchannels": "**Please use the support channels!**\nThere are many tools in the support channels to help give you better and faster support, which is why aj will only give support in the official support channels.\nOther people can also try to answer your questions in the support channels, which means you can get faster support when aj is not available.\n<#810277316298408007>",
2525
"ajqbackend": "You only need to install ajQueue on the backend server(s) if you want to use one of the following features:\n* Whitelist detection (Only needs to be installed on the whitelisted server)\n* PlaceholderAPI (only needs to be installed on the server you want to use the placeholders on)\n* Command forwarding (only needs to be installed on the server you want to forward commands __from__)",
26-
"trojain": "Hello.\nIf ajLeaderboards works fine, but then breaks after a restart with an error including `Illegal local variable table start_pc 72 in method 'void us.ajg0702.leaderboards.LeaderboardPlugin.onEnable()'` then it is very likely that your server is infected by a Trojain.\nThis means that your server could have a backdoor that is very difficult to remove, but I can help you remove it.\n\nThe trojain that causes this error will spread itself to all jars when the server starts.\nThat means to get rid of it, you need to delete **all** jars on your server, and re-download them from trusted sources.\nA common place to get these trojains would be from 'cracked' premium plugins and random people sending you jars. So if you have a jar from either one of those, you should avoid re-installing it.\n\nAfter re-downloading all of your jars from trusted sources, you should run a quick check to see if one of the jars you downloaded is the source of the infection. To do that, run one of these command line commands in the folder with your plugins:\nfor linux:```bash\ngrep -FR \"l/M/x\" .```for windows:```powershell\nfindstr /sml /c:\"l/M/x\" *```\nThese commands may come up with false positives, so you should double-check by opening the jar as a zip file. If you see a folder called `l` and inside that folder is another one called `M` and inside that folder another one called `x` then that jar is infected.\n\nThe reason that this trojain breaks ajLeaderboards is due to the fact that it tries to spread itself to all other jars it can find. For some reason there is a bug in the trojain that happens to surface with the ajLeaderboards jar where it incorrectly modifies the jar, which then causes the jar to fail to load on the next server restart.",
26+
"trojain": "Hello.\nIf ajLeaderboards works fine, but then breaks after a restart with an error including `Illegal local variable table start_pc 72 in method 'void us.ajg0702.leaderboards.LeaderboardPlugin.onEnable()'` then it is very likely that your server is infected by a Trojain.\nThis means that your server could have a backdoor that is very difficult to remove, but I can help you remove it.\n\nThe trojain that causes this error will spread itself to all jars when the server starts.\nThat means to get rid of it, you need to delete **all** jars on your server, and re-download them from trusted sources.\nA common place to get these trojains would be from 'cracked' premium plugins and random people sending you jars. So if you have a jar from either one of those, you should avoid re-installing it.\n\nAfter re-downloading all of your jars from trusted sources, you should run a quick check to see if one of the jars you downloaded is the source of the infection. To do that, run one of these command line commands in the folder with your plugins:\nfor linux:```bash\ngrep -FR \"l/M/x\" .```for windows:```powershell\nfindstr /sml /c:\"l/M/x\" *```\nThese commands may come up with false positives, so you should double-check any jars returned by the command by opening it as a zip file. If you see a folder called `l` and inside that folder is another one called `M` and inside that folder another one called `x` then that jar is infected.\n\nThe reason that this trojain breaks ajLeaderboards is due to the fact that it tries to spread itself to all other jars it can find. For some reason there is a bug in the trojain that happens to surface with the ajLeaderboards jar where it incorrectly modifies the jar, which then causes the jar to fail to load on the next server restart.",
2727

2828
"suggest": "Hello! If you have a suggestion, please add it to the plugin's feedbacky page. Before making a post, make sure to check if your idea has already been suggested, and if it has, upvote it so I know more people want it!\n\n ajParkour: <https://app.feedbacky.net/b/ajParkour>\n ajQueue: <https://app.feedbacky.net/b/ajQueue>\n ajLeaderboards: <https://app.feedbacky.net/b/ajLeaderboards>\n ajTNTRun: <https://app.feedbacky.net/b/ajtntrun>",
2929
"prerelease": "Hello!\nTo get a prerelease for one of aj's plugins, you need to get them from either modrinth or polymart.\n\nTo get the link to modrinth or polymart, find the plugin on this page: https://about.ajg0702.us/tag/plugin then select either modrinth or polymart (spigot does not support prereleases)\n\nOnce you are on the modrinth or polymart page, make sure to get the prerelease from the versions or updates tab. If you download it from the main page, you will probably get the release version, which will probably not have the changes im asking you to try.\nPrereleases should have `-b` then a number at the end. For example: `2.0.0-b12`",

0 commit comments

Comments
 (0)