chickeneer
e41896bf2f
Update javadocs
2023-04-02 16:51:48 -05:00
Christopher Nethercott
fa29b4de22
Add deregister ability to completions and contexts ( #364 )
...
* feat: add deregister methods to completions and dependencies
* fix: change unregister to deregister
* feat: add javadocs to deregisterCompleition
* fix: add throws to javadocs for dependency methods
* fix: missing negation thanks @JOO200
* fix: change deregister -> unregister
* Fix missed rename of deregister to unregister
---------
Co-authored-by: chickeneer <emcchickeneer@gmail.com >
2023-04-02 16:47:44 -05:00
chickeneer
e9ca4fcd65
Change valid name checking to a configurable predicate #382
...
I see the value in allowing acf users to disable the valid name check.
I think others may want to go a step further and create their own
valid name verification. Those that want to truly accept all names can simply
do `CommandManager#setValidNamePredicate(name -> true)` with the new API.
Another solution I considered was having users override the isValidName method
on their CommandManager, but this functionality seemed more friendly.
2023-04-02 16:41:26 -05:00
AlexProgrammerDE
260a772903
Add backwards api support
2023-04-02 06:52:44 -05:00
AlexProgrammerDE
905d5406ec
Add allow illegal name manager option
2023-04-02 06:52:44 -05:00
chickeneer
720e43cbac
Update javadocs
2023-04-02 06:42:01 -05:00
chickeneer
f607076412
Cleanup some formatting on folia PR
2023-04-02 06:31:59 -05:00
creatorfromhell
8b87af631f
Remove Folia Module.
...
- Add a scheduler assign check into the BukkitCommandManager
2023-04-01 13:19:45 -04:00
creatorfromhell
6cfe46e532
Add support for Folia.
...
- Added a new Scheduler class to managing all scheduling.
2023-04-01 12:36:22 -04:00
chickeneer
a1578baea3
Deprecate bukkit command manager getTimings and remove creation of timing calls #385
...
There is an acknowledged loss in functionality with this approach for older versions of
Minecraft and also Bukkit/Spigot servers which still have continued access to timings.
This change was implemented on the current acf snapshot version knowing this,
to enable plugin authors to simply recompile to fix this issue without making
the small change of upgrading the dependency.
2023-03-30 00:00:47 -05:00
chickeneer
5afde372a2
leanup lastCommandOperationContext after command has executed #337
...
This is to deter acf from holding onto references of context
objects which would otherwise be garbage collected post execution
2022-11-13 18:14:52 -06:00
chickeneer
1f14cbc079
Translate CommandCompletion #377
...
Yes, people should register a completion so it is per-issuer but non-registered
static completions would benefit from the replacements system
2022-11-05 18:31:24 -05:00
chickeneer
31341dcebd
Adjust some README stuff to better reflect the state of the project
2022-09-21 20:42:36 -05:00
chickeneer
0f75b89a2e
Fix brigadier command registration with no required arguments
...
This fixes issues with optional arguments and Default subcommands
2022-08-01 02:01:05 -05:00
chickeneer
c35e45477e
Strings should only consume rest when they are the last parameter
...
This fixes a brigadier issue with strings being automatically greedy
2022-07-31 10:08:24 -05:00
chickeneer
348f8fb4c9
Add korean to list of supported languages
2022-07-30 20:08:03 -05:00
_LittleGiant_
d4724bf9b8
Create acf-core_ko.properties
2022-07-30 20:04:50 -05:00
_LittleGiant_
368b32fb81
Create acf-minecraft_ko.properties
2022-07-30 20:04:50 -05:00
GrowlyX
b397cf6ab4
Fix NullPointerException when attempting to parsing a location relative to the player's position with the ~ term
2022-07-30 20:01:10 -05:00
chickeneer
5374719bf3
Attach the command executor to brigadier last parameters
...
Fixes #372
2022-07-30 19:56:22 -05:00
chickeneer
3652ceb975
Send invalid name feedback only after no player is returned #365
2022-04-27 17:22:49 -05:00
chickeneer
9ededdf0c6
Resolve some missing language keys
2022-02-26 13:32:49 -06:00
Christopher Nethercott
4c3d33b26f
feat: add description dependency to bungeecord
2022-02-24 18:36:33 -06:00
Christopher Nethercott
44616313a0
feat: add plugin description to dependency injection
2022-02-24 18:36:33 -06:00
chickeneer
4fa0d8ee32
Fix a bug with command completions generations for some subcommands
2022-02-07 18:36:08 -06:00
JOO200
1c1a39ec8f
Use every subcommand for command completions
2022-02-02 23:46:10 -06:00
kyngs
c76a9f911e
Minor language fix in acf-core_cs.properties
...
Change Error to proper translation "Chyba"
2022-02-02 19:46:26 -06:00
DeathRealms
c9fff6a372
Pass RegisteredCommand and permCheckerSub for default command
2022-01-31 06:07:35 -06:00
DeathRealms
1bb376f7f6
Move duplicated code to new method
2022-01-31 06:07:35 -06:00
DeathRealms
6db6f97c01
Fixed tab completion for @Default method when using brigadier
2022-01-31 06:07:35 -06:00
RoinujNosde
dcbc28c931
Fixes /help <plugin> messages not localized #296
2022-01-31 05:51:24 -06:00
chickeneer
153a636fa1
Fix isOptional usage in onlinePlayer context resolvers
...
Null should not be returned when something is provided as an argument
2022-01-15 13:45:55 -06:00
chickeneer
61904737e0
Revert "Short circuit getOnlinePlayer if empty lookup"
...
This reverts commit 1a06f4f801 .
2022-01-15 12:10:36 -06:00
chickeneer
1a06f4f801
Short circuit getOnlinePlayer if empty lookup
...
This is to fix an issue where findPlayerSmart sends error messaging to the issuer
2022-01-15 12:00:08 -06:00
chickeneer
39d3f9909e
Update javadocs
2021-12-21 20:55:35 -06:00
chickeneer
4d3b0192fc
Miscellaneous grammar improvements
2021-12-21 20:46:53 -06:00
chickeneer
3295b82df6
Remove redundant inspection suppressions
2021-12-21 20:46:36 -06:00
chickeneer
59de061bea
Remove extra imports
2021-12-21 20:38:14 -06:00
chickeneer
51b932239b
Remove duplicate language key
2021-12-21 20:37:26 -06:00
chickeneer
db95e145c0
(DEPLOYED ACF) Update Javadocs
2021-12-21 12:31:35 -06:00
chickeneer
1124e8d431
Update various dependencies
2021-12-21 12:27:43 -06:00
chickeneer
74cbf09190
Merge branch 'kyngs_master'
...
# Conflicts:
# velocity/pom.xml
# velocity/src/main/java/co/aikar/commands/ACFVelocityUtil.java
# velocity/src/main/java/co/aikar/commands/VelocityCommandCompletions.java
# velocity/src/main/java/co/aikar/commands/VelocityCommandContexts.java
# velocity/src/main/java/co/aikar/commands/VelocityCommandManager.java
# velocity/src/main/java/co/aikar/commands/VelocityMessageFormatter.java
# velocity/src/main/java/co/aikar/commands/VelocityRootCommand.java
2021-12-21 11:56:57 -06:00
chickeneer
e323bc4a74
Use legacyAmpersand method for componentserializer
2021-12-21 11:48:51 -06:00
chickeneer
37f89ba7be
Merge branch 'master' into AlbeMiglio_master
...
# Conflicts:
# docs/acf-brigadier/allclasses-index.html
# docs/acf-brigadier/allpackages-index.html
# docs/acf-brigadier/co/aikar/commands/ACFBrigadierManager.html
# docs/acf-brigadier/co/aikar/commands/class-use/ACFBrigadierManager.html
# docs/acf-brigadier/co/aikar/commands/package-summary.html
# docs/acf-brigadier/co/aikar/commands/package-tree.html
# docs/acf-brigadier/co/aikar/commands/package-use.html
# docs/acf-brigadier/deprecated-list.html
# docs/acf-brigadier/index-all.html
# docs/acf-brigadier/index.html
# docs/acf-brigadier/overview-tree.html
# docs/acf-bukkit/allclasses-index.html
# docs/acf-bukkit/allpackages-index.html
# docs/acf-bukkit/co/aikar/commands/ACFBukkitHelpTopic.html
# docs/acf-bukkit/co/aikar/commands/ACFBukkitUtil.html
# docs/acf-bukkit/co/aikar/commands/BukkitCommandCompletionContext.html
# docs/acf-bukkit/co/aikar/commands/BukkitCommandCompletions.html
# docs/acf-bukkit/co/aikar/commands/BukkitCommandContexts.html
# docs/acf-bukkit/co/aikar/commands/BukkitCommandExecutionContext.html
# docs/acf-bukkit/co/aikar/commands/BukkitCommandIssuer.html
# docs/acf-bukkit/co/aikar/commands/BukkitCommandManager.html
# docs/acf-bukkit/co/aikar/commands/BukkitConditionContext.html
# docs/acf-bukkit/co/aikar/commands/BukkitLocales.html
# docs/acf-bukkit/co/aikar/commands/BukkitMessageFormatter.html
# docs/acf-bukkit/co/aikar/commands/BukkitRegisteredCommand.html
# docs/acf-bukkit/co/aikar/commands/BukkitRootCommand.html
# docs/acf-bukkit/co/aikar/commands/MinecraftMessageKeys.html
# docs/acf-bukkit/co/aikar/commands/bukkit/contexts/OnlinePlayer.html
# docs/acf-bukkit/co/aikar/commands/bukkit/contexts/class-use/OnlinePlayer.html
# docs/acf-bukkit/co/aikar/commands/bukkit/contexts/package-summary.html
# docs/acf-bukkit/co/aikar/commands/bukkit/contexts/package-tree.html
# docs/acf-bukkit/co/aikar/commands/bukkit/contexts/package-use.html
# docs/acf-bukkit/co/aikar/commands/class-use/ACFBukkitHelpTopic.html
# docs/acf-bukkit/co/aikar/commands/class-use/ACFBukkitUtil.html
# docs/acf-bukkit/co/aikar/commands/class-use/BukkitCommandCompletionContext.html
# docs/acf-bukkit/co/aikar/commands/class-use/BukkitCommandCompletions.html
# docs/acf-bukkit/co/aikar/commands/class-use/BukkitCommandContexts.html
# docs/acf-bukkit/co/aikar/commands/class-use/BukkitCommandExecutionContext.html
# docs/acf-bukkit/co/aikar/commands/class-use/BukkitCommandIssuer.html
# docs/acf-bukkit/co/aikar/commands/class-use/BukkitCommandManager.html
# docs/acf-bukkit/co/aikar/commands/class-use/BukkitConditionContext.html
# docs/acf-bukkit/co/aikar/commands/class-use/BukkitLocales.html
# docs/acf-bukkit/co/aikar/commands/class-use/BukkitMessageFormatter.html
# docs/acf-bukkit/co/aikar/commands/class-use/BukkitRegisteredCommand.html
# docs/acf-bukkit/co/aikar/commands/class-use/BukkitRootCommand.html
# docs/acf-bukkit/co/aikar/commands/class-use/MinecraftMessageKeys.html
# docs/acf-bukkit/co/aikar/commands/contexts/OnlinePlayer.html
# docs/acf-bukkit/co/aikar/commands/contexts/class-use/OnlinePlayer.html
# docs/acf-bukkit/co/aikar/commands/contexts/package-summary.html
# docs/acf-bukkit/co/aikar/commands/contexts/package-tree.html
# docs/acf-bukkit/co/aikar/commands/contexts/package-use.html
# docs/acf-bukkit/co/aikar/commands/package-summary.html
# docs/acf-bukkit/co/aikar/commands/package-tree.html
# docs/acf-bukkit/co/aikar/commands/package-use.html
# docs/acf-bukkit/deprecated-list.html
# docs/acf-bukkit/index-all.html
# docs/acf-bukkit/index.html
# docs/acf-bukkit/overview-summary.html
# docs/acf-bukkit/overview-tree.html
# docs/acf-bungee/allclasses-index.html
# docs/acf-bungee/allpackages-index.html
# docs/acf-bungee/co/aikar/commands/ACFBungeeListener.html
# docs/acf-bungee/co/aikar/commands/ACFBungeeUtil.html
# docs/acf-bungee/co/aikar/commands/BungeeCommandCompletionContext.html
# docs/acf-bungee/co/aikar/commands/BungeeCommandCompletions.html
# docs/acf-bungee/co/aikar/commands/BungeeCommandContexts.html
# docs/acf-bungee/co/aikar/commands/BungeeCommandExecutionContext.html
# docs/acf-bungee/co/aikar/commands/BungeeCommandIssuer.html
# docs/acf-bungee/co/aikar/commands/BungeeCommandManager.html
# docs/acf-bungee/co/aikar/commands/BungeeConditionContext.html
# docs/acf-bungee/co/aikar/commands/BungeeLocales.html
# docs/acf-bungee/co/aikar/commands/BungeeMessageFormatter.html
# docs/acf-bungee/co/aikar/commands/BungeeRegisteredCommand.html
# docs/acf-bungee/co/aikar/commands/BungeeRootCommand.html
# docs/acf-bungee/co/aikar/commands/MinecraftMessageKeys.html
# docs/acf-bungee/co/aikar/commands/bungee/contexts/OnlinePlayer.html
# docs/acf-bungee/co/aikar/commands/bungee/contexts/class-use/OnlinePlayer.html
# docs/acf-bungee/co/aikar/commands/bungee/contexts/package-summary.html
# docs/acf-bungee/co/aikar/commands/bungee/contexts/package-tree.html
# docs/acf-bungee/co/aikar/commands/bungee/contexts/package-use.html
# docs/acf-bungee/co/aikar/commands/class-use/ACFBungeeListener.html
# docs/acf-bungee/co/aikar/commands/class-use/ACFBungeeUtil.html
# docs/acf-bungee/co/aikar/commands/class-use/BungeeCommandCompletionContext.html
# docs/acf-bungee/co/aikar/commands/class-use/BungeeCommandCompletions.html
# docs/acf-bungee/co/aikar/commands/class-use/BungeeCommandContexts.html
# docs/acf-bungee/co/aikar/commands/class-use/BungeeCommandExecutionContext.html
# docs/acf-bungee/co/aikar/commands/class-use/BungeeCommandIssuer.html
# docs/acf-bungee/co/aikar/commands/class-use/BungeeCommandManager.html
# docs/acf-bungee/co/aikar/commands/class-use/BungeeConditionContext.html
# docs/acf-bungee/co/aikar/commands/class-use/BungeeLocales.html
# docs/acf-bungee/co/aikar/commands/class-use/BungeeMessageFormatter.html
# docs/acf-bungee/co/aikar/commands/class-use/BungeeRegisteredCommand.html
# docs/acf-bungee/co/aikar/commands/class-use/BungeeRootCommand.html
# docs/acf-bungee/co/aikar/commands/class-use/MinecraftMessageKeys.html
# docs/acf-bungee/co/aikar/commands/contexts/OnlineProxiedPlayer.html
# docs/acf-bungee/co/aikar/commands/contexts/class-use/OnlineProxiedPlayer.html
# docs/acf-bungee/co/aikar/commands/contexts/package-summary.html
# docs/acf-bungee/co/aikar/commands/contexts/package-tree.html
# docs/acf-bungee/co/aikar/commands/contexts/package-use.html
# docs/acf-bungee/co/aikar/commands/package-summary.html
# docs/acf-bungee/co/aikar/commands/package-tree.html
# docs/acf-bungee/co/aikar/commands/package-use.html
# docs/acf-bungee/constant-values.html
# docs/acf-bungee/deprecated-list.html
# docs/acf-bungee/index-all.html
# docs/acf-bungee/index.html
# docs/acf-bungee/overview-summary.html
# docs/acf-bungee/overview-tree.html
# docs/acf-core/allclasses-index.html
# docs/acf-core/allpackages-index.html
# docs/acf-core/co/aikar/commands/ACFUtil.html
# docs/acf-core/co/aikar/commands/AnnotationProcessor.html
# docs/acf-core/co/aikar/commands/BaseCommand.html
# docs/acf-core/co/aikar/commands/CommandCompletionContext.html
# docs/acf-core/co/aikar/commands/CommandCompletions.AsyncCommandCompletionHandler.html
# docs/acf-core/co/aikar/commands/CommandCompletions.CommandCompletionHandler.html
# docs/acf-core/co/aikar/commands/CommandCompletions.SyncCompletionRequired.html
# docs/acf-core/co/aikar/commands/CommandCompletions.html
# docs/acf-core/co/aikar/commands/CommandConditions.Condition.html
# docs/acf-core/co/aikar/commands/CommandConditions.ParameterCondition.html
# docs/acf-core/co/aikar/commands/CommandConditions.html
# docs/acf-core/co/aikar/commands/CommandContexts.html
# docs/acf-core/co/aikar/commands/CommandExecutionContext.html
# docs/acf-core/co/aikar/commands/CommandHelp.html
# docs/acf-core/co/aikar/commands/CommandHelpFormatter.html
# docs/acf-core/co/aikar/commands/CommandIssuer.html
# docs/acf-core/co/aikar/commands/CommandManager.html
# docs/acf-core/co/aikar/commands/CommandOperationContext.html
# docs/acf-core/co/aikar/commands/CommandParameter.html
# docs/acf-core/co/aikar/commands/CommandReplacements.html
# docs/acf-core/co/aikar/commands/ConditionContext.html
# docs/acf-core/co/aikar/commands/ConditionFailedException.html
# docs/acf-core/co/aikar/commands/ExceptionHandler.html
# docs/acf-core/co/aikar/commands/ForwardingCommand.html
# docs/acf-core/co/aikar/commands/HelpEntry.html
# docs/acf-core/co/aikar/commands/InvalidCommandArgument.html
# docs/acf-core/co/aikar/commands/InvalidCommandContextException.html
# docs/acf-core/co/aikar/commands/IssuerLocaleChangedCallback.html
# docs/acf-core/co/aikar/commands/Locales.html
# docs/acf-core/co/aikar/commands/MessageFormatter.html
# docs/acf-core/co/aikar/commands/MessageKeys.html
# docs/acf-core/co/aikar/commands/MessageType.html
# docs/acf-core/co/aikar/commands/RegisteredCommand.html
# docs/acf-core/co/aikar/commands/RootCommand.html
# docs/acf-core/co/aikar/commands/ShowCommandHelp.html
# docs/acf-core/co/aikar/commands/UnresolvedDependencyException.html
# docs/acf-core/co/aikar/commands/UnstableAPI.html
# docs/acf-core/co/aikar/commands/annotation/CatchAll.html
# docs/acf-core/co/aikar/commands/annotation/CatchUnknown.html
# docs/acf-core/co/aikar/commands/annotation/CommandAlias.html
# docs/acf-core/co/aikar/commands/annotation/CommandCompletion.html
# docs/acf-core/co/aikar/commands/annotation/CommandPermission.html
# docs/acf-core/co/aikar/commands/annotation/Conditions.html
# docs/acf-core/co/aikar/commands/annotation/Default.html
# docs/acf-core/co/aikar/commands/annotation/Dependency.html
# docs/acf-core/co/aikar/commands/annotation/Description.html
# docs/acf-core/co/aikar/commands/annotation/Flags.html
# docs/acf-core/co/aikar/commands/annotation/HelpCommand.html
# docs/acf-core/co/aikar/commands/annotation/HelpSearchTags.html
# docs/acf-core/co/aikar/commands/annotation/Name.html
# docs/acf-core/co/aikar/commands/annotation/Optional.html
# docs/acf-core/co/aikar/commands/annotation/PreCommand.html
# docs/acf-core/co/aikar/commands/annotation/Private.html
# docs/acf-core/co/aikar/commands/annotation/Single.html
# docs/acf-core/co/aikar/commands/annotation/Split.html
# docs/acf-core/co/aikar/commands/annotation/Subcommand.html
# docs/acf-core/co/aikar/commands/annotation/Syntax.html
# docs/acf-core/co/aikar/commands/annotation/UnknownHandler.html
# docs/acf-core/co/aikar/commands/annotation/Values.html
# docs/acf-core/co/aikar/commands/annotation/class-use/CatchAll.html
# docs/acf-core/co/aikar/commands/annotation/class-use/CatchUnknown.html
# docs/acf-core/co/aikar/commands/annotation/class-use/CommandAlias.html
# docs/acf-core/co/aikar/commands/annotation/class-use/CommandCompletion.html
# docs/acf-core/co/aikar/commands/annotation/class-use/CommandPermission.html
# docs/acf-core/co/aikar/commands/annotation/class-use/Conditions.html
# docs/acf-core/co/aikar/commands/annotation/class-use/Default.html
# docs/acf-core/co/aikar/commands/annotation/class-use/Dependency.html
# docs/acf-core/co/aikar/commands/annotation/class-use/Description.html
# docs/acf-core/co/aikar/commands/annotation/class-use/Flags.html
# docs/acf-core/co/aikar/commands/annotation/class-use/HelpCommand.html
# docs/acf-core/co/aikar/commands/annotation/class-use/HelpSearchTags.html
# docs/acf-core/co/aikar/commands/annotation/class-use/Name.html
# docs/acf-core/co/aikar/commands/annotation/class-use/Optional.html
# docs/acf-core/co/aikar/commands/annotation/class-use/PreCommand.html
# docs/acf-core/co/aikar/commands/annotation/class-use/Private.html
# docs/acf-core/co/aikar/commands/annotation/class-use/Single.html
# docs/acf-core/co/aikar/commands/annotation/class-use/Split.html
# docs/acf-core/co/aikar/commands/annotation/class-use/Subcommand.html
# docs/acf-core/co/aikar/commands/annotation/class-use/Syntax.html
# docs/acf-core/co/aikar/commands/annotation/class-use/UnknownHandler.html
# docs/acf-core/co/aikar/commands/annotation/class-use/Values.html
# docs/acf-core/co/aikar/commands/annotation/package-summary.html
# docs/acf-core/co/aikar/commands/annotation/package-tree.html
# docs/acf-core/co/aikar/commands/annotation/package-use.html
# docs/acf-core/co/aikar/commands/apachecommonslang/ApacheCommonsExceptionUtil.Nestable.html
# docs/acf-core/co/aikar/commands/apachecommonslang/ApacheCommonsExceptionUtil.html
# docs/acf-core/co/aikar/commands/apachecommonslang/ApacheCommonsLangUtil.html
# docs/acf-core/co/aikar/commands/apachecommonslang/class-use/ApacheCommonsExceptionUtil.Nestable.html
# docs/acf-core/co/aikar/commands/apachecommonslang/class-use/ApacheCommonsExceptionUtil.html
# docs/acf-core/co/aikar/commands/apachecommonslang/class-use/ApacheCommonsLangUtil.html
# docs/acf-core/co/aikar/commands/apachecommonslang/package-summary.html
# docs/acf-core/co/aikar/commands/apachecommonslang/package-tree.html
# docs/acf-core/co/aikar/commands/apachecommonslang/package-use.html
# docs/acf-core/co/aikar/commands/class-use/ACFUtil.html
# docs/acf-core/co/aikar/commands/class-use/AnnotationProcessor.html
# docs/acf-core/co/aikar/commands/class-use/BaseCommand.html
# docs/acf-core/co/aikar/commands/class-use/CommandCompletionContext.html
# docs/acf-core/co/aikar/commands/class-use/CommandCompletions.AsyncCommandCompletionHandler.html
# docs/acf-core/co/aikar/commands/class-use/CommandCompletions.CommandCompletionHandler.html
# docs/acf-core/co/aikar/commands/class-use/CommandCompletions.SyncCompletionRequired.html
# docs/acf-core/co/aikar/commands/class-use/CommandCompletions.html
# docs/acf-core/co/aikar/commands/class-use/CommandConditions.Condition.html
# docs/acf-core/co/aikar/commands/class-use/CommandConditions.ParameterCondition.html
# docs/acf-core/co/aikar/commands/class-use/CommandConditions.html
# docs/acf-core/co/aikar/commands/class-use/CommandContexts.html
# docs/acf-core/co/aikar/commands/class-use/CommandExecutionContext.html
# docs/acf-core/co/aikar/commands/class-use/CommandHelp.html
# docs/acf-core/co/aikar/commands/class-use/CommandHelpFormatter.html
# docs/acf-core/co/aikar/commands/class-use/CommandIssuer.html
# docs/acf-core/co/aikar/commands/class-use/CommandManager.html
# docs/acf-core/co/aikar/commands/class-use/CommandOperationContext.html
# docs/acf-core/co/aikar/commands/class-use/CommandParameter.html
# docs/acf-core/co/aikar/commands/class-use/CommandReplacements.html
# docs/acf-core/co/aikar/commands/class-use/ConditionContext.html
# docs/acf-core/co/aikar/commands/class-use/ConditionFailedException.html
# docs/acf-core/co/aikar/commands/class-use/ExceptionHandler.html
# docs/acf-core/co/aikar/commands/class-use/ForwardingCommand.html
# docs/acf-core/co/aikar/commands/class-use/HelpEntry.html
# docs/acf-core/co/aikar/commands/class-use/InvalidCommandArgument.html
# docs/acf-core/co/aikar/commands/class-use/InvalidCommandContextException.html
# docs/acf-core/co/aikar/commands/class-use/IssuerLocaleChangedCallback.html
# docs/acf-core/co/aikar/commands/class-use/Locales.html
# docs/acf-core/co/aikar/commands/class-use/MessageFormatter.html
# docs/acf-core/co/aikar/commands/class-use/MessageKeys.html
# docs/acf-core/co/aikar/commands/class-use/MessageType.html
# docs/acf-core/co/aikar/commands/class-use/RegisteredCommand.html
# docs/acf-core/co/aikar/commands/class-use/RootCommand.html
# docs/acf-core/co/aikar/commands/class-use/ShowCommandHelp.html
# docs/acf-core/co/aikar/commands/class-use/UnresolvedDependencyException.html
# docs/acf-core/co/aikar/commands/class-use/UnstableAPI.html
# docs/acf-core/co/aikar/commands/contexts/ContextResolver.html
# docs/acf-core/co/aikar/commands/contexts/IssuerAwareContextResolver.html
# docs/acf-core/co/aikar/commands/contexts/IssuerOnlyContextResolver.html
# docs/acf-core/co/aikar/commands/contexts/OptionalContextResolver.html
# docs/acf-core/co/aikar/commands/contexts/SenderAwareContextResolver.html
# docs/acf-core/co/aikar/commands/contexts/class-use/ContextResolver.html
# docs/acf-core/co/aikar/commands/contexts/class-use/IssuerAwareContextResolver.html
# docs/acf-core/co/aikar/commands/contexts/class-use/IssuerOnlyContextResolver.html
# docs/acf-core/co/aikar/commands/contexts/class-use/OptionalContextResolver.html
# docs/acf-core/co/aikar/commands/contexts/class-use/SenderAwareContextResolver.html
# docs/acf-core/co/aikar/commands/contexts/package-summary.html
# docs/acf-core/co/aikar/commands/contexts/package-tree.html
# docs/acf-core/co/aikar/commands/contexts/package-use.html
# docs/acf-core/co/aikar/commands/package-summary.html
# docs/acf-core/co/aikar/commands/package-tree.html
# docs/acf-core/co/aikar/commands/package-use.html
# docs/acf-core/co/aikar/commands/processors/ConditionsProcessor.html
# docs/acf-core/co/aikar/commands/processors/class-use/ConditionsProcessor.html
# docs/acf-core/co/aikar/commands/processors/package-summary.html
# docs/acf-core/co/aikar/commands/processors/package-tree.html
# docs/acf-core/co/aikar/commands/processors/package-use.html
# docs/acf-core/constant-values.html
# docs/acf-core/deprecated-list.html
# docs/acf-core/index-all.html
# docs/acf-core/index.html
# docs/acf-core/overview-summary.html
# docs/acf-core/overview-tree.html
# docs/acf-core/serialized-form.html
# docs/acf-jda/allclasses-index.html
# docs/acf-jda/allpackages-index.html
# docs/acf-jda/co/aikar/commands/CommandConfig.html
# docs/acf-jda/co/aikar/commands/CommandConfigProvider.html
# docs/acf-jda/co/aikar/commands/CommandPermissionResolver.html
# docs/acf-jda/co/aikar/commands/JDACommandCompletions.html
# docs/acf-jda/co/aikar/commands/JDACommandConfig.html
# docs/acf-jda/co/aikar/commands/JDACommandContexts.html
# docs/acf-jda/co/aikar/commands/JDACommandEvent.html
# docs/acf-jda/co/aikar/commands/JDACommandExecutionContext.html
# docs/acf-jda/co/aikar/commands/JDACommandManager.html
# docs/acf-jda/co/aikar/commands/JDACommandPermissionResolver.html
# docs/acf-jda/co/aikar/commands/JDAConditionContext.html
# docs/acf-jda/co/aikar/commands/JDAListener.html
# docs/acf-jda/co/aikar/commands/JDALocales.html
# docs/acf-jda/co/aikar/commands/JDAMessageFormatter.html
# docs/acf-jda/co/aikar/commands/JDAOptions.html
# docs/acf-jda/co/aikar/commands/JDARootCommand.html
# docs/acf-jda/co/aikar/commands/annotation/Author.html
# docs/acf-jda/co/aikar/commands/annotation/CrossGuild.html
# docs/acf-jda/co/aikar/commands/annotation/SelfUser.html
# docs/acf-jda/co/aikar/commands/annotation/class-use/Author.html
# docs/acf-jda/co/aikar/commands/annotation/class-use/CrossGuild.html
# docs/acf-jda/co/aikar/commands/annotation/class-use/SelfUser.html
# docs/acf-jda/co/aikar/commands/annotation/package-summary.html
# docs/acf-jda/co/aikar/commands/annotation/package-tree.html
# docs/acf-jda/co/aikar/commands/annotation/package-use.html
# docs/acf-jda/co/aikar/commands/class-use/CommandConfig.html
# docs/acf-jda/co/aikar/commands/class-use/CommandConfigProvider.html
# docs/acf-jda/co/aikar/commands/class-use/CommandPermissionResolver.html
# docs/acf-jda/co/aikar/commands/class-use/JDACommandCompletions.html
# docs/acf-jda/co/aikar/commands/class-use/JDACommandConfig.html
# docs/acf-jda/co/aikar/commands/class-use/JDACommandContexts.html
# docs/acf-jda/co/aikar/commands/class-use/JDACommandEvent.html
# docs/acf-jda/co/aikar/commands/class-use/JDACommandExecutionContext.html
# docs/acf-jda/co/aikar/commands/class-use/JDACommandManager.html
# docs/acf-jda/co/aikar/commands/class-use/JDACommandPermissionResolver.html
# docs/acf-jda/co/aikar/commands/class-use/JDAConditionContext.html
# docs/acf-jda/co/aikar/commands/class-use/JDAListener.html
# docs/acf-jda/co/aikar/commands/class-use/JDALocales.html
# docs/acf-jda/co/aikar/commands/class-use/JDAMessageFormatter.html
# docs/acf-jda/co/aikar/commands/class-use/JDAOptions.html
# docs/acf-jda/co/aikar/commands/class-use/JDARootCommand.html
# docs/acf-jda/co/aikar/commands/package-summary.html
# docs/acf-jda/co/aikar/commands/package-tree.html
# docs/acf-jda/co/aikar/commands/package-use.html
# docs/acf-jda/index-all.html
# docs/acf-jda/index.html
# docs/acf-jda/overview-summary.html
# docs/acf-jda/overview-tree.html
# docs/acf-paper/allclasses-index.html
# docs/acf-paper/allpackages-index.html
# docs/acf-paper/co/aikar/commands/PaperBrigadierManager.html
# docs/acf-paper/co/aikar/commands/PaperCommandCompletions.html
# docs/acf-paper/co/aikar/commands/PaperCommandContexts.html
# docs/acf-paper/co/aikar/commands/PaperCommandManager.html
# docs/acf-paper/co/aikar/commands/class-use/PaperBrigadierManager.html
# docs/acf-paper/co/aikar/commands/class-use/PaperCommandCompletions.html
# docs/acf-paper/co/aikar/commands/class-use/PaperCommandContexts.html
# docs/acf-paper/co/aikar/commands/class-use/PaperCommandManager.html
# docs/acf-paper/co/aikar/commands/package-summary.html
# docs/acf-paper/co/aikar/commands/package-tree.html
# docs/acf-paper/co/aikar/commands/package-use.html
# docs/acf-paper/deprecated-list.html
# docs/acf-paper/index-all.html
# docs/acf-paper/index.html
# docs/acf-paper/overview-tree.html
# docs/acf-sponge/allclasses-index.html
# docs/acf-sponge/allpackages-index.html
# docs/acf-sponge/co/aikar/commands/ACFSpongeListener.html
# docs/acf-sponge/co/aikar/commands/ACFSpongeUtil.html
# docs/acf-sponge/co/aikar/commands/MinecraftMessageKeys.html
# docs/acf-sponge/co/aikar/commands/SpongeCommandCompletionContext.html
# docs/acf-sponge/co/aikar/commands/SpongeCommandCompletions.html
# docs/acf-sponge/co/aikar/commands/SpongeCommandContexts.html
# docs/acf-sponge/co/aikar/commands/SpongeCommandExecutionContext.html
# docs/acf-sponge/co/aikar/commands/SpongeCommandIssuer.html
# docs/acf-sponge/co/aikar/commands/SpongeCommandManager.html
# docs/acf-sponge/co/aikar/commands/SpongeCommandOperationContext.html
# docs/acf-sponge/co/aikar/commands/SpongeConditionContext.html
# docs/acf-sponge/co/aikar/commands/SpongeLocales.html
# docs/acf-sponge/co/aikar/commands/SpongeMessageFormatter.html
# docs/acf-sponge/co/aikar/commands/SpongeRegisteredCommand.html
# docs/acf-sponge/co/aikar/commands/SpongeRootCommand.html
# docs/acf-sponge/co/aikar/commands/class-use/ACFSpongeListener.html
# docs/acf-sponge/co/aikar/commands/class-use/ACFSpongeUtil.html
# docs/acf-sponge/co/aikar/commands/class-use/MinecraftMessageKeys.html
# docs/acf-sponge/co/aikar/commands/class-use/SpongeCommandCompletionContext.html
# docs/acf-sponge/co/aikar/commands/class-use/SpongeCommandCompletions.html
# docs/acf-sponge/co/aikar/commands/class-use/SpongeCommandContexts.html
# docs/acf-sponge/co/aikar/commands/class-use/SpongeCommandExecutionContext.html
# docs/acf-sponge/co/aikar/commands/class-use/SpongeCommandIssuer.html
# docs/acf-sponge/co/aikar/commands/class-use/SpongeCommandManager.html
# docs/acf-sponge/co/aikar/commands/class-use/SpongeCommandOperationContext.html
# docs/acf-sponge/co/aikar/commands/class-use/SpongeConditionContext.html
# docs/acf-sponge/co/aikar/commands/class-use/SpongeLocales.html
# docs/acf-sponge/co/aikar/commands/class-use/SpongeMessageFormatter.html
# docs/acf-sponge/co/aikar/commands/class-use/SpongeRegisteredCommand.html
# docs/acf-sponge/co/aikar/commands/class-use/SpongeRootCommand.html
# docs/acf-sponge/co/aikar/commands/contexts/CommandResultSupplier.html
# docs/acf-sponge/co/aikar/commands/contexts/OnlinePlayer.html
# docs/acf-sponge/co/aikar/commands/contexts/class-use/CommandResultSupplier.html
# docs/acf-sponge/co/aikar/commands/contexts/class-use/OnlinePlayer.html
# docs/acf-sponge/co/aikar/commands/contexts/package-summary.html
# docs/acf-sponge/co/aikar/commands/contexts/package-tree.html
# docs/acf-sponge/co/aikar/commands/contexts/package-use.html
# docs/acf-sponge/co/aikar/commands/package-summary.html
# docs/acf-sponge/co/aikar/commands/package-tree.html
# docs/acf-sponge/co/aikar/commands/package-use.html
# docs/acf-sponge/co/aikar/commands/sponge/contexts/OnlinePlayer.html
# docs/acf-sponge/co/aikar/commands/sponge/contexts/class-use/OnlinePlayer.html
# docs/acf-sponge/co/aikar/commands/sponge/contexts/package-summary.html
# docs/acf-sponge/co/aikar/commands/sponge/contexts/package-tree.html
# docs/acf-sponge/co/aikar/commands/sponge/contexts/package-use.html
# docs/acf-sponge/deprecated-list.html
# docs/acf-sponge/index-all.html
# docs/acf-sponge/index.html
# docs/acf-sponge/overview-summary.html
# docs/acf-sponge/overview-tree.html
# docs/acf-velocity/allclasses-index.html
# docs/acf-velocity/allpackages-index.html
# docs/acf-velocity/co/aikar/commands/ACFVelocityListener.html
# docs/acf-velocity/co/aikar/commands/ACFVelocityUtil.html
# docs/acf-velocity/co/aikar/commands/MinecraftMessageKeys.html
# docs/acf-velocity/co/aikar/commands/VelocityCommandCompletionContext.html
# docs/acf-velocity/co/aikar/commands/VelocityCommandCompletions.html
# docs/acf-velocity/co/aikar/commands/VelocityCommandContexts.html
# docs/acf-velocity/co/aikar/commands/VelocityCommandExecutionContext.html
# docs/acf-velocity/co/aikar/commands/VelocityCommandIssuer.html
# docs/acf-velocity/co/aikar/commands/VelocityCommandManager.html
# docs/acf-velocity/co/aikar/commands/VelocityConditionContext.html
# docs/acf-velocity/co/aikar/commands/VelocityLocales.html
# docs/acf-velocity/co/aikar/commands/VelocityMessageFormatter.html
# docs/acf-velocity/co/aikar/commands/VelocityRootCommand.html
# docs/acf-velocity/co/aikar/commands/class-use/ACFVelocityListener.html
# docs/acf-velocity/co/aikar/commands/class-use/ACFVelocityUtil.html
# docs/acf-velocity/co/aikar/commands/class-use/MinecraftMessageKeys.html
# docs/acf-velocity/co/aikar/commands/class-use/VelocityCommandCompletionContext.html
# docs/acf-velocity/co/aikar/commands/class-use/VelocityCommandCompletions.html
# docs/acf-velocity/co/aikar/commands/class-use/VelocityCommandContexts.html
# docs/acf-velocity/co/aikar/commands/class-use/VelocityCommandExecutionContext.html
# docs/acf-velocity/co/aikar/commands/class-use/VelocityCommandIssuer.html
# docs/acf-velocity/co/aikar/commands/class-use/VelocityCommandManager.html
# docs/acf-velocity/co/aikar/commands/class-use/VelocityConditionContext.html
# docs/acf-velocity/co/aikar/commands/class-use/VelocityLocales.html
# docs/acf-velocity/co/aikar/commands/class-use/VelocityMessageFormatter.html
# docs/acf-velocity/co/aikar/commands/class-use/VelocityRootCommand.html
# docs/acf-velocity/co/aikar/commands/contexts/OnlinePlayer.html
# docs/acf-velocity/co/aikar/commands/contexts/class-use/OnlinePlayer.html
# docs/acf-velocity/co/aikar/commands/contexts/package-summary.html
# docs/acf-velocity/co/aikar/commands/contexts/package-tree.html
# docs/acf-velocity/co/aikar/commands/contexts/package-use.html
# docs/acf-velocity/co/aikar/commands/package-summary.html
# docs/acf-velocity/co/aikar/commands/package-tree.html
# docs/acf-velocity/co/aikar/commands/package-use.html
# docs/acf-velocity/co/aikar/commands/velocity/contexts/OnlinePlayer.html
# docs/acf-velocity/co/aikar/commands/velocity/contexts/class-use/OnlinePlayer.html
# docs/acf-velocity/co/aikar/commands/velocity/contexts/package-summary.html
# docs/acf-velocity/co/aikar/commands/velocity/contexts/package-tree.html
# docs/acf-velocity/co/aikar/commands/velocity/contexts/package-use.html
# docs/acf-velocity/deprecated-list.html
# docs/acf-velocity/index-all.html
# docs/acf-velocity/index.html
# docs/acf-velocity/overview-summary.html
# docs/acf-velocity/overview-tree.html
# velocity/pom.xml
# velocity/src/main/java/co/aikar/commands/ACFVelocityUtil.java
# velocity/src/main/java/co/aikar/commands/VelocityCommandCompletions.java
# velocity/src/main/java/co/aikar/commands/VelocityCommandContexts.java
# velocity/src/main/java/co/aikar/commands/VelocityCommandManager.java
# velocity/src/main/java/co/aikar/commands/VelocityMessageFormatter.java
# velocity/src/main/java/co/aikar/commands/VelocityRootCommand.java
2021-12-21 11:42:52 -06:00
chickeneer
e82c77c55c
Merge branch 'master' into temp-alex
2021-12-21 11:19:12 -06:00
chickeneer
0661e678d1
Update version to 0.5.1-SNAPSHOT
2021-12-21 11:09:01 -06:00
darbyjack
5621a27dd6
Update to the final release of JDA 4.x
2021-12-21 10:38:46 -06:00
kyngs
584531c5df
Port Velocity to 3.1.0
2021-12-21 14:58:39 +01:00
chickeneer
ce9933c1b3
Revert "Improve setting the default locale of the localemanager"
...
This reverts commit 01796e7ac4 .
Attempted fix was misguided
2021-11-06 22:07:58 -05:00
chickeneer
01796e7ac4
Improve setting the default locale of the localemanager
2021-11-06 22:00:56 -05:00