Josh Roy
84e9051f46
Update to Minecraft 1.20.4 ( #5592 )
2023-12-16 15:14:37 +00:00
Josh Roy
79449ef663
Update to Minecraft 1.20.2 ( #5522 )
2023-09-22 18:38:57 -04:00
Josh Roy
834ef4ea57
Update to Minecraft 1.20
2023-07-01 20:37:21 +01:00
MD
a116e8630d
Update Gradle, build plugins and GitHub Actions ( #5383 )
2023-06-14 19:27:01 -04:00
MD
c716fc8236
Bump runServer task to Paper 1.19.4 ( #5269 )
2023-04-06 00:15:15 +00:00
Josh Roy
bf14b88600
Bump to 1.19.4 ( #5273 )
...
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
2023-03-17 18:54:33 +00:00
Josh Roy
582a357752
Bump to 1.19.3 ( #5179 )
2022-12-07 21:47:13 -05:00
MD
5f48cdef13
Bump to 1.19.2 ( #5035 )
2022-08-06 12:14:07 -04:00
Josh Roy
908189a233
Bump Spigot to 1.19.1
2022-07-28 11:30:24 -04:00
Josh Roy
c938767b2d
Prepare for 1.19.1
2022-07-28 11:30:24 -04:00
MD
6b80e0b113
Bump run-paper MC version to 1.19
2022-06-15 16:18:35 +01:00
Josh Roy
b916488de2
Bump VersionUtil and Spigot
2022-06-15 16:18:35 +01:00
MD
e12f1b5022
Bump run-paper to 1.18.2 ( #4857 )
2022-03-15 07:56:52 -04:00
MD
c5253bc5e2
Update to Minecraft 1.18.2 ( #4821 )
...
This PR updates the build setup to Gradle 7.4 and updates EssentialsX to Minecraft 1.18.2.
2022-02-28 20:51:26 +00:00
Josh Roy
dc27af78bf
Update to MC 1.18.1
2021-12-11 12:13:50 +00:00
MD
c45c741210
Bump supported version to 1.18 release
2021-11-30 16:33:05 +00:00
MD
0983167740
Port remaining groovy build logic to kotlin
...
Co-authored-by: Jason <11360596+jpenilla@users.noreply.github.com>
2021-11-30 16:33:05 +00:00
MD
c0082ee734
Update to Gradle 7.3 and toolchain to JDK 17
2021-11-30 16:33:05 +00:00
Josh Roy
c38dd997d2
Update Spigot to 1.18
2021-11-30 16:33:05 +00:00
MD
d145fbc5cc
Require forceSign property even on releases
2021-08-31 21:27:35 +01:00
MD
8bbaf7da68
Update Gradle to 7.2; set run-paper to 1.17.1 with toolchain ( #4496 )
...
:chatting:
2021-08-31 16:53:09 +01:00
Josh Roy
082950cc18
Fix bStats becoming a transitive dependency ( #4426 )
2021-08-02 13:21:53 +01:00
Josh Roy
5e178943a0
Update to Minecraft 1.17.1 ( #4324 )
2021-07-06 18:34:40 +01:00
Josh Roy
e1441c1d33
Update mobs and NMS usage to 1.17
...
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
2021-06-26 20:34:04 +01:00
Jason
2018149395
Clean up Bukkit API exclusion, use dep constraint for SnakeYAML ( #4213 )
2021-06-08 23:36:43 +01:00
Josh Roy
7653da0e4f
Migrate to Configurate ( #4072 )
...
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
Co-authored-by: Riley Park <riley.park@meino.net>
Co-authored-by: zml <zml@aoeu.xyz>
Migrates all uses of SnakeYAML and Bukkit's Configuration API to Sponge's Configurate.
Configurate enables us to the do the following stuff:
* Serialize YAML off the main thread
* (in the future) Automatically update our config
* (in the future) Manipulate comments in configs
* Be epic
This commit also *finally* strips out the 3.x storage/object mapping system in favour of Configurate's object mapper.
2021-06-07 13:49:33 +01:00
Jason
19b4da07b9
Clean up gradle build scripts
...
Adds run-paper plugin support as well as moves majority of logic to kotlin build scrips
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
2021-06-07 08:17:39 -04:00