From 9edf4e87e7aeec9309db5481d330ff8b4170ced4 Mon Sep 17 00:00:00 2001 From: BlockException_ Date: Thu, 6 Aug 2026 22:27:13 +0200 Subject: [PATCH] fix: make install instructions platform-agnostic --- src/messages/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messages/en.json b/src/messages/en.json index 822e210..f6fbed5 100644 --- a/src/messages/en.json +++ b/src/messages/en.json @@ -71,7 +71,7 @@ "title": "How to install", "add": "Add the downloaded plugin .jar file into your server's plugins or mods folder.", "restart": "Start or restart your server - do not reload!", - "config": "Locate the plugin's configuration file (usually found within /plugins/LuckPerms/) and adjust any settings to your liking.", + "config": "Locate the configuration file and adjust any settings to your liking. This is usually within /plugins/LuckPerms/ for Bukkit, BungeeCord, Velocity and NukkitX, or /config/luckperms/ for Sponge, Fabric, Forge and NeoForge.", "setup": "Start setting up your permissions! Check out the {wiki} guide for more info.", "wiki": "Getting Started" },