Commit Graph

678 Commits

Author SHA1 Message Date
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
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
Christian Koop
3574466077
Update SongodaCore to v2.6.5 2021-12-11 14:33:09 +01:00
Fernando Pettinelli
22dc2c6615 Merge branch 'development' 2021-12-10 17:55:50 -03:00
Fernando Pettinelli
931e680b10 Added back no particle support, accidentally removed it on my latest push. 2021-12-10 17:54:04 -03:00
Fernando Pettinelli
c50def934d Version 4.7.0 2021-12-08 22:41:11 -03:00
Fernando Pettinelli
218b298c06 Update to 1.18 Spigot API 2021-12-08 22:39:24 -03:00
Fernando Pettinelli
6044aa3077 Reworked how custom containers are handled. 2021-12-08 22:35:57 -03:00
Christian Koop
00963c6e92
Merge branch 'development' 2021-11-19 23:22:39 +01:00
Christian Koop
81320f2b3b
Release v4.6.24 2021-11-19 23:22:31 +01:00
Christian Koop
e6518ae91a
Adds support for empty particles (-> no particles)
Having the particle name set to an empty string (`''`) now tells EpicHoppers that you don't want any particles
2021-11-19 22:45:34 +01:00
Christian Koop
4e2213a6dc
Replacing dependency ShopGUIPlus with latest version of its api
The author provides a public version of the API, so let's use this instead
2021-11-01 20:41:45 +01:00
Christian Koop
a2630ebee8
Updating dependency com.songoda.skyblock 2021-11-01 20:40:45 +01:00