Skip to content

Commit 284f597

Browse files
committed
Update to jre-8u201
1 parent 4b3c1cc commit 284f597

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[Minecraft_wikipedia]:https://en.wikipedia.org/wiki/Minecraft
44
[tz_wikipedia]:https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
55
[eula]:https://account.mojang.com/documents/minecraft_eula
6+
[pocketmine]:https://github.com/pmmp/PocketMine-MP/releases
67

78
# [Docker Container for JAVA & PE Minecraft][hub]
89

@@ -89,7 +90,7 @@ You will then need **root** rights to access the `/var/lib/docker/volumes/6f5839
8990

9091
### Minecraft Server Properties
9192

92-
* `-e ALLOW_NETHER` - (TRUE|FALSE **default:** TRUE)
93+
* `-e ALLOW_NETHER` - (TRUE|FALSE **default:0M8x5ASuniWEh9LCVvNZ** TRUE)
9394
* `-e ANNOUNCE_PLAYER_ACHIEVEMENTS` - (TRUE|FALSE **default:** TRUE)
9495
* `-e DIFFICULTY` - (PEACEFUL|0|EASY|1|NORMAL|2|HARD|3 **default:** 1)
9596
* `-e ENABLE_COMMAND_BLOCK` - (TRUE|FALSE **default:** TRUE)
@@ -349,6 +350,11 @@ To use a persistant 'data' directory on you host filesystem (make sure to use a
349350

350351
To be taken into account the container must be restarted.
351352

353+
###Updating PocketMine-MP
354+
* Stop the container.
355+
* Delete your current PocketMine-MP.phar in your "data" folder and replace it with the version you need (latest?) from : [Download][pocketmine].
356+
* Restart the container.
357+
352358
## All Server default configuation
353359

354360
The server intitial setup is made using the following default values and can be overriden by editing the `server.properities` file when the service is stopped or for some properties at server creation :

service/minecraft/deploy/deploy.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ function installJAVA {
1515
# Download and install latest jre 8 (Java)
1616
echo "**** Install JAVA JRE 8 ****"
1717
cd /opt
18-
wget --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jre-8u181-linux-x64.tar.gz
19-
tar -zxvf jre-8u181-linux-x64.tar.gz
20-
update-alternatives --install /usr/bin/java java /opt/jre1.8.0_181/bin/java 1
18+
wget --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/8u201-b09/42970487e3af4f5aa5bca3f542482c60/jre-8u201-linux-x64.tar.gz
19+
tar -zxvf jre-8u201-linux-x64.tar.gz
20+
update-alternatives --install /usr/bin/java java /opt/jre1.8.0_201/bin/java 1
2121
echo "**** cleanup ****"
22-
rm jre-8u181-linux-x64.tar.gz
22+
rm jre-8u201-linux-x64.tar.gz
2323
}
2424

2525

0 commit comments

Comments
 (0)