mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-11-04 02:48:07 +00:00 
			
		
		
		
	
						commit
						01909a11fc
					
				@ -77,6 +77,7 @@ If you are reading this it looks like you are looking to add an egg to your serv
 | 
				
			|||||||
* [SpongeVanilla](/minecraft_java/spongevanilla/)
 | 
					* [SpongeVanilla](/minecraft_java/spongevanilla/)
 | 
				
			||||||
* [Technic](/minecraft_java/technic/)
 | 
					* [Technic](/minecraft_java/technic/)
 | 
				
			||||||
* [VanillaCord](/minecraft_java/vanillacord/)
 | 
					* [VanillaCord](/minecraft_java/vanillacord/)
 | 
				
			||||||
 | 
					* [Tuinity](/minecraft_java/tuinity/) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Minecraft Proxies](/minecraft_proxy/) (these are for the java version of minecraft)
 | 
					[Minecraft Proxies](/minecraft_proxy/) (these are for the java version of minecraft)
 | 
				
			||||||
* [Waterfall](/minecraft_proxy/waterfall/)
 | 
					* [Waterfall](/minecraft_proxy/waterfall/)
 | 
				
			||||||
 | 
				
			|||||||
@ -56,3 +56,7 @@ Blightfall is a combination modpack and adventure map about surviving on an alie
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[Tekkit Legends](https://www.technicpack.net/modpack/tekkit-legends)  
 | 
					[Tekkit Legends](https://www.technicpack.net/modpack/tekkit-legends)  
 | 
				
			||||||
The ancient power of Tekkits past return in this legendary pack!  
 | 
					The ancient power of Tekkits past return in this legendary pack!  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Tuinity
 | 
				
			||||||
 | 
					Fork of Paper aimed at improving server performance at high playercounts.
 | 
				
			||||||
 | 
					[Tuinity GitHub](https://github.com/Spottedleaf/Tuinity) 
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										1
									
								
								minecraft_java/tuinity/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								minecraft_java/tuinity/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										36
									
								
								minecraft_java/tuinity/egg-tuinity.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										36
									
								
								minecraft_java/tuinity/egg-tuinity.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,36 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
 | 
				
			||||||
 | 
					    "meta": {
 | 
				
			||||||
 | 
					        "version": "PTDL_v1"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "exported_at": "2020-03-27T00:25:53-04:00",
 | 
				
			||||||
 | 
					    "name": "Tuinity",
 | 
				
			||||||
 | 
					    "author": "unknown@unknown.com",
 | 
				
			||||||
 | 
					    "description": "Fork of Paper aimed at improving server performance at high playercounts.",
 | 
				
			||||||
 | 
					    "image": "quay.io\/parkervcp\/pterodactyl-images:debian_openjdk-11",
 | 
				
			||||||
 | 
					    "startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -Dterminal.jline=false -Dterminal.ansi=true -jar {{SERVER_JARFILE}}",
 | 
				
			||||||
 | 
					    "config": {
 | 
				
			||||||
 | 
					        "files": "{\r\n    \"server.properties\": {\r\n        \"parser\": \"properties\",\r\n        \"find\": {\r\n            \"server-ip\": \"0.0.0.0\",\r\n            \"server-port\": \"{{server.build.default.port}}\"\r\n        }\r\n    }\r\n}",
 | 
				
			||||||
 | 
					        "startup": "{\r\n    \"done\": \")! For help, type \",\r\n    \"userInteraction\": [\r\n        \"Go to eula.txt for more info.\"\r\n    ]\r\n}",
 | 
				
			||||||
 | 
					        "logs": "{}",
 | 
				
			||||||
 | 
					        "stop": "^C"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "scripts": {
 | 
				
			||||||
 | 
					        "installation": {
 | 
				
			||||||
 | 
					            "script": "#!\/bin\/bash\r\n# Tuinity Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\n\r\napt update\r\napt -y install curl\r\ncd \/mnt\/server\r\n\r\nif [ ! -f server.properties ]; then\r\ncurl -o server.properties https:\/\/raw.githubusercontent.com\/parkervcp\/eggs\/master\/minecraft_java\/server.properties\r\nfi\r\n\r\ncurl -o ${SERVER_JARFILE} https:\/\/ci.codemc.io\/job\/Spottedleaf\/job\/Tuinity\/lastStableBuild\/artifact\/tuinity-paperclip.jar",
 | 
				
			||||||
 | 
					            "container": "debian:buster-slim",
 | 
				
			||||||
 | 
					            "entrypoint": "bash"
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "variables": [
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            "name": "Server Jar File",
 | 
				
			||||||
 | 
					            "description": "The name of the server jarfile to run the server with.",
 | 
				
			||||||
 | 
					            "env_variable": "SERVER_JARFILE",
 | 
				
			||||||
 | 
					            "default_value": "server.jar",
 | 
				
			||||||
 | 
					            "user_viewable": 1,
 | 
				
			||||||
 | 
					            "user_editable": 1,
 | 
				
			||||||
 | 
					            "rules": "required|string|max:20"
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user