Commit Graph

949 Commits

Author SHA1 Message Date
Fernando Pettinelli 49c03c85d3 Fix issues when enabling hooks with external classes 2023-07-02 15:03:50 -04:00
Fernando Pettinelli 975eaa9cb6 Massive changes
* Changes SongodaCore to CraftaroCore
* Adds CustomizablePagedInventory
* Refactors the projects a bit, adds Compatibility
* Minor fix to actions
* Adds 1.19.4 + 1.20 NMS.
2023-06-26 09:07:08 -04:00
ceze88 b9f62c027d Add UUID support for Data, fix getNextId for emty tables 2023-04-05 12:03:20 +02:00
ceze88 7dd9a12e55 Implement methods 2023-04-01 20:55:16 +02:00
ceze88 f18932ca31 Update SongodaPlugin.java 2023-03-27 21:01:25 +02:00
ceze88 404b6946ab Add optional return value for connection callbacks 2023-03-25 20:58:58 +01:00
ceze88 39acca03f4 Some fixes for the new data converter 2023-03-19 12:26:45 +01:00
ceze88 422032a2af Add Database converter 2023-03-18 23:29:08 +01:00
ceze88 be961dc172 Deprecate SQLite 2023-03-18 23:28:46 +01:00
ceze88 188ed9a9b1 Add prefix for database table when getting next id 2023-03-09 12:45:27 +01:00
ceze88 27f3fefabc Add SerializedLocation 2023-03-09 12:44:51 +01:00
ceze88 7cc6ba2df3 Add WorldGuard hook 2023-03-09 12:43:23 +01:00
ceze88 1f596b4753 Add some text utilities 2023-03-09 00:09:57 +01:00
ceze88 380329b55c Disable jooq tips and logo in console 2023-03-08 21:38:52 +01:00
ceze88 c305da134e Fix some bugs, simplify code 2023-02-23 15:24:10 +01:00
ceze88 c261ebf614 Update jooq 2023-02-23 15:02:17 +01:00
ceze88 310abea690 Fix config and H2 database 2023-02-13 19:16:28 +01:00
ceze88 0c4b63089f Change config lib, add H2 database 2023-02-13 17:01:20 +01:00
l3st4tDevelopment ed6cfd17f7 database changes, added new hooks 2023-02-12 17:03:59 -03:00
l3st4tDevelopment 3d4fa16622 command changes 2023-02-11 17:21:01 -03:00
l3st4tDevelopment fdf28a4f76 Merge remote-tracking branch 'origin/standalone-v3' into standalone-v3 2023-02-11 17:20:08 -03:00
l3st4tDevelopment 75b37f9b29 More changes. Adds a placeholder resolver, fixes locale manager, adds action manager, changes the command manager. 2023-02-11 17:19:23 -03:00
ceze88 f7d4982867 Fix last insert id for SQLite 2023-02-11 21:06:22 +01:00
ceze88 1b6ed7813c Add database stuff 2023-02-05 13:16:38 +01:00
ceze88 702ee02056 Add database dependencies 2023-02-05 13:16:24 +01:00
ceze88 40f57f5459 Fix maven duplicate project 2023-02-05 13:15:53 +01:00
ceze88 406ae0433c Update .gitignore 2023-01-31 11:15:26 +01:00
BuildTools 672dd2be46 Standalone V3 changes. Still more work left such as NMS implementations.- 2023-01-29 18:52:23 -03:00
ceze88 e57cd93629 Merge branch 'development' 2023-01-25 17:34:07 +01:00
ceze88 386ff209a7 Release v2.6.18 2023-01-25 16:02:44 +01:00
ceze88 7c02457108 Ignore self compiled plugins 2023-01-15 12:23:56 +01:00
Christian Koop c29c4a5b09
Release v2.6.18-DEV 2023-01-11 22:00:36 +01:00
ceze88 ad6b52ca4a Add license stuff 2023-01-11 21:41:04 +01:00
ceze88 336c5c49f3
Revert "License system"
This reverts commit 10aac8c10f.
2023-01-06 14:02:32 +01:00
ceze88 10aac8c10f License system 2023-01-02 13:39:54 +01:00
ceze88 bd187c7512 Fix max stack size for drops 2022-12-31 20:42:03 +01:00
Christian Koop 842841cd74
Fixes NMS for Spigot 1.19.0 / 1.19.1 / 1.19.2 detection
Purpur-Spigot and plain Spigot do not end with `.0`. Not sure if Paper does or Spigot 1.19.1 does?

I just added the plain `1.19` check.
This is not an issue in the Core v3 branch as the check is more stable there.
2022-12-30 20:09:01 +01:00
ceze88 ea10cc2e3f Don't override uuid 2022-12-29 17:26:23 +01:00
ceze88 a554934bfa Remove deprecated constructor 2022-12-29 13:49:34 +01:00
ceze88 8f95056e31 A little database utility 2022-12-29 13:49:04 +01:00
Christian Koop f38296e4b1
GitHub Actions: Adds Spigot 1.18 + 1.19.3 to SonarCloud 2022-12-29 12:24:05 +01:00
ceze88 7674a86513 Merge branch 'development' of https://github.com/songoda/SongodaCore into development 2022-12-29 11:52:25 +01:00
ceze88 7ac9b7b283 Remove UUID when deserialising NBT 2022-12-29 11:52:12 +01:00
ceze88 8ad3bc8ba6 Why spihot api wasn't there? 2022-12-29 11:51:23 +01:00
ceze88 17fb03f073 Fix pre stacking items 2022-12-29 11:50:51 +01:00
Christian Koop dcd6967828
GitHub Actions: Adds Spigot 1.19.3 to the setup-action to compile it 2022-12-29 11:28:17 +01:00
Christian Koop 1a911ee085
Release v2.6.17 2022-12-26 19:59:02 +01:00
Christian Koop 6d28fce312
Updates dependency `de.tr7zw:item-nbt-api` to support Minecraft 1.19.3 2022-12-26 19:58:33 +01:00
Christian Koop 64865873f9
Adds NMS module for Spigot 1.19.3 (v1_19_R2) support 2022-12-26 13:44:58 +01:00
Christian Koop 296f82f50e
Restore functionality of deprecated SQLite connection acquisition
If the connection is closed, no new SQLite connection is created in plugins still using the
deprecated method.


Introduced in 0ae9c6fcdb
2022-12-26 13:44:58 +01:00