mirror of
https://github.com/Suiranoil/SkinRestorer.git
synced 2026-01-16 04:42:12 +00:00
Compare commits
87 Commits
v2.2.0-1.2
...
da754aa830
| Author | SHA1 | Date | |
|---|---|---|---|
|
da754aa830
|
|||
|
69a561f679
|
|||
|
f36390a3d5
|
|||
|
583205febc
|
|||
|
fb7a4d11e9
|
|||
|
1d8472e35c
|
|||
|
f604ac2c8b
|
|||
|
8d4c2e9f83
|
|||
|
84a06898a2
|
|||
|
11ecf88eb2
|
|||
|
01a045541c
|
|||
|
5bab96e269
|
|||
|
a0b557be51
|
|||
|
7fad7de710
|
|||
|
8af1dd8f12
|
|||
|
1c7f97551d
|
|||
|
a8cc81e570
|
|||
|
6ce3484824
|
|||
|
b518305028
|
|||
|
96ea077004
|
|||
|
91eead3d1f
|
|||
|
2ea4d3f3e7
|
|||
|
e65501e620
|
|||
|
1b8a6c2f5d
|
|||
|
4cc12e23dc
|
|||
|
28db1ee84c
|
|||
|
df58fe8c89
|
|||
|
2325b3b35c
|
|||
|
ad6d64e8d4
|
|||
|
07b4887f60
|
|||
|
30d21c9424
|
|||
|
1c51796409
|
|||
|
1b6afd5d6e
|
|||
|
7e05f1eec9
|
|||
|
81d05fe991
|
|||
|
757d46b231
|
|||
|
3b15f7b341
|
|||
|
38a2fd7214
|
|||
|
e4c9e1b3cd
|
|||
|
3ef3318ed3
|
|||
|
5b384c32d6
|
|||
|
8119a08c80
|
|||
|
6c159d6aa2
|
|||
|
760ac65ab3
|
|||
|
2e7a9edc20
|
|||
|
8457e6f4ab
|
|||
|
66a9c1fbbf
|
|||
|
e3754cda90
|
|||
|
100282d527
|
|||
|
4b48227eea
|
|||
|
100c1d5974
|
|||
|
26d4a5ef51
|
|||
|
ced2801d1c
|
|||
|
41b6a5d030
|
|||
|
10534b01a7
|
|||
|
088ad089ed
|
|||
|
6fbc53e38b
|
|||
|
364ca540be
|
|||
|
cec5bac608
|
|||
|
c70f780ec2
|
|||
|
ecdfff5dc7
|
|||
|
16ffeea4f3
|
|||
|
516601a899
|
|||
|
2e3b2649b3
|
|||
|
07d620ae2f
|
|||
|
ad2177848c
|
|||
|
8136354af1
|
|||
|
fee25d2d04
|
|||
|
33926b15e1
|
|||
|
226d3f7bcb
|
|||
|
c81adc7320
|
|||
|
583e59f9d8
|
|||
|
8081e443b9
|
|||
|
61e1ada760
|
|||
|
|
d04a3beecf | ||
|
|
89b06fcfc7 | ||
|
|
d7fffdab1b | ||
|
|
9e175ddabb | ||
|
|
74a571b62c | ||
|
|
8ae29eae89 | ||
|
|
9f0fac4b2a | ||
|
|
e68aa90953 | ||
|
6a7f5f2096
|
|||
|
4d6d4faafd
|
|||
|
823b2ea3f6
|
|||
|
a63b6c3867
|
|||
|
dfe6d7af42
|
90
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
Normal file
90
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
Normal file
@@ -0,0 +1,90 @@
|
|||||||
|
name: Bug Report
|
||||||
|
description: Report a bug encountered with SkinRestorer
|
||||||
|
title: "[Bug]: "
|
||||||
|
labels: ["bug"]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
🐛 **Before submitting:**
|
||||||
|
- Ensure you're using the latest mod version
|
||||||
|
- Ensure this bug is reproducible consistently
|
||||||
|
- Check existing issues for duplicates
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: mod-version
|
||||||
|
attributes:
|
||||||
|
label: SkinRestorer Version
|
||||||
|
description: Exact version of the mod
|
||||||
|
placeholder: e.g., 2.2.1
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: minecraft-version
|
||||||
|
attributes:
|
||||||
|
label: Minecraft Version
|
||||||
|
description: Full Minecraft version
|
||||||
|
placeholder: e.g., 1.21.4
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: loader-version
|
||||||
|
attributes:
|
||||||
|
label: Mod Loader & Version
|
||||||
|
description: Fabric/Quilt/Forge/NeoForge version
|
||||||
|
placeholder: e.g., Fabric 0.15.7
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: java-version
|
||||||
|
attributes:
|
||||||
|
label: Java Version
|
||||||
|
placeholder: e.g. 17, 21
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Bug Description
|
||||||
|
description: What happened vs what you expected to happen
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: steps
|
||||||
|
attributes:
|
||||||
|
label: Reproduction Steps
|
||||||
|
description: Provide step-by-step instructions or a video showing how to reproduce the issue.
|
||||||
|
placeholder: |
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
Or a video demonstrating the issue.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: Relevant Logs
|
||||||
|
description: |
|
||||||
|
Please provide any relevant logs, especially error logs from your server console or `latest.log` file.
|
||||||
|
**Important**: Paste the FULL log content. Use a service like [mclo.gs](https://mclo.gs/).
|
||||||
|
render: shell
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: confirmations
|
||||||
|
attributes:
|
||||||
|
label: Confirmations
|
||||||
|
options:
|
||||||
|
- label: I've checked for existing issues
|
||||||
|
required: true
|
||||||
|
- label: This bug is reproducible consistently
|
||||||
|
required: true
|
||||||
|
- label: I've tested without other mods
|
||||||
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
blank_issues_enabled: true
|
||||||
52
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
Normal file
52
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
name: Feature Request
|
||||||
|
description: Suggest a new feature for SkinRestorer
|
||||||
|
title: "[Feature Request]: "
|
||||||
|
labels: ["enhancement"]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
💡 **Before submitting:**
|
||||||
|
- Check existing feature requests for duplicates
|
||||||
|
- Be clear and concise
|
||||||
|
- Explain the *why* and the *how*
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Feature Description
|
||||||
|
description: Detailed description of the feature
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: motivation
|
||||||
|
attributes:
|
||||||
|
label: Motivation
|
||||||
|
description: Why is this feature needed? What problem does it solve?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: use-cases
|
||||||
|
attributes:
|
||||||
|
label: Use Cases
|
||||||
|
description: How would this feature be used and who would benefit?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: implementation-ideas
|
||||||
|
attributes:
|
||||||
|
label: Implementation Ideas (Optional)
|
||||||
|
description: Any thoughts on how it could be implemented?
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: confirmations
|
||||||
|
attributes:
|
||||||
|
label: Confirmations
|
||||||
|
options:
|
||||||
|
- label: I've checked for existing feature requests
|
||||||
|
required: true
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -30,3 +30,4 @@ bin/
|
|||||||
|
|
||||||
.architectury-transformer/
|
.architectury-transformer/
|
||||||
run/
|
run/
|
||||||
|
scripts/
|
||||||
|
|||||||
57
CHANGELOG.md
57
CHANGELOG.md
@@ -4,7 +4,62 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [2.2.0] - 2024-11-28
|
## [2.4.3] - 2025-07-25
|
||||||
|
### Fixed
|
||||||
|
- Fixed crash on client when loading player head skin (fixes [#63](https://github.com/Suiranoil/SkinRestorer/issues/63) and [#64](https://github.com/Suiranoil/SkinRestorer/issues/64))
|
||||||
|
- Fixed server freeze when loading player head skin
|
||||||
|
|
||||||
|
## [2.4.2] - 2025-07-13
|
||||||
|
### Fixed
|
||||||
|
- Fix crash when head profile name is null (fixes [#60](https://github.com/Suiranoil/SkinRestorer/issues/60) and [#61](https://github.com/Suiranoil/SkinRestorer/issues/61))
|
||||||
|
|
||||||
|
## [2.4.1] - 2025-07-09
|
||||||
|
### Changed
|
||||||
|
- Log full exception and argument when unable to fetch/set skin
|
||||||
|
### Fixed
|
||||||
|
- Fixed mojang provider using offline uuids when unable to fetch actual uuid resulting in `no profile with uuid` error
|
||||||
|
|
||||||
|
## [2.4.0] - 2025-07-05
|
||||||
|
### Fixed
|
||||||
|
- Added support for player heads
|
||||||
|
|
||||||
|
## [2.3.5] - 2025-06-21
|
||||||
|
### Fixed
|
||||||
|
- Fix mod not loading on client
|
||||||
|
|
||||||
|
## [2.3.4] - 2025-06-19
|
||||||
|
### Added
|
||||||
|
- Added support for minecraft 1.21.6
|
||||||
|
|
||||||
|
## [2.3.3] - 2025-06-01
|
||||||
|
### Fixed
|
||||||
|
- Fixed forge mixin crash (closes [#54](https://github.com/Suiranoil/SkinRestorer/issues/53))
|
||||||
|
### Removed
|
||||||
|
- Removed minecraft 1.19 support
|
||||||
|
|
||||||
|
## [2.3.2] - 2025-05-24
|
||||||
|
### Fixed
|
||||||
|
- Fixed mixin incompatibility with ModernFix (closes [#42](https://github.com/Suiranoil/SkinRestorer/issues/52))
|
||||||
|
|
||||||
|
## [2.3.1] - 2025-05-03
|
||||||
|
### Added
|
||||||
|
- Added support for minecraft 1.19-1.19.4
|
||||||
|
### Changed
|
||||||
|
- Use services and session server urls from environment
|
||||||
|
|
||||||
|
## [2.3.0] - 2025-03-27
|
||||||
|
### Added
|
||||||
|
- Added `skinApplyDelayOnJoin` config option (see [wiki](https://github.com/Suiranoil/SkinRestorer/wiki/Configuration#skinapplydelayonjoin))
|
||||||
|
### Changed
|
||||||
|
- Updated to 1.21.5
|
||||||
|
### Removed
|
||||||
|
- [NeoForge] Dropped support for NeoForge on Minecraft 1.20.5-1.20.6
|
||||||
|
|
||||||
|
## [2.2.1] - 2024-12-23
|
||||||
|
### Fixed
|
||||||
|
- Fixed game not closing because of mineskin working threads (closes [#41](https://github.com/Suiranoil/SkinRestorer/issues/41))
|
||||||
|
|
||||||
|
## [2.2.0] - 2024-12-02
|
||||||
### Added
|
### Added
|
||||||
- Added support for [SkinShuffle](https://modrinth.com/mod/skinshuffle) clients (requires FabricAPI on Fabric)
|
- Added support for [SkinShuffle](https://modrinth.com/mod/skinshuffle) clients (requires FabricAPI on Fabric)
|
||||||
(closes [#34](https://github.com/Suiranoil/SkinRestorer/issues/34))
|
(closes [#34](https://github.com/Suiranoil/SkinRestorer/issues/34))
|
||||||
|
|||||||
@@ -1,10 +1,3 @@
|
|||||||
### Added
|
|
||||||
- Added support for [SkinShuffle](https://modrinth.com/mod/skinshuffle) clients (requires FabricAPI on Fabric)
|
|
||||||
(closes [#34](https://github.com/Suiranoil/SkinRestorer/issues/34))
|
|
||||||
- Added `providers.mineskin.apiKey` config option (see [wiki](https://github.com/Suiranoil/SkinRestorer/wiki/Configuration#providersmineskin))
|
|
||||||
### Changed
|
|
||||||
- Migrated to MineSkin's new API V2
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed `providers` config validation
|
- Fixed crash on client when loading player head skin (fixes [#63](https://github.com/Suiranoil/SkinRestorer/issues/63) and [#64](https://github.com/Suiranoil/SkinRestorer/issues/64))
|
||||||
### Removed
|
- Fixed server freeze when loading player head skin
|
||||||
- Dropped support for NeoForge on Minecraft 1.20.2-1.20.4
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# SkinRestorer
|
# SkinRestorer
|
||||||
|
|
||||||
<a href="https://modrinth.com/mod/skinrestorer"><img src="https://raw.githubusercontent.com/Suiranoil/badges/main/assets/minecraft/platform/modrinth/mini/badge.svg" alt="Modrinth" height="32"></a>
|
<a href="https://modrinth.com/mod/skinrestorer"><img src="https://raw.githubusercontent.com/Suiranoil/badges/main/assets/minecraft/platform/modrinth/mini/badge.svg" alt="Modrinth"></a>
|
||||||
<a href="https://www.curseforge.com/minecraft/mc-mods/skinrestorer"><img src="https://raw.githubusercontent.com/Suiranoil/badges/main/assets/minecraft/platform/curseforge/mini/badge.svg" alt="CurseForge" height="32"></a>
|
<a href="https://www.curseforge.com/minecraft/mc-mods/skinrestorer"><img src="https://raw.githubusercontent.com/Suiranoil/badges/main/assets/minecraft/platform/curseforge/mini/badge.svg" alt="CurseForge"></a>
|
||||||
|
|
||||||
A server-side mod for managing and restoring player skins.
|
A server-side mod for managing and restoring player skins.
|
||||||
|
|
||||||
@@ -33,7 +33,9 @@ the [commands wiki page](https://github.com/Suiranoil/SkinRestorer/wiki/Commands
|
|||||||
If you enjoy using **SkinRestorer** and would like to support its development, you can contribute through the following
|
If you enjoy using **SkinRestorer** and would like to support its development, you can contribute through the following
|
||||||
platforms:
|
platforms:
|
||||||
|
|
||||||
[](https://ko-fi.com/lionarius)
|
<a href="https://ko-fi.com/lionarius"><img src="https://raw.githubusercontent.com/Suiranoil/badges/main/assets/donation/kofi/mini/badge.svg" alt="Ko-fi" height="32"></a>
|
||||||
|
|
||||||
|
<a href="https://boosty.to/lionarius"><img src="https://raw.githubusercontent.com/Suiranoil/badges/main/assets/donation/boosty/mini/badge.svg" alt="Boosty" height="32"></a>
|
||||||
|
|
||||||
Bitcoin (BTC): `1Ndbwny8pxdnWXFgadp95fp97y5JqMJKTX`
|
Bitcoin (BTC): `1Ndbwny8pxdnWXFgadp95fp97y5JqMJKTX`
|
||||||
USDT (TRC20): `TGXn8wrqku5KLzwPWQAeH7wgnV4UzwHEae`
|
USDT (TRC20): `TGXn8wrqku5KLzwPWQAeH7wgnV4UzwHEae`
|
||||||
|
|||||||
10
build.gradle
10
build.gradle
@@ -1,15 +1,15 @@
|
|||||||
plugins {
|
plugins {
|
||||||
// see https://fabricmc.net/develop/ for new versions
|
// see https://fabricmc.net/develop/ for new versions
|
||||||
id 'fabric-loom' version '1.8-SNAPSHOT' apply false
|
id 'fabric-loom' version '1.11-SNAPSHOT' apply false
|
||||||
// see https://projects.neoforged.net/neoforged/neogradle for new versions
|
// see https://projects.neoforged.net/neoforged/moddevgradle for new versions
|
||||||
id 'net.neoforged.gradle.userdev' version '7.0.153' apply false
|
id 'net.neoforged.moddev' version '2.0.+' apply false
|
||||||
// see https://files.minecraftforge.net/net/minecraftforge/gradle/ForgeGradle/ for new versions
|
// see https://files.minecraftforge.net/net/minecraftforge/gradle/ForgeGradle/ for new versions
|
||||||
id 'net.minecraftforge.gradle' version '6.0.29' apply false
|
id 'net.minecraftforge.gradle' version '6.0.+' apply false
|
||||||
id 'org.parchmentmc.librarian.forgegradle' version '1.+' apply false
|
id 'org.parchmentmc.librarian.forgegradle' version '1.+' apply false
|
||||||
|
|
||||||
id 'org.spongepowered.mixin' version '0.7-SNAPSHOT' apply false
|
id 'org.spongepowered.mixin' version '0.7-SNAPSHOT' apply false
|
||||||
|
|
||||||
id 'me.modmuss50.mod-publish-plugin' version '0.8.1' apply false
|
id 'me.modmuss50.mod-publish-plugin' version '0.8.+' apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
|||||||
@@ -83,7 +83,6 @@ processResources {
|
|||||||
'group' : project.group, //Else we target the task's group.
|
'group' : project.group, //Else we target the task's group.
|
||||||
'minecraft_version' : minecraft_version,
|
'minecraft_version' : minecraft_version,
|
||||||
'minecraft_version_range' : minecraft_version_range,
|
'minecraft_version_range' : minecraft_version_range,
|
||||||
'fabric_loader_version' : fabric_loader_version,
|
|
||||||
'mod_name' : mod_name,
|
'mod_name' : mod_name,
|
||||||
'mod_author' : mod_author,
|
'mod_author' : mod_author,
|
||||||
'mod_id' : mod_id,
|
'mod_id' : mod_id,
|
||||||
@@ -92,16 +91,20 @@ processResources {
|
|||||||
'mod_issues' : mod_issues,
|
'mod_issues' : mod_issues,
|
||||||
'license' : license,
|
'license' : license,
|
||||||
'description' : project.description,
|
'description' : project.description,
|
||||||
'forge_version' : forge_version,
|
|
||||||
'forge_loader_version_range' : forge_loader_version_range,
|
|
||||||
'neoforge_version' : neoforge_version,
|
|
||||||
'neoforge_loader_version_range': neoforge_loader_version_range,
|
|
||||||
'credits' : credits,
|
'credits' : credits,
|
||||||
'java_version' : java_version
|
'java_version' : java_version,
|
||||||
|
|
||||||
|
// Loader specific properties
|
||||||
|
'fabric_loader_version' : project.hasProperty('fabric_loader_version') ? fabric_loader_version : '',
|
||||||
|
'forge_version' : project.hasProperty('forge_version') ? forge_version : '',
|
||||||
|
'forge_loader_version_range' : project.hasProperty('forge_loader_version_range') ? forge_loader_version_range : '',
|
||||||
|
'neoforge_version' : project.hasProperty('neoforge_version') ? neoforge_version : '',
|
||||||
|
'neoforge_loader_version_range': project.hasProperty('neoforge_loader_version_range') ? neoforge_loader_version_range : ''
|
||||||
]
|
]
|
||||||
|
|
||||||
filesMatching(['pack.mcmeta', 'fabric.mod.json', 'META-INF/mods.toml', 'META-INF/neoforge.mods.toml', '*.mixins.json']) {
|
filesMatching(['pack.mcmeta', 'fabric.mod.json', 'META-INF/mods.toml', 'META-INF/neoforge.mods.toml', '*.mixins.json']) {
|
||||||
expand expandProps
|
expand expandProps
|
||||||
}
|
}
|
||||||
|
|
||||||
inputs.properties(expandProps)
|
inputs.properties(expandProps)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,12 +3,17 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
publishMods {
|
publishMods {
|
||||||
if (project.name == 'fabric')
|
file = project.layout.buildDirectory.file("libs/${project.archivesBaseName}-${project.version}.jar").map { it.asFile }.getOrNull()
|
||||||
file = remapJar.archiveFile
|
|
||||||
else
|
|
||||||
file = tasks.named('jarJar').get().archiveFile
|
|
||||||
|
|
||||||
modLoaders.add(project.name)
|
modLoaders.add(project.name)
|
||||||
|
|
||||||
|
if (project.hasProperty('additional_modloaders') && !additional_modloaders.isEmpty())
|
||||||
|
{
|
||||||
|
def loaders = additional_modloaders.split(',')
|
||||||
|
for (loader in loaders)
|
||||||
|
modLoaders.add(loader)
|
||||||
|
}
|
||||||
|
|
||||||
type = STABLE
|
type = STABLE
|
||||||
version = project.version
|
version = project.version
|
||||||
displayName = "[${project.name.capitalize()}] ${mod_name} ${mod_version}"
|
displayName = "[${project.name.capitalize()}] ${mod_name} ${mod_version}"
|
||||||
@@ -23,8 +28,8 @@ publishMods {
|
|||||||
minecraftVersions.addAll(minecraft_version_list.split(','))
|
minecraftVersions.addAll(minecraft_version_list.split(','))
|
||||||
serverRequired = true
|
serverRequired = true
|
||||||
|
|
||||||
if (project.name == 'fabric')
|
if (project.hasProperty('optional_dependencies') && !optional_dependencies.isEmpty())
|
||||||
optional(fabric_optional_dependencies.split(','))
|
optional(optional_dependencies.split(','))
|
||||||
}
|
}
|
||||||
|
|
||||||
modrinth {
|
modrinth {
|
||||||
@@ -35,7 +40,7 @@ publishMods {
|
|||||||
|
|
||||||
minecraftVersions.addAll(minecraft_version_list.split(','))
|
minecraftVersions.addAll(minecraft_version_list.split(','))
|
||||||
|
|
||||||
if (project.name == 'fabric')
|
if (project.hasProperty('optional_dependencies') && !optional_dependencies.isEmpty())
|
||||||
optional(fabric_optional_dependencies.split(','))
|
optional(optional_dependencies.split(','))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,25 +1,25 @@
|
|||||||
package net.lionarius.skinrestorer;
|
package net.lionarius.skinrestorer;
|
||||||
|
|
||||||
import com.mojang.authlib.GameProfile;
|
import com.google.common.base.Throwables;
|
||||||
import com.mojang.brigadier.CommandDispatcher;
|
import com.mojang.brigadier.CommandDispatcher;
|
||||||
import net.lionarius.skinrestorer.command.SkinCommand;
|
import net.lionarius.skinrestorer.command.SkinCommand;
|
||||||
import net.lionarius.skinrestorer.config.Config;
|
import net.lionarius.skinrestorer.config.Config;
|
||||||
import net.lionarius.skinrestorer.config.provider.BuiltInProviderConfig;
|
import net.lionarius.skinrestorer.config.provider.BuiltInProviderConfig;
|
||||||
|
import net.lionarius.skinrestorer.exception.TransparentException;
|
||||||
|
import net.lionarius.skinrestorer.mixin.PlayerAccessor;
|
||||||
import net.lionarius.skinrestorer.platform.Services;
|
import net.lionarius.skinrestorer.platform.Services;
|
||||||
import net.lionarius.skinrestorer.skin.SkinIO;
|
import net.lionarius.skinrestorer.skin.SkinIO;
|
||||||
import net.lionarius.skinrestorer.skin.SkinStorage;
|
import net.lionarius.skinrestorer.skin.SkinStorage;
|
||||||
import net.lionarius.skinrestorer.skin.SkinValue;
|
import net.lionarius.skinrestorer.skin.SkinValue;
|
||||||
import net.lionarius.skinrestorer.skin.provider.*;
|
import net.lionarius.skinrestorer.skin.provider.*;
|
||||||
import net.lionarius.skinrestorer.translation.Translation;
|
import net.lionarius.skinrestorer.translation.Translation;
|
||||||
import net.lionarius.skinrestorer.util.FileUtils;
|
import net.lionarius.skinrestorer.util.*;
|
||||||
import net.lionarius.skinrestorer.util.PlayerUtils;
|
|
||||||
import net.lionarius.skinrestorer.util.Result;
|
|
||||||
import net.lionarius.skinrestorer.util.WebUtils;
|
|
||||||
import net.minecraft.commands.CommandSourceStack;
|
import net.minecraft.commands.CommandSourceStack;
|
||||||
import net.minecraft.resources.ResourceLocation;
|
import net.minecraft.resources.ResourceLocation;
|
||||||
import net.minecraft.server.MinecraftServer;
|
import net.minecraft.server.MinecraftServer;
|
||||||
import net.minecraft.server.level.ServerPlayer;
|
import net.minecraft.server.level.ServerPlayer;
|
||||||
import net.minecraft.world.level.storage.LevelResource;
|
import net.minecraft.world.level.storage.LevelResource;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
@@ -37,6 +37,8 @@ public final class SkinRestorer {
|
|||||||
private static SkinStorage skinStorage;
|
private static SkinStorage skinStorage;
|
||||||
private static Path configDir;
|
private static Path configDir;
|
||||||
private static Config config;
|
private static Config config;
|
||||||
|
private static TickedScheduler tickedScheduler;
|
||||||
|
private static MinecraftServer minecraftServer;
|
||||||
|
|
||||||
private SkinRestorer() {}
|
private SkinRestorer() {}
|
||||||
|
|
||||||
@@ -56,6 +58,14 @@ public final class SkinRestorer {
|
|||||||
return SkinRestorer.providersRegistry;
|
return SkinRestorer.providersRegistry;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static TickedScheduler getTickedScheduler() {
|
||||||
|
return SkinRestorer.tickedScheduler;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static @Nullable MinecraftServer getMinecraftServer() {
|
||||||
|
return SkinRestorer.minecraftServer;
|
||||||
|
}
|
||||||
|
|
||||||
public static Optional<SkinProvider> getProvider(String name) {
|
public static Optional<SkinProvider> getProvider(String name) {
|
||||||
return Optional.ofNullable(SkinRestorer.providersRegistry.get(name));
|
return Optional.ofNullable(SkinRestorer.providersRegistry.get(name));
|
||||||
}
|
}
|
||||||
@@ -98,39 +108,44 @@ public final class SkinRestorer {
|
|||||||
MineskinSkinProvider.reload();
|
MineskinSkinProvider.reload();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Collection<ServerPlayer> applySkin(MinecraftServer server, Iterable<GameProfile> targets, SkinValue value, boolean save) {
|
public static Collection<ServerPlayer> applySkin(MinecraftServer server, Iterable<ServerPlayer> targets, SkinValue value, boolean save) {
|
||||||
var acceptedPlayers = new HashSet<ServerPlayer>();
|
var acceptedPlayers = new HashSet<ServerPlayer>();
|
||||||
|
|
||||||
for (var profile : targets) {
|
for (var player : targets) {
|
||||||
if (!SkinRestorer.getSkinStorage().hasSavedSkin(profile.getId()))
|
var profile = player.getGameProfile();
|
||||||
value = value.setOriginalValue(PlayerUtils.getPlayerSkin(profile));
|
var skin = PlayerUtils.getPlayerSkin(profile);
|
||||||
|
|
||||||
if (PlayerUtils.areSkinPropertiesEquals(value.value(), PlayerUtils.getPlayerSkin(profile)))
|
if (!SkinRestorer.getSkinStorage().hasSavedSkin(profile.id()))
|
||||||
|
value = value.setOriginalValue(skin);
|
||||||
|
|
||||||
|
if (PlayerUtils.areSkinPropertiesEquals(value.value(), skin))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (save)
|
if (save)
|
||||||
SkinRestorer.getSkinStorage().setSkin(profile.getId(), value);
|
SkinRestorer.getSkinStorage().setSkin(profile.id(), value);
|
||||||
|
|
||||||
PlayerUtils.applyRestoredSkin(profile, value.value());
|
var newProfile = PlayerUtils.applyRestoredSkin(profile, value.value());
|
||||||
|
((PlayerAccessor) player).setGameProfile(newProfile);
|
||||||
|
|
||||||
var player = server.getPlayerList().getPlayer(profile.getId());
|
if (player.connection == null)
|
||||||
if (player == null)
|
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
PlayerUtils.refreshPlayer(player);
|
PlayerUtils.refreshPlayer(player);
|
||||||
acceptedPlayers.add(player);
|
acceptedPlayers.add(player);
|
||||||
|
|
||||||
|
SkinRestorer.getTickedScheduler().cancel(player.getUUID());
|
||||||
}
|
}
|
||||||
|
|
||||||
return acceptedPlayers;
|
return acceptedPlayers;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Collection<ServerPlayer> applySkin(MinecraftServer server, Iterable<GameProfile> targets, SkinValue value) {
|
public static Collection<ServerPlayer> applySkin(MinecraftServer server, Iterable<ServerPlayer> targets, SkinValue value) {
|
||||||
return SkinRestorer.applySkin(server, targets, value, true);
|
return SkinRestorer.applySkin(server, targets, value, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static CompletableFuture<Result<Collection<ServerPlayer>, String>> setSkinAsync(
|
public static CompletableFuture<Result<Collection<ServerPlayer>, String>> setSkinAsync(
|
||||||
MinecraftServer server,
|
MinecraftServer server,
|
||||||
Collection<GameProfile> targets,
|
Collection<ServerPlayer> targets,
|
||||||
SkinProviderContext context,
|
SkinProviderContext context,
|
||||||
boolean save
|
boolean save
|
||||||
) {
|
) {
|
||||||
@@ -143,7 +158,7 @@ public final class SkinRestorer {
|
|||||||
|
|
||||||
var skinResult = result.get();
|
var skinResult = result.get();
|
||||||
if (skinResult.isError())
|
if (skinResult.isError())
|
||||||
return Result.<Collection<ServerPlayer>, String>error(skinResult.getErrorValue().getMessage());
|
throw new TransparentException(Throwables.getRootCause(skinResult.getErrorValue()));
|
||||||
|
|
||||||
var skinValue = SkinValue.fromProviderContextWithValue(context, skinResult.getSuccessValue().orElse(null));
|
var skinValue = SkinValue.fromProviderContextWithValue(context, skinResult.getSuccessValue().orElse(null));
|
||||||
|
|
||||||
@@ -152,7 +167,7 @@ public final class SkinRestorer {
|
|||||||
return Result.<Collection<ServerPlayer>, String>success(acceptedPlayers);
|
return Result.<Collection<ServerPlayer>, String>success(acceptedPlayers);
|
||||||
}, server)
|
}, server)
|
||||||
.exceptionally(e -> {
|
.exceptionally(e -> {
|
||||||
SkinRestorer.LOGGER.error(e.toString());
|
SkinRestorer.LOGGER.error("Failed to set skin '{}:{}'", context.name(), context.argument(), e);
|
||||||
return Result.error(e.getMessage());
|
return Result.error(e.getMessage());
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -165,6 +180,16 @@ public final class SkinRestorer {
|
|||||||
FileUtils.tryMigrateOldSkinDirectory(SkinRestorer.getConfigDir(), worldSkinDirectory);
|
FileUtils.tryMigrateOldSkinDirectory(SkinRestorer.getConfigDir(), worldSkinDirectory);
|
||||||
|
|
||||||
SkinRestorer.skinStorage = new SkinStorage(new SkinIO(worldSkinDirectory));
|
SkinRestorer.skinStorage = new SkinStorage(new SkinIO(worldSkinDirectory));
|
||||||
|
SkinRestorer.tickedScheduler = new TickedScheduler(server);
|
||||||
|
server.addTickable(SkinRestorer.tickedScheduler);
|
||||||
|
|
||||||
|
SkinRestorer.minecraftServer = server;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void onServerStopped(MinecraftServer server) {
|
||||||
|
SkinRestorer.skinStorage = null;
|
||||||
|
SkinRestorer.tickedScheduler = null;
|
||||||
|
SkinRestorer.minecraftServer = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void onCommandRegister(CommandDispatcher<CommandSourceStack> dispatcher) {
|
public static void onCommandRegister(CommandDispatcher<CommandSourceStack> dispatcher) {
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
package net.lionarius.skinrestorer.command;
|
package net.lionarius.skinrestorer.command;
|
||||||
|
|
||||||
import com.mojang.authlib.GameProfile;
|
|
||||||
import com.mojang.brigadier.CommandDispatcher;
|
import com.mojang.brigadier.CommandDispatcher;
|
||||||
import com.mojang.brigadier.arguments.StringArgumentType;
|
import com.mojang.brigadier.arguments.StringArgumentType;
|
||||||
import com.mojang.brigadier.builder.ArgumentBuilder;
|
import com.mojang.brigadier.builder.ArgumentBuilder;
|
||||||
@@ -18,10 +17,12 @@ import net.lionarius.skinrestorer.util.PlayerUtils;
|
|||||||
import net.minecraft.commands.CommandSourceStack;
|
import net.minecraft.commands.CommandSourceStack;
|
||||||
import net.minecraft.commands.arguments.GameProfileArgument;
|
import net.minecraft.commands.arguments.GameProfileArgument;
|
||||||
import net.minecraft.server.level.ServerPlayer;
|
import net.minecraft.server.level.ServerPlayer;
|
||||||
|
import net.minecraft.server.players.NameAndId;
|
||||||
|
|
||||||
import java.util.Collection;
|
import java.util.Collection;
|
||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
import java.util.HashSet;
|
import java.util.HashSet;
|
||||||
|
import java.util.Objects;
|
||||||
import java.util.function.BiFunction;
|
import java.util.function.BiFunction;
|
||||||
import java.util.function.Function;
|
import java.util.function.Function;
|
||||||
import java.util.function.Supplier;
|
import java.util.function.Supplier;
|
||||||
@@ -34,7 +35,7 @@ public final class SkinCommand {
|
|||||||
private SkinCommand() {}
|
private SkinCommand() {}
|
||||||
|
|
||||||
public static void register(CommandDispatcher<CommandSourceStack> dispatcher) {
|
public static void register(CommandDispatcher<CommandSourceStack> dispatcher) {
|
||||||
LiteralArgumentBuilder<CommandSourceStack> base =
|
var base =
|
||||||
literal("skin")
|
literal("skin")
|
||||||
.then(buildSetSubcommand("clear", SkinValue.EMPTY::toProviderContext))
|
.then(buildSetSubcommand("clear", SkinValue.EMPTY::toProviderContext))
|
||||||
.then(literal("reset")
|
.then(literal("reset")
|
||||||
@@ -44,7 +45,7 @@ public final class SkinCommand {
|
|||||||
)))
|
)))
|
||||||
.then(literal("refresh").executes(context -> refreshSubcommand(context.getSource())));
|
.then(literal("refresh").executes(context -> refreshSubcommand(context.getSource())));
|
||||||
|
|
||||||
LiteralArgumentBuilder<CommandSourceStack> set = literal("set");
|
var set = literal("set");
|
||||||
|
|
||||||
var providers = SkinRestorer.getProvidersRegistry().getPublicProviders();
|
var providers = SkinRestorer.getProvidersRegistry().getPublicProviders();
|
||||||
for (var entry : providers)
|
for (var entry : providers)
|
||||||
@@ -72,37 +73,41 @@ public final class SkinCommand {
|
|||||||
|
|
||||||
SkinProviderContext context = null;
|
SkinProviderContext context = null;
|
||||||
var save = true;
|
var save = true;
|
||||||
if (!SkinRestorer.getSkinStorage().hasSavedSkin(profile.getId())) {
|
if (!SkinRestorer.getSkinStorage().hasSavedSkin(profile.id())) {
|
||||||
if (profile.getProperties().containsKey(PlayerUtils.TEXTURES_KEY)) {
|
if (profile.properties().containsKey(PlayerUtils.TEXTURES_KEY)) {
|
||||||
save = false;
|
save = false;
|
||||||
context = MojangSkinProvider.skinProviderContextFromProfile(profile);
|
context = MojangSkinProvider.skinProviderContextFromProfile(profile);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
context = SkinRestorer.getSkinStorage().getSkin(profile.getId()).toProviderContext();
|
context = SkinRestorer.getSkinStorage().getSkin(profile.id()).toProviderContext();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (context == null)
|
if (context == null)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
return SkinCommand.setSubcommand(src, Collections.singleton(profile), context, save, false);
|
return SkinCommand.setSubcommand(src, Collections.singleton(new NameAndId(profile)), context, save, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static int resetSubcommand(
|
private static int resetSubcommand(
|
||||||
CommandSourceStack src,
|
CommandSourceStack src,
|
||||||
Collection<GameProfile> targets,
|
Collection<NameAndId> targets,
|
||||||
boolean setByOperator
|
boolean setByOperator
|
||||||
) {
|
) {
|
||||||
Collection<ServerPlayer> updatedPlayers = new HashSet<>();
|
var updatedPlayers = new HashSet<ServerPlayer>();
|
||||||
for (var profile : targets) {
|
for (var nameAndId : targets) {
|
||||||
SkinValue skin = null;
|
SkinValue skin = null;
|
||||||
if (SkinRestorer.getSkinStorage().hasSavedSkin(profile.getId()))
|
if (SkinRestorer.getSkinStorage().hasSavedSkin(nameAndId.id()))
|
||||||
skin = SkinRestorer.getSkinStorage().getSkin(profile.getId()).replaceValueWithOriginal();
|
skin = SkinRestorer.getSkinStorage().getSkin(nameAndId.id()).replaceValueWithOriginal();
|
||||||
|
|
||||||
if (skin == null)
|
if (skin == null)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
var updatedPlayer = SkinRestorer.applySkin(src.getServer(), Collections.singleton(profile), skin, false);
|
var player = src.getServer().getPlayerList().getPlayer(nameAndId.id());
|
||||||
SkinRestorer.getSkinStorage().deleteSkin(profile.getId());
|
if (player == null)
|
||||||
|
continue;
|
||||||
|
|
||||||
|
var updatedPlayer = SkinRestorer.applySkin(src.getServer(), Collections.singleton(player), skin, false);
|
||||||
|
SkinRestorer.getSkinStorage().deleteSkin(nameAndId.id());
|
||||||
|
|
||||||
updatedPlayers.addAll(updatedPlayer);
|
updatedPlayers.addAll(updatedPlayer);
|
||||||
}
|
}
|
||||||
@@ -118,19 +123,24 @@ public final class SkinCommand {
|
|||||||
if (src.getPlayer() == null)
|
if (src.getPlayer() == null)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
return resetSubcommand(src, Collections.singleton(src.getPlayer().getGameProfile()), false);
|
return resetSubcommand(src, Collections.singleton(src.getPlayer().nameAndId()), false);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static int setSubcommand(
|
private static int setSubcommand(
|
||||||
CommandSourceStack src,
|
CommandSourceStack src,
|
||||||
Collection<GameProfile> targets,
|
Collection<NameAndId> targets,
|
||||||
SkinProviderContext context,
|
SkinProviderContext context,
|
||||||
boolean save,
|
boolean save,
|
||||||
boolean setByOperator
|
boolean setByOperator
|
||||||
) {
|
) {
|
||||||
src.sendSystemMessage(Translation.translatableWithFallback(Translation.COMMAND_SKIN_LOADING_KEY));
|
src.sendSystemMessage(Translation.translatableWithFallback(Translation.COMMAND_SKIN_LOADING_KEY));
|
||||||
|
|
||||||
SkinRestorer.setSkinAsync(src.getServer(), targets, context, save).thenAccept(result -> {
|
var profileTargets = targets.stream()
|
||||||
|
.map(nameAndId -> src.getServer().getPlayerList().getPlayer(nameAndId.id()))
|
||||||
|
.filter(Objects::nonNull)
|
||||||
|
.toList();
|
||||||
|
|
||||||
|
SkinRestorer.setSkinAsync(src.getServer(), profileTargets, context, save).thenAccept(result -> {
|
||||||
if (result.isError()) {
|
if (result.isError()) {
|
||||||
src.sendFailure(Translation.translatableWithFallback(
|
src.sendFailure(Translation.translatableWithFallback(
|
||||||
Translation.COMMAND_SKIN_FAILED_KEY,
|
Translation.COMMAND_SKIN_FAILED_KEY,
|
||||||
@@ -149,7 +159,7 @@ public final class SkinCommand {
|
|||||||
|
|
||||||
private static int setSubcommand(
|
private static int setSubcommand(
|
||||||
CommandSourceStack src,
|
CommandSourceStack src,
|
||||||
Collection<GameProfile> targets,
|
Collection<NameAndId> targets,
|
||||||
SkinProviderContext context,
|
SkinProviderContext context,
|
||||||
boolean setByOperator
|
boolean setByOperator
|
||||||
) {
|
) {
|
||||||
@@ -163,7 +173,7 @@ public final class SkinCommand {
|
|||||||
if (src.getPlayer() == null)
|
if (src.getPlayer() == null)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
return setSubcommand(src, Collections.singleton(src.getPlayer().getGameProfile()), context, false);
|
return setSubcommand(src, Collections.singleton(src.getPlayer().nameAndId()), context, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static int configReloadSubcommand(CommandContext<CommandSourceStack> context) {
|
private static int configReloadSubcommand(CommandContext<CommandSourceStack> context) {
|
||||||
@@ -199,7 +209,7 @@ public final class SkinCommand {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static LiteralArgumentBuilder<CommandSourceStack> buildSetSubcommand(String name, SkinProvider provider) {
|
private static LiteralArgumentBuilder<CommandSourceStack> buildSetSubcommand(String name, SkinProvider provider) {
|
||||||
LiteralArgumentBuilder<CommandSourceStack> action = literal(name);
|
var action = literal(name);
|
||||||
|
|
||||||
if (provider.hasVariantSupport()) {
|
if (provider.hasVariantSupport()) {
|
||||||
for (SkinVariant variant : SkinVariant.values()) {
|
for (SkinVariant variant : SkinVariant.values()) {
|
||||||
@@ -256,7 +266,7 @@ public final class SkinCommand {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static RequiredArgumentBuilder<CommandSourceStack, GameProfileArgument.Result> makeTargetsArgument(
|
private static RequiredArgumentBuilder<CommandSourceStack, GameProfileArgument.Result> makeTargetsArgument(
|
||||||
BiFunction<CommandContext<CommandSourceStack>, Collection<GameProfile>, Integer> consumer
|
BiFunction<CommandContext<CommandSourceStack>, Collection<NameAndId>, Integer> consumer
|
||||||
) {
|
) {
|
||||||
return argument("targets", GameProfileArgument.gameProfile())
|
return argument("targets", GameProfileArgument.gameProfile())
|
||||||
.requires(source -> source.hasPermission(2))
|
.requires(source -> source.hasPermission(2))
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ public class SkinShuffleCompatibility {
|
|||||||
server.execute(() -> {
|
server.execute(() -> {
|
||||||
SkinRestorer.applySkin(
|
SkinRestorer.applySkin(
|
||||||
server,
|
server,
|
||||||
Collections.singleton(player.getGameProfile()),
|
Collections.singleton(player),
|
||||||
new SkinValue(SkinShuffleSkinProvider.PROVIDER_NAME, null, null, property),
|
new SkinValue(SkinShuffleSkinProvider.PROVIDER_NAME, null, null, property),
|
||||||
!server.usesAuthentication()
|
!server.usesAuthentication()
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ public record SkinShuffleSkinRefreshV1Payload(
|
|||||||
buf.writeUtf(textureProperty.value());
|
buf.writeUtf(textureProperty.value());
|
||||||
buf.writeNullable(textureProperty.signature(), FriendlyByteBuf::writeUtf);
|
buf.writeNullable(textureProperty.signature(), FriendlyByteBuf::writeUtf);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static SkinShuffleSkinRefreshV1Payload decode(FriendlyByteBuf buf) {
|
public static SkinShuffleSkinRefreshV1Payload decode(FriendlyByteBuf buf) {
|
||||||
return new SkinShuffleSkinRefreshV1Payload(new Property(buf.readUtf(), buf.readUtf(), buf.readNullable(FriendlyByteBuf::readUtf)));
|
return new SkinShuffleSkinRefreshV1Payload(new Property(buf.readUtf(), buf.readUtf(), buf.readNullable(FriendlyByteBuf::readUtf)));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ public record SkinShuffleSkinRefreshV2Payload(
|
|||||||
SkinShuffleSkinRefreshV2Payload::encode,
|
SkinShuffleSkinRefreshV2Payload::encode,
|
||||||
SkinShuffleSkinRefreshV2Payload::decode
|
SkinShuffleSkinRefreshV2Payload::decode
|
||||||
);
|
);
|
||||||
|
|
||||||
public static void encode(FriendlyByteBuf buf, SkinShuffleSkinRefreshV2Payload value) {
|
public static void encode(FriendlyByteBuf buf, SkinShuffleSkinRefreshV2Payload value) {
|
||||||
var textureProperty = value.textureProperty();
|
var textureProperty = value.textureProperty();
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@ public record SkinShuffleSkinRefreshV2Payload(
|
|||||||
buf.writeUtf(textureProperty.signature());
|
buf.writeUtf(textureProperty.signature());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static SkinShuffleSkinRefreshV2Payload decode(FriendlyByteBuf buf) {
|
public static SkinShuffleSkinRefreshV2Payload decode(FriendlyByteBuf buf) {
|
||||||
if (buf.readBoolean()) {
|
if (buf.readBoolean()) {
|
||||||
return new SkinShuffleSkinRefreshV2Payload(new Property(buf.readUtf(), buf.readUtf(), buf.readUtf()));
|
return new SkinShuffleSkinRefreshV2Payload(new Property(buf.readUtf(), buf.readUtf(), buf.readUtf()));
|
||||||
|
|||||||
@@ -18,6 +18,8 @@ public final class Config implements GsonPostProcessable {
|
|||||||
|
|
||||||
private boolean refreshSkinOnJoin = true;
|
private boolean refreshSkinOnJoin = true;
|
||||||
|
|
||||||
|
private int skinApplyDelayOnJoin = 0;
|
||||||
|
|
||||||
private boolean fetchSkinOnFirstJoin = true;
|
private boolean fetchSkinOnFirstJoin = true;
|
||||||
|
|
||||||
private FirstJoinSkinProvider firstJoinSkinProvider = FirstJoinSkinProvider.MOJANG;
|
private FirstJoinSkinProvider firstJoinSkinProvider = FirstJoinSkinProvider.MOJANG;
|
||||||
@@ -37,6 +39,10 @@ public final class Config implements GsonPostProcessable {
|
|||||||
return this.refreshSkinOnJoin;
|
return this.refreshSkinOnJoin;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int skinApplyDelayOnJoin() {
|
||||||
|
return this.skinApplyDelayOnJoin;
|
||||||
|
}
|
||||||
|
|
||||||
public boolean fetchSkinOnFirstJoin() {
|
public boolean fetchSkinOnFirstJoin() {
|
||||||
return this.fetchSkinOnFirstJoin;
|
return this.fetchSkinOnFirstJoin;
|
||||||
}
|
}
|
||||||
@@ -82,6 +88,11 @@ public final class Config implements GsonPostProcessable {
|
|||||||
this.language = "en_us";
|
this.language = "en_us";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this.skinApplyDelayOnJoin < 0) {
|
||||||
|
SkinRestorer.LOGGER.warn("SkinApplyDelayOnJoin config is less than 0, defaulting to 0");
|
||||||
|
this.skinApplyDelayOnJoin = 0;
|
||||||
|
}
|
||||||
|
|
||||||
if (this.firstJoinSkinProvider == null) {
|
if (this.firstJoinSkinProvider == null) {
|
||||||
SkinRestorer.LOGGER.warn("FirstJoinSkinProvider config is null, defaulting to MOJANG");
|
SkinRestorer.LOGGER.warn("FirstJoinSkinProvider config is null, defaulting to MOJANG");
|
||||||
this.firstJoinSkinProvider = FirstJoinSkinProvider.MOJANG;
|
this.firstJoinSkinProvider = FirstJoinSkinProvider.MOJANG;
|
||||||
|
|||||||
@@ -1,10 +1,42 @@
|
|||||||
package net.lionarius.skinrestorer.config.provider;
|
package net.lionarius.skinrestorer.config.provider;
|
||||||
|
|
||||||
public interface BuiltInProviderConfig {
|
import net.lionarius.skinrestorer.SkinRestorer;
|
||||||
|
import net.lionarius.skinrestorer.util.gson.GsonPostProcessable;
|
||||||
|
|
||||||
boolean enabled();
|
public abstract class BuiltInProviderConfig implements GsonPostProcessable {
|
||||||
|
protected boolean enabled;
|
||||||
String name();
|
protected String name;
|
||||||
|
protected CacheConfig cache;
|
||||||
CacheConfig cache();
|
|
||||||
|
public BuiltInProviderConfig(String name, CacheConfig cache) {
|
||||||
|
this.enabled = true;
|
||||||
|
this.name = name;
|
||||||
|
this.cache = cache;
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean enabled() {
|
||||||
|
return enabled;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String name() {
|
||||||
|
return name;
|
||||||
|
}
|
||||||
|
|
||||||
|
public CacheConfig cache() {
|
||||||
|
return cache;
|
||||||
|
}
|
||||||
|
|
||||||
|
protected void validate(String defaultName, CacheConfig defaultCache) {
|
||||||
|
if (this.name == null || this.name.isEmpty()) {
|
||||||
|
SkinRestorer.LOGGER.warn("Provider name is null or empty, defaulting to '{}'", defaultName);
|
||||||
|
this.name = defaultName;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (this.cache == null) {
|
||||||
|
SkinRestorer.LOGGER.warn("Provider cache is null, using default");
|
||||||
|
this.cache = defaultCache;
|
||||||
|
} else {
|
||||||
|
this.cache.validate(defaultCache);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,20 +5,20 @@ import net.lionarius.skinrestorer.SkinRestorer;
|
|||||||
public final class CacheConfig {
|
public final class CacheConfig {
|
||||||
private boolean enabled;
|
private boolean enabled;
|
||||||
private long duration;
|
private long duration;
|
||||||
|
|
||||||
public CacheConfig(boolean enabled, long duration) {
|
public CacheConfig(boolean enabled, long duration) {
|
||||||
this.enabled = enabled;
|
this.enabled = enabled;
|
||||||
this.duration = duration;
|
this.duration = duration;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean enabled() {
|
public boolean enabled() {
|
||||||
return enabled;
|
return enabled;
|
||||||
}
|
}
|
||||||
|
|
||||||
public long duration() {
|
public long duration() {
|
||||||
return duration;
|
return duration;
|
||||||
}
|
}
|
||||||
|
|
||||||
void validate(CacheConfig defaultValue) {
|
void validate(CacheConfig defaultValue) {
|
||||||
if (this.duration <= 0) {
|
if (this.duration <= 0) {
|
||||||
SkinRestorer.LOGGER.warn("Cache duration is less than or equal to zero, defaulting to {}", defaultValue.duration());
|
SkinRestorer.LOGGER.warn("Cache duration is less than or equal to zero, defaulting to {}", defaultValue.duration());
|
||||||
|
|||||||
@@ -1,46 +1,16 @@
|
|||||||
package net.lionarius.skinrestorer.config.provider;
|
package net.lionarius.skinrestorer.config.provider;
|
||||||
|
|
||||||
import net.lionarius.skinrestorer.SkinRestorer;
|
|
||||||
import net.lionarius.skinrestorer.skin.provider.ElyBySkinProvider;
|
import net.lionarius.skinrestorer.skin.provider.ElyBySkinProvider;
|
||||||
import net.lionarius.skinrestorer.util.gson.GsonPostProcessable;
|
|
||||||
|
|
||||||
public class ElyByProviderConfig implements BuiltInProviderConfig, GsonPostProcessable {
|
public final class ElyByProviderConfig extends BuiltInProviderConfig {
|
||||||
private static final CacheConfig DEFAULT_CACHE_VALUE = new CacheConfig(true, 60);
|
private static final CacheConfig DEFAULT_CACHE_VALUE = new CacheConfig(true, 60);
|
||||||
|
|
||||||
private boolean enabled;
|
|
||||||
private String name;
|
|
||||||
private CacheConfig cache;
|
|
||||||
|
|
||||||
public ElyByProviderConfig() {
|
public ElyByProviderConfig() {
|
||||||
this.enabled = true;
|
super(ElyBySkinProvider.PROVIDER_NAME, DEFAULT_CACHE_VALUE);
|
||||||
this.name = ElyBySkinProvider.PROVIDER_NAME;
|
|
||||||
this.cache = DEFAULT_CACHE_VALUE;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean enabled() {
|
|
||||||
return enabled;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String name() {
|
|
||||||
return name;
|
|
||||||
}
|
|
||||||
|
|
||||||
public CacheConfig cache() {
|
|
||||||
return cache;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void gsonPostProcess() {
|
public void gsonPostProcess() {
|
||||||
if (this.name == null || this.name.isEmpty()) {
|
super.validate(ElyBySkinProvider.PROVIDER_NAME, DEFAULT_CACHE_VALUE);
|
||||||
SkinRestorer.LOGGER.warn("Ely.By provider name is null or empty, defaulting to '{}'", ElyBySkinProvider.PROVIDER_NAME);
|
|
||||||
this.name = ElyBySkinProvider.PROVIDER_NAME;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.cache == null) {
|
|
||||||
SkinRestorer.LOGGER.warn("Ely.By provider cache is null, using default");
|
|
||||||
this.cache = DEFAULT_CACHE_VALUE;
|
|
||||||
} else {
|
|
||||||
this.cache.validate(DEFAULT_CACHE_VALUE);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,52 +2,25 @@ package net.lionarius.skinrestorer.config.provider;
|
|||||||
|
|
||||||
import net.lionarius.skinrestorer.SkinRestorer;
|
import net.lionarius.skinrestorer.SkinRestorer;
|
||||||
import net.lionarius.skinrestorer.skin.provider.MineskinSkinProvider;
|
import net.lionarius.skinrestorer.skin.provider.MineskinSkinProvider;
|
||||||
import net.lionarius.skinrestorer.util.gson.GsonPostProcessable;
|
|
||||||
|
|
||||||
public class MineskinProviderConfig implements BuiltInProviderConfig, GsonPostProcessable {
|
public final class MineskinProviderConfig extends BuiltInProviderConfig {
|
||||||
private static final CacheConfig DEFAULT_CACHE_VALUE = new CacheConfig(true, 300);
|
private static final CacheConfig DEFAULT_CACHE_VALUE = new CacheConfig(true, 300);
|
||||||
|
|
||||||
private boolean enabled;
|
|
||||||
private String name;
|
|
||||||
private CacheConfig cache;
|
|
||||||
private String apiKey;
|
private String apiKey;
|
||||||
|
|
||||||
public MineskinProviderConfig() {
|
public MineskinProviderConfig() {
|
||||||
this.enabled = true;
|
super(MineskinSkinProvider.PROVIDER_NAME, DEFAULT_CACHE_VALUE);
|
||||||
this.name = MineskinSkinProvider.PROVIDER_NAME;
|
|
||||||
this.cache = DEFAULT_CACHE_VALUE;
|
|
||||||
this.apiKey = "";
|
this.apiKey = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean enabled() {
|
|
||||||
return enabled;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String name() {
|
|
||||||
return name;
|
|
||||||
}
|
|
||||||
|
|
||||||
public CacheConfig cache() {
|
|
||||||
return cache;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String apiKey() {
|
public String apiKey() {
|
||||||
return apiKey;
|
return apiKey;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void gsonPostProcess() {
|
public void gsonPostProcess() {
|
||||||
if (this.name == null || this.name.isEmpty()) {
|
super.validate(MineskinSkinProvider.PROVIDER_NAME, DEFAULT_CACHE_VALUE);
|
||||||
SkinRestorer.LOGGER.warn("Mineskin provider name is null or empty, defaulting to '{}'", MineskinSkinProvider.PROVIDER_NAME);
|
|
||||||
this.name = MineskinSkinProvider.PROVIDER_NAME;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.cache == null) {
|
|
||||||
SkinRestorer.LOGGER.warn("Mineskin cache is null, using default");
|
|
||||||
this.cache = DEFAULT_CACHE_VALUE;
|
|
||||||
} else {
|
|
||||||
this.cache.validate(DEFAULT_CACHE_VALUE);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.apiKey == null) {
|
if (this.apiKey == null) {
|
||||||
SkinRestorer.LOGGER.warn("Mineskin API key is null, defaulting to an empty string");
|
SkinRestorer.LOGGER.warn("Mineskin API key is null, defaulting to an empty string");
|
||||||
|
|||||||
@@ -1,46 +1,16 @@
|
|||||||
package net.lionarius.skinrestorer.config.provider;
|
package net.lionarius.skinrestorer.config.provider;
|
||||||
|
|
||||||
import net.lionarius.skinrestorer.SkinRestorer;
|
|
||||||
import net.lionarius.skinrestorer.skin.provider.MojangSkinProvider;
|
import net.lionarius.skinrestorer.skin.provider.MojangSkinProvider;
|
||||||
import net.lionarius.skinrestorer.util.gson.GsonPostProcessable;
|
|
||||||
|
|
||||||
public class MojangProviderConfig implements BuiltInProviderConfig, GsonPostProcessable {
|
public final class MojangProviderConfig extends BuiltInProviderConfig {
|
||||||
private static final CacheConfig DEFAULT_CACHE_VALUE = new CacheConfig(true, 60);
|
private static final CacheConfig DEFAULT_CACHE_VALUE = new CacheConfig(true, 60);
|
||||||
|
|
||||||
private boolean enabled;
|
|
||||||
private String name;
|
|
||||||
private CacheConfig cache;
|
|
||||||
|
|
||||||
public MojangProviderConfig() {
|
public MojangProviderConfig() {
|
||||||
this.enabled = true;
|
super(MojangSkinProvider.PROVIDER_NAME, DEFAULT_CACHE_VALUE);
|
||||||
this.name = MojangSkinProvider.PROVIDER_NAME;
|
|
||||||
this.cache = DEFAULT_CACHE_VALUE;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean enabled() {
|
|
||||||
return enabled;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String name() {
|
|
||||||
return name;
|
|
||||||
}
|
|
||||||
|
|
||||||
public CacheConfig cache() {
|
|
||||||
return cache;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void gsonPostProcess() {
|
public void gsonPostProcess() {
|
||||||
if (this.name == null || this.name.isEmpty()) {
|
super.validate(MojangSkinProvider.PROVIDER_NAME, DEFAULT_CACHE_VALUE);
|
||||||
SkinRestorer.LOGGER.warn("Mojang provider name is null or empty, defaulting to '{}'", MojangSkinProvider.PROVIDER_NAME);
|
|
||||||
this.name = MojangSkinProvider.PROVIDER_NAME;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.cache == null) {
|
|
||||||
SkinRestorer.LOGGER.warn("Mojang provider cache is null, using default");
|
|
||||||
this.cache = DEFAULT_CACHE_VALUE;
|
|
||||||
} else {
|
|
||||||
this.cache.validate(DEFAULT_CACHE_VALUE);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,41 +9,41 @@ public final class ProvidersConfig implements GsonPostProcessable {
|
|||||||
new ElyByProviderConfig(),
|
new ElyByProviderConfig(),
|
||||||
new MineskinProviderConfig()
|
new MineskinProviderConfig()
|
||||||
);
|
);
|
||||||
|
|
||||||
private MojangProviderConfig mojang;
|
private MojangProviderConfig mojang;
|
||||||
private ElyByProviderConfig ely_by;
|
private ElyByProviderConfig ely_by;
|
||||||
private MineskinProviderConfig mineskin;
|
private MineskinProviderConfig mineskin;
|
||||||
|
|
||||||
public ProvidersConfig(MojangProviderConfig mojang, ElyByProviderConfig ely_by, MineskinProviderConfig mineskin) {
|
public ProvidersConfig(MojangProviderConfig mojang, ElyByProviderConfig ely_by, MineskinProviderConfig mineskin) {
|
||||||
this.mojang = mojang;
|
this.mojang = mojang;
|
||||||
this.ely_by = ely_by;
|
this.ely_by = ely_by;
|
||||||
this.mineskin = mineskin;
|
this.mineskin = mineskin;
|
||||||
}
|
}
|
||||||
|
|
||||||
public MojangProviderConfig mojang() {
|
public MojangProviderConfig mojang() {
|
||||||
return this.mojang;
|
return this.mojang;
|
||||||
}
|
}
|
||||||
|
|
||||||
public ElyByProviderConfig ely_by() {
|
public ElyByProviderConfig ely_by() {
|
||||||
return this.ely_by;
|
return this.ely_by;
|
||||||
}
|
}
|
||||||
|
|
||||||
public MineskinProviderConfig mineskin() {
|
public MineskinProviderConfig mineskin() {
|
||||||
return this.mineskin;
|
return this.mineskin;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void gsonPostProcess() {
|
public void gsonPostProcess() {
|
||||||
if (this.mojang == null) {
|
if (this.mojang == null) {
|
||||||
SkinRestorer.LOGGER.warn("Mojang provider config is null, using default");
|
SkinRestorer.LOGGER.warn("Mojang provider config is null, using default");
|
||||||
this.mojang = ProvidersConfig.DEFAULT.mojang();
|
this.mojang = ProvidersConfig.DEFAULT.mojang();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.ely_by == null) {
|
if (this.ely_by == null) {
|
||||||
SkinRestorer.LOGGER.warn("Ely.By provider config is null, using default");
|
SkinRestorer.LOGGER.warn("Ely.By provider config is null, using default");
|
||||||
this.ely_by = ProvidersConfig.DEFAULT.ely_by();
|
this.ely_by = ProvidersConfig.DEFAULT.ely_by();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.mineskin == null) {
|
if (this.mineskin == null) {
|
||||||
SkinRestorer.LOGGER.warn("Mineskin provider config is null, using default");
|
SkinRestorer.LOGGER.warn("Mineskin provider config is null, using default");
|
||||||
this.mineskin = ProvidersConfig.DEFAULT.mineskin();
|
this.mineskin = ProvidersConfig.DEFAULT.mineskin();
|
||||||
|
|||||||
@@ -0,0 +1,19 @@
|
|||||||
|
package net.lionarius.skinrestorer.exception;
|
||||||
|
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
public class TransparentException extends RuntimeException {
|
||||||
|
public TransparentException(@NotNull Throwable cause) {
|
||||||
|
super(cause);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String getMessage() {
|
||||||
|
return this.getCause().getMessage();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return this.getLocalizedMessage();
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -32,8 +32,8 @@ public class Java11RequestHandler extends RequestHandler {
|
|||||||
private final Gson gson;
|
private final Gson gson;
|
||||||
private final HttpClient httpClient;
|
private final HttpClient httpClient;
|
||||||
|
|
||||||
public Java11RequestHandler(String userAgent, String apiKey, int timeout, Gson gson, InetSocketAddress proxy) {
|
public Java11RequestHandler(String baseUrl, String userAgent, String apiKey, int timeout, Gson gson, InetSocketAddress proxy) {
|
||||||
super(userAgent, apiKey, timeout, gson);
|
super(baseUrl, userAgent, apiKey, timeout, gson);
|
||||||
this.gson = gson;
|
this.gson = gson;
|
||||||
|
|
||||||
HttpClient.Builder clientBuilder = HttpClient.newBuilder()
|
HttpClient.Builder clientBuilder = HttpClient.newBuilder()
|
||||||
@@ -85,6 +85,7 @@ public class Java11RequestHandler extends RequestHandler {
|
|||||||
|
|
||||||
public <T, R extends MineSkinResponse<T>> R getJson(String url, Class<T> clazz, ResponseConstructor<T, R> constructor)
|
public <T, R extends MineSkinResponse<T>> R getJson(String url, Class<T> clazz, ResponseConstructor<T, R> constructor)
|
||||||
throws IOException {
|
throws IOException {
|
||||||
|
url = this.baseUrl + url;
|
||||||
MineSkinClientImpl.LOGGER.fine("GET " + url);
|
MineSkinClientImpl.LOGGER.fine("GET " + url);
|
||||||
|
|
||||||
HttpRequest.Builder requestBuilder = HttpRequest.newBuilder()
|
HttpRequest.Builder requestBuilder = HttpRequest.newBuilder()
|
||||||
@@ -110,6 +111,7 @@ public class Java11RequestHandler extends RequestHandler {
|
|||||||
|
|
||||||
public <T, R extends MineSkinResponse<T>> R postJson(String url, JsonObject data, Class<T> clazz, ResponseConstructor<T, R> constructor)
|
public <T, R extends MineSkinResponse<T>> R postJson(String url, JsonObject data, Class<T> clazz, ResponseConstructor<T, R> constructor)
|
||||||
throws IOException {
|
throws IOException {
|
||||||
|
url = this.baseUrl + url;
|
||||||
MineSkinClientImpl.LOGGER.fine("POST " + url);
|
MineSkinClientImpl.LOGGER.fine("POST " + url);
|
||||||
|
|
||||||
HttpRequest.Builder requestBuilder = HttpRequest.newBuilder()
|
HttpRequest.Builder requestBuilder = HttpRequest.newBuilder()
|
||||||
@@ -137,6 +139,7 @@ public class Java11RequestHandler extends RequestHandler {
|
|||||||
|
|
||||||
public <T, R extends MineSkinResponse<T>> R postFormDataFile(String url, String key, String filename, InputStream in, Map<String, String> data, Class<T> clazz, ResponseConstructor<T, R> constructor)
|
public <T, R extends MineSkinResponse<T>> R postFormDataFile(String url, String key, String filename, InputStream in, Map<String, String> data, Class<T> clazz, ResponseConstructor<T, R> constructor)
|
||||||
throws IOException {
|
throws IOException {
|
||||||
|
url = this.baseUrl + url;
|
||||||
MineSkinClientImpl.LOGGER.fine("POST " + url);
|
MineSkinClientImpl.LOGGER.fine("POST " + url);
|
||||||
|
|
||||||
String boundary = "mineskin-" + System.currentTimeMillis();
|
String boundary = "mineskin-" + System.currentTimeMillis();
|
||||||
|
|||||||
@@ -9,5 +9,5 @@ import org.spongepowered.asm.mixin.gen.Accessor;
|
|||||||
public interface ChunkMapAccessor {
|
public interface ChunkMapAccessor {
|
||||||
|
|
||||||
@Accessor
|
@Accessor
|
||||||
Int2ObjectMap<Object> getEntityMap();
|
Int2ObjectMap<TrackedEntityAccessorInvoker> getEntityMap();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
package net.lionarius.skinrestorer.mixin;
|
||||||
|
|
||||||
|
import com.mojang.authlib.GameProfile;
|
||||||
|
import net.minecraft.world.entity.player.Player;
|
||||||
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
|
import org.spongepowered.asm.mixin.Mutable;
|
||||||
|
import org.spongepowered.asm.mixin.gen.Accessor;
|
||||||
|
|
||||||
|
|
||||||
|
@Mixin(Player.class)
|
||||||
|
public interface PlayerAccessor {
|
||||||
|
@Accessor("gameProfile")
|
||||||
|
@Mutable
|
||||||
|
void setGameProfile(GameProfile properties);
|
||||||
|
}
|
||||||
@@ -9,6 +9,7 @@ import net.minecraft.server.players.PlayerList;
|
|||||||
import org.spongepowered.asm.mixin.Final;
|
import org.spongepowered.asm.mixin.Final;
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
import org.spongepowered.asm.mixin.Shadow;
|
import org.spongepowered.asm.mixin.Shadow;
|
||||||
|
import org.spongepowered.asm.mixin.Unique;
|
||||||
import org.spongepowered.asm.mixin.injection.At;
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
import org.spongepowered.asm.mixin.injection.Inject;
|
import org.spongepowered.asm.mixin.injection.Inject;
|
||||||
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
||||||
@@ -39,7 +40,23 @@ public abstract class PlayerListMixin {
|
|||||||
|
|
||||||
@Inject(method = "placeNewPlayer", at = @At("HEAD"))
|
@Inject(method = "placeNewPlayer", at = @At("HEAD"))
|
||||||
private void placeNewPlayer(Connection connection, ServerPlayer player, CommonListenerCookie cookie, CallbackInfo ci) {
|
private void placeNewPlayer(Connection connection, ServerPlayer player, CommonListenerCookie cookie, CallbackInfo ci) {
|
||||||
|
var delay = SkinRestorer.getConfig().skinApplyDelayOnJoin();
|
||||||
|
|
||||||
|
if (delay <= 0) {
|
||||||
|
skinrestorer$tryApplySkin(server, player);
|
||||||
|
} else {
|
||||||
|
var uuid = player.getUUID();
|
||||||
|
SkinRestorer.getTickedScheduler().schedule(() -> {
|
||||||
|
var actualPlayer = server.getPlayerList().getPlayer(uuid);
|
||||||
|
if (actualPlayer != null)
|
||||||
|
skinrestorer$tryApplySkin(server, actualPlayer);
|
||||||
|
}, delay, uuid);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Unique
|
||||||
|
private static void skinrestorer$tryApplySkin(MinecraftServer server, ServerPlayer player) {
|
||||||
if (SkinRestorer.getSkinStorage().hasSavedSkin(player.getUUID()))
|
if (SkinRestorer.getSkinStorage().hasSavedSkin(player.getUUID()))
|
||||||
SkinRestorer.applySkin(server, Collections.singleton(player.getGameProfile()), SkinRestorer.getSkinStorage().getSkin(player.getUUID()));
|
SkinRestorer.applySkin(server, Collections.singleton(player), SkinRestorer.getSkinStorage().getSkin(player.getUUID()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ public abstract class ServerLoginPacketListenerImplMixin {
|
|||||||
private CompletableFuture<Void> skinrestorer$pendingSkin;
|
private CompletableFuture<Void> skinrestorer$pendingSkin;
|
||||||
|
|
||||||
@Inject(method = "verifyLoginAndFinishConnectionSetup", at = @At(value = "INVOKE",
|
@Inject(method = "verifyLoginAndFinishConnectionSetup", at = @At(value = "INVOKE",
|
||||||
target = "Lnet/minecraft/server/players/PlayerList;canPlayerLogin(Ljava/net/SocketAddress;Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/network/chat/Component;"),
|
target = "Lnet/minecraft/server/players/PlayerList;canPlayerLogin(Ljava/net/SocketAddress;Lnet/minecraft/server/players/NameAndId;)Lnet/minecraft/network/chat/Component;"),
|
||||||
cancellable = true)
|
cancellable = true)
|
||||||
public void waitForSkin(CallbackInfo ci) {
|
public void waitForSkin(CallbackInfo ci) {
|
||||||
if (skinrestorer$pendingSkin == null) {
|
if (skinrestorer$pendingSkin == null) {
|
||||||
@@ -37,14 +37,14 @@ public abstract class ServerLoginPacketListenerImplMixin {
|
|||||||
assert profile != null;
|
assert profile != null;
|
||||||
var originalSkin = PlayerUtils.getPlayerSkin(profile);
|
var originalSkin = PlayerUtils.getPlayerSkin(profile);
|
||||||
|
|
||||||
if (SkinRestorer.getSkinStorage().hasSavedSkin(profile.getId())) {
|
if (SkinRestorer.getSkinStorage().hasSavedSkin(profile.id())) {
|
||||||
if (originalSkin != null) { // update to the latest official skin
|
if (originalSkin != null) { // update to the latest official skin
|
||||||
var value = SkinRestorer.getSkinStorage().getSkin(profile.getId());
|
var value = SkinRestorer.getSkinStorage().getSkin(profile.id());
|
||||||
SkinRestorer.getSkinStorage().setSkin(profile.getId(), value.setOriginalValue(originalSkin));
|
SkinRestorer.getSkinStorage().setSkin(profile.id(), value.setOriginalValue(originalSkin));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (SkinRestorer.getConfig().refreshSkinOnJoin()) {
|
if (SkinRestorer.getConfig().refreshSkinOnJoin()) {
|
||||||
var currentSkin = SkinRestorer.getSkinStorage().getSkin(profile.getId());
|
var currentSkin = SkinRestorer.getSkinStorage().getSkin(profile.id());
|
||||||
var context = currentSkin.toProviderContext();
|
var context = currentSkin.toProviderContext();
|
||||||
|
|
||||||
skinrestorer$fetchSkin(profile, context);
|
skinrestorer$fetchSkin(profile, context);
|
||||||
@@ -56,7 +56,7 @@ public abstract class ServerLoginPacketListenerImplMixin {
|
|||||||
if (originalSkin == null && SkinRestorer.getConfig().fetchSkinOnFirstJoin()) {
|
if (originalSkin == null && SkinRestorer.getConfig().fetchSkinOnFirstJoin()) {
|
||||||
var context = new SkinProviderContext(
|
var context = new SkinProviderContext(
|
||||||
SkinRestorer.getConfig().firstJoinSkinProvider().getName(),
|
SkinRestorer.getConfig().firstJoinSkinProvider().getName(),
|
||||||
profile.getName(),
|
profile.name(),
|
||||||
null
|
null
|
||||||
);
|
);
|
||||||
skinrestorer$fetchSkin(profile, context);
|
skinrestorer$fetchSkin(profile, context);
|
||||||
@@ -72,7 +72,7 @@ public abstract class ServerLoginPacketListenerImplMixin {
|
|||||||
|
|
||||||
@Unique
|
@Unique
|
||||||
private static void skinrestorer$fetchSkin(GameProfile profile, SkinProviderContext context) {
|
private static void skinrestorer$fetchSkin(GameProfile profile, SkinProviderContext context) {
|
||||||
SkinRestorer.LOGGER.debug("Fetching {}'s skin", profile.getName());
|
SkinRestorer.LOGGER.debug("Fetching {}'s skin", profile.name());
|
||||||
|
|
||||||
var result = SkinRestorer.getProvider(context.name()).map(
|
var result = SkinRestorer.getProvider(context.name()).map(
|
||||||
provider -> provider.fetchSkin(context.argument(), context.variant())
|
provider -> provider.fetchSkin(context.argument(), context.variant())
|
||||||
@@ -80,9 +80,9 @@ public abstract class ServerLoginPacketListenerImplMixin {
|
|||||||
|
|
||||||
if (!result.isError()) {
|
if (!result.isError()) {
|
||||||
var value = SkinValue.fromProviderContextWithValue(context, result.getSuccessValue().orElse(null));
|
var value = SkinValue.fromProviderContextWithValue(context, result.getSuccessValue().orElse(null));
|
||||||
SkinRestorer.getSkinStorage().setSkin(profile.getId(), value);
|
SkinRestorer.getSkinStorage().setSkin(profile.id(), value);
|
||||||
} else {
|
} else {
|
||||||
SkinRestorer.LOGGER.warn("Failed to fetch skin: {}", result.getErrorValue().getMessage());
|
SkinRestorer.LOGGER.warn("Failed to fetch skin '{}:{}'", context.name(), context.argument(), result.getErrorValue());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,11 +8,11 @@ import java.util.ServiceLoader;
|
|||||||
|
|
||||||
public final class Services {
|
public final class Services {
|
||||||
|
|
||||||
private Services() {}
|
|
||||||
|
|
||||||
public final static PlatformHelper PLATFORM = load(PlatformHelper.class);
|
public final static PlatformHelper PLATFORM = load(PlatformHelper.class);
|
||||||
public final static CompatibilityHelper COMPATIBILITY = load(CompatibilityHelper.class);
|
public final static CompatibilityHelper COMPATIBILITY = load(CompatibilityHelper.class);
|
||||||
|
|
||||||
|
private Services() {}
|
||||||
|
|
||||||
private static <T> T load(Class<T> clazz) {
|
private static <T> T load(Class<T> clazz) {
|
||||||
final T loadedService = ServiceLoader.load(clazz)
|
final T loadedService = ServiceLoader.load(clazz)
|
||||||
.findFirst()
|
.findFirst()
|
||||||
|
|||||||
@@ -27,9 +27,7 @@ public class SkinIO {
|
|||||||
|
|
||||||
public SkinValue loadSkin(UUID uuid) {
|
public SkinValue loadSkin(UUID uuid) {
|
||||||
try {
|
try {
|
||||||
var value = SkinIO.loadSkin(savePath.resolve(SkinIO.uuidToFilename(uuid)));
|
return SkinIO.loadSkin(savePath.resolve(SkinIO.uuidToFilename(uuid)));
|
||||||
Objects.requireNonNull(value.provider());
|
|
||||||
return value;
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
return SkinValue.EMPTY;
|
return SkinValue.EMPTY;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,15 +17,22 @@ public class SkinStorage {
|
|||||||
return this.skinMap.containsKey(uuid) || this.skinIO.skinExists(uuid);
|
return this.skinMap.containsKey(uuid) || this.skinIO.skinExists(uuid);
|
||||||
}
|
}
|
||||||
|
|
||||||
public SkinValue getSkin(UUID uuid) {
|
public SkinValue getSkin(UUID uuid, boolean cache) {
|
||||||
if (!skinMap.containsKey(uuid)) {
|
if (!skinMap.containsKey(uuid)) {
|
||||||
var skin = skinIO.loadSkin(uuid);
|
var skin = skinIO.loadSkin(uuid);
|
||||||
|
if (!cache)
|
||||||
|
return skin;
|
||||||
|
|
||||||
setSkin(uuid, skin);
|
setSkin(uuid, skin);
|
||||||
}
|
}
|
||||||
|
|
||||||
return skinMap.get(uuid);
|
return skinMap.get(uuid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public SkinValue getSkin(UUID uuid) {
|
||||||
|
return this.getSkin(uuid, true);
|
||||||
|
}
|
||||||
|
|
||||||
public void removeSkin(UUID uuid, boolean save) {
|
public void removeSkin(UUID uuid, boolean save) {
|
||||||
var skin = skinMap.remove(uuid);
|
var skin = skinMap.remove(uuid);
|
||||||
if (skin != null && save)
|
if (skin != null && save)
|
||||||
|
|||||||
@@ -3,11 +3,14 @@ package net.lionarius.skinrestorer.skin;
|
|||||||
import com.mojang.authlib.properties.Property;
|
import com.mojang.authlib.properties.Property;
|
||||||
import net.lionarius.skinrestorer.skin.provider.EmptySkinProvider;
|
import net.lionarius.skinrestorer.skin.provider.EmptySkinProvider;
|
||||||
import net.lionarius.skinrestorer.skin.provider.SkinProviderContext;
|
import net.lionarius.skinrestorer.skin.provider.SkinProviderContext;
|
||||||
|
import net.lionarius.skinrestorer.util.gson.GsonPostProcessable;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
import org.jetbrains.annotations.Nullable;
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
|
||||||
|
import java.util.Objects;
|
||||||
|
|
||||||
public record SkinValue(@NotNull String provider, @Nullable String argument, @Nullable SkinVariant variant,
|
public record SkinValue(@NotNull String provider, @Nullable String argument, @Nullable SkinVariant variant,
|
||||||
@Nullable Property value, @Nullable Property originalValue) {
|
@Nullable Property value, @Nullable Property originalValue) implements GsonPostProcessable {
|
||||||
|
|
||||||
public static final SkinValue EMPTY = new SkinValue(EmptySkinProvider.PROVIDER_NAME, null, null, null);
|
public static final SkinValue EMPTY = new SkinValue(EmptySkinProvider.PROVIDER_NAME, null, null, null);
|
||||||
|
|
||||||
@@ -30,4 +33,9 @@ public record SkinValue(@NotNull String provider, @Nullable String argument, @Nu
|
|||||||
public SkinValue setOriginalValue(Property originalValue) {
|
public SkinValue setOriginalValue(Property originalValue) {
|
||||||
return new SkinValue(this.provider, this.argument, this.variant, this.value, originalValue);
|
return new SkinValue(this.provider, this.argument, this.variant, this.value, originalValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void gsonPostProcess() {
|
||||||
|
Objects.requireNonNull(this.provider);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -106,6 +106,6 @@ public final class ElyBySkinProvider implements SkinProvider {
|
|||||||
if (response.statusCode() != 200)
|
if (response.statusCode() != 200)
|
||||||
throw new IllegalArgumentException("no profile with name " + username);
|
throw new IllegalArgumentException("no profile with name " + username);
|
||||||
|
|
||||||
return JsonUtils.fromJson(response.body(), MinecraftProfilePropertiesResponse.class).toProfile();
|
return JsonUtils.fromJson(response.body(), MinecraftProfilePropertiesResponse.class).profile();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ import org.mineskin.response.QueueResponse;
|
|||||||
|
|
||||||
import java.net.InetSocketAddress;
|
import java.net.InetSocketAddress;
|
||||||
import java.net.URI;
|
import java.net.URI;
|
||||||
import java.net.URISyntaxException;
|
|
||||||
import java.time.Duration;
|
import java.time.Duration;
|
||||||
import java.util.Optional;
|
import java.util.Optional;
|
||||||
import java.util.concurrent.TimeUnit;
|
import java.util.concurrent.TimeUnit;
|
||||||
@@ -31,19 +30,10 @@ public final class MineskinSkinProvider implements SkinProvider {
|
|||||||
|
|
||||||
public static final String PROVIDER_NAME = "web";
|
public static final String PROVIDER_NAME = "web";
|
||||||
|
|
||||||
private static final URI API_URI;
|
|
||||||
private static MineSkinClient MINESKIN_CLIENT;
|
private static MineSkinClient MINESKIN_CLIENT;
|
||||||
|
|
||||||
private static LoadingCache<Pair<URI, SkinVariant>, Optional<Property>> SKIN_CACHE;
|
private static LoadingCache<Pair<URI, SkinVariant>, Optional<Property>> SKIN_CACHE;
|
||||||
|
|
||||||
static {
|
|
||||||
try {
|
|
||||||
API_URI = new URI("https://api.mineskin.org");
|
|
||||||
} catch (URISyntaxException e) {
|
|
||||||
throw new IllegalArgumentException(e);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void reload() {
|
public static void reload() {
|
||||||
var config = SkinRestorer.getConfig();
|
var config = SkinRestorer.getConfig();
|
||||||
var configApiKey = config.providersConfig().mineskin().apiKey();
|
var configApiKey = config.providersConfig().mineskin().apiKey();
|
||||||
@@ -53,7 +43,8 @@ public final class MineskinSkinProvider implements SkinProvider {
|
|||||||
.userAgent(WebUtils.USER_AGENT)
|
.userAgent(WebUtils.USER_AGENT)
|
||||||
.gson(JsonUtils.GSON)
|
.gson(JsonUtils.GSON)
|
||||||
.timeout((int) Duration.ofSeconds(config.requestTimeout()).toMillis())
|
.timeout((int) Duration.ofSeconds(config.requestTimeout()).toMillis())
|
||||||
.requestHandler((userAgent, apiKey, timeout, gson) -> new Java11RequestHandler(
|
.requestHandler((baseUrl, userAgent, apiKey, timeout, gson) -> new Java11RequestHandler(
|
||||||
|
baseUrl,
|
||||||
userAgent,
|
userAgent,
|
||||||
apiKey,
|
apiKey,
|
||||||
timeout,
|
timeout,
|
||||||
|
|||||||
@@ -4,17 +4,20 @@ import com.google.common.cache.CacheBuilder;
|
|||||||
import com.google.common.cache.CacheLoader;
|
import com.google.common.cache.CacheLoader;
|
||||||
import com.google.common.cache.LoadingCache;
|
import com.google.common.cache.LoadingCache;
|
||||||
import com.google.common.util.concurrent.UncheckedExecutionException;
|
import com.google.common.util.concurrent.UncheckedExecutionException;
|
||||||
import com.mojang.authlib.GameProfile;
|
import com.mojang.authlib.*;
|
||||||
import com.mojang.authlib.properties.Property;
|
import com.mojang.authlib.properties.Property;
|
||||||
|
import com.mojang.authlib.yggdrasil.YggdrasilEnvironment;
|
||||||
import com.mojang.authlib.yggdrasil.response.MinecraftProfilePropertiesResponse;
|
import com.mojang.authlib.yggdrasil.response.MinecraftProfilePropertiesResponse;
|
||||||
|
import com.mojang.authlib.yggdrasil.response.NameAndId;
|
||||||
import com.mojang.util.UndashedUuid;
|
import com.mojang.util.UndashedUuid;
|
||||||
import net.lionarius.skinrestorer.SkinRestorer;
|
import net.lionarius.skinrestorer.SkinRestorer;
|
||||||
|
import net.lionarius.skinrestorer.exception.TransparentException;
|
||||||
import net.lionarius.skinrestorer.skin.SkinVariant;
|
import net.lionarius.skinrestorer.skin.SkinVariant;
|
||||||
import net.lionarius.skinrestorer.util.JsonUtils;
|
import net.lionarius.skinrestorer.util.JsonUtils;
|
||||||
import net.lionarius.skinrestorer.util.PlayerUtils;
|
import net.lionarius.skinrestorer.util.PlayerUtils;
|
||||||
import net.lionarius.skinrestorer.util.Result;
|
import net.lionarius.skinrestorer.util.Result;
|
||||||
import net.lionarius.skinrestorer.util.WebUtils;
|
import net.lionarius.skinrestorer.util.WebUtils;
|
||||||
import net.minecraft.server.players.GameProfileCache;
|
import net.minecraft.server.players.CachedUserNameToIdResolver;
|
||||||
import net.minecraft.util.StringUtil;
|
import net.minecraft.util.StringUtil;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
@@ -29,30 +32,44 @@ import java.util.concurrent.TimeUnit;
|
|||||||
public final class MojangSkinProvider implements SkinProvider {
|
public final class MojangSkinProvider implements SkinProvider {
|
||||||
|
|
||||||
public static final String PROVIDER_NAME = "mojang";
|
public static final String PROVIDER_NAME = "mojang";
|
||||||
|
|
||||||
private static final URI API_URI;
|
|
||||||
private static final URI SESSION_SERVER_URI;
|
|
||||||
|
|
||||||
public static final String PROFILE_CACHE_FILENAME = "mojang_profile_cache.json";
|
public static final String PROFILE_CACHE_FILENAME = "mojang_profile_cache.json";
|
||||||
private static final GameProfileCache PROFILE_CACHE;
|
private static final Environment ENVIRONMENT;
|
||||||
|
private static final URI SERVICES_SERVER_URI;
|
||||||
|
private static final URI SESSION_SERVER_URI;
|
||||||
|
private static final CachedUserNameToIdResolver PROFILE_CACHE;
|
||||||
|
|
||||||
private static LoadingCache<UUID, Optional<Property>> SKIN_CACHE;
|
private static LoadingCache<UUID, Optional<Property>> SKIN_CACHE;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
try {
|
try {
|
||||||
API_URI = new URI("https://api.mojang.com");
|
ENVIRONMENT = EnvironmentParser.getEnvironmentFromProperties().orElse(YggdrasilEnvironment.PROD.getEnvironment());
|
||||||
SESSION_SERVER_URI = new URI("https://sessionserver.mojang.com");
|
|
||||||
|
SERVICES_SERVER_URI = new URI(ENVIRONMENT.servicesHost());
|
||||||
|
SESSION_SERVER_URI = new URI(ENVIRONMENT.sessionHost());
|
||||||
} catch (URISyntaxException e) {
|
} catch (URISyntaxException e) {
|
||||||
throw new IllegalArgumentException(e);
|
throw new IllegalArgumentException(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
PROFILE_CACHE = new GameProfileCache((names, callback) -> {
|
PROFILE_CACHE = new CachedUserNameToIdResolver(new GameProfileRepository() {
|
||||||
for (var name : names) {
|
@Override
|
||||||
|
public void findProfilesByNames(String[] names, ProfileLookupCallback callback) {
|
||||||
|
for (var name : names) {
|
||||||
|
try {
|
||||||
|
var profile = MojangSkinProvider.getProfile(name);
|
||||||
|
callback.onProfileLookupSucceeded(profile.name(), profile.id());
|
||||||
|
} catch (IOException e) {
|
||||||
|
throw new TransparentException(e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Optional<NameAndId> findProfileByName(String name) {
|
||||||
try {
|
try {
|
||||||
var profile = MojangSkinProvider.getProfile(name);
|
var profile = MojangSkinProvider.getProfile(name);
|
||||||
callback.onProfileLookupSucceeded(profile);
|
return Optional.of(new NameAndId(profile.id(), profile.name()));
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
callback.onProfileLookupFailed(name, e);
|
throw new TransparentException(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, SkinRestorer.getConfigDir().resolve(PROFILE_CACHE_FILENAME).toFile());
|
}, SkinRestorer.getConfigDir().resolve(PROFILE_CACHE_FILENAME).toFile());
|
||||||
@@ -77,7 +94,7 @@ public final class MojangSkinProvider implements SkinProvider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static SkinProviderContext skinProviderContextFromProfile(GameProfile gameProfile) {
|
public static SkinProviderContext skinProviderContextFromProfile(GameProfile gameProfile) {
|
||||||
return new SkinProviderContext(MojangSkinProvider.PROVIDER_NAME, gameProfile.getName(), null);
|
return new SkinProviderContext(MojangSkinProvider.PROVIDER_NAME, gameProfile.name(), null);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -100,7 +117,7 @@ public final class MojangSkinProvider implements SkinProvider {
|
|||||||
if (cachedProfile.isEmpty())
|
if (cachedProfile.isEmpty())
|
||||||
throw new IllegalArgumentException("no profile found for " + username);
|
throw new IllegalArgumentException("no profile found for " + username);
|
||||||
|
|
||||||
return Result.success(SKIN_CACHE.get(cachedProfile.get().getId()));
|
return Result.success(SKIN_CACHE.get(cachedProfile.get().id()));
|
||||||
} catch (UncheckedExecutionException e) {
|
} catch (UncheckedExecutionException e) {
|
||||||
return Result.error((Exception) e.getCause());
|
return Result.error((Exception) e.getCause());
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
@@ -115,10 +132,10 @@ public final class MojangSkinProvider implements SkinProvider {
|
|||||||
return Optional.ofNullable(textures);
|
return Optional.ofNullable(textures);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static GameProfile getProfile(final String name) throws IOException {
|
private static NameAndId getProfile(final String name) throws IOException {
|
||||||
var request = HttpRequest.newBuilder()
|
var request = HttpRequest.newBuilder()
|
||||||
.uri(MojangSkinProvider.API_URI
|
.uri(MojangSkinProvider.SERVICES_SERVER_URI
|
||||||
.resolve("/users/profiles/minecraft/")
|
.resolve("/minecraft/profile/lookup/name/")
|
||||||
.resolve(name)
|
.resolve(name)
|
||||||
)
|
)
|
||||||
.GET()
|
.GET()
|
||||||
@@ -130,7 +147,7 @@ public final class MojangSkinProvider implements SkinProvider {
|
|||||||
if (response.statusCode() != 200)
|
if (response.statusCode() != 200)
|
||||||
throw new IllegalArgumentException("no profile with name " + name);
|
throw new IllegalArgumentException("no profile with name " + name);
|
||||||
|
|
||||||
return JsonUtils.fromJson(response.body(), GameProfile.class);
|
return JsonUtils.fromJson(response.body(), NameAndId.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static GameProfile getProfileWithProperties(UUID uuid) throws IOException {
|
private static GameProfile getProfileWithProperties(UUID uuid) throws IOException {
|
||||||
@@ -148,6 +165,6 @@ public final class MojangSkinProvider implements SkinProvider {
|
|||||||
if (response.statusCode() != 200)
|
if (response.statusCode() != 200)
|
||||||
throw new IllegalArgumentException("no profile with uuid " + uuid);
|
throw new IllegalArgumentException("no profile with uuid " + uuid);
|
||||||
|
|
||||||
return JsonUtils.fromJson(response.body(), MinecraftProfilePropertiesResponse.class).toProfile();
|
return JsonUtils.fromJson(response.body(), MinecraftProfilePropertiesResponse.class).profile();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ import com.google.gson.Gson;
|
|||||||
import com.google.gson.GsonBuilder;
|
import com.google.gson.GsonBuilder;
|
||||||
import com.google.gson.JsonElement;
|
import com.google.gson.JsonElement;
|
||||||
import com.google.gson.JsonObject;
|
import com.google.gson.JsonObject;
|
||||||
import com.mojang.authlib.GameProfile;
|
|
||||||
import com.mojang.authlib.properties.Property;
|
import com.mojang.authlib.properties.Property;
|
||||||
import com.mojang.authlib.properties.PropertyMap;
|
import com.mojang.authlib.properties.PropertyMap;
|
||||||
import com.mojang.util.UUIDTypeAdapter;
|
import com.mojang.util.UUIDTypeAdapter;
|
||||||
@@ -22,7 +21,6 @@ public final class JsonUtils {
|
|||||||
.registerTypeAdapterFactory(new PostProcessingEnabler())
|
.registerTypeAdapterFactory(new PostProcessingEnabler())
|
||||||
.registerTypeAdapter(UUID.class, new UUIDTypeAdapter())
|
.registerTypeAdapter(UUID.class, new UUIDTypeAdapter())
|
||||||
.registerTypeAdapter(PropertyMap.class, new PropertyMap.Serializer())
|
.registerTypeAdapter(PropertyMap.class, new PropertyMap.Serializer())
|
||||||
.registerTypeAdapter(GameProfile.class, new GameProfile.Serializer())
|
|
||||||
.setPrettyPrinting()
|
.setPrettyPrinting()
|
||||||
.create();
|
.create();
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,13 @@
|
|||||||
package net.lionarius.skinrestorer.util;
|
package net.lionarius.skinrestorer.util;
|
||||||
|
|
||||||
import com.google.common.collect.Iterables;
|
import com.google.common.collect.Iterables;
|
||||||
|
import com.google.common.collect.LinkedHashMultimap;
|
||||||
import com.google.gson.JsonObject;
|
import com.google.gson.JsonObject;
|
||||||
import com.mojang.authlib.GameProfile;
|
import com.mojang.authlib.GameProfile;
|
||||||
import com.mojang.authlib.properties.Property;
|
import com.mojang.authlib.properties.Property;
|
||||||
|
import com.mojang.authlib.properties.PropertyMap;
|
||||||
import com.mojang.authlib.yggdrasil.response.MinecraftProfilePropertiesResponse;
|
import com.mojang.authlib.yggdrasil.response.MinecraftProfilePropertiesResponse;
|
||||||
import net.lionarius.skinrestorer.mixin.ChunkMapAccessor;
|
import net.lionarius.skinrestorer.mixin.ChunkMapAccessor;
|
||||||
import net.lionarius.skinrestorer.mixin.TrackedEntityAccessorInvoker;
|
|
||||||
import net.minecraft.network.chat.Component;
|
import net.minecraft.network.chat.Component;
|
||||||
import net.minecraft.network.protocol.game.*;
|
import net.minecraft.network.protocol.game.*;
|
||||||
import net.minecraft.server.level.ChunkMap;
|
import net.minecraft.server.level.ChunkMap;
|
||||||
@@ -39,7 +40,7 @@ public final class PlayerUtils {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static void refreshPlayer(ServerPlayer player) {
|
public static void refreshPlayer(ServerPlayer player) {
|
||||||
ServerLevel serverLevel = player.serverLevel();
|
ServerLevel serverLevel = player.level();
|
||||||
PlayerList playerList = serverLevel.getServer().getPlayerList();
|
PlayerList playerList = serverLevel.getServer().getPlayerList();
|
||||||
ChunkMap chunkMap = serverLevel.getChunkSource().chunkMap;
|
ChunkMap chunkMap = serverLevel.getChunkSource().chunkMap;
|
||||||
|
|
||||||
@@ -50,14 +51,14 @@ public final class PlayerUtils {
|
|||||||
)
|
)
|
||||||
));
|
));
|
||||||
|
|
||||||
var trackedEntity = (TrackedEntityAccessorInvoker) ((ChunkMapAccessor) chunkMap).getEntityMap().get(player.getId());
|
var trackedEntity = ((ChunkMapAccessor) chunkMap).getEntityMap().get(player.getId());
|
||||||
if (trackedEntity != null) {
|
if (trackedEntity != null) {
|
||||||
var seenBy = Set.copyOf(trackedEntity.getSeenBy());
|
var seenBy = Set.copyOf(trackedEntity.getSeenBy());
|
||||||
for (var observerConnection : seenBy) {
|
for (var observerConnection : seenBy) {
|
||||||
var observer = observerConnection.getPlayer();
|
var observer = observerConnection.getPlayer();
|
||||||
trackedEntity.invokeRemovePlayer(observer);
|
trackedEntity.invokeRemovePlayer(observer);
|
||||||
|
|
||||||
var trackedObserverEntity = (TrackedEntityAccessorInvoker) ((ChunkMapAccessor) chunkMap).getEntityMap().get(observer.getId());
|
var trackedObserverEntity = ((ChunkMapAccessor) chunkMap).getEntityMap().get(observer.getId());
|
||||||
if (trackedObserverEntity != null) {
|
if (trackedObserverEntity != null) {
|
||||||
trackedObserverEntity.invokeRemovePlayer(player);
|
trackedObserverEntity.invokeRemovePlayer(player);
|
||||||
trackedObserverEntity.invokeUpdatePlayer(player);
|
trackedObserverEntity.invokeUpdatePlayer(player);
|
||||||
@@ -96,15 +97,27 @@ public final class PlayerUtils {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Property getPlayerSkin(GameProfile profile) {
|
public static GameProfile cloneGameProfile(GameProfile profile) {
|
||||||
return Iterables.getFirst(profile.getProperties().get(TEXTURES_KEY), null);
|
var newProfile = new GameProfile(profile.id(), profile.name());
|
||||||
|
newProfile.properties().putAll(profile.properties());
|
||||||
|
|
||||||
|
return newProfile;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void applyRestoredSkin(GameProfile profile, Property skin) {
|
public static Property getPlayerSkin(GameProfile profile) {
|
||||||
profile.getProperties().removeAll(TEXTURES_KEY);
|
return Iterables.getFirst(profile.properties().get(TEXTURES_KEY), null);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static GameProfile applyRestoredSkin(GameProfile profile, Property skin) {
|
||||||
|
var propertiesMap = profile.properties();
|
||||||
|
|
||||||
if (skin != null)
|
var newProperties = LinkedHashMultimap.create(propertiesMap);
|
||||||
profile.getProperties().put(TEXTURES_KEY, skin);
|
newProperties.removeAll(TEXTURES_KEY);
|
||||||
|
if (skin != null) {
|
||||||
|
newProperties.put(TEXTURES_KEY, skin);
|
||||||
|
}
|
||||||
|
|
||||||
|
return new GameProfile(profile.id(), profile.name(), new PropertyMap(newProperties));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean areSkinPropertiesEquals(Property x, Property y) {
|
public static boolean areSkinPropertiesEquals(Property x, Property y) {
|
||||||
@@ -128,7 +141,7 @@ public final class PlayerUtils {
|
|||||||
|
|
||||||
public static GameProfile toProfile(MinecraftProfilePropertiesResponse response) {
|
public static GameProfile toProfile(MinecraftProfilePropertiesResponse response) {
|
||||||
final GameProfile profile = new GameProfile(response.id(), response.name());
|
final GameProfile profile = new GameProfile(response.id(), response.name());
|
||||||
profile.getProperties().putAll(response.properties());
|
profile.properties().putAll(response.properties());
|
||||||
return profile;
|
return profile;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,18 @@ public class Result<S, E> {
|
|||||||
this.errorValue = errorValue;
|
this.errorValue = errorValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static <S, E> Result<S, E> success(@NotNull S successValue) {
|
||||||
|
return new Result<>(successValue, null);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static <S, E> Result<S, E> error(@NotNull E errorValue) {
|
||||||
|
return new Result<>(null, errorValue);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static <S, E> Result<Optional<S>, E> ofNullable(S successValue) {
|
||||||
|
return Result.success(Optional.ofNullable(successValue));
|
||||||
|
}
|
||||||
|
|
||||||
public S getSuccessValue() {
|
public S getSuccessValue() {
|
||||||
return successValue;
|
return successValue;
|
||||||
}
|
}
|
||||||
@@ -69,16 +81,4 @@ public class Result<S, E> {
|
|||||||
public int hashCode() {
|
public int hashCode() {
|
||||||
return Objects.hash(successValue, errorValue);
|
return Objects.hash(successValue, errorValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static <S, E> Result<S, E> success(@NotNull S successValue) {
|
|
||||||
return new Result<>(successValue, null);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static <S, E> Result<S, E> error(@NotNull E errorValue) {
|
|
||||||
return new Result<>(null, errorValue);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static <S, E> Result<Optional<S>, E> ofNullable(S successValue) {
|
|
||||||
return Result.success(Optional.ofNullable(successValue));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,60 @@
|
|||||||
|
package net.lionarius.skinrestorer.util;
|
||||||
|
|
||||||
|
import net.minecraft.server.MinecraftServer;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
import java.util.Map;
|
||||||
|
import java.util.Queue;
|
||||||
|
import java.util.concurrent.ConcurrentHashMap;
|
||||||
|
import java.util.concurrent.PriorityBlockingQueue;
|
||||||
|
|
||||||
|
public class TickedScheduler implements Runnable {
|
||||||
|
private final MinecraftServer server;
|
||||||
|
private final Queue<TickTask> queue = new PriorityBlockingQueue<>();
|
||||||
|
private final Map<Integer, Integer> idMap = new ConcurrentHashMap<>();
|
||||||
|
|
||||||
|
public TickedScheduler(MinecraftServer server) {
|
||||||
|
this.server = server;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void schedule(Runnable task, int delay) {
|
||||||
|
this.schedule(task, delay, task);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void schedule(Runnable task, int delay, Object id) {
|
||||||
|
var taskId = id.hashCode();
|
||||||
|
var serverTick = this.server.getTickCount();
|
||||||
|
this.idMap.merge(taskId, serverTick, Integer::max);
|
||||||
|
this.queue.add(new TickTask(serverTick, serverTick + delay, taskId, task));
|
||||||
|
}
|
||||||
|
|
||||||
|
public void cancel(Object id) {
|
||||||
|
var taskId = id.hashCode();
|
||||||
|
this.idMap.remove(taskId);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void run() {
|
||||||
|
TickTask nextTask;
|
||||||
|
while ((nextTask = this.queue.peek()) != null) {
|
||||||
|
if (nextTask.runOnTick() > this.server.getTickCount())
|
||||||
|
break;
|
||||||
|
|
||||||
|
var tickTask = this.queue.remove();
|
||||||
|
var lastTaskScheduledOnTick = this.idMap.get(tickTask.id());
|
||||||
|
|
||||||
|
if (lastTaskScheduledOnTick != null && lastTaskScheduledOnTick <= tickTask.scheduledOnTick()) {
|
||||||
|
this.idMap.remove(tickTask.id());
|
||||||
|
if (tickTask.task() != null)
|
||||||
|
tickTask.task().run();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private record TickTask(int scheduledOnTick, int runOnTick, int id, Runnable task) implements Comparable<TickTask> {
|
||||||
|
@Override
|
||||||
|
public int compareTo(@NotNull TickedScheduler.TickTask other) {
|
||||||
|
return Integer.compare(this.runOnTick, other.runOnTick);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -13,8 +13,6 @@ import java.time.temporal.ChronoUnit;
|
|||||||
|
|
||||||
public final class WebUtils {
|
public final class WebUtils {
|
||||||
|
|
||||||
private WebUtils() {}
|
|
||||||
|
|
||||||
public static final String USER_AGENT;
|
public static final String USER_AGENT;
|
||||||
|
|
||||||
private static HttpClient HTTP_CLIENT = null;
|
private static HttpClient HTTP_CLIENT = null;
|
||||||
@@ -23,6 +21,8 @@ public final class WebUtils {
|
|||||||
USER_AGENT = String.format("SkinRestorer/%d", System.currentTimeMillis() % 65535);
|
USER_AGENT = String.format("SkinRestorer/%d", System.currentTimeMillis() % 65535);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private WebUtils() {}
|
||||||
|
|
||||||
public static void recreateHttpClient() {
|
public static void recreateHttpClient() {
|
||||||
HTTP_CLIENT = WebUtils.buildClient();
|
HTTP_CLIENT = WebUtils.buildClient();
|
||||||
}
|
}
|
||||||
|
|||||||
1
common/src/main/resources/skinrestorer.accesswidener
Normal file
1
common/src/main/resources/skinrestorer.accesswidener
Normal file
@@ -0,0 +1 @@
|
|||||||
|
accessWidener v2 named
|
||||||
@@ -2,13 +2,15 @@
|
|||||||
"required": true,
|
"required": true,
|
||||||
"minVersion": "0.8",
|
"minVersion": "0.8",
|
||||||
"package": "net.lionarius.skinrestorer.mixin",
|
"package": "net.lionarius.skinrestorer.mixin",
|
||||||
"compatibilityLevel": "JAVA_8",
|
"compatibilityLevel": "JAVA_17",
|
||||||
|
"priority": 1100,
|
||||||
"refmap": "${mod_id}.refmap.json",
|
"refmap": "${mod_id}.refmap.json",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"ChunkMapAccessor",
|
"ChunkMapAccessor",
|
||||||
"PlayerListMixin",
|
"PlayerListMixin",
|
||||||
"ServerLoginPacketListenerImplMixin",
|
"ServerLoginPacketListenerImplMixin",
|
||||||
"TrackedEntityAccessorInvoker"
|
"TrackedEntityAccessorInvoker",
|
||||||
|
"PlayerAccessor"
|
||||||
],
|
],
|
||||||
"injectors": {
|
"injectors": {
|
||||||
"defaultRequire": 1
|
"defaultRequire": 1
|
||||||
|
|||||||
6
fabric/gradle.properties
Normal file
6
fabric/gradle.properties
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# Fabric, see https://fabricmc.net/develop/ for new versions
|
||||||
|
fabric_loader_version=0.15.0
|
||||||
|
fabric_api_version=0.133.14+1.21.9
|
||||||
|
|
||||||
|
optional_dependencies=fabric-api
|
||||||
|
additional_modloaders=quilt
|
||||||
@@ -32,6 +32,6 @@ public final class SkinShuffleCompatibility {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static void handleSkinRefreshPacket(SkinShuffleSkinRefreshPayload payload, ServerPlayNetworking.Context context) {
|
private static void handleSkinRefreshPacket(SkinShuffleSkinRefreshPayload payload, ServerPlayNetworking.Context context) {
|
||||||
net.lionarius.skinrestorer.compat.skinshuffle.SkinShuffleCompatibility.handleSkinRefresh(context.player().getServer(), context.player(), payload);
|
net.lionarius.skinrestorer.compat.skinshuffle.SkinShuffleCompatibility.handleSkinRefresh(SkinRestorer.getMinecraftServer(), context.player(), payload);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,4 +15,10 @@ public abstract class MinecraftServerMixin {
|
|||||||
private void onServerStarted(CallbackInfo ci) {
|
private void onServerStarted(CallbackInfo ci) {
|
||||||
SkinRestorer.Events.onServerStarted((MinecraftServer) (Object) this);
|
SkinRestorer.Events.onServerStarted((MinecraftServer) (Object) this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Inject(method = "runServer",
|
||||||
|
at = @At(value = "INVOKE", target = "Lnet/minecraft/server/MinecraftServer;onServerExit()V"))
|
||||||
|
private void onServerStopped(CallbackInfo ci) {
|
||||||
|
SkinRestorer.Events.onServerStopped((MinecraftServer) (Object) this);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
"${mod_id}.mixins.json",
|
"${mod_id}.mixins.json",
|
||||||
"${mod_id}.fabric.mixins.json"
|
"${mod_id}.fabric.mixins.json"
|
||||||
],
|
],
|
||||||
|
"accessWidener": "${mod_id}.accesswidener",
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=${fabric_loader_version}",
|
"fabricloader": ">=${fabric_loader_version}",
|
||||||
"minecraft": ">=${minecraft_version}",
|
"minecraft": ">=${minecraft_version}",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"required": true,
|
"required": true,
|
||||||
"minVersion": "0.8",
|
"minVersion": "0.8",
|
||||||
"package": "net.lionarius.skinrestorer.fabric.mixin",
|
"package": "net.lionarius.skinrestorer.fabric.mixin",
|
||||||
"compatibilityLevel": "JAVA_8",
|
"compatibilityLevel": "JAVA_17",
|
||||||
"refmap": "${mod_id}.refmap.json",
|
"refmap": "${mod_id}.refmap.json",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"CommandsMixin",
|
"CommandsMixin",
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ tasks.named('jarJar') {
|
|||||||
jar.finalizedBy('jarJar')
|
jar.finalizedBy('jarJar')
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
mappings channel: 'parchment', version: "${parchment_version}-${parchment_minecraft}"
|
mappings channel: 'parchment', version: "${parchment_minecraft}-${parchment_version}-${minecraft_version}"
|
||||||
|
|
||||||
copyIdeResources = true //Calls processResources when in dev
|
copyIdeResources = true //Calls processResources when in dev
|
||||||
|
|
||||||
@@ -33,16 +33,17 @@ minecraft {
|
|||||||
// Automatically enable forge AccessTransformers if the file exists
|
// Automatically enable forge AccessTransformers if the file exists
|
||||||
// This location is hardcoded in Forge and can not be changed.
|
// This location is hardcoded in Forge and can not be changed.
|
||||||
// https://github.com/MinecraftForge/MinecraftForge/blob/be1698bb1554f9c8fa2f58e32b9ab70bc4385e60/fmlloader/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModFile.java#L123
|
// https://github.com/MinecraftForge/MinecraftForge/blob/be1698bb1554f9c8fa2f58e32b9ab70bc4385e60/fmlloader/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModFile.java#L123
|
||||||
def at = project(':common').file('src/main/resources/META-INF/accesstransformer.cfg')
|
def at = project(":common").file('src/main/resources/META-INF/accesstransformer.cfg')
|
||||||
if (at.exists()) {
|
if (at.exists()) {
|
||||||
accessTransformer = at
|
accessTransformer = at
|
||||||
}
|
}
|
||||||
|
|
||||||
runs {
|
runs {
|
||||||
client {
|
client {
|
||||||
workingDirectory file('../run/client')
|
workingDirectory rootProject.file('run/client')
|
||||||
ideaModule "${rootProject.name}.${project.name}.main"
|
ideaModule "${rootProject.name}.${project.name}.main"
|
||||||
taskName 'Client'
|
taskName 'Client'
|
||||||
|
property 'eventbus.api.strictRuntimeChecks', 'true'
|
||||||
mods {
|
mods {
|
||||||
modClientRun {
|
modClientRun {
|
||||||
source sourceSets.main
|
source sourceSets.main
|
||||||
@@ -51,9 +52,10 @@ minecraft {
|
|||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
workingDirectory file('../run/server')
|
workingDirectory rootProject.file('run/server')
|
||||||
ideaModule "${rootProject.name}.${project.name}.main"
|
ideaModule "${rootProject.name}.${project.name}.main"
|
||||||
taskName 'Server'
|
taskName 'Server'
|
||||||
|
property 'eventbus.api.strictRuntimeChecks', 'true'
|
||||||
mods {
|
mods {
|
||||||
modServerRun {
|
modServerRun {
|
||||||
source sourceSets.main
|
source sourceSets.main
|
||||||
@@ -66,6 +68,8 @@ minecraft {
|
|||||||
dependencies {
|
dependencies {
|
||||||
minecraft "net.minecraftforge:forge:${forge_minecraft_version}-${forge_version}"
|
minecraft "net.minecraftforge:forge:${forge_minecraft_version}-${forge_version}"
|
||||||
|
|
||||||
|
annotationProcessor('net.minecraftforge:eventbus-validator:7.0-beta.7')
|
||||||
|
|
||||||
annotationProcessor('org.spongepowered:mixin:0.8.5-SNAPSHOT:processor')
|
annotationProcessor('org.spongepowered:mixin:0.8.5-SNAPSHOT:processor')
|
||||||
implementation('net.sf.jopt-simple:jopt-simple:5.0.4') { version { strictly '5.0.4' } }
|
implementation('net.sf.jopt-simple:jopt-simple:5.0.4') { version { strictly '5.0.4' } }
|
||||||
|
|
||||||
@@ -88,3 +92,7 @@ sourceSets.each {
|
|||||||
it.output.resourcesDir = dir
|
it.output.resourcesDir = dir
|
||||||
it.java.destinationDirectory = dir
|
it.java.destinationDirectory = dir
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.named('processResources') {
|
||||||
|
duplicatesStrategy = DuplicatesStrategy.INCLUDE
|
||||||
|
}
|
||||||
|
|||||||
5
forge/gradle.properties
Normal file
5
forge/gradle.properties
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Forge, see https://files.minecraftforge.net/net/minecraftforge/forge/ for new versions
|
||||||
|
forge_version=59.0.0
|
||||||
|
forge_loader_version_range=[59,)
|
||||||
|
# Forge sometimes skips minor minecraft versions (like 1.20.5)
|
||||||
|
forge_minecraft_version=1.21.9
|
||||||
@@ -4,7 +4,8 @@ import net.lionarius.skinrestorer.SkinRestorer;
|
|||||||
import net.lionarius.skinrestorer.compat.skinshuffle.SkinShuffleCompatibility;
|
import net.lionarius.skinrestorer.compat.skinshuffle.SkinShuffleCompatibility;
|
||||||
import net.minecraftforge.event.RegisterCommandsEvent;
|
import net.minecraftforge.event.RegisterCommandsEvent;
|
||||||
import net.minecraftforge.event.server.ServerStartedEvent;
|
import net.minecraftforge.event.server.ServerStartedEvent;
|
||||||
import net.minecraftforge.eventbus.api.SubscribeEvent;
|
import net.minecraftforge.event.server.ServerStoppedEvent;
|
||||||
|
import net.minecraftforge.eventbus.api.listener.SubscribeEvent;
|
||||||
import net.minecraftforge.fml.common.Mod;
|
import net.minecraftforge.fml.common.Mod;
|
||||||
|
|
||||||
@Mod(SkinRestorer.MOD_ID)
|
@Mod(SkinRestorer.MOD_ID)
|
||||||
@@ -27,4 +28,9 @@ public final class SkinRestorerForge {
|
|||||||
public static void onServerStarted(ServerStartedEvent event) {
|
public static void onServerStarted(ServerStartedEvent event) {
|
||||||
SkinRestorer.Events.onServerStarted(event.getServer());
|
SkinRestorer.Events.onServerStarted(event.getServer());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SubscribeEvent
|
||||||
|
public static void onServerStopped(ServerStoppedEvent event) {
|
||||||
|
SkinRestorer.Events.onServerStopped(event.getServer());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
package net.lionarius.skinrestorer.forge.compat.skinshuffle;
|
package net.lionarius.skinrestorer.forge.compat.skinshuffle;
|
||||||
|
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
import net.minecraftforge.event.entity.player.PlayerEvent;
|
||||||
|
|
||||||
public final class SkinShuffleCompatibility {
|
public final class SkinShuffleCompatibility {
|
||||||
|
|
||||||
private SkinShuffleCompatibility() {}
|
private SkinShuffleCompatibility() {}
|
||||||
|
|
||||||
public static void initialize() {
|
public static void initialize() {
|
||||||
MinecraftForge.EVENT_BUS.register(SkinShuffleGameEventHandler.class);
|
PlayerEvent.PlayerLoggedInEvent.BUS.addListener(SkinShuffleGameEventHandler::onPlayerLoggedIn);
|
||||||
|
|
||||||
SkinShufflePacketHandler.initialize();
|
SkinShufflePacketHandler.initialize();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,13 +3,11 @@ package net.lionarius.skinrestorer.forge.compat.skinshuffle;
|
|||||||
import net.lionarius.skinrestorer.compat.skinshuffle.SkinShuffleCompatibility;
|
import net.lionarius.skinrestorer.compat.skinshuffle.SkinShuffleCompatibility;
|
||||||
import net.minecraft.server.level.ServerPlayer;
|
import net.minecraft.server.level.ServerPlayer;
|
||||||
import net.minecraftforge.event.entity.player.PlayerEvent;
|
import net.minecraftforge.event.entity.player.PlayerEvent;
|
||||||
import net.minecraftforge.eventbus.api.SubscribeEvent;
|
|
||||||
|
|
||||||
public final class SkinShuffleGameEventHandler {
|
public final class SkinShuffleGameEventHandler {
|
||||||
|
|
||||||
private SkinShuffleGameEventHandler() {}
|
private SkinShuffleGameEventHandler() {}
|
||||||
|
|
||||||
@SubscribeEvent
|
|
||||||
public static void onPlayerLoggedIn(PlayerEvent.PlayerLoggedInEvent event) {
|
public static void onPlayerLoggedIn(PlayerEvent.PlayerLoggedInEvent event) {
|
||||||
SkinShuffleCompatibility.onPlayerJoin((ServerPlayer) event.getEntity());
|
SkinShuffleCompatibility.onPlayerJoin((ServerPlayer) event.getEntity());
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
package net.lionarius.skinrestorer.forge.compat.skinshuffle;
|
package net.lionarius.skinrestorer.forge.compat.skinshuffle;
|
||||||
|
|
||||||
import net.lionarius.skinrestorer.SkinRestorer;
|
import net.lionarius.skinrestorer.SkinRestorer;
|
||||||
import net.lionarius.skinrestorer.compat.skinshuffle.SkinShuffleCompatibility;
|
|
||||||
import net.lionarius.skinrestorer.compat.skinshuffle.*;
|
import net.lionarius.skinrestorer.compat.skinshuffle.*;
|
||||||
|
import net.lionarius.skinrestorer.compat.skinshuffle.SkinShuffleCompatibility;
|
||||||
import net.minecraft.network.Connection;
|
import net.minecraft.network.Connection;
|
||||||
import net.minecraft.network.protocol.common.custom.CustomPacketPayload;
|
import net.minecraft.network.protocol.common.custom.CustomPacketPayload;
|
||||||
import net.minecraftforge.event.network.CustomPayloadEvent;
|
import net.minecraftforge.event.network.CustomPayloadEvent;
|
||||||
@@ -10,9 +10,6 @@ import net.minecraftforge.network.Channel;
|
|||||||
import net.minecraftforge.network.ChannelBuilder;
|
import net.minecraftforge.network.ChannelBuilder;
|
||||||
|
|
||||||
public class SkinShufflePacketHandler {
|
public class SkinShufflePacketHandler {
|
||||||
private SkinShufflePacketHandler() {
|
|
||||||
}
|
|
||||||
|
|
||||||
private static final Channel<CustomPacketPayload> INSTANCE = ChannelBuilder
|
private static final Channel<CustomPacketPayload> INSTANCE = ChannelBuilder
|
||||||
.named(SkinRestorer.resourceLocation("skin_shuffle_compat"))
|
.named(SkinRestorer.resourceLocation("skin_shuffle_compat"))
|
||||||
.optional()
|
.optional()
|
||||||
@@ -26,6 +23,9 @@ public class SkinShufflePacketHandler {
|
|||||||
.add(SkinShuffleSkinRefreshV2Payload.PACKET_ID, SkinShuffleSkinRefreshV2Payload.PACKET_CODEC, SkinShufflePacketHandler::handleSkinRefreshPacket)
|
.add(SkinShuffleSkinRefreshV2Payload.PACKET_ID, SkinShuffleSkinRefreshV2Payload.PACKET_CODEC, SkinShufflePacketHandler::handleSkinRefreshPacket)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
private SkinShufflePacketHandler() {
|
||||||
|
}
|
||||||
|
|
||||||
protected static void initialize() {
|
protected static void initialize() {
|
||||||
// NO-OP
|
// NO-OP
|
||||||
}
|
}
|
||||||
@@ -40,6 +40,6 @@ public class SkinShufflePacketHandler {
|
|||||||
if (!context.isServerSide() || sender == null)
|
if (!context.isServerSide() || sender == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
SkinShuffleCompatibility.handleSkinRefresh(sender.getServer(), sender, payload);
|
SkinShuffleCompatibility.handleSkinRefresh(SkinRestorer.getMinecraftServer(), sender, payload);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,12 +3,12 @@ group=net.lionarius
|
|||||||
java_version=21
|
java_version=21
|
||||||
|
|
||||||
# Common
|
# Common
|
||||||
minecraft_version=1.21
|
minecraft_version=1.21.9
|
||||||
minecraft_version_list=1.21,1.21.1,1.21.2,1.21.3
|
minecraft_version_list=1.21.9
|
||||||
minecraft_version_range=[1.21, 1.22)
|
minecraft_version_range=[1.21.9, 1.22)
|
||||||
mod_id=skinrestorer
|
mod_id=skinrestorer
|
||||||
mod_name=SkinRestorer
|
mod_name=SkinRestorer
|
||||||
mod_version=2.2.0
|
mod_version=2.4.3
|
||||||
mod_author=Lionarius
|
mod_author=Lionarius
|
||||||
mod_homepage=https://modrinth.com/mod/skinrestorer
|
mod_homepage=https://modrinth.com/mod/skinrestorer
|
||||||
mod_sources=https://github.com/Suiranoil/SkinRestorer
|
mod_sources=https://github.com/Suiranoil/SkinRestorer
|
||||||
@@ -17,26 +17,12 @@ license=MIT
|
|||||||
credits=
|
credits=
|
||||||
description=A server-side mod for managing skins.
|
description=A server-side mod for managing skins.
|
||||||
|
|
||||||
mineskin_client_version=3.0.1-SNAPSHOT
|
# Dependencies
|
||||||
|
mineskin_client_version=3.0.6-SNAPSHOT
|
||||||
|
|
||||||
# ParchmentMC mappings, see https://parchmentmc.org/docs/getting-started#choose-a-version for new versions
|
# ParchmentMC mappings, see https://parchmentmc.org/docs/getting-started#choose-a-version for new versions
|
||||||
parchment_minecraft=1.21
|
parchment_minecraft=1.21.8
|
||||||
parchment_version=2024.11.10
|
parchment_version=2025.09.14
|
||||||
|
|
||||||
# Fabric, see https://fabricmc.net/develop/ for new versions
|
|
||||||
fabric_loader_version=0.15.0
|
|
||||||
fabric_api_version=0.100.1+1.21
|
|
||||||
fabric_optional_dependencies=fabric-api
|
|
||||||
|
|
||||||
# Forge, see https://files.minecraftforge.net/net/minecraftforge/forge/ for new versions
|
|
||||||
forge_version=51.0.0
|
|
||||||
forge_loader_version_range=[51,)
|
|
||||||
# Forge sometimes skips minor minecraft versions (like 1.20.5)
|
|
||||||
forge_minecraft_version=1.21
|
|
||||||
|
|
||||||
# NeoForge, see https://projects.neoforged.net/neoforged/neoforge for new versions
|
|
||||||
neoforge_version=21.0.0-beta
|
|
||||||
neoforge_loader_version_range=[4,)
|
|
||||||
|
|
||||||
# Publishing
|
# Publishing
|
||||||
curseforge_id=443823
|
curseforge_id=443823
|
||||||
@@ -45,3 +31,5 @@ modrinth_id=ghrZDhGW
|
|||||||
# Gradle
|
# Gradle
|
||||||
org.gradle.jvmargs=-Xmx3G
|
org.gradle.jvmargs=-Xmx3G
|
||||||
org.gradle.daemon=false
|
org.gradle.daemon=false
|
||||||
|
org.gradle.parallel=true
|
||||||
|
org.gradle.caching=true
|
||||||
|
|||||||
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|||||||
9
gradlew
vendored
9
gradlew
vendored
@@ -86,8 +86,7 @@ done
|
|||||||
# shellcheck disable=SC2034
|
# shellcheck disable=SC2034
|
||||||
APP_BASE_NAME=${0##*/}
|
APP_BASE_NAME=${0##*/}
|
||||||
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
|
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
|
||||||
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
|
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
|
||||||
' "$PWD" ) || exit
|
|
||||||
|
|
||||||
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
||||||
MAX_FD=maximum
|
MAX_FD=maximum
|
||||||
@@ -115,7 +114,7 @@ case "$( uname )" in #(
|
|||||||
NONSTOP* ) nonstop=true ;;
|
NONSTOP* ) nonstop=true ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
|
CLASSPATH="\\\"\\\""
|
||||||
|
|
||||||
|
|
||||||
# Determine the Java command to use to start the JVM.
|
# Determine the Java command to use to start the JVM.
|
||||||
@@ -206,7 +205,7 @@ fi
|
|||||||
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
||||||
|
|
||||||
# Collect all arguments for the java command:
|
# Collect all arguments for the java command:
|
||||||
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
|
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
|
||||||
# and any embedded shellness will be escaped.
|
# and any embedded shellness will be escaped.
|
||||||
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
|
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
|
||||||
# treated as '${Hostname}' itself on the command line.
|
# treated as '${Hostname}' itself on the command line.
|
||||||
@@ -214,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
|||||||
set -- \
|
set -- \
|
||||||
"-Dorg.gradle.appname=$APP_BASE_NAME" \
|
"-Dorg.gradle.appname=$APP_BASE_NAME" \
|
||||||
-classpath "$CLASSPATH" \
|
-classpath "$CLASSPATH" \
|
||||||
org.gradle.wrapper.GradleWrapperMain \
|
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
|
||||||
"$@"
|
"$@"
|
||||||
|
|
||||||
# Stop when "xargs" is not available.
|
# Stop when "xargs" is not available.
|
||||||
|
|||||||
4
gradlew.bat
vendored
4
gradlew.bat
vendored
@@ -70,11 +70,11 @@ goto fail
|
|||||||
:execute
|
:execute
|
||||||
@rem Setup the command line
|
@rem Setup the command line
|
||||||
|
|
||||||
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
|
set CLASSPATH=
|
||||||
|
|
||||||
|
|
||||||
@rem Execute Gradle
|
@rem Execute Gradle
|
||||||
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
|
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
|
||||||
|
|
||||||
:end
|
:end
|
||||||
@rem End local scope for the variables with windows NT shell
|
@rem End local scope for the variables with windows NT shell
|
||||||
|
|||||||
@@ -3,56 +3,56 @@ plugins {
|
|||||||
id 'idea'
|
id 'idea'
|
||||||
id 'eclipse'
|
id 'eclipse'
|
||||||
|
|
||||||
id 'net.neoforged.gradle.userdev'
|
id 'net.neoforged.moddev'
|
||||||
|
|
||||||
id 'multiloader-publish'
|
id 'multiloader-publish'
|
||||||
}
|
}
|
||||||
|
|
||||||
// Automatically enable neoforge AccessTransformers if the file exists
|
neoForge {
|
||||||
def at = project(':common').file('src/main/resources/META-INF/accesstransformer.cfg')
|
version = neoforge_version
|
||||||
if (at.exists()) {
|
|
||||||
minecraft.accessTransformers.file(at)
|
// Automatically enable neoforge AccessTransformers if the file exists
|
||||||
}
|
def at = project(":common").file('src/main/resources/META-INF/accesstransformer.cfg')
|
||||||
|
if (at.exists()) {
|
||||||
jarJar.enable()
|
accessTransformers.from(at.absolutePath)
|
||||||
|
|
||||||
tasks.named('jar') {
|
|
||||||
archiveClassifier = 'thin'
|
|
||||||
}
|
|
||||||
|
|
||||||
tasks.named('jarJar') {
|
|
||||||
archiveClassifier = ''
|
|
||||||
}
|
|
||||||
|
|
||||||
jar.finalizedBy('jarJar')
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
implementation "net.neoforged:neoforge:${neoforge_version}"
|
|
||||||
|
|
||||||
implementation(jarJar(group: 'org.mineskin', name: 'java-client', version: mineskin_client_version)) {
|
|
||||||
jarJar.ranged(it, "[${mineskin_client_version},)")
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
subsystems {
|
|
||||||
parchment {
|
parchment {
|
||||||
minecraftVersion = parchment_minecraft
|
minecraftVersion = parchment_minecraft
|
||||||
mappingsVersion = parchment_version
|
mappingsVersion = parchment_version
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
runs {
|
runs {
|
||||||
configureEach {
|
configureEach {
|
||||||
modSource project.sourceSets.main
|
ideName = "NeoForge ${it.name.capitalize()} (${project.path})" // Unify the run config names with fabric
|
||||||
systemProperty 'neoforge.enabledGameTestNamespaces', project.mod_id
|
}
|
||||||
|
|
||||||
|
client {
|
||||||
|
client()
|
||||||
|
gameDirectory = rootProject.file('run/client')
|
||||||
|
}
|
||||||
|
|
||||||
|
server {
|
||||||
|
server()
|
||||||
|
programArgument '--nogui'
|
||||||
|
gameDirectory = rootProject.file('run/server')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
client {
|
mods {
|
||||||
workingDirectory = file('../run/client')
|
"${mod_id}" {
|
||||||
}
|
sourceSet sourceSets.main
|
||||||
|
}
|
||||||
server {
|
}
|
||||||
programArgument '--nogui'
|
}
|
||||||
workingDirectory = file('../run/server')
|
|
||||||
|
dependencies {
|
||||||
|
implementation "net.neoforged:neoforge:${neoforge_version}"
|
||||||
|
|
||||||
|
jarJar(implementation('org.mineskin:java-client')) {
|
||||||
|
version {
|
||||||
|
strictly "[${mineskin_client_version},)"
|
||||||
|
prefer mineskin_client_version
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
3
neoforge/gradle.properties
Normal file
3
neoforge/gradle.properties
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# NeoForge, see https://projects.neoforged.net/neoforged/neoforge for new versions
|
||||||
|
neoforge_version=21.9.0-beta
|
||||||
|
neoforge_loader_version_range=[4,)
|
||||||
@@ -7,6 +7,7 @@ import net.neoforged.fml.common.EventBusSubscriber;
|
|||||||
import net.neoforged.fml.common.Mod;
|
import net.neoforged.fml.common.Mod;
|
||||||
import net.neoforged.neoforge.event.RegisterCommandsEvent;
|
import net.neoforged.neoforge.event.RegisterCommandsEvent;
|
||||||
import net.neoforged.neoforge.event.server.ServerStartedEvent;
|
import net.neoforged.neoforge.event.server.ServerStartedEvent;
|
||||||
|
import net.neoforged.neoforge.event.server.ServerStoppedEvent;
|
||||||
|
|
||||||
@Mod(SkinRestorer.MOD_ID)
|
@Mod(SkinRestorer.MOD_ID)
|
||||||
@EventBusSubscriber(modid = SkinRestorer.MOD_ID)
|
@EventBusSubscriber(modid = SkinRestorer.MOD_ID)
|
||||||
@@ -28,4 +29,9 @@ public final class SkinRestorerNeoForge {
|
|||||||
public static void onServerStarted(ServerStartedEvent event) {
|
public static void onServerStarted(ServerStartedEvent event) {
|
||||||
SkinRestorer.Events.onServerStarted(event.getServer());
|
SkinRestorer.Events.onServerStarted(event.getServer());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SubscribeEvent
|
||||||
|
public static void onServerStopped(ServerStoppedEvent event) {
|
||||||
|
SkinRestorer.Events.onServerStopped(event.getServer());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
package net.lionarius.skinrestorer.neoforge.compat.skinshuffle;
|
package net.lionarius.skinrestorer.neoforge.compat.skinshuffle;
|
||||||
|
|
||||||
import net.lionarius.skinrestorer.compat.skinshuffle.SkinShuffleCompatibility;
|
import net.lionarius.skinrestorer.SkinRestorer;
|
||||||
import net.lionarius.skinrestorer.compat.skinshuffle.*;
|
import net.lionarius.skinrestorer.compat.skinshuffle.*;
|
||||||
|
import net.lionarius.skinrestorer.compat.skinshuffle.SkinShuffleCompatibility;
|
||||||
import net.minecraft.server.level.ServerPlayer;
|
import net.minecraft.server.level.ServerPlayer;
|
||||||
import net.neoforged.bus.api.SubscribeEvent;
|
import net.neoforged.bus.api.SubscribeEvent;
|
||||||
import net.neoforged.neoforge.network.event.RegisterPayloadHandlersEvent;
|
import net.neoforged.neoforge.network.event.RegisterPayloadHandlersEvent;
|
||||||
@@ -26,6 +27,6 @@ public final class SkinShuffleModEventHandler {
|
|||||||
|
|
||||||
private static void handleSkinRefreshPacket(SkinShuffleSkinRefreshPayload payload, IPayloadContext context) {
|
private static void handleSkinRefreshPacket(SkinShuffleSkinRefreshPayload payload, IPayloadContext context) {
|
||||||
var player = (ServerPlayer) context.player();
|
var player = (ServerPlayer) context.player();
|
||||||
SkinShuffleCompatibility.handleSkinRefresh(player.getServer(), player, payload);
|
SkinShuffleCompatibility.handleSkinRefresh(SkinRestorer.getMinecraftServer(), player, payload);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user