mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-10-31 17:08:06 +00:00 
			
		
		
		
	Merge pull request #40 from wraith1200/master
Add Config Download to Nukkit
This commit is contained in:
		
						commit
						bfc648b63a
					
				| @ -3,7 +3,7 @@ | ||||
|     "meta": { | ||||
|         "version": "PTDL_v1" | ||||
|     }, | ||||
|     "exported_at": "2018-05-09T13:03:29+00:00", | ||||
|     "exported_at": "2018-05-13T20:03:45+00:00", | ||||
|     "name": "Nukkit", | ||||
|     "author": "parker@parkervcp.com", | ||||
|     "description": "Nukkit is a Nuclear-Powered Server Software For Minecraft: Pocket Edition\r\n\r\nhttps:\/\/nukkit.io\/", | ||||
| @ -17,7 +17,7 @@ | ||||
|     }, | ||||
|     "scripts": { | ||||
|         "installation": { | ||||
|             "script": "#!\/bin\/ash\r\n# Nukkit Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napk add --no-cache curl openssl\r\n\r\ncd \/mnt\/server\r\n\r\n## Only download if a path is provided, otherwise continue.\r\nif [ ! -z \"${DL_PATH}\" ]; then\r\n    MODIFIED_DOWNLOAD=`eval echo $(echo ${DL_PATH} | sed -e 's\/{{\/${\/g' -e 's\/}}\/}\/g')`\r\n    wget ${MODIFIED_DOWNLOAD} -O ${SERVER_JARFILE}\r\nelif [ -z \"${NUKKIT_VERSION}\" ] || [ \"${NUKKIT_VERSION}\" == \"latest\" ]; then\r\n    wget https:\/\/ci.nukkitx.com\/job\/NukkitX\/job\/master\/lastSuccessfulBuild\/artifact\/target\/nukkit-1.0-SNAPSHOT.jar -O ${SERVER_JARFILE}\r\nelse\r\n    wget https:\/\/ci.nukkitx.com\/job\/nukkit\/${NUKKIT_VERSION}\/artifact\/target\/nukkit-1.0-SNAPSHOT.jar -O ${SERVER_JARFILE}\r\nfi\r\n\r\nwget https:\/\/raw.githubusercontent.com\/parkervcp\/eggs\/master\/Minecraft%20PE\/nukkit\/nukkit.yml", | ||||
|             "script": "#!\/bin\/ash\r\n# Nukkit Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napk add --no-cache curl openssl\r\n\r\ncd \/mnt\/server\r\n\r\n## Only download if a path is provided, otherwise continue.\r\nif [ ! -z \"${DL_PATH}\" ]; then\r\n    MODIFIED_DOWNLOAD=`eval echo $(echo ${DL_PATH} | sed -e 's\/{{\/${\/g' -e 's\/}}\/}\/g')`\r\n    wget ${MODIFIED_DOWNLOAD} -O ${SERVER_JARFILE}\r\nelif [ -z \"${NUKKIT_VERSION}\" ] || [ \"${NUKKIT_VERSION}\" == \"latest\" ]; then\r\n    wget https:\/\/ci.nukkitx.com\/job\/NukkitX\/job\/master\/lastSuccessfulBuild\/artifact\/target\/nukkit-1.0-SNAPSHOT.jar -O ${SERVER_JARFILE}\r\nelse\r\n    wget https:\/\/ci.nukkitx.com\/job\/nukkit\/${NUKKIT_VERSION}\/artifact\/target\/nukkit-1.0-SNAPSHOT.jar -O ${SERVER_JARFILE}\r\nfi\r\n\r\nwget https:\/\/raw.githubusercontent.com\/parkervcp\/eggs\/master\/Minecraft%20PE\/nukkit\/nukkit.yml\r\n\r\nwget https:\/\/raw.githubusercontent.com\/parkervcp\/eggs\/master\/Minecraft%20PE\/nukkit\/server.properties", | ||||
|             "container": "alpine:3.7", | ||||
|             "entrypoint": "ash" | ||||
|         } | ||||
|  | ||||
							
								
								
									
										31
									
								
								Minecraft PE/nukkit/server.properties
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								Minecraft PE/nukkit/server.properties
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,31 @@ | ||||
| #Properties Config file | ||||
| #2018-05-13 08:00:20 | ||||
| motd=Nukkit Server For Minecraft: PE | ||||
| sub-motd=Powered by Nukkit | ||||
| server-port=19132 | ||||
| server-ip=0.0.0.0 | ||||
| view-distance=10 | ||||
| white-list=off | ||||
| achievements=on | ||||
| announce-player-achievements=on | ||||
| spawn-protection=16 | ||||
| max-players=20 | ||||
| allow-flight=off | ||||
| spawn-animals=on | ||||
| spawn-mobs=on | ||||
| gamemode=0 | ||||
| force-gamemode=off | ||||
| hardcore=off | ||||
| pvp=on | ||||
| difficulty=1 | ||||
| generator-settings= | ||||
| level-name=world | ||||
| level-seed= | ||||
| level-type=DEFAULT | ||||
| enable-query=on | ||||
| enable-rcon=off | ||||
| rcon.password=wMDM2Y2EwN | ||||
| auto-save=on | ||||
| force-resources=off | ||||
| bug-report=on | ||||
| xbox-auth=on | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user