Skip to content

Commit b3a8680

Browse files
authored
first version of trojain info response
1 parent ac4c9f0 commit b3a8680

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

responses.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"norewards": "Hello!\nIt's pretty easy to disable rewards in ajParkour.\nSee how to do it here: https://wiki.ajg0702.us/ajParkour/configs/Rewards#no-rewards",
32
"wiki": "Hello! You can probably find the answer you are looking for on the wiki.\n\nYou can find the wiki here: https://wiki.ajg0702.us",
43
"board": "Hello!\nIt seems like you skipped the most important part of setting up ajLeaderboards.\nPlease read step 2 here: https://wiki.ajg0702.us/ajLeaderboards/setup/#2-required-add-the-placeholder-to-ajleaderboards",
54
"placeholders": "Hello!\n\nIt looks like you are using old placeholders for ajLeaderboards.\n\nYou can see the new placeholders here: https://wiki.ajg0702.us/ajLeaderboards/setup/placeholders",
@@ -24,10 +23,12 @@
2423
"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.",
2524
"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>",
2625
"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__)",
27-
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.",
27+
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`",
3030
"waitaminute": "## Did you wait a minute?\nBy default, ajLeaderboards only updates once per minute (every 60 seconds).\nThis means that it might take up to a minute for any changes to show up on the leaderboard.\nIf a change you made did not work right away, try waiting 60 seconds.\n\nIf you want to change the update interval, you can using the first option in the config.",
3131
"rewards":"Hello! I am here to help you set up rewards in the parkour!\n\nFirst, open rewards.yml. You will see two sections: intervals and exceptions.\n\nIntervals will activate at an interval you specify. So if you set the interval to 10, it would activate every 10, 20, 30, 40, 50, etc jumps.\n\nExceptions are exceptions to intervals that will only activate on the score you specify. If you put the exception to 5, it will only activate once the player reaches 5 and no other time.\n\nFor more information, please read the docs on rewards: https://wiki.ajg0702.us/ajparkour/configs/Rewards/",
32-
"lpsuggestions": "Luckperms permission suggestions are just that, suggestions. They are **not** a complete list of the permissions that you can set.\nIf a permission you are trying to add does not show up in Luckperms, you can add it anyway and it will work (as long as the permission is valid)"
32+
"lpsuggestions": "Luckperms permission suggestions are just that, suggestions. They are **not** a complete list of the permissions that you can set.\nIf a permission you are trying to add does not show up in Luckperms, you can add it anyway and it will work (as long as the permission is valid)",
33+
"norewards": "Hello!\nIt's pretty easy to disable rewards in ajParkour.\nSee how to do it here: https://wiki.ajg0702.us/ajParkour/configs/Rewards#no-rewards"
3334
}

0 commit comments

Comments
 (0)