Skip to content

fix: make install instructions platform-agnostic - #485

Open
BlockException wants to merge 1 commit into
LuckPerms:masterfrom
BlockException:fix/install-instructions-platform-agnostic
Open

fix: make install instructions platform-agnostic#485
BlockException wants to merge 1 commit into
LuckPerms:masterfrom
BlockException:fix/install-instructions-platform-agnostic

Conversation

@BlockException

Copy link
Copy Markdown

Problem

Closes #449

Step 3 of the "How to install" section on the Download page hardcodes
/plugins/LuckPerms/ as the config file location, which only applies to
Bukkit/BungeeCord/Velocity/NukkitX. Sponge, Fabric, Forge and NeoForge
use /config/luckperms/ instead, which wasn't mentioned anywhere in
the instructions.

Fix

Updated the download.install.config string in src/messages/en.json
to mention both possible locations depending on platform, instead of
implying there's only one.

Testing

Ran npm run serve and checked the /download page — the updated
instructions render correctly under "How to install".

@netlify

netlify Bot commented Aug 6, 2026

Copy link
Copy Markdown

Deploy Preview for luckperms ready!

Name Link
🔨 Latest commit 9edf4e8
🔍 Latest deploy log https://app.netlify.com/projects/luckperms/deploys/6a74ee7276d96d0008dcf70c
😎 Deploy Preview https://deploy-preview-485--luckperms.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Install instructions only mention plugin directory

1 participant