Commit Graph

689 Commits

Author SHA1 Message Date
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
Christian Koop
1e3f72f235
Fixes WorldGuard interact/use flag getting checked wrong
When trying to open the GUI in a world where `use` is set to allowed,
it just returned and never opened the GUI
2023-03-31 22:34:47 +02:00
Christian Koop
0bb6724378
Fix a 'duplicate item' bug related to item filters
When a user put an item into a filter, saved it (closed that GUI), opens it again and removes
the item without closing the inventory – Another user can break the Hopper and the still
saved item filter gets dropped although the item has already been closed.
2023-03-31 22:03:59 +02:00
Christian Koop
2d0543924f
Fix AutoSell Filter items not getting dropped when breaking a hopper 2023-03-31 21:39:21 +02:00
Christian Koop
4fefd312bd
Fixes FabledSkyBlock Stackable Blocks getting reset and not incremented
If pointing a hopper to a stackable, the stackable gets reset to 0 and the item remains in the
hopper.

This is because a `Stackable` instance can be created without any maxSize being set causing it
to default to `0`.
This is probably more of a workaround/hack and should be fixed in FabledSkyBlock...
But it works with right clicking the block manually - So maybe 0 means infinite? I'm not really sure...
2023-03-31 21:27:39 +02:00
Christian Koop
4a8aefbf92
Updates Dependency spigot-api to 1.19.4-R0.1-SNAPSHOT 2023-03-31 21:09:22 +02:00
Christian Koop
b38d6cbf3a
Fix (AutoSell) Item-Filters not being saved correctly for next srv start
When the AutoSell filters are saved, they got saved as the normal item filter instead.
On next server start, when loading all the Hoppers from the database,
the AutoSell filter would be empty again and the item filter got overwritten.
2023-03-31 20:57:21 +02:00
Christian Koop
38d9995d6c
Adds experimental support EconomyShopGUI support for AutoSell
Pretty stupid/ugly how the API is accessed and users enabled this feature.
Something for the future when the new SongodaCore release is ready.

Requested by multiple users on Discord.
2023-03-31 20:40:07 +02:00
Christian Koop
785abbaa6c
Release v4.7.8-BETA 2023-03-29 21:58:54 +02:00
Christian Koop
ac227c8c5e
Updates SongodaCore to 2.6.19-DEV for Spigot 1.19.4 support 2023-03-29 21:58:44 +02:00
Christian Koop
eb406608d4
Switch LICENSE to CC BY-NC-ND 4.0
Co-authored-by: Eli Rickard <38917063+EliRickard@users.noreply.github.com>
2023-03-29 21:40:26 +02:00
Christian Koop
ec1a0b8a3a
Release v4.7.7-DEV 2023-01-11 23:05:03 +01:00
Christian Koop
d2d35b5ed6
Updates SongodaCore to v2.6.18-DEV 2023-01-11 23:04:46 +01:00
Christian Koop
86c4e03586
Merge branch 'development' 2022-09-05 22:48:49 +02:00
Christian Koop
38698eec1a
Release v4.7.6 2022-09-05 22:48:22 +02:00
songoda-projects-overview[bot]
ef8359e238 Bump SongodaCore version to 2.6.16 2022-09-05 22:21:21 +02:00
songoda-projects-overview[bot]
6af6cbf1c3 Bump SongodaCore version to 2.6.15-DEV 2022-08-15 00:47:43 +02:00
ceze88
180bf7f642 Updated deprecated methods, added MySQL support 2022-08-09 15:26:16 +02:00
Fernando Pettinelli
f037db1159 Version 4.7.5 2022-07-03 16:19:06 -04:00
Christian Koop
7c03d9e3de
Merge branch 'development' 2022-03-18 21:17:00 +01:00
Christian Koop
1e2db2cadf
Release v4.7.4 2022-03-18 21:16:25 +01:00
Christian Koop
8b82ebd323
Updates Core to v2.6.12 2022-03-18 21:16:25 +01:00
Christian Koop
39096ddb5c
Replaces deprecated NBTItem calls 2022-03-18 21:16:25 +01:00
Christian Koop
4697baf282
Code cleanup 2022-03-18 21:16:25 +01:00
Christian Koop
0704096e4a
Merge branch 'development' 2022-01-30 12:19:27 +01:00
Christian Koop
4109fc4c82
Version 4.7.3 2022-01-30 12:19:19 +01:00
Christian Koop
3159f102a4
Updates SongodaCore to v2.6.11 2022-01-30 12:18:37 +01:00
Christian Koop
3db8f0f507
Merge branch 'development' 2021-12-14 21:20:29 +01:00
Christian Koop
c056d9a50f
Release v4.7.2 2021-12-14 21:18:00 +01:00
Christian Koop
95a1db50b3
Minor code cleanup
Replaced some use of Material with CompatibleMaterial in hopes for the legacy Meterial system to not trigger but without any luck
2021-12-14 21:18:00 +01:00
Christian Koop
d16b93aaed
Update SongodaCore to v2.6.7
Fixes SD-8871 and other bugs
2021-12-14 21:02:41 +01:00
Christian Koop
bd9f3d74ee
pom.xml: Minor cleanup 2021-12-13 15:09:50 +01:00
Christian Koop
f8f18489e9
Merge branch 'development' 2021-12-11 14:38:19 +01:00
Christian Koop
e3c2bbe54a
Version 4.7.1 2021-12-11 14:34:16 +01:00