diff --git a/README.md b/README.md index 3883253..c1e5744 100644 --- a/README.md +++ b/README.md @@ -3,26 +3,25 @@ To switch user use: # To DO - [x] Basic commands - - [x] Permisionss of files in this git - [x] server.properties + run.sh + eula.txt - [x] iptable commands - [x] my own .service file -- [x] modification of run.sh - [x] screen usege - [x] SSH keys -- [x] Full test under VM -- [x] Can it run under LXC container??? - -# To be nice -- [x] do not hardcode soma variables +- [x] do not hardcode variables - [x] BASH script -- [x] manual 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] Do I need it? what is modern forwarding??? yes I need +- [x] set up of min/max RAM +- [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] config/pcf-common.toml Forwarding secrets - [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 -- [x] config/pcf-* file with forwarding secret -- [ ] SkinRestorer + + + diff --git a/data/skinrestorer-forge-2.0.2+1.20.jar b/data/skinrestorer-forge-2.0.2+1.20.jar new file mode 100644 index 0000000..fe60e1d Binary files /dev/null and b/data/skinrestorer-forge-2.0.2+1.20.jar differ diff --git a/script.sh b/script.sh index c229a1d..dd787bd 100755 --- a/script.sh +++ b/script.sh @@ -106,9 +106,11 @@ if [[ "$ansVeloProxy" =~ ("y"|"Y") || -z $ansVeloProxy ]]; then printf "Do you wish to set up moder forwarding? [Y/n]: \n" read ansModernFarward - fi +printf "Do you want to set up SkinRestorer [Y/n]: \n" +read ansSkinRestorer + sleep 2 @@ -172,8 +174,10 @@ if [[ "$ansVeloProxy" =~ ["y"|"Y"] || -z $ansVeloProxy ]]; then fi fi - - +# adds aditional mods +if [[ "$ansSkinRestorer" =~ ["y"|"Y"] || -z $ansSkinRestorer ]]; then + mv data/skinrestorer-forge*.jar /opt/minecraft/mods/ +fi ### Permisions ### printf "\n+ Permision handeling\n"