Basic concept for the EULA feature to demo how this will all work
This commit is contained in:
parent
505a9a6cbd
commit
aba7df3afa
8 changed files with 90 additions and 2 deletions
16
config/egg_features/eula.php
Normal file
16
config/egg_features/eula.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Egg Feature: EULA Popup
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This popup is enabled for Minecraft eggs and allows a custom frontend
|
||||
| hook to run that monitors the console output of the server and pops up
|
||||
| a modal asking the user to accept it if necessary.
|
||||
|
|
||||
| There is no additional configuration necessary.
|
||||
|
|
||||
*/
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue