Commit Graph

235 Commits

Author SHA1 Message Date
Christian Koop
2627d28d8f
Heavy code style changes and slight refactoring 2023-06-26 16:28:09 +02:00
Christian Koop
9ae08d75ed
Renames README.MD to README.md 2023-06-26 16:27:01 +02:00
ceze88
101b25fd59 Release 4.9.7 2023-04-13 20:01:10 +02:00
ceze88
0fd966da56 Updates SongodaCore to 2.6.19 2023-04-13 20:00:36 +02:00
ceze88
5fa8bc9d26 Fix EpicHoppers linking bug 2023-04-11 18:06:12 +02:00
Christian Koop
88a4e4197d
Updates Dependency spigot-api to 1.19.4-R0.1-SNAPSHOT 2023-03-31 22:46:50 +02:00
Christian Koop
c22efbbbdc
Release v4.9.7-BETA 2023-03-29 21:55:17 +02:00
Christian Koop
332bfdfbdd
Updates SongodaCore to 2.6.19-DEV for Spigot 1.19.4 support 2023-03-29 21:55:05 +02:00
Christian Koop
eb8b3a3d79
Switch LICENSE to CC BY-NC-ND 4.0
Co-authored-by: Eli Rickard <38917063+EliRickard@users.noreply.github.com>
2023-03-29 21:39:10 +02:00
Christian Koop
d86fdda457
Release v4.9.6-DEV 2023-01-11 22:47:29 +01:00
Christian Koop
a7e810c5c6
Updates SongodaCore to v2.6.18-DEV 2023-01-11 22:47:18 +01:00
ceze88
7274200166 Release v4.9.5 2022-11-07 20:51:27 +01:00
ceze88
66d47af480 Update core, add Plotsquared support 2022-11-07 20:51:01 +01:00
Christian Koop
208c4fc6d6
Fixes a NullPointerException in InventoryListeners#onInventoryClick 2022-09-18 17:48:57 +02:00
Christian Koop
a623b41f98
Merge branch 'development' 2022-09-05 22:46:50 +02:00
Christian Koop
69876faa00
Release v4.9.4 2022-09-05 22:46:46 +02:00
songoda-projects-overview[bot]
513eb8bb5f Bump SongodaCore version to 2.6.16 2022-09-05 22:19:15 +02:00
nivcoo
195f8ea7a2
Updates SongodaCore to v2.6.15-DEV
#3
2022-08-14 17:19:20 +02:00
ceze88
9b4333a643 Remove deprecated methods, add MySQL support 2022-08-14 10:46:52 +02:00
ceze88
c93cdb5a33 Fix for duplication bug SD-9118 2022-07-31 14:43:28 +02:00
Christian Koop
cdf58e8db5
Merge branch 'development' 2022-07-07 20:42:31 +02:00
Christian Koop
503155a371
Release v4.9.3 2022-07-07 20:42:21 +02:00
Christian Koop
9d47a0bf55
Updates SongodaCore to v2.6.13 2022-07-07 20:41:57 +02:00
Christian Koop
0770e7f003
Merge pull request #2 from temez/master
Fixed duping cobblestone and deepslate
2022-07-07 20:41:15 +02:00
temez
4688e81da7 Fixed duping cobblestone and deepslate 2022-03-20 16:43:08 +02:00
Christian Koop
6301a44c3b
Merge branch 'development' 2022-03-18 21:05:10 +01:00
Christian Koop
ed4f82d13d
Release v4.9.2 2022-03-18 21:04:06 +01:00
Christian Koop
2a07767a17
Replace deprecated NBTItem calls 2022-03-18 21:03:49 +01:00
Christian Koop
0606aece00
Updates Core to v2.6.12 2022-03-18 21:03:49 +01:00
Christian Koop
8b5a75b51d
Merge branch 'development' 2022-01-21 20:15:23 +01:00
Christian Koop
1bd61eefcf
Version 4.9.1 2022-01-21 20:14:11 +01:00
Christian Koop
dc9a9b80af
Updates SongodaCore to v2.6.11 2022-01-21 20:13:45 +01:00
Christian Koop
82dcb79f43
Reorganize pom.xml and plugin.yml 2022-01-21 20:06:11 +01:00
Christian Koop
9a21d0c100
pom.xml: Updates repositories 2022-01-18 14:34:38 +01:00
Christian Koop
caa39d284a
Recodes how the new hologram logic works
I partially reverted d601049117 and chose minimal logic changes. Got reports of holograms not enabling or not being removed so this should be easier and less to test


SD-8943
2022-01-18 13:51:02 +01:00
Christian Koop
cfef081b8d
Updates SongodaCore to v2.6.10 2022-01-18 13:48:33 +01:00
Christian Koop
b1c744179e
Updates dependency spigot v1.18 to spigot-api v1.18.1 2022-01-18 13:48:29 +01:00
Fernando Pettinelli
f272afe5d8 Merge branch 'development' 2021-12-20 19:36:49 -03:00
Fernando Pettinelli
cbbbb88953 Version 4.9.0 2021-12-20 19:36:25 -03:00
Fernando Pettinelli
d601049117 Update for the new HologramManager changes. 2021-12-20 19:34:57 -03:00
Christian Koop
9fee86a1c6
Merge branch 'development' 2021-10-27 20:09:14 +02:00
Christian Koop
3b25d337a4
Version 4.8.0 2021-10-27 20:07:03 +02:00
Christian Koop
d4025f8ba3
Update skyblock dependency 2021-10-27 20:07:03 +02:00
Christian Koop
7616e5139e
Update SongodaCore to v2.5.13 2021-10-27 19:56:23 +02:00
Christian Koop
1794b6f822
Queues furnaces updates and do them in batch [SD-8658]
The only value often changing is `uses` on every `FurnaceSmeltEvent` filling up the async queue (or spawning enough threads using the Bukkit API crashing the server)

Related to 1ec246304d (idk why I didn't do this commit first instead of this current one)
2021-10-27 19:26:02 +02:00
Christian Koop
b0d687d490
plugin.yml: Adds Vault to softdepend 2021-10-26 23:18:05 +02:00
Christian Koop
42384fdf7c
Delete .DS_Store 2021-10-26 23:17:43 +02:00
Christian Koop
1ec246304d
Tries to schedule database operations more sanely [SD-8658]
The core problem is how Furnaces are written to the database, seemingly on servers with many furnaces.

But this only shifts the problem to not crash the whole Server still having a big potential to maybe even make things worse by delaying the crash/problem.
2021-10-26 23:15:32 +02:00
Christian Koop
e5346e7d6a
pom.xml: Improve maven clean build (+ Use a newer version of SkyBlock)
Newer version of SkyBlock to prevent missing artifacts errors
2021-10-26 23:15:16 +02:00
Fernando Pettinelli
d18626fed7 Merge branch 'development' 2021-10-09 12:35:07 -03:00