Skip to content

Commit

Permalink
Update Minecraft Wiki links to new domain (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spongecade authored Sep 28, 2023
1 parent 2888c55 commit a91f03a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ COPY property-definitions.json /etc/bds-property-definitions.json
COPY bin/* /usr/local/bin/

# Available versions listed at
# https://minecraft.gamepedia.com/Bedrock_Edition_1.11.0
# https://minecraft.gamepedia.com/Bedrock_Edition_1.12.0
# https://minecraft.gamepedia.com/Bedrock_Edition_1.13.0
# https://minecraft.gamepedia.com/Bedrock_Edition_1.14.0
# https://minecraft.wiki/w/Bedrock_Edition_1.11.0
# https://minecraft.wiki/w/Bedrock_Edition_1.12.0
# https://minecraft.wiki/w/Bedrock_Edition_1.13.0
# https://minecraft.wiki/w/Bedrock_Edition_1.14.0
ENV VERSION=LATEST \
SERVER_PORT=19132

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ For Minecraft Java Edition you'll need to use this image instead:

### Server Properties

The following environment variables will set the equivalent property in `server.properties`, where each [is described here](https://minecraft.gamepedia.com/Server.properties#Bedrock_Edition_3).
The following environment variables will set the equivalent property in `server.properties`, where each [is described here](https://minecraft.wiki/w/Server.properties#Bedrock_Edition_3).

- `SERVER_NAME`
- `SERVER_PORT`
Expand Down Expand Up @@ -148,7 +148,7 @@ are also printed to the log when a player joins. There are 3 levels of permissio

There are two ways to handle a whitelist:

The first is to set the `ALLOW_LIST` environment variable to true and map in an [allowlist.json](https://minecraft.gamepedia.com/Whitelist.json) file (previously known as "whitelist.json") that is custom-crafted to the container.
The first is to set the `ALLOW_LIST` environment variable to true and map in an [allowlist.json](https://minecraft.wiki/w/Whitelist.json) file (previously known as "whitelist.json") that is custom-crafted to the container.

The other is to set the `ALLOW_LIST_USERS` environment variable to a comma-separated list of gamer tag usernames that should be allowed. The server will look up the names and add in the XUID to match the player.

Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes-backup-to-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# for backups that is unlikely to be in use.
#
# NOTE: The save command may be a way around this and is under investigation:
# https://minecraft.gamepedia.com/Commands/save
# https://minecraft.wiki/w/Commands/save

---
apiVersion: v1
Expand Down

0 comments on commit a91f03a

Please sign in to comment.