Daniel Ennis

Results 82 issues of Daniel Ennis

given: ```java @Subcommand("cgset|gset") @Description("Sets residence permissions for a residence group (all players in the group get the permissions), using a chest style interface") public void onResChestGFlagSet(Player player, @Flags("admin") Residence res,...

bug
help wanted
good first issue
core

Like #121, replace the Guava multimaps with stuff from https://github.com/aikar/util

help wanted
in-progress
core

We need a page on the wiki that takes the selling points of ACF (ie in the README) and breaks it down into simple wordings on the basics of ACF....

help wanted
good first issue
core

Given: ```java class A implements Foo {} class B implements Foo {} class Command extends BaseCommand { @Dependency Foo foo; } manager.registerDependency(Foo.class, new A()); BaseCommand command = new Command(); manager.registerCommand(command);...

core

Provide first class support for JDA (Java Discord API) WIP has been made.

help wanted
in-progress
jda

Goal is to automatically register ACF commands into Brigadier on Sponge and Bukkit. https://gist.github.com/Dinnerbone/7370a2846953eee2d8fc64514fb76de8

enhancement
in-progress
core-team-task
sponge
paper
velocity

setup unit test

help wanted
core

Provide a @Description type annotation for documenting purpose of command Provide mechanisms for automatic help display, such as failed to find subcommands

help wanted
in-progress
core

Need a way to handle permissions for webhook messages. Ideas: - WebhookPermissionResolver - custom resolver to parse names (ie: a bridge bot can identify who the sender is on IRC...

enhancement
help wanted
jda

May need paper only as a feature, but provide way to auto handle unknown root commands, and provide list of commands /help style, mixing Aikar command and Bukkit Commands Relates...