mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-10-31 08:58:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			368 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			368 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| ; 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= |