1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-06 23:57:07 +02:00

Merge pull request #2148 from parkervcp/FlameCord

remove FlameCord
This commit is contained in:
Quinten 2023-02-19 14:38:25 +01:00 committed by GitHub
commit aa91aaca69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 0 additions and 66 deletions

View File

@ -182,7 +182,6 @@ 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 * [Proxies](game_eggs/minecraft/proxy) Minecraft Server Proxies
* [Java](game_eggs/minecraft/proxy/java) * [Java](game_eggs/minecraft/proxy/java)
* [FlameCord](game_eggs/minecraft/proxy/java/flamecord)
* [Travertine](game_eggs/minecraft/proxy/java/travertine) * [Travertine](game_eggs/minecraft/proxy/java/travertine)
* [Velocity](game_eggs/minecraft/proxy/java/velocity) * [Velocity](game_eggs/minecraft/proxy/java/velocity)
* [Waterfall](game_eggs/minecraft/proxy/java/waterfall) * [Waterfall](game_eggs/minecraft/proxy/java/waterfall)

View File

@ -84,7 +84,6 @@
* [GeyserMC](minecraft/proxy/cross_platform/geyser) * [GeyserMC](minecraft/proxy/cross_platform/geyser)
* [Waterdog](minecraft/proxy/cross_platform/waterdog) * [Waterdog](minecraft/proxy/cross_platform/waterdog)
* [Java](minecraft/proxy/java) * [Java](minecraft/proxy/java)
* [FlameCord](minecraft/proxy/java/flamecord)
* [Travertine](minecraft/proxy/java/travertine) * [Travertine](minecraft/proxy/java/travertine)
* [Velocity](minecraft/proxy/java/velocity) * [Velocity](minecraft/proxy/java/velocity)
* [VIAaas](minecraft/proxy/java/viaaas) * [VIAaas](minecraft/proxy/java/viaaas)

View File

@ -42,7 +42,6 @@ Its set in infinitely-generated worlds of wide open terrain - icy mountains,
* [GeyserMC](proxy/cross_platform/geyser) * [GeyserMC](proxy/cross_platform/geyser)
* [Waterdog](proxy/cross_platform/waterdog) * [Waterdog](proxy/cross_platform/waterdog)
* [Java](proxy/java) * [Java](proxy/java)
* [FlameCord](proxy/java/flamecord)
* [Travertine](proxy/java/travertine) * [Travertine](proxy/java/travertine)
* [Velocity](proxy/java/velocity) * [Velocity](proxy/java/velocity)
* [VIAaas](proxy/java/viaaas) * [VIAaas](proxy/java/viaaas)

View File

@ -1,7 +1,6 @@
# Minecraft Proxies # Minecraft Proxies
* [Java](/game_eggs/minecraft/proxy/java/) * [Java](/game_eggs/minecraft/proxy/java/)
* [FlameCord](/game_eggs/minecraft/proxy/java/flamecord)
* [Travertine](/game_eggs/minecraft/proxy/java/travertine) * [Travertine](/game_eggs/minecraft/proxy/java/travertine)
* [Velocity](/game_eggs/minecraft/proxy/java/velocity) * [Velocity](/game_eggs/minecraft/proxy/java/velocity)
* [VIAaaS](/game_eggs/minecraft/proxy/java/viaaas) * [VIAaaS](/game_eggs/minecraft/proxy/java/viaaas)

View File

@ -1,10 +1,6 @@
# Minecraft Java Proxies # Minecraft Java Proxies
#### FlameCord
[FlameCord](https://github.com/2lstudios-mc/FlameCord)
FlameCord is a patch for Travertine to fix possible exploits and add useful functionalities.
#### Travertine #### Travertine
[Travertine](https://papermc.io/downloads#Travertine) [Travertine](https://papermc.io/downloads#Travertine)
Waterfall, with additional support for Minecraft 1.7.10. Waterfall, with additional support for Minecraft 1.7.10.

View File

@ -1,10 +0,0 @@
# Flamecord server
FlameCord is a fork of Travertine that fixes Netty Exploits, keeps your console clean from unnecessary messages and orders your BungeeCord modules in a simpler way.
## Server Ports
The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
| Port | default |
|-------|---------|
| Game | 25565 |

View File

@ -1,48 +0,0 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2022-12-19T17:57:16+01:00",
"name": "Flamecord",
"author": "admin@softwarenoob.com",
"description": "FlameCord is a patch for Travertine to fix possible exploits and add useful functionalities. FlameCord aims to fix Netty related exploits to keep your server safe from attacks.",
"features": [
"eula",
"java_version",
"pid_limit"
],
"docker_images": {
"ghcr.io\/pterodactyl\/yolks:java_17": "ghcr.io\/pterodactyl\/yolks:java_17",
"ghcr.io\/pterodactyl\/yolks:java_16": "ghcr.io\/pterodactyl\/yolks:java_16",
"ghcr.io\/pterodactyl\/yolks:java_11": "ghcr.io\/pterodactyl\/yolks:java_11"
},
"file_denylist": [],
"startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -Dterminal.jline=false -Dterminal.ansi=true -jar {{SERVER_JARFILE}}",
"config": {
"files": "{\r\n \"config.yml\": {\r\n \"parser\": \"yaml\",\r\n \"find\": {\r\n \"listeners[0].host\": \"0.0.0.0:{{server.build.default.port}}\",\r\n \"servers.*.address\": {\r\n \"127.0.0.1\": \"{{config.docker.interface}}\",\r\n \"localhost\": \"{{config.docker.interface}}\"\r\n }\r\n }\r\n }\r\n}",
"startup": "{\r\n \"done\": \"Listening on \"\r\n}",
"logs": "{}",
"stop": "end"
},
"scripts": {
"installation": {
"script": "#!\/bin\/bash\r\n# FlameCord Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napt update\r\napt install -y curl git \r\n\r\nmkdir -p \/mnt\/server\/tmp\r\ncd \/mnt\/server\/tmp\r\n\r\nrm \/mnt\/server\/${SERVER_JARFILE}\r\n# set some needed variables\r\ngit config --global user.email \"you@example.com\"\r\ngit config --global user.name \"Your Name\"\r\n\r\n# Clone the repo \r\necho \"git clone https:\/\/github.com\/2lstudios-mc\/FlameCord.git\"\r\ngit clone https:\/\/github.com\/2lstudios-mc\/FlameCord.git \r\ncd FlameCord\/\r\nchmod +x scripts\/build.sh\r\n\r\n#build the jar\r\necho \"start building\"\r\n.\/scripts\/build.sh --jar\r\n\r\n# Find the jar file and move it\r\nJAR_PATH=$(find . -name FlameCord.jar)\r\nmv ${JAR_PATH} \/mnt\/server\/${SERVER_JARFILE}\r\nrm -rf \/mnt\/server\/tmp\r\n\r\necho \"Install complete\"",
"container": "maven:3.8.6-openjdk-11-slim",
"entrypoint": "bash"
}
},
"variables": [
{
"name": "FlameCord Jar File",
"description": "The name of the jar file to use when running FlameCord.",
"env_variable": "SERVER_JARFILE",
"default_value": "flamecord.jar",
"user_viewable": true,
"user_editable": true,
"rules": "required|regex:\/^([\\w\\d._-]+)(\\.jar)$\/",
"field_type": "text"
}
]
}