diff --git a/src/messages/en.json b/src/messages/en.json index f67e0617..a34afb8c 100644 --- a/src/messages/en.json +++ b/src/messages/en.json @@ -80,15 +80,33 @@ "extensions": { "title": "Extensions", "description": "Extensions can modify the behaviour of LuckPerms, you can read more about them on {wiki}.", + "more": "Check out the {wikiSection} for more information!", + "wikiSection": "wiki section", "descriptionWiki": "the wiki", "legacy": "Legacy API Extension", "legacyInfo": "Allows some common API methods to be used by plugins that haven't upgraded to v5 version of the API yet.", - "more": "Check out the {wiki} for more information!", - "wiki": "wiki section", "defaultAssignments": "Default Assignments Extension", - "defaultAssignmentsInfo": "Provides an alternate approach for assigning {wiki} if the recommended way is impractical.", - "groups": "default groups", + "defaultAssignmentsInfo": "Provides an alternate approach for assigning {defaultGroups} if the recommended way is impractical.", + "defaultGroups": "default groups", "version": "LuckPerms 5.0 and above" + }, + "additionalPlugins": { + "title": "Additional Plugins", + "description": "Additional plugins can provide more complex features, but may not be available on all platforms", + "extraContexts": "ExtraContexts Plugin", + "extraContextsInfo": "Add more contexts, including some for other plugins", + "version": "LuckPerms 5.0 and above, Bukkit only" + }, + "placeholderExpansions": { + "title": "Placeholder Expansions", + "description": "LuckPerms adds {placeholders} to PlaceholderAPI and MVdWPlaceholderAPI", + "placeholderApi": "PlaceholderAPI", + "placeholders": "Placeholders", + "placeholderApiInfo": "Install using either {command} or by {installingManually}.", + "placeholderApiInstallingManually": "installing manually", + "mvdwPlaceholderApi": "MVdWPlaceholderAPI", + "mvdwPlaceholderApiInfo": "Place the JAR file in your {plugins} folder.", + "version": "LuckPerms 5.0 and above, Bukkit only" } }, "editor": { @@ -281,4 +299,4 @@ "title": "Not found!", "message": "The page {path} doesn't exist" } -} \ No newline at end of file +} diff --git a/src/views/Download.vue b/src/views/Download.vue index cdbf0e3c..026975ea 100644 --- a/src/views/Download.vue +++ b/src/views/Download.vue @@ -121,9 +121,7 @@
{{ $t('download.extensions.legacyInfo') }}
Check out the
- Additional plugins can provide more complex features, - but may not be available on all platforms - . -
+{{ $t('download.additionalPlugins.description') }}
Add more contexts, including some for other plugins
+{{ $t('download.additionalPlugins.extraContextsInfo') }}
- LuckPerms adds
-
- Install using either
- /papi ecloud download LuckPerms
- or by
-
/papi ecloud download LuckPerms
+
+
+ Place the JAR file in your /plugins/
folder.
/plugins/
+
+