f05305cb0a
Add command test and fix command path handling
...
- It feels so good to be able to debug this code
2023-07-21 01:01:32 +02:00
0bf1f9789b
Convert some code to Kotlin
...
Why not
Lombok didn't work and I had other frustations with Java streams
Removed some unnecessary tab complete code
2023-04-05 15:19:25 +02:00
dependabot[bot]
47461d49c2
Bump snakeyaml from 1.26 to 1.32 in /ButtonProcessor
...
---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-14 20:44:48 +00:00
dependabot[bot]
59ccc55f98
Bump snakeyaml from 1.21 to 1.26 in /ButtonProcessor
...
Bumps [snakeyaml](https://bitbucket.org/asomov/snakeyaml ) from 1.21 to 1.26.
- [Commits](https://bitbucket.org/asomov/snakeyaml/branches/compare/snakeyaml-1.26..snakeyaml-1.21 )
---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-04 22:05:30 +00:00
82858b0a41
Added fallback to handle prefixed commands
...
The Bukkit executor will join the arguments again and passes the command line to the command system
Also added support for tab completion
#96
2020-03-31 02:51:54 +02:00
59aa13cd74
Remove parent POM from the processor
...
This should fix JitPack attempting to download the annotation processor from the project that's being built
2020-02-26 12:41:46 +01:00
05720afdf8
Separate command class, fix processor parent POM
2020-02-25 17:34:25 +01:00
9aa320e663
Refactoring, renaming everything
2020-02-04 17:39:18 +01:00
7b29f00105
Update to Java 10/11
2019-10-20 20:48:24 +02:00
d19936309f
Added Maven plugin versions
2019-02-20 15:20:32 +01:00
ab603276d3
Fixes, another plugin disable event
...
Fixed/implemented number handling in config
Fixed help text error
Fixed annotation processing in other plugins
Fixed error message on console chat
Fixed CI building (hopefully) - Spigot repo
2019-01-30 23:31:20 +01:00
7331568886
Command, restart, command improvements
...
Fixed default command handler not being overridable in some cases
Schrestart now takes seconds as param, not ticks
Allowing to change the current timer value in the restart event
HelpText support added
Automatically generating usage text (ButtonProcessor)
2019-01-29 21:39:14 +01:00
f63443bf44
Merge branch 'dev' into redesign
2018-11-20 20:38:46 +01:00
81cb364ddc
Fixes, should be ready to merge
2018-11-18 02:58:26 +01:00
af412a40fd
Channel improvements and fixes
...
A chat event is no longer required for shouldSendTo() and such
TBMCPlugins/DiscordPlugin#70 is finally kind of fixed - there's a different issue now
2018-11-01 01:20:49 +01:00
bdf824e20e
Plugin update on shutdown+fromcmd
...
Fromcmd: whether a message was sent by using a command
Yesterday
2018-05-07 20:01:36 +02:00
48d0f76a99
Converted to multimodule, added ann.proc.!
...
Multimodule projects doesn't solve circular dependencies, but is neat
anyways
2017-08-07 20:39:17 +02:00