mirror of
https://github.com/parkervcp/eggs.git
synced 2025-02-03 00:32:57 +08:00
Add waterdog pe (#1346)
* add waterdog pe * update add waterdog pe * fix README * update egg * Shutdown not detected
This commit is contained in:
parent
b8ce5100c8
commit
4302566c22
12
README.md
12
README.md
@ -97,11 +97,11 @@ If you are reading this it looks like you are looking to add an egg to your serv
|
||||
* [FiveM](game_eggs/gta/fivem)
|
||||
* [RageMP](game_eggs/gta/ragemp)
|
||||
* [alt:V](game_eggs/gta/altv)
|
||||
|
||||
|
||||
* GTA SA
|
||||
* [Multi Theft Auto](game_eggs/gta/mtasa)
|
||||
* [SA-MP](game_eggs/gta/samp)
|
||||
|
||||
|
||||
* GTA
|
||||
* [GTAC](game_eggs/gta/gtac)
|
||||
|
||||
@ -124,7 +124,7 @@ If you are reading this it looks like you are looking to add an egg to your serv
|
||||
* [Java](game_eggs/minecraft/java) Servers for Java Minecraft
|
||||
* [Airplane](game_eggs/minecraft/java/airplane)
|
||||
* [Cuberite](game_eggs/minecraft/java/cuberite)
|
||||
* [Fabric](game_eggs/minecraft/java/fabric)
|
||||
* [Fabric](game_eggs/minecraft/java/fabric)
|
||||
* [Feather](game_eggs/minecraft/java/feather)
|
||||
* [Feed The Beast](game_eggs/minecraft/java/ftb)
|
||||
* [Forge](game_eggs/minecraft/java/forge)
|
||||
@ -141,17 +141,19 @@ If you are reading this it looks like you are looking to add an egg to your serv
|
||||
|
||||
* [Proxies](game_eggs/minecraft/proxy) Minecraft Server Proxies
|
||||
* [Java](game_eggs/minecraft/proxy/java)
|
||||
* [FlameCord](game_eggs/minecraft/proxy/java/flamecord)
|
||||
* [FlameCord](game_eggs/minecraft/proxy/java/flamecord)
|
||||
* [Travertine](game_eggs/minecraft/proxy/java/travertine)
|
||||
* [TyphoonLimbo](game_eggs/minecraft/proxy/java/typhoonlimbo)
|
||||
* [Velocity](game_eggs/minecraft/proxy/java/velocity)
|
||||
* [Waterfall](game_eggs/minecraft/proxy/java/waterfall)
|
||||
* [Bedrock](game_eggs/minecraft/proxy/bedrock)
|
||||
* [Waterdog PE](game_eggs/minecraft/proxy/bedrock/waterdog_pe)
|
||||
* [Cross Platform](game_eggs/minecraft/proxy/cross_platform)
|
||||
* [GeyserMC](game_eggs/minecraft/proxy/cross_platform/geyser)
|
||||
* [Waterdog](game_eggs/minecraft/proxy/cross_platform/waterdog)
|
||||
|
||||
[OpenArena](game_eggs/openarena)
|
||||
* [openarena](game_eggs/openarena/openarena)
|
||||
* [openarena](game_eggs/openarena/openarena)
|
||||
|
||||
[OpenRA](game_eggs/openra)
|
||||
* [OpenRA Dune2000](game_eggs/openra/openra_dune2000)
|
||||
|
@ -13,7 +13,7 @@ It’s set in infinitely-generated worlds of wide open terrain - icy mountains,
|
||||
[Java](/game_eggs/minecraft/java/) Servers for Java Minecraft
|
||||
* [Airplane](/game_eggs/minecraft/java/airplane)
|
||||
* [Cuberite](/game_eggs/minecraft/java/cuberite)
|
||||
* [Fabric](/game_eggs/minecraft/java/fabric)
|
||||
* [Fabric](/game_eggs/minecraft/java/fabric)
|
||||
* [Feather](/game_eggs/minecraft/java/feather)
|
||||
* [Feed The Beast](/game_eggs/minecraft/java/ftb)
|
||||
* [Forge](/game_eggs/minecraft/java/forge)
|
||||
@ -30,12 +30,14 @@ It’s set in infinitely-generated worlds of wide open terrain - icy mountains,
|
||||
|
||||
* [Proxies](/game_eggs/minecraft/proxy) Minecraft Server Proxies
|
||||
* [Java](/game_eggs/minecraft/proxy/java)
|
||||
* [FlameCord](/game_eggs/minecraft/proxy/java/flamecord)
|
||||
* [FlameCord](/game_eggs/minecraft/proxy/java/flamecord)
|
||||
* [Travertine](/game_eggs/minecraft/proxy/java/travertine)
|
||||
* [TyphoonLimbo](/game_eggs/minecraft/proxy/java/typhoonlimbo)
|
||||
* [Velocity](/game_eggs/minecraft/proxy/java/velocity)
|
||||
* [VIAaaS](/game_eggs/minecraft/proxy/java/viaaas)
|
||||
* [Waterfall](/game_eggs/minecraft/proxy/java/waterfall)
|
||||
* [Bedrock](/game_eggs/minecraft/proxy/bedrock)
|
||||
* [Waterdog PE](/game_eggs/minecraft/proxy/bedrock/waterdogpe)
|
||||
* [Cross Platform](/game_eggs/minecraft/proxy/cross_platform)
|
||||
* [GeyserMC](/game_eggs/minecraft/proxy/cross_platform/geyser)
|
||||
* [Waterdog](/game_eggs/minecraft/proxy/cross_platform/waterdog)
|
||||
|
@ -7,6 +7,8 @@
|
||||
* [Velocity](/game_eggs/minecraft/proxy/java/velocity)
|
||||
* [VIAaaS](/game_eggs/minecraft/proxy/java/viaaas)
|
||||
* [Waterfall](/game_eggs/minecraft/proxy/java/waterfall)
|
||||
* [Bedrock](/game_eggs/minecraft/proxy/bedrock)
|
||||
* [Waterdog PE](/game_eggs/minecraft/proxy/bedrock/waterdogpe)
|
||||
* [Cross Platform](/game_eggs/minecraft/proxy/cross_platform)
|
||||
* [GeyserMC](/game_eggs/minecraft/proxy/cross_platform/geyser)
|
||||
* [Waterdog](/game_eggs/minecraft/proxy/cross_platform/waterdog)
|
||||
|
5
game_eggs/minecraft/proxy/bedrock/README.md
Normal file
5
game_eggs/minecraft/proxy/bedrock/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Mineraft Bedrock Proxies
|
||||
|
||||
### Waterdog PE
|
||||
[Waterdog PE](https://github.com/WaterdogPE/WaterdogPE)
|
||||
WaterdogPE is a brand new Minecraft: Bedrock Edition proxy software developed by the developers of the old Waterdog Proxy.
|
8
game_eggs/minecraft/proxy/bedrock/waterdog_pe/README.md
Normal file
8
game_eggs/minecraft/proxy/bedrock/waterdog_pe/README.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Waterdog PE
|
||||
Brand new proxy server for Minecraft: Bedrock Edition
|
||||
|
||||
## Server Ports
|
||||
|
||||
| Port | default |
|
||||
|----------|---------|
|
||||
| server | 19132 |
|
70
game_eggs/minecraft/proxy/bedrock/waterdog_pe/config.yml
Normal file
70
game_eggs/minecraft/proxy/bedrock/waterdog_pe/config.yml
Normal file
@ -0,0 +1,70 @@
|
||||
# Waterdog Main Configuration file
|
||||
# Configure your desired network settings here.
|
||||
|
||||
# A list of all downstream servers that are available right after starting
|
||||
# address field is formatted using ip:port
|
||||
# publicAddress is optional and can be set to the ip players can directly connect through
|
||||
servers:
|
||||
lobby1:
|
||||
address: 127.0.0.1:19133
|
||||
public_address: play.myserver.com:19133
|
||||
listener:
|
||||
# The Motd which will be displayed in the server tab of a player and returned during ping
|
||||
motd: §bWaterdog§3PE
|
||||
# The server priority list. If not changed by plugins, the proxy will connect the player to the first of those servers
|
||||
priorities:
|
||||
- lobby1
|
||||
# The address to bind the server to
|
||||
host: 0.0.0.0:19132
|
||||
# The maximum amount of players that can connect to this proxy instance
|
||||
max_players: 20
|
||||
# Map the ip a player joined through to a specific server
|
||||
# for example skywars.xyz.com => SkyWars-1
|
||||
# when a player connects using skywars-xyz.com as the serverIp, he will be connected to SkyWars-1 directly
|
||||
forced_hosts: {}
|
||||
# Case-Sensitive permission list for players (empty using {})
|
||||
permissions:
|
||||
TobiasDev:
|
||||
- waterdog.player.transfer
|
||||
- waterdog.player.list
|
||||
alemiz003:
|
||||
- waterdog.player.transfer
|
||||
- waterdog.player.list
|
||||
# List of permissions each player should get by default (empty using [])
|
||||
permissions_default:
|
||||
- waterdog.command.help
|
||||
- waterdog.command.info
|
||||
# Whether the debug output in the console should be enabled or not
|
||||
enable_debug: false
|
||||
# If enabled, encrypted connection between client and proxy will be created
|
||||
upstream_encryption: true
|
||||
# If enabled, only players which are authenticated with XBOX Live can join. If disabled, anyone can connect *with any name*
|
||||
online_mode: true
|
||||
# If enabled, the proxy will be able to bind to an Ipv6 Address
|
||||
enable_ipv6: false
|
||||
# If enabled, the proxy will pass information like XUID or IP to the downstream server using custom fields in the LoginPacket
|
||||
use_login_extras: true
|
||||
# Replaces username spaces with underscores if enabled
|
||||
replace_username_spaces: false
|
||||
# Whether server query should be enabled
|
||||
enable_query: true
|
||||
# If enabled, when receiving a McpeTransferPacket, the proxy will check if the target server is in the downstream list, and if yes, use the fast transfer mechanism
|
||||
prefer_fast_transfer: true
|
||||
# Fast-codec only decodes the packets required by the proxy, everything else will be passed rawly. Disabling this can create a performance hit
|
||||
use_fast_codec: true
|
||||
# If enabled, the proxy will inject all the proxy commands in the AvailableCommandsPacket, enabling autocompletion
|
||||
inject_proxy_commands: true
|
||||
# Upstream server compression ratio(proxy to client), higher = less bandwidth, more cpu, lower vice versa
|
||||
upstream_compression_level: 6
|
||||
# Upstream server compression ratio(proxy to downstream server), higher = less bandwidth, more cpu, lower vice versa
|
||||
downstream_compression_level: 2
|
||||
# Education features require small adjustments to work correctly. Enable this option if any of downstream servers support education features.
|
||||
enable_edu_features: false
|
||||
# Enable/Disable the resource pack system
|
||||
enable_packs: true
|
||||
# Whether texture packs should be enforced
|
||||
force_apply_packs: false
|
||||
# You can set maximum pack size in MB to be cached.
|
||||
pack_cache_size: 16
|
||||
# Creating threads may be in some situations expensive. Specify minimum count of idle threads per internal thread executors. Set to -1 to auto-detect by core count.
|
||||
default_idle_threads: -1
|
@ -0,0 +1,52 @@
|
||||
{
|
||||
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
|
||||
"meta": {
|
||||
"version": "PTDL_v1",
|
||||
"update_url": null
|
||||
},
|
||||
"exported_at": "2021-09-20T15:28:45+09:00",
|
||||
"name": "Waterdog PE",
|
||||
"author": "parker@pterodactyl.io",
|
||||
"description": "Brand new proxy server for Minecraft: Bedrock Edition",
|
||||
"features": null,
|
||||
"images": [
|
||||
"ghcr.io\/pterodactyl\/yolks:java_11",
|
||||
"ghcr.io\/pterodactyl\/yolks:java_14",
|
||||
"ghcr.io\/pterodactyl\/yolks:java_16"
|
||||
],
|
||||
"file_denylist": [],
|
||||
"startup": "java -Dterminal.ansi=true -Xms128M -Xmx{{SERVER_MEMORY}}M -jar {{SERVER_JARFILE}}",
|
||||
"config": {
|
||||
"files": "{}",
|
||||
"startup": "{\r\n \"done\": \"Started query on \"\r\n}",
|
||||
"logs": "{}",
|
||||
"stop": "end"
|
||||
},
|
||||
"scripts": {
|
||||
"installation": {
|
||||
"script": "#!\/bin\/bash\r\n\r\napt update\r\napt install -y curl\r\n\r\nif [ ! -d \/mnt\/server ]; then\r\n mkdir \/mnt\/server\r\nfi\r\n\r\ncd \/mnt\/server\r\n\r\n# Adding '.jar' if it isn't part of the file name\r\nif [[ \"${SERVER_JARFILE}\" == \"*\\.jar\" ]]; then\r\n echo -e \"adding.jar to server file name\"\r\n SERVER_JARFILE=\"${SERVER_JARFILE}.jar\"\r\nfi\r\n\r\nif [ -z \"${WATERDOG_VERSION}\" ] || [ \"${WATERDOG_VERSION}\" == \"latest\" ]; then\r\n echo -e \"downloading latest waterdog pe build\\n\"\r\n curl -sSL -o ${SERVER_JARFILE} https:\/\/jenkins.waterdog.dev\/job\/Waterdog\/job\/WaterdogPE\/job\/release\/lastSuccessfulBuild\/artifact\/target\/Waterdog.jar\r\nelse \r\n echo -e \"downloading waterdog pe build ${WATERDOG_VERSION}\\n\"\r\n curl -sSL -o ${SERVER_JARFILE} https:\/\/jenkins.waterdog.dev\/job\/Waterdog\/job\/WaterdogPE\/job\/release\/${WATERDOG_VERSION}\/artifact\/target\/Waterdog.jar\r\nfi\r\n\r\nif [ ! -f config.yml ]; then\r\n echo -e \"Downloading waterdog pe config.yml\"\r\n curl -o config.yml https:\/\/raw.githubusercontent.com\/parkervcp\/eggs\/master\/game_eggs\/minecraft\/proxy\/bedrock\/waterdog_pe\/config.yml\r\nelse\r\n echo -e \"Waterfall config.yml exists. Will not pull a new file\"\r\nfi",
|
||||
"container": "debian:buster-slim",
|
||||
"entrypoint": "bash"
|
||||
}
|
||||
},
|
||||
"variables": [
|
||||
{
|
||||
"name": "Waterdog PE Version",
|
||||
"description": "The build to pull and install. (Ex. 23), or set to latest\r\n\r\nThis is the build number on https:\/\/jenkins.waterdog.dev\/",
|
||||
"env_variable": "WATERDOG_VERSION",
|
||||
"default_value": "latest",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|string|max:20"
|
||||
},
|
||||
{
|
||||
"name": "Server Jar File",
|
||||
"description": "The jar to run to",
|
||||
"env_variable": "SERVER_JARFILE",
|
||||
"default_value": "server.jar",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|string|max:20"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user