mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-10-31 08:58:06 +00:00 
			
		
		
		
	remove FlameCord
This commit is contained in:
		
							parent
							
								
									5431ccbc1c
								
							
						
					
					
						commit
						49e5009b0d
					
				| @ -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 | ||||
|   * [Java](game_eggs/minecraft/proxy/java) | ||||
|     * [FlameCord](game_eggs/minecraft/proxy/java/flamecord) | ||||
|     * [Travertine](game_eggs/minecraft/proxy/java/travertine) | ||||
|     * [Velocity](game_eggs/minecraft/proxy/java/velocity) | ||||
|     * [Waterfall](game_eggs/minecraft/proxy/java/waterfall) | ||||
|  | ||||
| @ -84,7 +84,6 @@ | ||||
|     * [GeyserMC](minecraft/proxy/cross_platform/geyser) | ||||
|     * [Waterdog](minecraft/proxy/cross_platform/waterdog) | ||||
|   * [Java](minecraft/proxy/java) | ||||
|     * [FlameCord](minecraft/proxy/java/flamecord) | ||||
|     * [Travertine](minecraft/proxy/java/travertine) | ||||
|     * [Velocity](minecraft/proxy/java/velocity) | ||||
|     * [VIAaas](minecraft/proxy/java/viaaas) | ||||
|  | ||||
| @ -42,7 +42,6 @@ It’s set in infinitely-generated worlds of wide open terrain - icy mountains, | ||||
|   * [GeyserMC](proxy/cross_platform/geyser) | ||||
|   * [Waterdog](proxy/cross_platform/waterdog) | ||||
| * [Java](proxy/java) | ||||
|   * [FlameCord](proxy/java/flamecord) | ||||
|   * [Travertine](proxy/java/travertine) | ||||
|   * [Velocity](proxy/java/velocity) | ||||
|   * [VIAaas](proxy/java/viaaas) | ||||
|  | ||||
| @ -1,7 +1,6 @@ | ||||
| # Minecraft Proxies | ||||
| 
 | ||||
| * [Java](/game_eggs/minecraft/proxy/java/) | ||||
|   * [FlameCord](/game_eggs/minecraft/proxy/java/flamecord) | ||||
|   * [Travertine](/game_eggs/minecraft/proxy/java/travertine) | ||||
|   * [Velocity](/game_eggs/minecraft/proxy/java/velocity) | ||||
|   * [VIAaaS](/game_eggs/minecraft/proxy/java/viaaas) | ||||
|  | ||||
| @ -1,10 +1,6 @@ | ||||
| # 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](https://papermc.io/downloads#Travertine) | ||||
| Waterfall, with additional support for Minecraft 1.7.10.  | ||||
|  | ||||
| @ -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   | | ||||
| @ -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" | ||||
|         } | ||||
|     ] | ||||
| } | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user