refactor: move games to their own folder
This commit is contained in:
14
game_eggs/minecraft/java/cuberite/webadmin.ini
Normal file
14
game_eggs/minecraft/java/cuberite/webadmin.ini
Normal file
@@ -0,0 +1,14 @@
|
||||
; This file controls the webadmin feature of Cuberite
|
||||
; It specifies whether webadmin is enabled, and what logins are allowed.
|
||||
; Username format: [User:*username*]
|
||||
; Password format: Password=*password*; for example:
|
||||
; [User:admin]
|
||||
; Password=admin
|
||||
; Please restart Cuberite to apply changes made in this file!
|
||||
|
||||
[WebAdmin]
|
||||
Ports=8080
|
||||
Enabled=1
|
||||
|
||||
[User:admin]
|
||||
Password=
|
||||
Reference in New Issue
Block a user