mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-10-31 17:08:06 +00:00 
			
		
		
		
	Lavalink egg
This commit is contained in:
		
							parent
							
								
									ffb350fb7d
								
							
						
					
					
						commit
						eebe3d0dbc
					
				
							
								
								
									
										12
									
								
								voice_servers/lavalink/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								voice_servers/lavalink/README.md
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,12 @@ | ||||
| # Lavalink Server | ||||
| ### From their [Github](https://github.com/Frederikam/Lavalink) | ||||
| Standalone audio sending node based on Lavaplayer and JDA-Audio. Allows for sending audio without it ever reaching any of your shards. | ||||
| 
 | ||||
| ### Server Ports | ||||
| Ports required to run the server in a table format. | ||||
| 
 | ||||
| | Port     | default  | | ||||
| |----------|----------| | ||||
| | Lavalink |  2333    | | ||||
| 
 | ||||
| #### Mods/Plugins may require ports to be added to the server. | ||||
							
								
								
									
										26
									
								
								voice_servers/lavalink/egg-lavalink.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								voice_servers/lavalink/egg-lavalink.json
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,26 @@ | ||||
| { | ||||
|     "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | ||||
|     "meta": { | ||||
|         "version": "PTDL_v1" | ||||
|     }, | ||||
|     "exported_at": "2020-09-18T14:29:30-07:00", | ||||
|     "name": "Lavalink", | ||||
|     "author": "damuffin36@gmail.com", | ||||
|     "description": "Standalone audio sending node based on Lavaplayer and JDA-Audio. Allows for sending audio without it ever reaching any of your shards.\r\nDescription taken from https:\/\/github.com\/Frederikam\/Lavalink", | ||||
|     "image": "quay.io\/parkervcp\/pterodactyl-images:debian_openjdk-13", | ||||
|     "startup": "java -jar Lavalink.jar", | ||||
|     "config": { | ||||
|         "files": "{}", | ||||
|         "startup": "{\r\n    \"done\": \"Started Launcher in \"\r\n}", | ||||
|         "logs": "{}", | ||||
|         "stop": "^C" | ||||
|     }, | ||||
|     "scripts": { | ||||
|         "installation": { | ||||
|             "script": "#!\/bin\/bash\r\n# NodeJS Bot Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napt update\r\napt install -y git curl openjdk-11-jre-headless openjdk-11-jdk-headless\r\n\r\nmkdir -p \/mnt\/server\r\ncd \/mnt\/server\r\n\r\ncurl -L -o Lavalink.jar https:\/\/github.com\/frederikam\/Lavalink\/releases\/latest\/download\/Lavalink.jar\r\n\r\ncurl -L -o application.yml https:\/\/raw.githubusercontent.com\/Frederikam\/Lavalink\/master\/LavalinkServer\/application.yml.example\r\n\r\necho -e \"install complete\"\r\nexit 0", | ||||
|             "container": "node:12-buster-slim", | ||||
|             "entrypoint": "bash" | ||||
|         } | ||||
|     }, | ||||
|     "variables": [] | ||||
| } | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user