Commit Graph

115 Commits

Author SHA1 Message Date
Geoff Bourne
7001f2bcba
Added support for downloading mods from Modrinth (#1577) 2022-06-27 09:08:21 -05:00
Davide A
a18cf3348a
packwiz manually download bootstrap and skip update when initial download fails 2022-06-17 09:21:41 -05:00
Mathéo CIMBARO
a84cdaf355
Added support for optimized SIMD operations (#1570) 2022-06-16 18:19:15 -05:00
Mathéo CIMBARO
23c8fc65a4
Added support for Pufferfish 1.19 (#1566)
* Added support for Pufferfish 1.19

* Update scripts/start-deployPufferfish

Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>

* Removed wrong negation

Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
2022-06-16 15:19:04 -05:00
Geoff Bourne
f8acb832f1
Ensure PURPUR_DOWNLOAD_URL has a default (#1568) 2022-06-16 08:39:25 -05:00
Bensuperpc
b6dbcbde02
Add custom download URL for Purpur (#1563) 2022-06-15 06:51:41 -05:00
Caden Kriese
512fa7fbd4
Add 1.19 server properties (#1558) 2022-06-11 19:31:26 -05:00
Geoff Bourne
9458005b5b
Resolve latest Paper version when no published builds (#1555) 2022-06-08 11:12:49 -05:00
chblodg
4f9de809f8
updating forgeapi tests and adding is false (#1548)
Co-authored-by: christopher blodgett <christopher.blodgett@gmail.com>
2022-06-05 15:16:12 -05:00
Geoff Bourne
1fb04c069c
Place EULA file into subdir managed by ServerSetup (#1543) 2022-05-30 13:07:25 -05:00
Geoff Bourne
8d0bdb60f0
For CurseForge, avoid conflicting start script error when run.sh present (#1539) 2022-05-30 08:41:21 -05:00
Geoff Bourne
08556a63b8
CurseForge modpacks use run.sh when present (#1534)
* CurseForge modpacks use run.sh when present

* Added lbzip2
2022-05-26 22:02:26 -05:00
Bensuperpc
ea7046f93d
Fixed older purpur versions not being removed (#1531) 2022-05-24 07:21:30 -05:00
Geoff Bourne
3e3abda71e
Constrain GENERIC_PACK base detection depth (#1528) 2022-05-22 11:35:52 -05:00
SeanWcom
bc3c3db080
Adding 'run.sh' as a variant for FTBA server types (#1521) 2022-05-19 07:29:52 -05:00
Felix
691be801d8
Add initial support for Quilt server (#1514) 2022-05-13 07:31:36 -05:00
md5nake
b6ea33dce1
Fix memory env vars being overridden if set to "" (#1512) 2022-05-11 08:15:53 -05:00
Geoff Bourne
b27556e1eb
Fix invalid -s arg with TYPE=FORGE (#1501) 2022-05-03 17:42:13 -05:00
Dessa Simpson
b4ca00bd3b
Download spiget resources to tempdir under plugins (#1486) 2022-05-01 17:56:54 -05:00
Sylensky
3e6ef1a605
Added Loliserver support (#1483)
* added Loliserver support

* added 'setup only' test for loliserver
2022-04-24 17:11:03 -05:00
Dario Crosa
d9a55ae938
remove isUrl check (#1488) 2022-04-24 15:51:12 -05:00
Bartosz Stefańczyk
8c5c4664ea
Fix forge using 1.17+ version after downgrade (#1474) 2022-04-14 22:03:34 -05:00
Geoff Bourne
901b889f2d
Fixed running as uid=0 even with UID unset (#1475) 2022-04-14 11:41:43 -05:00
Geoff Bourne
cf1dd9f9e1
Corrected default of UID/GID via start script (#1471)
Fixes #1469
2022-04-11 18:00:16 -05:00
Geoff Bourne
8ef3fe199f
Allow ICON to reference a local file (#1466) 2022-04-10 11:39:58 -05:00
Geoff Bourne
97fe6b1f14
Corrected autopause's resume to work with alpine images (#1464) 2022-04-10 10:58:18 -05:00
Geoff Bourne
4af80debe2
Correct spiget handling of jars that contain jars (#1462) 2022-04-09 22:02:20 -05:00
Geoff Bourne
e0b4a819b1
Fixed version comparisons when using SPONGEVANILLA (#1455)
Fixes #1452
2022-04-02 15:38:13 -05:00
chblodg
7c7090a582
ForgeAPI fixed lower sub version with a higher ID number (#1451)
Co-authored-by: christopher blodgett <christopher.blodgett@gmail.com>
2022-04-01 18:26:12 -05:00
Geoff Bourne
4ff158266a
Use file content to detect spiget resource type (#1432)
For #1426
2022-03-17 22:07:34 -05:00
Geoff Bourne
fda8981028
Silence content type error for external spiget resources (#1431) 2022-03-15 20:56:25 -05:00
Geoff Bourne
5ae5733741
Determine SPIGET file type from API (#1427) 2022-03-14 21:07:06 -05:00
Geoff Bourne
2042450f9b
When ICON is GIF, extract only first frame (#1420) 2022-03-14 20:28:41 -05:00
Geoff Bourne
65d6c5bb32
Verify content type when downloading SPIGET_RESOURCES entry (#1413)
For #1378
2022-03-10 16:16:18 -06:00
chblodg
1ebe9d3f47
adding major version for pufferfish (#1405)
* adding major version for pufferfish

* fixing test as well as fixing a quote that was added due to linter recommendation

* Changing get major version to using a simple cut command

Co-authored-by: christopher blodgett <christopher.blodgett@gmail.com>
2022-03-06 14:57:00 -06:00
Bram
e9d3512383
Pufferfish: Remove regex processing (#1402)
Fixes #1401
2022-03-05 15:49:36 -06:00
chblodg
1781ca282a
added variables for pufferfish, also added setup only test (#1399) 2022-03-04 19:52:55 -06:00
chblodg
ba08a5d8f1
Fixing missing export, fixed run order, added real world working example (#1397) 2022-03-04 16:52:00 -06:00
chblodg
a2499a8713
RCON: Adding on last disconnect (#1395) 2022-03-03 20:47:30 -06:00
chblodg
4587b32480
RCON commands feature (#1391)
Co-authored-by: christopher blodgett <christopher.blodgett@gmail.com>
2022-03-02 11:29:12 -06:00
Geoff Bourne
2e24bdfff8
Restored error handling when missing vanilla version (#1389) 2022-02-26 21:28:30 -06:00
chblodg
8dadfecf28
ForgeAPI: Random failure fix (#1384)
* Fix for Random forge api failure, removing dependency duplication messages

* pushing array test for review

* Fixing while loops that were causing downloaded modids to reset

Co-authored-by: christopher blodgett <christopher.blodgett@gmail.com>
2022-02-24 16:47:22 -06:00
chblodg
5f1d7c6d31
Changing builds to JRE, and moving Java8 to pinned version for forge (#1382) 2022-02-24 12:18:49 -06:00
Geoff Bourne
c50c9988fc
Fix PATH for annoying docker providers (#1371)
Fixes #1365
2022-02-19 11:34:13 -06:00
Geoff Bourne
179bb267fb
build: add alpine support to matrix builds (#1349) 2022-02-11 21:00:24 -06:00
StealthCT
fdddece984
Migrate Fabric server to launcher method (#1351) 2022-02-11 20:37:39 -06:00
chblodg
a57adc04ff
Add GameType filter, and add ForgeAPI Verify Files to validate Mod Downloads (#1337)
Co-authored-by: christopher blodgett <christopher.blodgett@gmail.com>
2022-02-08 19:24:38 -06:00
Jordy Hulck
4cb227629f
Distro aware checksum (#1345) 2022-02-08 19:17:26 -06:00
Geoff Bourne
f2f8d58d3b
Only skip up-to-date files with MODS and MODS_FILE (#1338)
Fixes #1254
2022-02-06 17:46:17 -06:00
Luc Ritchie
b7bbe1b0a6
Support Spigot-style and vanilla-style world zips, for any server type (#1305) 2022-02-06 15:51:28 -06:00