mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 17:12:30 +01:00
Fix seeders; fixes typo; use glibc java
This commit is contained in:
parent
c484bb6b2f
commit
4a43c53e07
@ -131,7 +131,7 @@ EOF;
|
|||||||
], [
|
], [
|
||||||
'name' => 'Spigot',
|
'name' => 'Spigot',
|
||||||
'description' => 'Spigot is the most widely-used modded Minecraft server software in the world. It powers many of the top Minecraft server networks around to ensure they can cope with their huge player base and ensure the satisfaction of their players. Spigot works by reducing and eliminating many causes of lag, as well as adding in handy features and settings that help make your job of server administration easier.',
|
'description' => 'Spigot is the most widely-used modded Minecraft server software in the world. It powers many of the top Minecraft server networks around to ensure they can cope with their huge player base and ensure the satisfaction of their players. Spigot works by reducing and eliminating many causes of lag, as well as adding in handy features and settings that help make your job of server administration easier.',
|
||||||
'docker_image' => 'quay.io/pterodactyl/core:java',
|
'docker_image' => 'quay.io/pterodactyl/core:java-glibc',
|
||||||
'config_startup' => null,
|
'config_startup' => null,
|
||||||
'config_files' => '{"spigot.yml":{"parser": "yaml", "find":{"settings.restart-on-crash": "false"}}}',
|
'config_files' => '{"spigot.yml":{"parser": "yaml", "find":{"settings.restart-on-crash": "false"}}}',
|
||||||
'config_logs' => null,
|
'config_logs' => null,
|
||||||
@ -146,7 +146,7 @@ EOF;
|
|||||||
], [
|
], [
|
||||||
'name' => 'Sponge (SpongeVanilla)',
|
'name' => 'Sponge (SpongeVanilla)',
|
||||||
'description' => 'SpongeVanilla is the SpongeAPI implementation for Vanilla Minecraft.',
|
'description' => 'SpongeVanilla is the SpongeAPI implementation for Vanilla Minecraft.',
|
||||||
'docker_image' => 'quay.io/pterodactyl/core:java',
|
'docker_image' => 'quay.io/pterodactyl/core:java-glibc',
|
||||||
'config_startup' => '{"userInteraction": [ "You need to agree to the EULA"]}',
|
'config_startup' => '{"userInteraction": [ "You need to agree to the EULA"]}',
|
||||||
'config_files' => null,
|
'config_files' => null,
|
||||||
'config_logs' => null,
|
'config_logs' => null,
|
||||||
|
@ -75,7 +75,7 @@ class SourceServiceTableSeeder extends Seeder
|
|||||||
], [
|
], [
|
||||||
'name' => 'Custom Source Engine Game',
|
'name' => 'Custom Source Engine Game',
|
||||||
'description' => 'This option allows modifying the startup arguments and other details to run a custo SRCDS based game on the panel.',
|
'description' => 'This option allows modifying the startup arguments and other details to run a custo SRCDS based game on the panel.',
|
||||||
'docker_image' => 'quay.io/pterodacty/core:source',
|
'docker_image' => 'quay.io/pterodactyl/core:source',
|
||||||
'config_startup' => '{"done": "gameserver Steam ID", "userInteraction": []}',
|
'config_startup' => '{"done": "gameserver Steam ID", "userInteraction": []}',
|
||||||
'config_files' => '{}',
|
'config_files' => '{}',
|
||||||
'config_logs' => '{"custom": true, "location": "logs/latest.log"}',
|
'config_logs' => '{"custom": true, "location": "logs/latest.log"}',
|
||||||
|
Loading…
Reference in New Issue
Block a user