Commit graph

497 commits

Author SHA1 Message Date
Norbi Peti 9fb35eb6cc
Some fixes and cleanup
Don't require ButtonPlugin for unregistering components
Cleanup
Fixed not detecting missing player name
2020-10-30 22:56:11 +01:00
Norbi Peti 66be5ab0dc
Remove (/press) 2020-10-30 00:49:43 +01:00
Norbi Peti 5b5a8877cc
Add a dash and a zero (name and version) 2020-10-28 00:08:00 +01:00
Norbi Peti 09074f1a2e
Moving player data and some cleanup 2020-10-27 22:48:39 +01:00
Norbi Peti ff0d54e00b
Set version automatically, channel cmd IDs
Added support for using the IDs setting for channel commands
2020-10-27 21:58:49 +01:00
Norbi Peti 5199482053
Set Java version for codeql 2020-10-26 23:18:54 +01:00
Norbi Peti c12a24895e
Fix config comments, improve pregen
Also only showing a warning if something is missing from the command yml
2020-10-26 19:54:28 +01:00
Norbi Peti 51e0ca4f4c
Stop using methods for configs 2020-10-26 17:44:11 +01:00
Norbi Peti 267a350473
Refactored the aforementioned player data
Now it will only load a yaml file once at a time
Each user class which has a separate folder now has a separate static and non-static shared storage
Also some uncache fixes for MC that I haven't committed before
2020-10-25 21:47:57 +01:00
Norbi Peti 132eba7db6
Player data upgrade complete
Auto-save for each user
ConfigData stuff
Removed player events
2020-10-24 23:47:33 +02:00
Norbi Peti 83ecf7717f
Started upgrading player data setup 2020-10-23 01:48:54 +02:00
Norbi Peti 893b24ed5f
Fix alias support and add tab completion for it 2020-10-14 20:41:26 +02:00
Norbi Peti af0aed65e0
Merge pull request #98 from TBMCPlugins/dependabot/maven/CorePOM/junit-junit-4.13.1
Bump junit from 3.8.1 to 4.13.1 in /CorePOM
2020-10-14 19:49:21 +02:00
Norbi Peti 47dbb987eb
Merge pull request #97 from TBMCPlugins/dependabot/maven/junit-junit-4.13.1
Bump junit from 3.8.1 to 4.13.1
2020-10-14 19:48:54 +02:00
dependabot[bot] 28e26ad3d1
Bump junit from 3.8.1 to 4.13.1 in /CorePOM
Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/commits/r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 17:06:08 +00:00
dependabot[bot] 8e664d073f
Bump junit from 3.8.1 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/commits/r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 09:43:10 +00:00
Norbi Peti 1aa9cd3552
Attempt to support main command aliases 2020-10-13 02:49:48 +02:00
Norbi Peti 731065fe2a
Log exceptions using the plugin/component logger 2020-10-09 00:08:53 +02:00
Norbi Peti 01dd8a477e
Fix error when Mockito isn't present in prod 2020-09-15 03:42:49 +02:00
Norbi Peti ab4dd75684
Test and config fixes
Added method to check if testing
2020-09-04 17:52:36 +02:00
Norbi Peti 5b27af8925
Fixed prime restart and already registered cmds
Commands that are registered in plugin.yml
Commands conflicting with Essentials commands have to be registered in plugin.yml
2020-09-04 03:37:32 +02:00
Norbi Peti 28e44d5179
Added some alias support for subcommands
Hmm
2020-09-02 03:12:07 +02:00
Norbi Peti cedeca2f61
A small fix can go a long way 2020-08-31 23:53:29 +02:00
Norbi Peti 784ad5e1c7
Config fixes, actually registering the configs 2020-08-30 02:21:34 +02:00
Norbi Peti 9923f26698
Config fixes, reusing the config objects 2020-08-29 02:57:50 +02:00
Norbi Peti b89391f84c
Fix doc generation for field configs
And for read-only configs
2020-08-27 16:48:56 +02:00
Norbi Peti 8f610c9935
Add ConfigData builder, reset support 2020-08-27 16:18:25 +02:00
Norbi Peti 4310e45a6f
Use existing command from plugin.yml if exists
3:33
2020-08-27 03:33:46 +02:00
Norbi Peti 43b7bd442a
Resident removal fix, signal config change
Use Essentials to get residents to remove (#95)
Add IHaveConfig.signalChange() method (TBMCPlugins/Chroma-Chat#117)
2020-08-26 22:14:53 +02:00
Norbi Peti ef96ec2604
Fix fallback chat format
TBMCPlugins/Chroma-Chat#121
2020-07-28 02:36:26 +02:00
Norbi Peti 8815877bea
Add proper scheduled restart here & fixes 2020-07-25 20:27:56 +02:00
Norbi Peti 58fcd4c145
Add per-component logging 2020-06-30 00:43:56 +02:00
Norbi Peti 1139f832b6
Component disable on error 2020-06-27 02:51:38 +02:00
Norbi Peti 9dae442950
Improve parameter tab completion
Fixed bad permissions being used for subcommands (older change)
Updated Commodore and made it only register a command node once - this fixes main command argument handling as Bukkit's handler is removed
Added option to ignore the tab completion provided by the parameter type (param converter)
Only showing matching completions (it has to start with the text typed in)
#82
2020-04-07 22:08:09 +02:00
Norbi Peti 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
Norbi Peti 7b505bb8e9
Fix resident rename
Even more than last time
2020-03-21 19:19:57 +01:00
Norbi Peti 6b68bdab0f
Add support for varargs and fix param name placement
#82
2020-03-19 22:58:19 +01:00
Norbi Peti 8344adff1a
Fully implement argument suggestions
Suggesting based on each annotation and the parameter type
Moving the parameter name to the end of the suggestion list
#82
2020-03-19 20:19:41 +01:00
Norbi Peti f5406a8c0e
Fix tabcompletion: use custom suggestion provider
It looks like we can't have custom argument types
Checking for permission for each offered option
Suggesting the argument's name as well
#82

TODO:
Handle annotations
Remove test command
2020-03-18 01:34:32 +01:00
Norbi Peti 95a8e92b51
List commands on /chroma, fixed arg names
And broke the game (can't connect atm)
#84
#82
2020-03-17 00:33:35 +01:00
Norbi Peti 792a127bdd
Channel command and message colors fix
Fixed channel 'from command' and 'perm check'
Fixed message colors when the chat plugin isn't present (TBMCPlugins/Chroma-Chat#107)
2020-03-15 23:53:10 +01:00
Norbi Peti a3160c4040
Add support for channels and groups for (chat) commands
#93
Fixed private command classes erroring
2020-03-15 03:07:10 +01:00
Norbi Peti b77871bb8c Add permanent component enable/disable
#81
2020-03-10 16:06:57 +01:00
Norbi Peti e676ea516c Increase primerestart cooldown
#42
2020-03-09 12:35:17 +01:00
Norbi Peti 0e88c61b77
Fix Towny resident rename, remove invalid residents
Added a command to remove residents that aren't real players anymore because of a rename usually (#41)
Name conflicts should be handled manually (#7) - possibly by removing the resident
2020-03-08 21:37:07 +01:00
Norbi Peti 425cbcd9d2
Fixed argument tabcomplete
The issue was that I was adding to a builder after it was used to build
With the command class passed, it only works with /plugin:cmd and doesn't give hints for the arguments
Without the command class, it doesn't show the next argument until it's typed in and also accepts invalid subcommands
#82
2020-03-07 03:01:01 +01:00
Norbi Peti 00738fe820
Some attempts and fixes before enlightenment
#82
2020-03-07 02:27:24 +01:00
Norbi Peti 3c4f9f6c7a
Reload cmd fix, parameter tabcomplete
Made reload cmd only for ButtonPlugins
Implemented parameter tabcomplete using Commodore
Only works for one subcommand at the moment
#82
2020-03-06 00:39:18 +01:00
Norbi Peti 2cca2e2096 Register chat channels as commands
#72
2020-03-03 17:13:35 +01:00
Norbi Peti 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