Commit Graph

205 Commits

Author SHA1 Message Date
Christian Koop
9a18ff1460
Merge branch 'development' 2024-10-02 15:38:40 +02:00
Christian Koop
a50ccb95a6
Release v3.2.0 2024-10-02 15:38:35 +02:00
Christian Koop
1ee36c2de4
chore: Update SongodaCore to v3.5.0-SNAPSHOT 2024-10-02 15:38:29 +02:00
ceze88
ee3df6e811 Release v3.1.1 2024-08-21 17:38:43 +02:00
ceze88
8dc83033bd Update to core version 3.3.0-SNAPSHOT 2024-08-21 17:38:33 +02:00
Christian Koop
f4c1b02ed7
fix: shade kyori adventure 2024-06-22 20:25:05 +02:00
Christian Koop
b0e51c1ac8
chore(deps): update org.projectlombok:lombok from v1.18.20 to v1.18.32 2024-06-22 16:01:15 +02:00
Christian Koop
99eb5d9e54
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 15:52:38 +02:00
Christian Koop
23079d068e
chore(deps): update SongodaCore to v3.1.0-SNAPSHOT 2024-06-22 15:52:30 +02:00
Christian Koop
01508fce33
chore(deps): update maven-shade-plugin to v3.6.0 2024-06-22 15:50:01 +02:00
Christian Koop
9842de0c0d
Merge branch 'master' into development 2024-06-22 15:49:33 +02:00
ceze88
f8e3da85f4
Merge pull request #3 from xsmeths/development
fix EpicVouchers commands not working and some editor menu issues
2024-06-11 16:08:38 +02:00
craftaro-plugins-overview[bot]
98b1aac16b
Updates contents of README.md 2024-04-18 17:10:09 +00:00
xsmeths
70cc75b27f more menu fixes
stop people making vouchers with no id
make it so the anvil gui logic updates your exp back to what it was after using it
TextUtils for formatting
2024-04-15 06:05:08 +01:00
xsmeths
c76cbe8de8 less horrible naming 2024-04-15 02:59:07 +01:00
xsmeths
fc0e3ef7c0 translate colors for editor menu items that were just created 2024-04-15 00:18:00 +01:00
xsmeths
2a74183821 remove a debug line 2024-04-15 00:09:42 +01:00
xsmeths
ea3445280e Correctly show voucher item names in editor main menu 2024-04-15 00:06:09 +01:00
xsmeths
5c29ac1850 fix editor command 2024-04-14 22:28:47 +01:00
xsmeths
9a2cdffcb7 include nms packages 2024-04-14 22:27:16 +01:00
Christian Koop
d5af57f27b
Merge branch 'master' into development 2024-03-27 09:43:45 +01:00
Christian Koop
abb770ef65
fix: Replaces usage of depreacted CompatibleSound with XSound
The CompatibleSound class will be removed from the Core and this ensures compatibility with
new versions of the Core and newer Minecraft versions
2024-03-27 09:43:40 +01:00
craftaro-plugins-overview[bot]
d060bb6e63
Updates contents of README.md 2024-03-07 20:52:47 +00:00
Christian Koop
3ba9983dd0
Adds plugin logo at docs/Logo.png 2024-03-07 21:46:05 +01:00
Christian Koop
57746b195c
Removes now no-longer needed #getDependencies from plugin main class
The core now provides an implementation which returns an empty Set
2024-01-13 22:12:47 +01:00
ceze88
e205a07318 Merge branch 'development' 2024-01-13 15:56:39 +01:00
ceze88
5b776bf221 Release v3.0.0 2024-01-13 15:55:48 +01:00
ceze88
b65cea5fa4 Migrate to dynamic dependency loading 2024-01-11 16:13:13 +01:00
Christian Koop
b4cb9b2569
Release v3.0.0-b2-SNAPSHOT 2023-10-23 18:12:59 +02:00
craftaro-plugins-overview[bot]
17d2eb43eb
Updates contents of README.md 2023-07-18 13:44:03 +00:00
Christian Koop
e9b6a5ad80
Release v3.0.0-SNAPSHOT 2023-07-18 15:34:31 +02:00
Christian Koop
b859303553
Move classes from package com.songoda to com.craftaro 2023-07-18 15:34:16 +02:00
Christian Koop
bdf5caec99
Modernize and clean up pom.xml and plugin.yml 2023-07-18 15:23:51 +02:00
Christian Koop
6b930d3e25
Migrate from SongodaCore to CraftaroCore v3.0.0-SNAPSHOT 2023-07-18 15:14:50 +02:00
Christian Koop
91be66c202
Updates .github/FUNDING.yml 2023-07-18 15:04:33 +02:00
Christian Koop
e0d19d701e
Updates .gitignore and .editorconfig 2023-07-18 15:04:21 +02:00
Christian Koop
b63bd350c6
Heavy code style changes and slight refactoring 2023-07-18 15:04:03 +02:00
Christian Koop
4aee977bfa
Makes legacy item checks configurable and have it disabled by default
The legacy checks is causing big performance problems on bigger servers.
It will be removed in the future
2023-07-18 15:03:02 +02:00
Christian Koop
a0a2351148
Updates SongodaCore to v2.6.21 2023-07-18 15:03:02 +02:00
Christian Koop
29097b90c0
Improves legacy item performance and refactors PlayerInteractListener
I think the CachedSet was used wrong. I tried refactoring the class and properly check and add
ItemStacks to it properly.
If the user reports back with performance issues still persisting... Honestly I'll just remove support
for legacy items in general. Server/Users had enought time to redeem them by now.

CachedSet is using a WeakHashMap which might actually make the whole Set useless but I didn't do any testing on that today
2023-07-18 15:03:02 +02:00
craftaro-plugins-overview[bot]
bc4370730c
Updates contents of README.md (#2)
Co-authored-by: craftaro-plugins-overview[bot] <111250264+craftaro-plugins-overview[bot]@users.noreply.github.com>
2023-07-18 15:02:23 +02:00
ceze88
fdaf94a0a8 Release 2.2.6 2023-04-13 20:10:07 +02:00
ceze88
050d39b1e4 Updates SongodaCore to 2.6.19 2023-04-13 20:09:49 +02:00
Christian Koop
67e3618405
Release v2.2.6-BETA 2023-03-29 21:51:00 +02:00
Christian Koop
6505b291cf
Updates SongodaCore to 2.6.19-DEV for Spigot 1.19.4 support 2023-03-29 21:50:35 +02:00
Christian Koop
b872db8949
Switch LICENSE to CC BY-NC-ND 4.0
Co-authored-by: Eli Rickard <38917063+EliRickard@users.noreply.github.com>
2023-03-29 21:43:56 +02:00
Christian Koop
8d2e93672e
Release v2.2.5-DEV 2023-01-11 22:55:19 +01:00
Christian Koop
947ee25f2e
Updates SongodaCore to v2.6.18-DEV 2023-01-11 22:55:10 +01:00
Christian Koop
e9ba805d27
Merge branch 'development' 2022-09-05 22:58:45 +02:00
Christian Koop
aa304ea01b
Release v2.2.4 2022-09-05 22:58:19 +02:00