mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-26 07:52:56 +08:00
add default config files
This adds files that can be pulled for configs
This commit is contained in:
parent
c7cae37fa2
commit
4d05d3e230
52
minecraft_java/cuberite/settings.ini
Normal file
52
minecraft_java/cuberite/settings.ini
Normal file
@ -0,0 +1,52 @@
|
||||
; This is the main server configuration
|
||||
; Most of the settings here can be configured using the webadmin interface, if enabled in webadmin.ini
|
||||
|
||||
[Authentication]
|
||||
Authenticate=1
|
||||
AllowBungeeCord=0
|
||||
Server=sessionserver.mojang.com
|
||||
Address=/session/minecraft/hasJoined?username=%USERNAME%&serverId=%SERVERID%
|
||||
|
||||
[MojangAPI]
|
||||
NameToUUIDServer=api.mojang.com
|
||||
NameToUUIDAddress=/profiles/minecraft
|
||||
UUIDToProfileServer=sessionserver.mojang.com
|
||||
UUIDToProfileAddress=/session/minecraft/profile/%UUID%?unsigned=false
|
||||
|
||||
[Server]
|
||||
Description=Cuberite - in C++!
|
||||
ShutdownMessage=Server shutdown
|
||||
MaxPlayers=100
|
||||
HardcoreEnabled=0
|
||||
AllowMultiLogin=0
|
||||
Ports=25565
|
||||
AllowMultiWorldTabCompletion=1
|
||||
DefaultViewDistance=10
|
||||
|
||||
[RCON]
|
||||
Enabled=0
|
||||
|
||||
[AntiCheat]
|
||||
LimitPlayerBlockChanges=1
|
||||
|
||||
[PlayerData]
|
||||
LoadOfflinePlayerData=0
|
||||
LoadNamedPlayerData=1
|
||||
|
||||
[Worlds]
|
||||
DefaultWorld=world
|
||||
World=world_nether
|
||||
World=world_the_end
|
||||
|
||||
[WorldPaths]
|
||||
world=world
|
||||
world_nether=world_nether
|
||||
world_the_end=world_the_end
|
||||
|
||||
[Plugins]
|
||||
Plugin=Core
|
||||
Plugin=ChatLog
|
||||
|
||||
[DeadlockDetect]
|
||||
Enabled=1
|
||||
IntervalSec=20
|
14
minecraft_java/cuberite/webadmin.ini
Normal file
14
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=
|
Loading…
Reference in New Issue
Block a user