From 50fddd41199893a48248bb82266db5114e459ce5 Mon Sep 17 00:00:00 2001 From: ajgeiss0702 Date: Tue, 20 Feb 2024 09:38:38 -0700 Subject: [PATCH] Add ajqueue offline response --- responses.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/responses.json b/responses.json index 3e06274..7fd1799 100644 --- a/responses.json +++ b/responses.json @@ -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 `", "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]()", - "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", @@ -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 ` 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 ` 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." }