Skip to content

Commit

Permalink
Add ThirdPartyCosmetics to wiki and downloads page
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeeey committed May 16, 2024
1 parent aa3f447 commit c9580c5
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/other/thirdpartycosmetics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: ThirdPartyCosmetics
description: An optional Bedrock resource pack to extend Geyser functionality.
---

## [Download here](https://download.geysermc.org/v2/projects/thirdpartycosmetics/versions/latest/builds/latest/downloads/thirdpartycosmetics) {#download-here}

ThirdPartyCosmetics is an extension that adds support for loading ears and other third party cosmetics on java players.

## Installation
1. Install Geyser for your platform
2. Drop the `ThirdPartyCosmetics.jar` into the Geyser `extensions` folder (EG: `plugins/Geyser-Spigot/extensions`)
3. Start the server
3 changes: 3 additions & 0 deletions i18n/de/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@
"pages.download.description.geyseroptionalpack": {
"message": "An optional Bedrock resource pack to extend Geyser functionality."
},
"pages.download.description.thirdpartycosmetics": {
"message": "An extension that adds support for loading ears and other third party cosmetics on java players"
},
"pages.configeditor.title": {
"message": "Konfigurationseditor"
},
Expand Down
3 changes: 3 additions & 0 deletions i18n/en/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@
"pages.download.description.geyseroptionalpack": {
"message": "An optional Bedrock resource pack to extend Geyser functionality."
},
"pages.download.description.thirdpartycosmetics": {
"message": "An extension that adds support for loading ears and other third party cosmetics on java players"
},
"pages.configeditor.title": {
"message": "Config Editor"
},
Expand Down
16 changes: 15 additions & 1 deletion src/pages/download/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,21 @@ const DownloadPage: React.FC = () => (
inner={
<ProjectDownload
projectId="geyseroptionalpack"
setup='/other/geyseroptionalpack'
setup='/other/thirdpartycosmetics'
downloadsInfo={{
thirdpartycosmetics: <><FontAwesomeIcon icon={faFileZipper} /> ThirdPartyCosmetics</>,
}}
gridColumns={1}
/>
}
/>
<Collapsible
title='ThirdPartyCosmetics'
subtitle={<Translate id='pages.download.description.thirdpartycosmetics'>An extension that adds support for loading ears and other third party cosmetics on java players</Translate>}
inner={
<ProjectDownload
projectId="thirdpartycosmetics"
setup='/other/thirdpartycosmetics'
downloadsInfo={{
geyseroptionalpack: <><FontAwesomeIcon icon={faFileZipper} /> GeyserOptionalPack</>,
}}
Expand Down

0 comments on commit c9580c5

Please sign in to comment.