Skip to content

Commit

Permalink
Add ajqueue offline response
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgeiss0702 committed Feb 20, 2024
1 parent 81aaf2c commit 50fddd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions responses.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"existingtop": "Hello!\nPlease read step 1 here: https://wiki.ajg0702.us/ajLeaderboards/setup/#1-required-figure-out-which-placeholder-to-use \nSpecifically the part that says ⚠️**Important**⚠️",
"latest": "Please don't just say latest!\nA common issue is that people think they are on the latest version, but they are actually outdated (sometimes extremly outdated)\n\nTo make sure, please send the actual version you are running.\nTo check the version of a plugin, you can use `/version <plugin>`",
"hdv3": "In newer version of HolographicDisplays (since 3.0.0 beta 2), they’ve changed the placeholder format to be non-standard. You either need to use their weird format, use an older version of HolographicDisplays (with HolographicExtension), or switch to another hologram plugin.\n\nIf you switch to another hologram plugin, I recommend DecentHolograms. It also has a [command to convert from HolographicDisplays](<https://wiki.decentholograms.eu/general/compatibility#holographicdisplays>)",
"dontasktoask": "https://dontasktoa.sk/",
"h2": "Please upgrade to h2!\nh2 is like sqlite, but a __lot__ faster.\nTo switch to h2, first use `/ajlb export`. Then open `cache_storage.yml` and change `method` to `h2`. Then restart the server. Once you restart the server, do `/ajlb import`\n\nSee more details here: https://wiki.ajg0702.us/ajLeaderboards/moving-storage-methods",
"emptylb": "Hello! This question in the FAQ might be relevant to you:```Nobody shows up on the leaderboard (---)```https://wiki.ajg0702.us/ajLeaderboards/faq#nobody-shows-up-on-the-leaderboard----",
"velocitystable": "There is no longer a \"stable\" version of velocity, only the latest. The previous \"stable\" version is very outdated now.\nYou can download the latest velocity version here: https://papermc.io/downloads/velocity",
Expand All @@ -22,5 +21,6 @@
"returnitself": "If a placeholder returns itself, that usually means one of two things:\n1. The expansion for that placeholder is not installed\n2. You used the placeholder incorrectly (invalid format, missing arguments, etc)",
"ajlbsetup": "Hello!\nHere is a guide that tells you how to set up ajLeaderboards:\nhttps://wiki.ajg0702.us/ajLeaderboards/setup/\nIf you don't like reading, there is also a tutorial video on the plugin page.",
"playersnotupdating": "Hello! This question on the FAQ might be relevant to you:```Players are not being updated!```https://wiki.ajg0702.us/ajLeaderboards/faq#players-are-not-being-updated",
"reset": "Hello!\nTo reset data for an ajLeaderboards leaderboard, you need to first reset the data in the target placeholder.\nThe process for resetting data for each target placeholder is different, so its not possible for me to know every process. The one I can help you with is statistic. If you are wanting to reset a player's statistics, run the discord command `/statisticreset` here for more info.\n\nOnce you reset the data in the target placeholder, run `/ajlb reset <board>` to clear the ajLeaderboards cache for that board.\nOnce you do that, players will need to join to show on the leaderboard again, just like when you first set it up."
"reset": "Hello!\nTo reset data for an ajLeaderboards leaderboard, you need to first reset the data in the target placeholder.\nThe process for resetting data for each target placeholder is different, so its not possible for me to know every process. The one I can help you with is statistic. If you are wanting to reset a player's statistics, run the discord command `/statisticreset` here for more info.\n\nOnce you reset the data in the target placeholder, run `/ajlb reset <board>` to clear the ajLeaderboards cache for that board.\nOnce you do that, players will need to join to show on the leaderboard again, just like when you first set it up.",
"offline": "Hello!\nIf ajQueue is saying a server is offline when its not, and you are able to connect when going around ajQueue, then there are a few steps you can do.\nFirst, make sure that `enable-status` is set to `true` in the `server.properties` of the target server.\nIf it is, check why ajQueue is marking the server as offline. Run the discord command `/pingerdebug` here for more info on how to do that."
}

0 comments on commit 50fddd4

Please sign in to comment.