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

110 commits

Author SHA1 Message Date
5bf14e840f
refactor: better test organization 2024-07-03 20:08:28 +02:00
f654684db1
refactor: better test organization 2024-07-03 20:07:32 +02:00
38a6f452f5
ci: build paper, not bukkit 2024-07-03 19:51:14 +02:00
571e1a82f7
feat: add built-in info command 2024-07-03 19:48:06 +02:00
a71a2b6454
refactor: cleanup, rename bukkit to paper 2024-07-03 19:28:09 +02:00
ce2743bd36
refactor: cleanup, rename bukkit to paper 2024-07-03 19:28:03 +02:00
35eebc1609
feat(better command abstraction)!: switch to brigadier (#8)
* feat: switch to brigadier

* some updates

* feat: make suggestion provider work

* supress warnings

* feat: pay & set command

* feat: give & take command, better suggestions, permissions

* refactor: cleanup

* fix: dont register pay if currency is not payable

* fix: send commands only if you have perms

* make second test currency not payable

* feat: use command's description & name
2024-07-03 17:58:07 +02:00
802d90a459
feat: some things 2024-06-30 20:21:51 +02:00
694c374eb7
feat: map args 2024-06-24 22:50:58 +02:00
7001c04915
feat: command manager, better arguments abstraction 2024-06-24 18:51:43 +02:00
0108fde1d0
Merge remote-tracking branch 'origin/main' into feat/better-command-abstraction 2024-06-24 16:59:00 +02:00
75a1e8274a
build: support 1.21 2024-06-14 22:18:08 +02:00
e22e370986
Merge branch 'main' into feat/better-command-abstraction 2024-05-08 18:06:17 +02:00
08050e15e5
build: update grale 2024-05-08 18:03:28 +02:00
b7c90ae5c8
fix: don't register balance commands as main currency command 2024-02-25 18:00:28 +01:00
35dc14a261
feat: balance, balance other cmds in common & double, integer arg 2024-01-23 19:08:04 +01:00
9c0968ded2
build: bump deps 2024-01-09 21:28:03 +01:00
35f94eac3b
feat: messaging (#7)
* feat: messaging

* fix: some things

* feat: make it actually working

* feat: disable messaging by default

* fix: avoid infinity loop

* feat: multiple channels

* remove todo message

* fix: global channel should be lighteco:messages

* fix: check if CHANNELS not null

* refactor: set channels in constructor

* fix: push user updates on quit when user is dirty
2023-12-24 15:46:13 +01:00
723fd6abd4
Merge branch 'main' into feat/better-command-abstraction 2023-11-01 15:14:58 +01:00
b1d5ae7c09
feat(pay): send message to target (#6)
* feat(pay): send message for target

* fix: set audience on enable
2023-10-30 16:08:31 +01:00
572738dab5
build: strip commit hash 2023-10-30 12:15:15 +01:00
a2be61eb95
refactor: code cleanup 2023-10-16 17:47:46 +02:00
4d192eefd5
build: bump commandapi 2023-10-12 22:20:59 +02:00
42ee5da076
feat: OfflineUserArgument type 2023-10-12 18:56:16 +02:00
9454f2db90
docs: add SECURITY.md 2023-10-12 18:12:31 +02:00
ca5086621b
fix(bukkit): remove max value from commands 2023-10-07 13:34:03 +02:00
4c832f11f1
fix(bukkit): dont load commandapi twice 2023-10-07 12:56:28 +02:00
58cf77e2b9
fix(currency-money): format double 2023-10-05 22:09:48 +02:00
7ff6cbde47
fix(currency-money): load at STARTUP 2023-10-05 21:39:21 +02:00
1e86142a58
feat: handle maximum balance 2023-10-05 17:31:52 +02:00
f4d4bbe856
feat: currency identifier aliases 2023-09-29 15:05:03 +02:00
af3e64063f
build: make currency-money description different 2023-09-29 14:17:10 +02:00
2b9beb74da
ci: more things in pom, set project descriptions 2023-09-29 14:16:14 +02:00
1f0f663b06
ci: publish sources jar 2023-09-29 14:01:31 +02:00
1d808680d1
ci: add publishing to repo.jopga.me 2023-09-28 17:01:16 +02:00
13c8e75402
d 2023-09-28 16:23:38 +02:00
a0acd6e760
docs(README): fix typo 2023-09-28 16:23:10 +02:00
af006a7ebf feat: better command abstraction 2023-09-02 22:37:39 +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