Commit Graph

841 Commits

Author SHA1 Message Date
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
Christian Koop
407f73e99b
Upgrades SongodaCore to CraftaroCore v3.0.0-SNAPSHOT 2023-06-11 13:14:56 +02:00
ceze88
65b9e047d6 Fix project version 2023-06-10 20:42:52 +02:00
ceze88
b35ab6a015 Fix stack overflow error 2023-06-10 20:42:42 +02:00
ceze88
ff8cc1ddb2 Upload progress (changes will be in next commit) 2023-06-05 16:25:37 +02:00
ceze88
5a9964c45e Merge branch 'add-api-module' of https://github.com/craftaro/UltimateStacker into add-api-module 2023-05-30 11:22:12 +02:00
ceze88
14a4a17b9e Release 3.0.0-SNAPSHOT 2023-05-30 11:22:02 +02:00
ceze88
50fd0500b5 Optimize imports 2023-05-30 11:21:46 +02:00
ceze88
c944e6add7 Finish StackedItem manager 2023-05-30 11:20:31 +02:00
Christian Koop
2fd7616228
Updates .gitignore to be more specific 2023-05-27 14:58:16 +02:00
Christian Koop
584c9243e9
Configures sourceEncoding to be UTF-8 in pom.xml 2023-05-27 14:58:16 +02:00
Christian Koop
223cebe4ae
Specifies the Java release version in the pom.xml files
Used by the Java compile since Java 9
2023-05-27 14:58:16 +02:00
ceze88
cef0ce7d33 Initial commit 2023-05-25 19:20:03 +02:00
ceze88
549a1ce9f4 Release 2.4.3 2023-05-06 12:59:14 +02:00
ceze88
3649a087c8 Fix no AI setting when stacking mobs was disabled part 2 2023-05-06 12:58:54 +02:00
ceze88
331bfea2b8 Revert "Release 2.4.3"
This reverts commit 1214cd66ca.
2023-05-06 12:58:09 +02:00
ceze88
1214cd66ca Release 2.4.3 2023-05-06 12:34:46 +02:00
ceze88
0d79bad591 Fix no AI setting when stacking mobs was disabled 2023-05-06 12:34:13 +02:00
ceze88
6bce1980f8 Merge branch 'development' 2023-05-06 09:25:59 +02:00
ceze88
d51a8096ca Release 2.4.2 2023-05-06 09:25:42 +02:00
ceze88
f4bcca2c1d Updates SongodaCore v2.6.21 2023-05-06 09:24:07 +02:00
ceze88
3beb451db5 Fix compatibility issues with 3rd party plugins 2023-05-06 09:23:44 +02:00
ceze88
0229178e7d Revert "Fix compatibility issues with 3rd party loot plugins"
This reverts commit 91e31c24c3.
2023-05-06 09:13:43 +02:00
ceze88
fde297d9f1 Merge branch 'development' 2023-05-05 11:20:25 +02:00
ceze88
7e740f2647 Release 2.4.1 2023-05-05 11:19:20 +02:00
ceze88
91e31c24c3 Fix compatibility issues with 3rd party loot plugins 2023-05-05 11:14:09 +02:00
ceze88
4576a5c53c Code cleanup 2023-05-05 10:57:17 +02:00
ceze88
d40db23f2f Fix spawner stacking disabled mobs 2023-05-05 10:57:07 +02:00
Christian Koop
96d825044f
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-22 18:06:40 +02:00
Christian Koop
49cd7b9692
Updates SongodaCore v2.6.20 2023-04-22 18:05:52 +02:00
ceze88
833640b03f Merge branch 'development' 2023-04-13 17:12:46 +02:00
ceze88
aaf45767bd Release 2.4.0 2023-04-13 17:09:50 +02:00
ceze88
6dad22622a Updates SongodaCore to v2.6.19 2023-04-13 17:09:03 +02:00
ceze88
2d55f3851c Revert chunk listener stuff 2023-04-13 17:07:57 +02:00
ceze88
3eeef59c5f Fix block stacking in creative, save stack after update 2023-04-10 17:17:44 +02:00
ceze88
a00b6fb7fe Readd method for compatibility reasons 2023-04-10 17:17:00 +02:00
ceze88
f2b9cbce3e Revert "Move ChunkLoadEvent to separate ChunkListener class"
This reverts commit f234cdd73e.
2023-04-10 17:14:37 +02:00
ceze88
e073cab322 Revert "Update holograms on chunk load to prevent missing holograms"
This reverts commit 4bf2d9b479.
2023-04-10 17:14:34 +02:00
ceze88
f234cdd73e Move ChunkLoadEvent to separate ChunkListener class 2023-04-07 22:43:31 +02:00