Compare commits
2 Commits
63847d2476
...
e933175b3d
| Author | SHA1 | Date | |
|---|---|---|---|
| e933175b3d | |||
| 0f777d15c5 |
32
README.md
32
README.md
@ -1,49 +1,41 @@
|
|||||||
## The Plan
|
|
||||||
- [x] walkthruw
|
|
||||||
- [x] prototype
|
|
||||||
- [x] clean it
|
|
||||||
- [x] script it
|
|
||||||
- [x] addons for Forge
|
|
||||||
- [x] test that bitch
|
|
||||||
|
|
||||||
## To DO!
|
## To DO!
|
||||||
- [x] Firewall shinanigns
|
- [x] Firewall shinanigns
|
||||||
- [x] Proxmox admin acces in firewall
|
|
||||||
- [x] Clean up Prox
|
|
||||||
- [x] Auto add plugins
|
- [x] Auto add plugins
|
||||||
- [x] SystemD service
|
- [x] SystemD service
|
||||||
- [x] Config of velocity.toml
|
- [x] Config of velocity.toml
|
||||||
- [x] IP
|
|
||||||
- [x] Tailscale
|
- [x] Tailscale
|
||||||
- [x] Comments of what is doing what
|
|
||||||
- [x] Integrate ReWhitelist plugin
|
- [x] Integrate ReWhitelist plugin
|
||||||
- [x] Auto set up logo intagret to script
|
- [x] Auto set up logo intagret to script
|
||||||
- [ ] Back up script
|
- [ ] SkinRestorer auto setup
|
||||||
|
- [ ] Checks for what is done
|
||||||
|
|
||||||
## To learn
|
## To learn
|
||||||
- [x] What content of start.sh means
|
- [x] What content of start.sh means
|
||||||
- [x] Requred resources
|
- [x] Requred resources
|
||||||
- [ ] Different types of forwarding
|
- [x] Different types of forwarding
|
||||||
- [ ] SkinRestorer???
|
|
||||||
- [ ] DinMap
|
|
||||||
- [x] In their docs they have pages
|
- [x] In their docs they have pages
|
||||||
- [ ] Plan-Player-Analytics X Plan-Player-Analytics
|
|
||||||
|
|
||||||
## Used plugins
|
## Used plugins
|
||||||
- [Proxy Compatible Forge](https://github.com/adde0109/Proxy-Compatible-Forge) (On server for Velocity)
|
|
||||||
|
|
||||||
- [Ambassador](https://github.com/adde0109/Ambassador) (on Proxy for Forge support)
|
- [Ambassador](https://github.com/adde0109/Ambassador) (on Proxy for Forge support)
|
||||||
|
- [Proxy Compatible Forge](https://github.com/adde0109/Proxy-Compatible-Forge) (On server for Velocity)
|
||||||
- [ReWhitelist](https://hangar.papermc.io/ReModded/ReWhitelist) (on Proxy for whitelisting)
|
- [ReWhitelist](https://hangar.papermc.io/ReModded/ReWhitelist) (on Proxy for whitelisting)
|
||||||
|
- [SkinRestorer Velocity plugin](https://hangar.papermc.io/SRTeam/SkinsRestorer)
|
||||||
|
- [SkinRestorer](https://modrinth.com/mod/skinrestorer)
|
||||||
|
|
||||||
|
## To NOT use
|
||||||
|
|
||||||
|
- [Fabric proxy lite](https://modrinth.com/mod/fabricproxy-lite/) (basicly Ambassador for Fabric)
|
||||||
|
|
||||||
## To use plagins
|
## To use plagins
|
||||||
- Player Inventory Database
|
- Player Inventory Database
|
||||||
- [PlayerSync](https://www.curseforge.com/minecraft/mc-mods/playersync/files/all?page=1&pageSize=20&version=1.20.1) - Forge
|
- [PlayerSync](https://www.curseforge.com/minecraft/mc-mods/playersync/files/all?page=1&pageSize=20&version=1.20.1) - Forge
|
||||||
- [Dusty data sync](https://modrinth.com/mod/dusty-data-sync) - idk
|
- [Dusty data sync](https://modrinth.com/mod/dusty-data-sync) - idk
|
||||||
- [InvSync](https://modrinth.com/mod/invsync) - Fabric
|
- [InvSync](https://modrinth.com/mod/invsync) - Fabric
|
||||||
- [Fabric proxy lite](https://modrinth.com/mod/fabricproxy-lite/)
|
|
||||||
- [HuskSync](https://william278.net/project/husksync/) - Fabric
|
- [HuskSync](https://william278.net/project/husksync/) - Fabric
|
||||||
- [LackyPerms](https://luckperms.net/wiki/Network-Installation)
|
- [LackyPerms](https://luckperms.net/wiki/Network-Installation)
|
||||||
- [MultiEconomy](https://modrinth.com/mod/multieconomy)
|
- [MultiEconomy](https://modrinth.com/mod/multieconomy)
|
||||||
- [GitHub repo of nice Velocity Plugins](https://github.com/Syrent/Switch-to-Velocity?tab=readme-ov-file#necessary-plugins)
|
- [GitHub repo of nice Velocity Plugins](https://github.com/Syrent/Switch-to-Velocity?tab=readme-ov-file#necessary-plugins)
|
||||||
- [Sinytra Connector](https://modrinth.com/mod/connector) (Run Fabric mods on Forge)
|
- [Sinytra Connector](https://modrinth.com/mod/connector) (Run Fabric mods on Forge)
|
||||||
|
- Plan-Player-Analytics X Plan-Player-Analytics
|
||||||
|
- DynMap
|
||||||
|
|||||||
22
data/whitelists/honza.toml
Normal file
22
data/whitelists/honza.toml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
enabled = true
|
||||||
|
|
||||||
|
[[whitelist]]
|
||||||
|
nick = "sawboom3421"
|
||||||
|
type = "nick"
|
||||||
|
|
||||||
|
[[whitelist]]
|
||||||
|
nick = "HonzaSy"
|
||||||
|
type = "nick"
|
||||||
|
|
||||||
|
[[whitelist]]
|
||||||
|
nick = "ExistedNebula30"
|
||||||
|
type = "nick"
|
||||||
|
|
||||||
|
[[whitelist]]
|
||||||
|
nick = "ThatPurpleBoi"
|
||||||
|
type = "nick"
|
||||||
|
|
||||||
|
[[whitelist]]
|
||||||
|
nick = "Fretatka"
|
||||||
|
type = "nick"
|
||||||
|
|
||||||
@ -1,5 +1,7 @@
|
|||||||
enabled = true
|
enabled = true
|
||||||
|
|
||||||
|
enabled = true
|
||||||
|
|
||||||
[[whitelist]]
|
[[whitelist]]
|
||||||
nick = "Tamurile"
|
nick = "Tamurile"
|
||||||
type = "nick"
|
type = "nick"
|
||||||
@ -13,5 +15,22 @@ nick = "Crevecoeurf"
|
|||||||
type = "nick"
|
type = "nick"
|
||||||
|
|
||||||
[[whitelist]]
|
[[whitelist]]
|
||||||
nick = "Dark_element_CZ"
|
nick = "daybluecz"
|
||||||
type = "nick"
|
type = "nick"
|
||||||
|
|
||||||
|
[[whitelist]]
|
||||||
|
nick = "dark_element_CZ"
|
||||||
|
type = "nick"
|
||||||
|
|
||||||
|
[[whitelist]]
|
||||||
|
nick = "chrysto_life"
|
||||||
|
type = "nick"
|
||||||
|
|
||||||
|
[[whitelist]]
|
||||||
|
nick = "TheDohy"
|
||||||
|
type = "nick"
|
||||||
|
|
||||||
|
[[whitelist]]
|
||||||
|
nick = "Czernoch"
|
||||||
|
type = "nick"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user