Geoff Bourne
9fa27b9a3d
[mc] Adding MODPACK download option similar to WORLD
2016-01-01 12:39:43 -06:00
Steve Shipway
a313c03fff
Verify source URL and log if not working
2015-12-22 20:39:53 +13:00
Steve Shipway
e76068e63e
Many improvements to help it work with automated schedulers
...
- Allow -e WORLD=http://xxxx/world.zip to download archived world and unpack
- Allow 'adventure' and 'spectator' game modes
- Allow /mods and /config mounts for shared Forge mods without using /data
- Quote many strings in case of blank values
- Let VERSION take lowercase options, and set to LATEST if blank or invalid
- Enable command blocks by default (needed for adventure worlds)
- Allow DIFFICULTY to be given numerically
- default to empty banned-players and banned-ip files to avoid error message
2015-12-22 19:53:29 +13:00
root
2427cae5a2
Quote pathnames in case of spaces and such
2015-12-19 21:50:44 +13:00
root
e902c6f40f
Set command blocks enabled on servers by default; improved use of
...
http world download.
2015-12-19 21:48:09 +13:00
Steve
ef34025dd8
Add support for download of world in zipfile
...
WORLD=http://hostname/world.zip
Zipfile should contain world/ directory, and optionally any required mods in mods/ as well as optionally
a default server.properties file (overwritten by any env vars)
Also export volumes /mods and /config, the contents of which are copied to /data/mods and /data/config. This
allows shared read-only mounts for modules without affecting world.
2015-12-19 15:32:29 +13:00
Geoff Bourne
2f5402195c
Merge remote-tracking branch 'refs/remotes/origin/master' into mc-issue-47
2015-11-30 21:51:19 -06:00
Geoff Bourne
764ae807e0
Avoid text file busy prior to exec sudo
2015-11-30 20:56:25 -06:00
Geoff Bourne
32cb5f44e4
[mc] also apply to white-list property
2015-11-28 23:02:43 -06:00
Everett Toews
111883e0d5
Whitelist players
2015-11-28 22:11:01 -06:00
Everett Toews
a412cfddad
Missed one...
2015-10-08 21:01:24 -05:00
Everett Toews
594c9873c4
Consistent use of name "mc" everywhere
2015-10-08 20:57:03 -05:00
Geoff Bourne
f75d735540
Merge branch 'master' of github.com:itzg/dockerfiles
2015-10-03 07:07:19 -05:00
Geoff Bourne
fec75cb117
Add support for level type and generator settings
2015-10-03 07:05:01 -05:00
Geoff Bourne
007fca149c
Adding info about using Docker Compose
2015-08-15 10:06:32 -05:00
domse
3f5fa1642b
Update README.md
...
Corrected a little frustrating misspelling.
2015-06-22 10:57:42 +02:00
nichivo
ed19d745cb
URL format changed for Forge 1.7.10 from 10.13.2.1300
2015-06-13 16:51:07 +10:00
nichivo
f2e6696368
Updated Forge usage docs and set FORGEVERSION=RECOMMENDED by default
2015-06-13 16:49:08 +10:00
Tim Visher
53a0d0cf7a
Default to easy.
2015-06-10 15:12:05 -04:00
Tim Visher
99b884f18a
Add note to README about setting world difficulty.
2015-06-10 15:00:53 -04:00
Tim Visher
ebc0405e72
typo.
2015-06-10 14:14:31 -04:00
Tim Visher
b86370295c
Add difficulty knob.
2015-06-10 14:13:36 -04:00
55chevypickup
0f466e2146
Added the ability to select forge version
...
Added the ability to select forge version by adding -e FORGEVERSION=10.13.3.1403-1.7.10 or -e FORGEVERSION=RECOMMENDED
2015-05-11 15:45:23 -05:00
Geoff Bourne
63925a794c
For #19 : added PVP env var options
...
* also adding a marker env var for MCCY to reference
2015-03-29 13:39:25 -05:00
Geoff Bourne
d4d070018a
[mc] Adding APT_GET_UPDATE to ensure latest base image is used on hub
2015-03-28 13:16:10 -05:00
Geoff Bourne
8594054047
Fixing #21 by using sudo instead of su
2015-03-28 13:10:39 -05:00
Geoff Bourne
b1f9d1c7c6
Use Forge recommended (not latest) version
...
* Misc Dockerfile cleanup
** use COPY instead of ADD
** wget is now pre-installed by base image
2015-03-20 20:26:43 -05:00
Justin Clayton
cc3730e5a9
minecraft-server: fixing quotes so volume will create correctly
...
Single quotes don't work for VOLUME, but double quotes do.
2015-03-17 10:37:47 -07:00
Geoff Bourne
011108cd7e
Fix typo in TLS info
2015-03-07 11:41:26 -06:00
Geoff Bourne
1600b75513
[mc] Update README to describe attach mode
2015-03-06 22:21:26 -06:00
Geoff Bourne
9962d28f41
Dangling forge-data reference
2015-03-05 15:16:35 -06:00
Geoff Bourne
ea08a6b496
Consistent description of /path/on/host
2015-03-05 15:13:17 -06:00
Geoff Bourne
5e14d3fbdd
Improve Forge instructions
2015-03-05 15:04:48 -06:00
Geoff Bourne
22e1abe628
[minecraft-server] Update README with new TYPE option
2015-03-05 14:16:14 -06:00
Geoff Bourne
01d9c54575
Simplify down our options when it comes to forge versions
2015-03-04 22:21:52 -06:00
Daniel L. Polanco
df09adbfd7
Add non-working code to work with Goeff
2015-03-04 20:07:37 -07:00
Daniel L. Polanco
2f4b73d862
Remove commented out cd /data from testing
2015-03-04 18:17:20 -07:00
Daniel L. Polanco
a252d794f9
Fix bad variable names
2015-03-04 18:15:36 -07:00
Daniel L. Polanco
79438e14de
Simplify start-minecraft.sh
2015-03-04 17:47:54 -07:00
Daniel L. Polanco
ddbc7e9618
Add apt-get update to beginning of Dockerfile
2015-03-04 17:06:51 -07:00
Daniel L. Polanco
87140179f2
Add option for Vanilla or Forge server
2015-03-04 16:55:57 -07:00
Daniel L. Polanco
14a1e5fb2a
Add initial version of forge download scraper
2015-03-01 21:39:38 -07:00
Geoff Bourne
8319b336c7
[minecraft-server] Updated README for new -e UID option ( fixes #9 )
2015-01-28 19:52:42 -06:00
Geoff Bourne
88a796bb44
Issue #9 : performing usermod to allow for -e provided uid of the minecraft server process
...
* corrected .dockerignore to allow for a $(pwd)/data for local testing of -v
2015-01-26 03:29:35 +00:00
Andreas Heil
60b6eea1e2
propagate SIGTERM to the Minecraft process
2015-01-05 10:32:31 +01:00
Geoff Bourne
bc9afcd659
[minecraft-server] Issue #9 : explicitly adding user in container with UID=1000
2015-01-03 14:17:05 +00:00
Geoff Bourne
052f80d849
[minecraft-server] Issue #9 : Added back the /start file in the image
2015-01-01 23:47:12 +00:00
Geoff Bourne
7e847829ee
* also moved EULA check before download to fail-fast
2015-01-01 16:01:15 +00:00
Geoff Bourne
44c0eee0f9
Updating minecraft-server README with SEED and MODE options
2015-01-01 09:22:59 -06:00
Geoff Bourne
0337f9fac1
Adding Minecraft -e options for the game mode and level seed
2015-01-01 15:10:41 +00:00