'description'=>'Minecraft is a game about placing blocks and going on adventures. Explore randomly generated worlds and build amazing things from the simplest of homes to the grandest of castles. Play in Creative Mode with unlimited resources or mine deep in Survival Mode, crafting weapons and armor to fend off dangerous mobs. Do all this alone or with friends.',
'tag'=>'vanilla',
'docker_image'=>'quay.io/pterodactyl/minecraft',
'executable'=>null,
'startup'=>null
]);
}
privatefunctionaddVariables()
{
Models\ServiceVariables::create([
'option_id'=>$this->option['vanilla']->id,
'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,
'required'=>1,
'regex'=>'/^([\w\d._-]+)(\.jar)$/'
]);
Models\ServiceVariables::create([
'option_id'=>$this->option['vanilla']->id,
'name'=>'Server Jar File',
'description'=>'The version of Minecraft Vanilla to install. Use "latest" to install the latest version..',