Commit Graph

722 Commits

Author SHA1 Message Date
ceze88
66f1bc8359 Release v5.0.0 2024-01-13 22:11:50 +01:00
ceze88
990ee86b2e Migrate to dynamic dependency loading 2024-01-13 22:07:26 +01:00
ceze88
bd1fce36dc Release v5.0.0-b11-SNAPSHOT 2023-10-25 16:29:57 +02:00
ceze88
db2969b62e Update FabledSkyBlock compatibility 2023-10-25 16:28:52 +02:00
ceze88
f0398efa4a Remove caching. Moved to CraftaroCore 2023-10-25 16:19:05 +02:00
ceze88
d4737640a7 Fix null owner 2023-09-22 12:49:04 +02:00
ceze88
6413d74253 Release v5.0.0-b10-SNAPSHOT 2023-09-18 22:09:19 +02:00
ceze88
b96996d644 Add RoseStacker compatibility 2023-09-18 22:09:03 +02:00
ceze88
458d9ed2a8 Release v5.0.0-b8-SNAPSHOT 2023-09-18 16:00:48 +02:00
ceze88
06272e0e0f Fix data loading 2023-09-18 16:00:37 +02:00
ceze88
fa6e0bf44e Add caching for auto smelt module 2023-09-18 16:00:23 +02:00
ceze88
5bfd4692cd Release v5.0.0-b8-SNAPSHOT 2023-09-04 20:00:50 +02:00
ceze88
0297e4b2ba Fix duplicate table creation when migrating from old db 2023-09-04 20:00:38 +02:00
ceze88
88170092a2 Update CompatibleMaterial usage to XMaterial 2023-09-04 20:00:03 +02:00
ceze88
5a47c3cbbe Fix index error and NPE 2023-09-04 19:59:45 +02:00
ceze88
fc28ea9419 Fix saving issue 2023-09-04 19:59:11 +02:00
ceze88
fda9e62467 Fix error when braking vanilla hoppers 2023-09-04 19:59:02 +02:00
ceze88
f53c5aae76 Log data load time 2023-09-04 19:58:44 +02:00
ceze88
a2a9774ce1 Fixes shutdown error 2023-08-10 17:16:58 +02:00
ceze88
7e9c740fdb Release v5.0.0-b7-SNAPSHOT 2023-08-10 11:49:01 +02:00
ceze88
39775d9350 Fix SemVer 2023-08-10 11:48:38 +02:00
ceze88
f5a038aa0a Switch back to old format for now 2023-08-10 11:46:37 +02:00
ceze88
c3952e9bd7 Fix hopper id's 2023-08-10 11:46:16 +02:00
ceze88
aefe0d65b6 Fix data type for database 2023-08-10 11:46:02 +02:00
ceze88
df1b89f302 Release v5.0.0-SNAPSHOT-b6 2023-08-04 12:37:43 +02:00
ceze88
63ed91ee5c Updates data migration 2023-08-04 12:36:52 +02:00
ceze88
7a612f7ff5 Release v5.0.0-SNAPSHOT-b5. Updates to new db system, updates UltimateStacker compatiblility. 2023-08-04 12:35:45 +02:00
Christian Koop
332a058077
Move classes from package com.songoda to com.craftaro 2023-06-29 11:39:53 +02:00
Christian Koop
2190393bf5
Replace deprecated usages of CompatibleSound with XSound 2023-06-29 11:36:01 +02:00
Christian Koop
97414b284c
Create .github/workflows/build.yml 2023-06-29 11:25:11 +02:00
Christian Koop
baae08a463
Create .github/FUNDING.yml 2023-06-29 11:25:11 +02:00
Christian Koop
7047f1566d
Release v5.0.0-SNAPSHOT 2023-06-29 11:25:11 +02:00
Christian Koop
68f1674fca
Migrate API related classes into the new API module
It is not nicely capsuled and needs heavy refactoring!
2023-06-29 11:21:12 +02:00
Christian Koop
4d3c4fca17
Change the project structure to allow a dedicated API module to exist 2023-06-29 10:07:43 +02:00
Christian Koop
6e6bfe469d
Adds .editorconfig 2023-06-29 10:07:43 +02:00
Christian Koop
f2c9ce176a
Migrate from SongodaCore to CraftaroCore v3.0.0-SNAPSHOT 2023-06-29 09:43:54 +02:00
Christian Koop
1851f7665e
Correct file line endings from CRLF to LF 2023-06-29 09:38:31 +02:00
Christian Koop
e6a13c2d38
Merge branch 'master' into development 2023-06-26 17:27:57 +02:00
craftaro-plugins-overview[bot]
dded18eaa3
Updates contents of README.md (#4)
Co-authored-by: craftaro-plugins-overview[bot] <111250264+craftaro-plugins-overview[bot]@users.noreply.github.com>
2023-06-26 17:27:22 +02:00
Christian Koop
99cd257b86
Heavy code style changes and slight refactoring 2023-06-26 17:22:26 +02:00
Christian Koop
1fc846a241
Modernize and clean up pom.xml and plugin.yml 2023-06-26 16:44:28 +02:00
Christian Koop
2a01777ff2
Updates .gitignore 2023-06-26 16:44:05 +02:00
Christian Koop
0e2e2ba216
Merge branch 'development' 2023-04-22 17:48:18 +02:00
Christian Koop
7e1cab5d0d
Release v4.7.9 2023-04-22 17:48:07 +02:00
Christian Koop
90beac6db8
Updates SongodaCore to v2.6.20 2023-04-22 17:47:57 +02:00
Christian Koop
47fdae9eae
Rename README.MD to README.md 2023-04-19 21:59:53 +02:00
Christian Koop
0b5d3481c9
Move from deprecated BlockUtils#updateAdjacentComparators to WorldCore
Fixes `java.lang.NoSuchMethodException: org.bukkit.craftbukkit.v1_19_R3.CraftChunk.getHandle()`
in a mid-version NMS change in Spigot 1.19.4
2023-04-19 21:58:36 +02:00
Christian Koop
5940491279
Updates SongodaCore to v2.6.20-DEV 2023-04-19 21:57:24 +02:00
Christian Koop
2fe4e8a63b
Merge branch 'development' 2023-04-03 10:16:49 +02:00
Christian Koop
f96031f041
Release v4.7.8 2023-04-03 10:16:43 +02:00