softwarenoob 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ecc721a48d 
							
						 
					 
					
						
						
							
							chore: correct pm3 install message  
						
						
						
						
					 
					
						2021-12-11 21:53:39 +02:00 
						 
				 
			
				
					
						
							
							
								softwarenoob 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e3d5307eeb 
							
						 
					 
					
						
						
							
							fix(pmpp): version fetching  
						
						... 
						
						
						
						Use update.pmmp.io API for latest version fetching allowing users to choose pm3 or pm4.
closes  #1459  
						
						
					 
					
						2021-12-11 21:00:05 +02:00 
						 
				 
			
				
					
						
							
							
								Michael (Parker) Parker 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b7747651f6 
							
						 
					 
					
						
						
							
							update purpur install  script ( #1444 )  
						
						
						
						
					 
					
						2021-12-07 13:19:51 +02:00 
						 
				 
			
				
					
						
							
							
								Michael (Parker) Parker 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8722fe95f5 
							
						 
					 
					
						
						
							
							Merge pull request  #1435  from parkervcp/fix/forge  
						
						... 
						
						
						
						fix: Forge version regex for 1.17+ JPMS 
						
						
					 
					
						2021-12-04 17:00:17 -05:00 
						 
				 
			
				
					
						
							
							
								NgLoader 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9d470cb1e5 
							
						 
					 
					
						
						
							
							feat: add NanoLimbo ( #1413 )  
						
						
						
						
					 
					
						2021-12-02 19:12:24 +02:00 
						 
				 
			
				
					
						
							
							
								James Harrison 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c19ebdc246 
							
						 
					 
					
						
						
							
							Update Velocity Egg to support Paper API v2 ( #1434 )  
						
						... 
						
						
						
						Co-authored-by: softwarenoob <admin@softwarenoob.com> 
						
						
					 
					
						2021-12-02 18:55:42 +02:00 
						 
				 
			
				
					
						
							
							
								softwarenoob 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c196d17d53 
							
						 
					 
					
						
						
							
							chore: change order of Java images  
						
						
						
						
					 
					
						2021-12-02 18:24:03 +02:00 
						 
				 
			
				
					
						
							
							
								Softwarenoob 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6da972915f 
							
						 
					 
					
						
						
							
							fix: Forge version regex for 1.17+ JPMS  
						
						... 
						
						
						
						For 1.17 JPMS arguments, fix regex to match`^1\.(17|18|19|20|21|22|23)` or latest instead of only dot . minor versions, which is something I didn't notice in a previous PR. This should future proof it. 
						
						
					 
					
						2021-12-02 18:12:46 +02:00 
						 
				 
			
				
					
						
							
							
								softwarenoob 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2c94c458e8 
							
						 
					 
					
						
						
							
							refactor(spigot) Proper support for all versions  
						
						... 
						
						
						
						add support for Spigot 1.18 - 1.23 including snapshots that should future proof it
change install image and remove packages from installation since our install image contains them all
add troubleshooting steps and messages should install fail
use temurin Java images for building since adoptopenjdk is deprecated and doesn't have 17
overwrite used memory for building to 1024 if less than 1024 is used . Wings allocates minimum of 1024MB memory, however, it's not enough to build 1.17+ 
						
						
					 
					
						2021-11-27 07:16:24 +02:00 
						 
				 
			
				
					
						
							
							
								softwarenoob 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							701838ddca 
							
						 
					 
					
						
						
							
							fix(spigot): regex versions for buildtools java 8, 16, 17  
						
						... 
						
						
						
						Fixes minor version detection for Spigot buildtools and adds Java 17 support for 1.18+ 
						
						
					 
					
						2021-11-27 05:38:52 +02:00 
						 
				 
			
				
					
						
							
							
								softwarenoob 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c2a17a19f4 
							
						 
					 
					
						
						
							
							chore(minecraft): update images to Yolks and include feature modals  
						
						... 
						
						
						
						Updates Minecraft eggs to have the new Yolks images and features for EULA and Java version selector popup modals. 
						
						
					 
					
						2021-11-26 02:14:52 +02:00 
						 
				 
			
				
					
						
							
							
								softwarenoob 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7fdba40e01 
							
						 
					 
					
						
						
							
							fix: Forge latest version fetching  
						
						... 
						
						
						
						Fixes a typo in fetching latest versions. It was overwritten to "recommended" by mistake. 
						
						
					 
					
						2021-11-25 22:26:55 +02:00 
						 
				 
			
				
					
						
							
							
								softwarenoob 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dec4688fb2 
							
						 
					 
					
						
						
							
							refactor: add debug messages and fix PHP extension path  
						
						... 
						
						
						
						Add debug messages for debugging when users complain. Do not overwrite `server.properties` if it exists.
Correctly configure PHP `extensions_dir`to fix issues with loading extensions like opcache.so. Change install image to our installer for faster installation. 
						
						
					 
					
						2021-11-18 23:37:02 +02:00 
						 
				 
			
				
					
						
							
							
								creeper123123321 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e0e7ae699e 
							
						 
					 
					
						
						
							
							VIAaaS: update java, startup detection, use ash ( #1362 )  
						
						
						
						
					 
					
						2021-11-15 15:47:24 +02:00 
						 
				 
			
				
					
						
							
							
								Sascha_T 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1ab8c6867e 
							
						 
					 
					
						
						
							
							feat(fabric): add option to select Fabric version( #1381 )  
						
						
						
						
					 
					
						2021-11-15 00:36:07 +02:00 
						 
				 
			
				
					
						
							
							
								Torsten Widmann 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f2d1676384 
							
						 
					 
					
						
						
							
							Remove version selection for pocketmine and use Yolks image ( #1371 )  
						
						... 
						
						
						
						Removes version variable and makes use of the new Yolks Debian image 
						
						
					 
					
						2021-10-24 17:56:13 +03:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							87917a8f2b 
							
						 
					 
					
						
						
							
							eggs(forge): support 1.17+ versions ( #1354 )  
						
						... 
						
						
						
						Support new 1.17+ Forge JPMS arguments that doesn't ship any executable jar
Fix forge latest build version option to actually use latest instead of recommended
Set build version input rules to only accept valid values of latest and recommended
Remove spaces from the version variables to avoid issues with curl. Forge site displays versions with spaces to end users 
						
						
					 
					
						2021-10-14 07:40:22 +03:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c4e6745b1c 
							
						 
					 
					
						
						
							
							eggs(spigot): fix buildtools for 1.17 and newer minor versions ( #1356 )  
						
						... 
						
						
						
						Fixes minor version detection, and updates docker images to the yolks one 
						
						
					 
					
						2021-10-14 07:40:02 +03:00 
						 
				 
			
				
					
						
							
							
								Callum Seabrook 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b7fae8441a 
							
						 
					 
					
						
						
							
							Add Minecraft Krypton ( #1139 )  
						
						
						
						
					 
					
						2021-10-11 00:09:56 +03:00 
						 
				 
			
				
					
						
							
							
								Ree-jp 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4302566c22 
							
						 
					 
					
						
						
							
							Add waterdog pe ( #1346 )  
						
						... 
						
						
						
						* add waterdog pe
* update add waterdog pe
* fix README
* update egg
* Shutdown not detected 
						
						
					 
					
						2021-09-21 18:40:14 +03:00 
						 
				 
			
				
					
						
							
							
								Philipp 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5c7d1854e4 
							
						 
					 
					
						
						
							
							Modified BuildTools startup ( #1332 )  
						
						... 
						
						
						
						Specify memory for Spigot BuildTools, or it will fail because of too low memory that JVM won't use it all 
						
						
					 
					
						2021-09-11 02:56:25 +03:00 
						 
				 
			
				
					
						
							
							
								Nicholas Y 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							77317bb22c 
							
						 
					 
					
						
						
							
							Update title from 'Example Server Name' to 'Ai...' ( #1311 )  
						
						... 
						
						
						
						Just updated the title from 'Example Server Name' to 'Airplane'. Didn't make any sense so changed it, nothing else to say. 🤷♂️  
						
						
					 
					
						2021-08-23 15:24:22 +03:00 
						 
				 
			
				
					
						
							
							
								Torsten Widmann 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5d9fa69f55 
							
						 
					 
					
						
						
							
							Updated Pocketmine to use recommended php8 builds ( #1309 )  
						
						... 
						
						
						
						* Updated Pocketmine to use recommended php8 build 
						
						
					 
					
						2021-08-21 19:26:53 +03:00 
						 
				 
			
				
					
						
							
							
								Snipeur060 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							54375a1f3f 
							
						 
					 
					
						
						
							
							Update pocketmine egg  
						
						... 
						
						
						
						the link not exist and you can't install php 7.4 i fix it with this link https://jenkins.pmmp.io/job/PHP-7.4-Aggregate/lastSuccessfulBuild/artifact/PHP-7.4-Linux-x86_64.tar.gz  
						
						
					 
					
						2021-07-31 15:34:26 +02:00 
						 
				 
			
				
					
						
							
							
								TTRCharlie 
							
						 
					 
					
						
						
						
						
							
						
						
							e28125f163 
							
						 
					 
					
						
						
							
							Change default Docker image  
						
						
						
						
					 
					
						2021-07-25 09:45:52 +02:00 
						 
				 
			
				
					
						
							
							
								TTRCharlie 
							
						 
					 
					
						
						
						
						
							
						
						
							6e6e84ddd4 
							
						 
					 
					
						
						
							
							Add airplane jenkins url to build version variable's description  
						
						
						
						
					 
					
						2021-07-25 09:43:43 +02:00 
						 
				 
			
				
					
						
							
							
								TTRCharlie 
							
						 
					 
					
						
						
						
						
							
						
						
							f725b96bc8 
							
						 
					 
					
						
						
							
							airplane egg fixes  
						
						
						
						
					 
					
						2021-07-25 09:40:08 +02:00 
						 
				 
			
				
					
						
							
							
								TTRCharlie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							56da2dd0d9 
							
						 
					 
					
						
						
							
							Update README.md  
						
						
						
						
					 
					
						2021-07-24 23:38:27 +02:00 
						 
				 
			
				
					
						
							
							
								TTRCharlie 
							
						 
					 
					
						
						
						
						
							
						
						
							17c6e590e6 
							
						 
					 
					
						
						
							
							update README.MD files  
						
						
						
						
					 
					
						2021-07-24 23:34:10 +02:00 
						 
				 
			
				
					
						
							
							
								TTRCharlie 
							
						 
					 
					
						
						
						
						
							
						
						
							a892230d1f 
							
						 
					 
					
						
						
							
							Delete last line from airplane folder's readme  
						
						
						
						
					 
					
						2021-07-24 23:31:35 +02:00 
						 
				 
			
				
					
						
							
							
								TTRCharlie 
							
						 
					 
					
						
						
						
						
							
						
						
							11bbd20c49 
							
						 
					 
					
						
						
							
							Add Airplane links to readme files  
						
						
						
						
					 
					
						2021-07-24 23:29:22 +02:00 
						 
				 
			
				
					
						
							
							
								TTRCharlie 
							
						 
					 
					
						
						
						
						
							
						
						
							bb3f230066 
							
						 
					 
					
						
						
							
							Add airplane minecraft server jar  
						
						
						
						
					 
					
						2021-07-24 23:24:29 +02:00 
						 
				 
			
				
					
						
							
							
								Julian 
							
						 
					 
					
						
						
						
						
							
						
						
							8dff3d71ec 
							
						 
					 
					
						
						
							
							Update eggs to https  
						
						
						
						
					 
					
						2021-07-23 11:01:57 +02:00 
						 
				 
			
				
					
						
							
							
								Julian 
							
						 
					 
					
						
						
						
						
							
						
						
							b695998582 
							
						 
					 
					
						
						
							
							Add 1.12.2-Pack to README  
						
						
						
						
					 
					
						2021-07-23 10:58:42 +02:00 
						 
				 
			
				
					
						
							
							
								Julian 
							
						 
					 
					
						
						
						
						
							
						
						
							a6fc774cce 
							
						 
					 
					
						
						
							
							Update README to new folder structure  
						
						
						
						
					 
					
						2021-07-23 10:57:20 +02:00 
						 
				 
			
				
					
						
							
							
								Purpur 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							02c7ab291e 
							
						 
					 
					
						
						
							
							Update README.md  
						
						
						
						
					 
					
						2021-07-21 16:55:48 -05:00 
						 
				 
			
				
					
						
							
							
								Softwarenoob 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							baa5cf21ea 
							
						 
					 
					
						
						
							
							patch: purpur to use new v2 api  
						
						... 
						
						
						
						Uses latest purpur v2 API version, together with ignoring null values in jq contains that could trigger invalid results.
Removes java 14 that was deleted from yolks and expands echo debug messages 
						
						
					 
					
						2021-07-17 01:54:26 +03:00 
						 
				 
			
				
					
						
							
							
								KolakZ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8c7473492d 
							
						 
					 
					
						
						
							
							Fix typo  
						
						
						
						
					 
					
						2021-07-12 19:59:51 -05:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1faaf4a5e7 
							
						 
					 
					
						
						
							
							fix readme paths  
						
						
						
						
					 
					
						2021-07-07 23:33:04 +03:00 
						 
				 
			
				
					
						
							
							
								Softwarenoob 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							299d472439 
							
						 
					 
					
						
						
							
							Resolve merge conflicts and add Minecraft backwards compatibility  
						
						... 
						
						
						
						Leave Minecraft folder for backward compatibility of older eggs that are pulling server.properties file - such as Panel core paper egg. 
						
						
					 
					
						2021-07-06 08:19:19 +03:00 
						 
				 
			
				
					
						
							
							
								Softwarenoob 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8610724416 
							
						 
					 
					
						
						
							
							refactor: update all eggs to use new folder structure  
						
						... 
						
						
						
						refactor: update all eggs to use new folder structuree 
						
						
					 
					
						2021-07-02 04:36:56 +03:00 
						 
				 
			
				
					
						
							
							
								Softwarenoob 
							
						 
					 
					
						
						
						
						
							
						
						
							8ef59591f1 
							
						 
					 
					
						
						
							
							refactor: move games to their own folder  
						
						
						
						
					 
					
						2021-07-02 03:34:01 +03:00