Remove javaw from instance config so we use the default multimc

This commit is contained in:
Alex Pickering 2024-04-25 19:53:26 -05:00
parent 7fd30d0e7e
commit 22de5974ae
2 changed files with 2 additions and 6 deletions

View File

@ -1,3 +0,0 @@
# tempmc
A small pile of terraform files and bash scripts to spin up a minecraft server.

View File

@ -14,8 +14,8 @@ local config = {
version="0.0.1",
bucket_name="txweaboo", --aws s3 bucket, created manually to prevent terraform from trying to delete it.
instance_name="Weaboos Anonymous", -- Name to use for the multimc instance
server_starts="1 16 * * 5", --Starts at 4pm on Fridays
server_stops="1 1 * * 6", --Server stops at 1am on Sundays
server_starts="1 16 * * 1,4", --Starts at 4pm on Mondays and Thursdays
server_stops="1 1 * * 2,5", --Server stops at 1am on Tuesdays and Fridays
}
-- Each machine gets a startup script, located in src/startup that configures
@ -219,7 +219,6 @@ ForgeVersion=
InstanceType=OneSix
IntendedVersion=
JavaArchitecture=64
JavaPath=javaw
JavaTimestamp=1638914208000
JavaVersion=17.0.2
JoinServerOnLaunch=true