Skip to content

Androecia/BDS-OCI

 
 

Repository files navigation

BDS-OCI

OCI Images for Minecraft BDS

To run this image:

docker pull ghcr.io/scriptapioss/bedrock-server:latest
docker run -it -e EULA_ACCEPT=true -e PP_ACCEPT=true ghcr.io/scriptapioss/bedrock-server:latest

# OR

podman pull ghcr.io/scriptapioss/bedrock-server:latest
podman run -it -e EULA_ACCEPT=true -e PP_ACCEPT=true ghcr.io/scriptapioss/bedrock-server:latest

Properties

This is a list of all server properties and the corresponding environment variable to configure it. Some take specific configuration, while others are freeform and will accept any string. Not some values should be ranges. You can see notes on these values and some undocumented (but still configurable) settings in the property-definitions.json file.

Property NameENVTypeEnums
emit-server-telemetryEMIT_SERVER_TELEMETRYbooltrue
false
server-nameSERVER_NAMEstring
gamemodeGAMEMODEstringsurvival
creative
adventure
force-gamemodeFORCE_GAMEMODEbooltrue
false
difficultyDIFFICULTYstringeasy
peaceful
normal
hard
allow-cheatsALLOW_CHEATSbooltrue
false
max-playersMAX_PLAYERSint32
online-modeONLINE_MODEbooltrue
false
allow-listALLOW_LISTbooltrue
false
server-portSERVER_PORTint32
server-portv6SERVER_PORT_V6int32
enable-lan-visibilityENABLE_LAN_VISIBILITYbooltrue
false
view-distanceVIEW_DISTANCEint32
tick-distanceTICK_DISTANCEint32
player-idle-timeoutPLAYER_IDLE_TIMEOUTint32
max-threadsMAX_THREADSint32
level-nameLEVEL_NAMEstring
level-seedLEVEL_SEEDstring
default-player-permission-levelDEFAULT_PLAYER_PERMISSION_LEVELstringvisitor
member
operator
texturepack-requiredTEXTUREPACK_REQUIREDbooltrue
false
content-log-file-enabledCONTENT_LOG_FILE_ENABLEDbooltrue
false
compression-thresholdCOMPRESSION_THRESHOLDint32
compression-algorithmCOMPRESSION_ALGORITHMstringzlib
snappy
server-authoritative-movementSERVER_AUTHORITATIVE_MOVEMENTstringserver-auth
client-auth
server-auth-with-rewind
player-movement-score-thresholdPLAYER_MOVEMENT_SCORE_THRESHOLDfloat
player-movement-action-direction-thresholdPLAYER_MOVEMENT_ACTION_DIRECTION_THRESHOLDfloat
player-movement-distance-thresholdPLAYER_MOVEMENT_DISTANCE_THRESHOLDfloat
player-movement-duration-threshold-in-msPLAYER_MOVEMENT_DURATION_THRESHOLD_IN_MSint32
correct-player-movementCORRECT_PLAYER_MOVEMENTbooltrue
false
server-authoritative-block-breakingSERVER_AUTHORITATIVE_BLOCK_BREAKINGbooltrue
false
chat-restrictionCHAT_RESTRICTIONstringNone
Dropped
Disabled
disable-player-interactionDISABLE_PLAYER_INTERACTIONbooltrue
false
client-side-chunk-generation-enabledCLIENT_SIDE_CHUNK_GENERATION_ENABLEDbooltrue
false

Notable mentions

Thanks to the following projects for either documentation, or inspiration on techniques to maintain the server:

About

OCI Images for Minecraft BDS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 75.5%
  • Shell 24.5%