ceze88
6c11a51f28
Remove unused/unsupported SQLite command
2024-07-17 17:39:35 +02:00
ceze88
e04f39ad48
Remove CLI API dependency to fix build failures
2024-07-17 17:39:13 +02:00
Christian Koop
7dd229eee9
fix: replace usage of deleted SkullUtils class with XSkull
...
Updating the Core also updated XSeries which got rid of
SkullUtils in favor of new methods in XSkull
2024-06-22 19:20:59 +02:00
Christian Koop
3e5b458365
chore: update SongodaCore to v3.1.0-SNAPSHOT
2024-06-22 19:20:44 +02:00
Christian Koop
fb4dcdcf20
build: use manually uploaded artifact for CMI-API
...
The fact that there is no stable official way to depend
on the API in a maven project is baffling top me... honestly...
I am just annoyed, so I manually uploaded the jar to our
`third-party` repository which I wanted to get rid of again...
2024-06-22 18:44:23 +02:00
ceze88
fcf551f9eb
Shade in adventure lib
2024-06-11 16:18:05 +02:00
Christian Koop
de75ddc7cd
Release v3.1.0-SNAPSHOT
2024-05-13 11:42:28 +02:00
Christian Koop
edc5ed5957
fix: replace reflective ItemStack (de-)serialization using MethodMapping
...
ClassMapping and MethodMapping are deprecated in the Core and are no longer maintained to be
compatible with new Minecraft releases.
The code now broke in Minecraft 1.20.6
2024-05-13 11:39:08 +02:00
Christian Koop
39585490e4
chore(deps): update PlaceholderAPI, EssentialsX, SongodaCore
2024-05-13 11:32:52 +02:00
Christian Koop
c7046ae8ec
build: update/clean up used maven repositories
2024-05-13 11:32:02 +02:00
Christian Koop
f5c737d43d
feat!: drop support for converting JonathanBrouwer/UltimateCore kits
...
UltimateCore hasn't been updated for 5 years now, the version we build against even 8 years.
It causes trouble with builds because I don't see what repository is supposed to have it.
Let's just get rid of it tbh.
2024-05-13 11:28:32 +02:00
ceze88
afbb81428f
Release v3.0.3
2024-04-15 16:54:12 +02:00
ceze88
b3c0f41948
Update EssentialsX kit conversion (EssentialsX 2.20.1+ required)
2024-04-15 16:53:51 +02:00
ceze88
6e568b1077
Update core version
2024-04-15 15:32:10 +02:00
ceze88
9eefc45c12
Fix relocation
2024-04-15 15:32:00 +02:00
Brianna O'Keefe
72cf7c7901
Fixed an issue with converting kits.
2024-04-05 20:16:19 -05:00
Brianna O'Keefe
0bb306f90f
version 3.0.2
2024-03-31 18:23:03 -05:00
Brianna O'Keefe
635d20f8d9
Removed this strange moveable stuff.
2024-03-31 18:22:39 -05:00
Brianna O'Keefe
d8bcb4b9a7
Don't show the kit items chance if all are 100%.
2024-03-31 18:06:12 -05:00
Brianna O'Keefe
3680f9bfec
Added a quick access edit button to the kit preview.
2024-03-31 17:59:09 -05:00
Brianna O'Keefe
94b9832f3a
version 3.0.1
2024-03-11 17:50:26 -05:00
Brianna O'Keefe
350ccac983
Clone kit items when given to players so the kit doesn't end up edited.
2024-03-11 17:49:17 -05:00
Brianna O'Keefe
e95baae80a
Overhauled kit claiming logic.
2024-03-11 17:35:40 -05:00
Brianna O'Keefe
a7665044cb
Kit conversion overhaul.
2024-03-11 15:20:40 -05:00
Brianna O'Keefe
00edbe4b01
Support 1.16+ with default kits.
2024-03-11 14:42:50 -05:00
Brianna O'Keefe
7b8f01b560
Updated to use the craftaro repo.
2024-03-11 14:02:49 -05:00
Christian Koop
dc6967e3c7
Release v3.0.0
2024-01-13 22:26:26 +01:00
Christian Koop
f97511f474
Upgrade Craftaro Core (+dynamic library loading; +MC 1.20.4 support)
...
Notable changes:
* Spigot 1.20.3/3 compatibility
* dynamic library/dependency loading
* Smaller plugin jar size
2024-01-13 22:26:07 +01:00
Christian Koop
8a9a174a9b
Release v3.0.0-b2-SNAPSHOT
2023-10-23 18:20:11 +02:00
Christian Koop
936c63fa45
Merge branch 'master' into development
2023-08-25 15:01:23 +02:00
Christian Koop
e438efa4d0
Merge pull request #2 from xartuu/master
...
Fixed interactions with kit blocks
2023-08-25 14:53:56 +02:00
Christian Koop
e364be9b6f
Release v3.0.0-SNAPSHOT
2023-08-25 14:49:47 +02:00
Christian Koop
6a037bcf28
pom.xml: Fixes typo in project description
...
Mistake copied from the marketplace
2023-08-25 14:39:45 +02:00
craftaro-plugins-overview[bot]
87598f6a3a
Updates contents of README.md
2023-08-25 12:31:27 +00:00
Christian Koop
a00a64608e
Updates maven plugins used in pom.xml
2023-08-25 12:44:53 +02:00
Christian Koop
4d18b309b4
Updates plugin.yml
and adds DecentHolograms to softdepends
2023-08-25 12:44:40 +02:00
Christian Koop
3b396faec6
Merge branch 'master' into development
2023-08-25 12:29:16 +02:00
craftaro-plugins-overview[bot]
288bed7fd0
Updates contents of README.md ( #3 )
...
Co-authored-by: craftaro-plugins-overview[bot] <111250264+craftaro-plugins-overview[bot]@users.noreply.github.com>
2023-08-25 12:25:32 +02:00
Christian Koop
1f98d2a740
Updates .gitignore
2023-08-25 12:14:41 +02:00
Christian Koop
e8bc5fd85a
Create .editorconfig
2023-08-25 12:13:05 +02:00
Christian Koop
b5f442bdb9
Heavy code style changes and slight refactoring
2023-08-25 12:12:58 +02:00
Christian Koop
f8ee4fd6ad
Fix database implementation to be compatible with latest CraftaroCore
2023-08-16 11:16:34 +02:00
Fernando Pettinelli
49a0a518f4
Version 2.8.0
2023-07-26 21:31:51 -04:00
Fernando Pettinelli
3a652c597d
Moved from songoda to craftaro
2023-07-26 21:28:26 -04:00
Artur Kociszewski
a74b801576
feat: Added message about the need for a key
2023-04-30 19:46:04 +02:00
Artur Kociszewski
20effd37cb
fix: Fixed interactions with kit blocks
2023-04-30 19:45:09 +02:00
Christian Koop
e018710208
Merge branch 'development'
2023-04-29 12:54:16 +02:00
Christian Koop
193cf85810
Release v2.7.7
2023-04-29 12:54:13 +02:00
Christian Koop
bddef66d17
Updates SongodaCore to v2.6.21
2023-04-29 12:54:07 +02:00
Christian Koop
2fde27e0df
Puts on a band-aid to fix Crates+Keys to give all Items on Amount -1
...
The KitAmount is still broken with this and I just don't understand what the algorithm and
expected behaviour is supposed to be...
I don't have much time for this stuff right now - The plugin needs a recode/heavy refractor
2023-04-29 12:33:24 +02:00