From 16145b2770b740cb1ac00add5513f0c34ea3f114 Mon Sep 17 00:00:00 2001 From: ajgeiss0702 Date: Thu, 23 Nov 2023 12:01:52 -0700 Subject: [PATCH] Add reset instructions message --- responses.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/responses.json b/responses.json index e74ff64..a50947b 100644 --- a/responses.json +++ b/responses.json @@ -1,5 +1,4 @@ { - "hd":"Hello! I am here to help you set up HolographicDisplays to work with PlaceholderAPI placeholders!\n\nFirstly, please download HolographicExtension (https://www.spigotmc.org/resources/holographicextension.18461/) and ProtocolLib (https://www.spigotmc.org/resources/protocollib.1997/).\n\nOnce you have both of those plugins installed, you will be able to put PlaceholderAPI placeholders on holograms but they will not update correctly. To make them update, you will need to add a speed placeholder on each line with a placholder. Find the different speed placeholders on HolographicExtension's plugin page.\nHere is an example hologram line:```{medium}%ajpk_stats_highscore%```This will show the player's highscore and will update it every second.", "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/", "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", "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: \n ajQueue: \n ajLeaderboards: \n ajTNTRun: ", @@ -22,5 +21,6 @@ "spigotforward": "The last question on the FAQ might be helpful to you:```I set my server selector or npc to execute the queue command as the player, but it says unknown command!```", "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" + "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 `/statisticreset` 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." }