SkinResolver + cleanUp

This commit is contained in:
godot 2024-08-07 23:13:07 +02:00
parent af89fdb699
commit 1e9b900716
3 changed files with 18 additions and 15 deletions

View File

@ -3,26 +3,25 @@ To switch user use:
# To DO # To DO
- [x] Basic commands - [x] Basic commands
- [x] Permisionss of files in this git
- [x] server.properties + run.sh + eula.txt - [x] server.properties + run.sh + eula.txt
- [x] iptable commands - [x] iptable commands
- [x] my own .service file - [x] my own .service file
- [x] modification of run.sh
- [x] screen usege - [x] screen usege
- [x] SSH keys - [x] SSH keys
- [x] Full test under VM - [x] do not hardcode variables
- [x] Can it run under LXC container???
# To be nice
- [x] do not hardcode soma variables
- [x] BASH script - [x] BASH script
- [x] manual set up of min/max RAM - [x] set up of min/max RAM
- [x] auto add proxy mod (ProxyMod)[https://cdn.modrinth.com/data/vDyrHl8l/versions/K43ePlgq/proxy-compatible-forge-1.20-1.1.4.jar] - [x] auto add proxy mod [Proxy-compatible-forge](https://cdn.modrinth.com/data/vDyrHl8l/versions/K43ePlgq/proxy-compatible-forge-1.20-1.1.4.jar)
- [x] Do I need it? what is modern forwarding??? yes I need
- [x] config/pcf-common.toml Forwarding secrets - [x] config/pcf-common.toml Forwarding secrets
- [x] Update server.properties (whitelist, online-mode=false, name, ...) - [x] Update server.properties (whitelist, online-mode=false, name, ...)
- [x] ModernForwarding
- [x] SkinRestorer
- [ ] Better way to select bonus mods
- [ ] Do not stack mods in this repo
- [ ] Better handeling farwarding secrets
- [ ] TerraLith to world gen - [ ] TerraLith to world gen
- [x] config/pcf-* file with forwarding secret
- [ ] SkinRestorer

Binary file not shown.

View File

@ -106,9 +106,11 @@ if [[ "$ansVeloProxy" =~ ("y"|"Y") || -z $ansVeloProxy ]]; then
printf "Do you wish to set up moder forwarding? [Y/n]: \n" printf "Do you wish to set up moder forwarding? [Y/n]: \n"
read ansModernFarward read ansModernFarward
fi fi
printf "Do you want to set up SkinRestorer [Y/n]: \n"
read ansSkinRestorer
sleep 2 sleep 2
@ -172,8 +174,10 @@ if [[ "$ansVeloProxy" =~ ["y"|"Y"] || -z $ansVeloProxy ]]; then
fi fi
fi fi
# adds aditional mods
if [[ "$ansSkinRestorer" =~ ["y"|"Y"] || -z $ansSkinRestorer ]]; then
mv data/skinrestorer-forge*.jar /opt/minecraft/mods/
fi
### Permisions ### ### Permisions ###
printf "\n+ Permision handeling\n" printf "\n+ Permision handeling\n"