Chaosjan44
436ded2175
removed the 1.21.6 Bukkit Helper since its not needed
...
fixed the porting issues @jacob1 found
2025-07-07 18:49:15 +02:00
Chaosjan44
1708a429bf
added 1.21.7 helper so that we can start the plugin on 1.21.7 - new blocks may not be rendered correctly yet.
2025-06-30 23:44:18 +02:00
Chaosjan44
75ec8bf8d9
Seems to work like this (1.21.6 - tested on Paper release 28)
2025-06-25 02:27:21 +02:00
jacob1
20b7485acc
Spigot 1.21.5 support
...
(ability to run only, not the ability to render the handful of new decorative flower blocks)
2025-04-01 21:13:25 -04:00
jacob1
0e86293db1
Spigot 1.21.4 support
...
(ability to run only, not the ability to render any of the new pale garden blocks)
2024-12-03 19:54:02 -05:00
jacob1
abf7332cb4
Spigot / Paper 1.21.3 support
2024-11-09 20:56:09 -05:00
ashduino101
bf0c74ca4d
1.21 support for Bukkit
2024-06-14 21:21:23 -07:00
Michael Primm
255740ca5a
Migrate to Gradle 8.7
2024-04-26 22:50:43 -05:00
Michael Primm
0ecb064940
Start 1.20.5 code
2024-04-26 20:54:41 -05:00
Michael Primm
31faa83b24
Add spigot-1.20.4 initial support
2023-12-12 21:22:38 -06:00
Michael Primm
c2f9efd29c
Add spigot 1.20.2 support
2023-09-21 20:13:15 -05:00
Michael Primm
a30406e2a7
Shift old spigot/paper support to dynamic load to handle pedantic Paper
...
loader
2023-08-20 14:38:38 -05:00
Michael Primm
b903cfc5a6
Update bstats library
2023-07-17 18:33:26 -05:00
Michael Primm
55da7c7869
Fix spigot jar shading
2023-06-20 21:06:10 -05:00
Michael Primm
19c14c6007
More gradle updates
2023-06-09 23:42:40 -04:00
Michael Primm
35e5acebb6
Avoid jar bloat during shadow building
2023-06-09 03:47:31 -04:00
Michael Primm
b4317cfa73
More spigot 1.20 updates
2023-06-09 02:49:17 -04:00
Michael Primm
6beb62b4b7
Initial Spigot/Paper 1.20 support
2023-06-09 02:05:17 -04:00
Michael Primm
dc18fc46d8
Initial Spigot/Paper 1.19.4
2023-03-16 00:55:32 -05:00
Michael Primm
975944f649
Add initial 1.19.3 for Spigot/PaperMC support
2022-12-08 13:45:18 -06:00
stepech
2b2747d3bd
Update minimum spigot api, improve armor points counting
2022-08-08 22:40:27 +02:00
Mike Primm
5a3ed79f37
Initial spigot/paper 1.19 port
2022-06-07 12:28:16 -05:00
Mike Primm
d997e10eaf
Update Gson reference to current spigot level (bogus security flag)
2022-06-05 17:35:50 -05:00
Mike Primm
a0ee4dec1d
First pass of 1.18.2 spigot/paper support
2022-02-28 17:46:40 -06:00
Mike Primm
30791f1663
Add eclpse labels for subprojects in Fabric
2022-02-16 21:13:21 -06:00
Mike Primm
f9ad21acb4
Label spigot subproject
2022-02-10 15:00:41 -06:00
stepech
74929c86e4
dependency: Update SkinsRestorer
2021-12-12 13:50:43 +01:00
Mike Primm
c91ac7ad86
Initial compiling Spigot code (doesn't work, but it does compile...)
2021-11-30 23:08:54 -06:00
Mike Primm
d89403d51a
Start 1.18 Spigot work... need to sort through obfuscation bullshit
2021-11-23 16:43:55 -06:00
Mike Primm
0d85d2efb5
Update bstats to 2.2.1
2021-11-12 17:44:33 -06:00
Kosma Moczek
236081a075
spigot: fix resource handling on Gradle 7
2021-06-27 15:28:05 +02:00
Kosma Moczek
bc0f25a21d
build.gradle: rename compile -> implementation
2021-06-27 13:51:12 +02:00
Kian Kasad
f8a7c0151f
Update SkinsRestorer dependency to v14.1.0-SNAPSHOT
2021-06-20 09:16:59 -07:00
Mike Primm
9dd316b852
Initial building/running Spigot 1.17 code... still very incomplete
2021-06-11 21:59:04 -05:00
stepech
cc80570d3e
Update SkinsRestorer hook to v14 API
2021-03-04 20:49:47 +01:00
Thomas Janssen
5a0314e17c
Updated bukkit/spigot build for minecraft 1.16.4
2020-11-03 21:49:40 +01:00
Mike Primm
763ca9a69c
Add Spigot 1.16.3 support
2020-09-10 22:18:51 -05:00
Mike Primm
decc95d35e
Add 1.16.2 support for Spigot
2020-08-12 21:40:06 -05:00
Mike Primm
3917eb066a
Initial 1.16.1 support - get it running
2020-06-25 19:29:03 -05:00
mikeprimm
7fa8861054
Merge pull request #2896 from owlnull/v3.0
...
Add skins support via SkinsRestorer plugin
2020-05-16 16:18:17 -05:00
Mike Primm
1a1e25f9d7
Get build clean with retired components
2020-05-16 16:17:32 -05:00
owlnull
c5e67185aa
Made dependency SkinsRestorer compileOnly
2020-04-26 13:09:12 +05:00
owlnull
2031c45d6c
Add skins support via SkinsRestorer plugin
2020-04-23 06:39:54 +05:00
Zach Levis
638b17bc17
spigot: Add Vault permissions provider
...
This allows performing permissions checks using any plugin that
implements the Vault interfaces without having to provide direct
support, including for offline players.
2020-01-26 20:45:29 -08:00
Mike Primm
58aed1cc56
Use LuckPerms 4 API for older LuckPerms, and 5 for newer ones
2019-12-15 12:53:50 -06:00
mikeprimm
43f838edca
Merge branch 'v3.0' into v3.0
2019-12-14 22:09:42 -06:00
mikeprimm
24e260c13c
Merge pull request #2691 from JAysz0n/v3.0
...
Added support for 1.15
2019-12-14 21:58:48 -06:00
pk910
f4d7b58ad9
experimental spigot 1.15 support
2019-12-12 21:27:39 +01:00
BuildTools
f4e439ab8f
Added support for 1.15
2019-12-12 21:15:11 +01:00
Sijmen Schoon
5d600882ac
Update LuckPerms and bStats
2019-12-01 03:38:05 +01:00