Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pterodactyl
GitHub Repository: pterodactyl/panel
Path: blob/1.0-develop/config/egg_features/eula.php
7432 views
1
<?php
2
3
return [
4
/*
5
|--------------------------------------------------------------------------
6
| Egg Feature: EULA Popup
7
|--------------------------------------------------------------------------
8
|
9
| This popup is enabled for Minecraft eggs and allows a custom frontend
10
| hook to run that monitors the console output of the server and pops up
11
| a modal asking the user to accept it if necessary.
12
|
13
| There is no additional configuration necessary.
14
|
15
*/
16
];
17
18