Commit Graph

829 Commits

Author SHA1 Message Date
ceze88 baa17abddc Add permission to disable player block/spawner stacking 2024-01-07 12:22:37 +01:00
ceze88 fd8572a276 Add SuperiorSkyblock hook for mob drops 2024-01-07 12:21:53 +01:00
ceze88 1dfd18a943 Add dynamic dependency loading 2024-01-07 12:16:27 +01:00
ceze88 788269723a Release v3.0.0-b4-SNAPSHOT 2023-11-17 17:03:28 +01:00
ceze88 d6c73e669e Fix StackedItemSpawnEvent not called in some cases 2023-11-14 23:40:16 +01:00
ceze88 85a7995420 Fix block stack duplicating in the database 2023-11-13 21:13:05 +01:00
ceze88 cc66c46bc3 Release v3.0.0-b3-SNAPSHOT 2023-11-13 19:53:47 +01:00
ceze88 e55f4622d2 Add StackedItemSpawnEvent 2023-11-13 19:52:50 +01:00
Christian Koop a5642e701c
Release v3.0.0-b2-SNAPSHOT 2023-10-23 18:23:16 +02:00
ceze88 93ddb02d17 Release v3.0.0-b1-SNAPSHOT 2023-10-09 17:44:06 +02:00
ceze88 5d41e6ea36 Improve performance 2023-10-09 17:43:55 +02:00
ceze88 084d2c8348 Fix witch lootable 2023-10-09 17:43:32 +02:00
ceze88 95ce5bb8c2 Fixes duplicating data and holograms 2023-09-18 15:34:19 +02:00
ceze88 c983e68392 Fix NPEs 2023-09-13 13:52:04 +02:00
ceze88 ec09a56a02 Update migrations 2023-09-13 13:51:40 +02:00
ceze88 e5ccac8cdf Fixes maven build when using install 2023-07-24 11:40:31 +02:00
ceze88 d7bb7a8ceb Fixes updating StackedEntity amount 2023-07-24 11:40:02 +02:00
ceze88 6f77c43d97 Fix item stacking when using large numbers 2023-07-17 12:20:37 +02:00
ceze88 86a19a520b Fix item stacking issues, add annotations 2023-07-08 11:23:20 +02:00
ceze88 b9b76b8d28 Add more spawn methods 2023-07-08 11:20:05 +02:00
ceze88 7481c25d52 Clone location to prevent modification 2023-07-08 11:19:06 +02:00
ceze88 31f517c436 Add javadocs 2023-07-08 11:18:34 +02:00
ceze88 8fd9dfa6e0 Add javadocs remove inherited methods, remove setId to avoid duplicated data with the new db system 2023-07-08 11:17:12 +02:00
ceze88 79e5680c46 Re-add event 2023-07-08 11:15:54 +02:00
ceze88 250435cfa0 Remove unnecessary class 2023-07-08 11:15:18 +02:00
Christian Koop 16e61d82f0
Create .github/FUNDING.yml 2023-06-30 22:46:15 +02:00
Christian Koop 64c81f8474
Fix `me.minebuilders:Clearlag` dependency not found in repos 2023-06-30 22:46:15 +02:00
Christian Koop e9ca5ce001
Fix `'version' contains an expression but should be a constant` 2023-06-30 22:43:21 +02:00
Christian Koop b838ab79c7
Create .github/workflows/build.yml 2023-06-30 22:41:45 +02:00
Christian Koop 441bea2a21
Replace deprecated usages of CompatibleSound with XSound 2023-06-30 22:34:30 +02:00
Christian Koop ccb34a3602
Set version of API sub-module from `1.0.0` to `1.0.0-SNAPSHOT` 2023-06-30 22:34:30 +02:00
Christian Koop 347507f626
Generate JavaDocs and Source jar files for API sub-module 2023-06-30 22:34:30 +02:00
Christian Koop f6d96c8709
Modernize and clean up pom.xml + plugin.yml 2023-06-30 22:34:30 +02:00
Christian Koop 0f962c6583
Reorder imports and remove unused imports 2023-06-30 22:28:45 +02:00
Christian Koop f3dc65664f
Correct capitalization of class name `UltimateStackerAPI` to -`Api` 2023-06-30 22:27:12 +02:00
Christian Koop 3bb424d594
Merge branch 'master' into development 2023-06-30 16:06:19 +02:00
Christian Koop e16cffc299
Adds `-Plugin` suffix to plugin maven sub-module 2023-06-30 16:06:13 +02:00
craftaro-plugins-overview[bot] 265f9f2b57
Updates contents of README.md (#3)
Co-authored-by: craftaro-plugins-overview[bot] <111250264+craftaro-plugins-overview[bot]@users.noreply.github.com>
2023-06-30 14:34:34 +02:00
Christian Koop 135a75e9bf
Adds .editorconfig file 2023-06-30 14:21:01 +02:00
Christian Koop 017ce2c211
Cleanup .gitignore files 2023-06-30 14:19:48 +02:00
Christian Koop d5b41b2292
Add hyphen to module name suffixes (e.g. `API` -> `-API`) 2023-06-30 14:18:33 +02:00
ceze88 4263fd0875 Configures api version injection 2023-06-29 17:33:36 +02:00
ceze88 de3bd3b8c8 Fix api version 2023-06-29 17:27:46 +02:00
ceze88 098c819b1c Adds default constructor to SpawnerStackImpl, fix async saving issues on shutdown 2023-06-29 16:05:13 +02:00
ceze88 abd41fc602 Updates to Xmaterial 2023-06-29 11:18:18 +02:00
ceze88 62e232b09e Remove unnecessary Bootstrap module 2023-06-29 10:54:07 +02:00
ceze88 4d8e630697 Add killWholeStackOnDeath setting to the API 2023-06-13 12:12:28 +02:00
Christian Koop b59f3f06d5
Cleanup UltimateStackerAPI/pom.xml and downgrade its spigot-api to 1.8.8 2023-06-11 13:38:35 +02:00
Christian Koop 439b0aa7ca
Refactors SpawnerStackImpl to not extend SSpawner
I don't think thats a good idea as SSpawner is part of the NMS system, even if the import does not
hint at that.
It will probably change gratly again in the near future anyway (hopefully before CraftaroCore v3.0.0 releases).
2023-06-11 13:32:13 +02:00
Christian Koop d0dd63999b
Clean up and improve plugin.yml and pom.xml files 2023-06-11 13:18:24 +02:00