1
0
Fork 0
mirror of https://github.com/xHyroM/lighteco.git synced 2024-09-19 21:03:18 +02:00
Commit graph

74 commits

Author SHA1 Message Date
13c8e75402
d 2023-09-28 16:23:38 +02:00
a0acd6e760
docs(README): fix typo 2023-09-28 16:23:10 +02:00
Saturn
670f2b5dbd
ci: add build workflow (#3)
* GitHub CI (Untested)

* Fix

* Remove BukkitTest for now due to missing gradle plugin

* Readd Bukkit Test

* build: add plugins repo

* ci: build currency-money

---------

Co-authored-by: Jozef Steinhübl <xhyrom.hyro@gmail.com>
2023-09-02 21:13:24 +02:00
9c8e459ca8
fix(ExpiringSet): lifetime must be millis 2023-09-01 21:15:36 +02:00
8112b41d12
refactor: one currency, one table (#2)
* refactor: rewrite how users are loaded

* finish

* feat: use \' instead ` in CREATE_TABLE

* fix: remove record if user has zero balance

* add housekeeper

* feat: add housekeeper config
2023-08-31 18:14:13 +02:00
2e20dee652 refactor: cleanup 2023-08-31 10:53:47 +02:00
48807e8a8b refactor: remove unused imports 2023-08-31 10:50:15 +02:00
463df35a44 fix: log debug output only if debug is enabled 2023-08-30 18:27:22 +02:00
e38c5977ec fix: remove record if balance is < 0
before, there was easy duplication bug
2023-08-30 18:21:56 +02:00
bc6fbb6aaf docs: add readme to sponge-8 and bukkit 2023-08-30 16:29:09 +02:00
22df335df9 feat: sponge support [WIP] 2023-08-30 16:03:38 +02:00
2163f1614e feat(money-currency): add fractional digits to config 2023-08-30 15:26:50 +02:00
f4bfa954b0 refactor(currency-money): make datadirectory final 2023-08-30 15:03:59 +02:00
97939ff379 feat(bukkit): add balance_formatted 2023-08-30 13:53:27 +02:00
f0fda5bcbf feat(currency-money): add config 2023-08-30 13:42:28 +02:00
ec573d8357 docs: readme for money currency 2023-08-30 10:39:45 +02:00
8720610db4 feat(currency-money): use SLF4J logger again 2023-08-30 10:33:32 +02:00
f6fa8ad8f2 feat: make lighteco-bukkit actually supports bukkit 2023-08-30 10:32:53 +02:00
1ae9a2e5bc feat: make jar even more small, dependency relocation 2023-08-30 09:53:50 +02:00
3802dba410 build: update serverloader to 1.2 2023-08-30 08:46:30 +02:00
2452314fad feat: unhook platform hooks 2023-08-30 08:44:54 +02:00
759140cf6f fix: save users on disable && debug option in config 2023-08-30 08:33:24 +02:00
0c35ff18b0 feat: saveInternal in config 2023-08-30 00:48:38 +02:00
63dc921539 feat: task schedulers 2023-08-30 00:41:09 +02:00
2cfba60fbe feat: pool settings 2023-08-29 13:11:16 +02:00
c52e9da63d refactor: sonarqube 2023-08-29 09:13:25 +02:00
0e3af38d55 feat: postresql 2023-08-29 08:46:59 +02:00
75d80b0480 style: cleanup 2023-08-29 08:12:19 +02:00
eb62c51541 feat: mariadb works 2023-08-29 07:34:10 +02:00
e556356e56 feat: mariadb [wip]
some weird syntax issues
2023-08-28 23:15:18 +02:00
818ffe28cf feat: mysql [wip] 2023-08-28 22:17:58 +02:00
66bb95559c feat: auto dependency download 2023-08-28 20:40:47 +02:00
341bc3eb44 fix: respect if currency is payable 2023-08-28 18:28:30 +02:00
5c0867c348 feat: sql impl working
must do dependency downloading
2023-08-28 18:23:31 +02:00
39b2211131 feat: sql storage provider 2023-08-28 16:53:48 +02:00
0578cdf3f4 feat: sqlite connection factory 2023-08-28 12:18:26 +02:00
e340b32e86 feat(sql): impl load user 2023-08-28 12:12:56 +02:00
2a5a7133bb feat: load whole user sql statement 2023-08-28 11:42:30 +02:00
c4c6671c7c feat: more storage providers [WIP] 2023-08-28 11:24:05 +02:00
85c876e87f docs: readme 2023-08-28 09:06:15 +02:00
3758d0abcc feat: make all messages configurable 2023-08-28 08:51:11 +02:00
d9e79b39dd
add license 2023-08-28 08:37:15 +02:00
4213601132 feat: vault, papi 2023-08-28 08:35:43 +02:00
eafed192d3 feat: placeholderapi hook [WIP] 2023-08-27 23:23:42 +02:00
f937943bdd feat(currency-money): vault support, feat(common): messages 2023-08-27 23:10:15 +02:00
c82b04970b fix: handle franctional digits 2023-08-27 18:01:16 +02:00
c902a6a989 fix(pay): add check if you're trying to pay yourself 2023-08-27 14:05:04 +02:00
a99fb995e4 feat: add currency-money addon 2023-08-27 13:59:35 +02:00
9305b33f13 feat: allow global cmds registration for one currency 2023-08-27 13:23:10 +02:00
7ebcfedcf6 docs: add TODO 2023-08-26 22:56:08 +02:00