Daniel Ennis

Results 100 comments of Daniel Ennis

@ljharb I don't know how the AST stuff works :( nor do I have any time to learn about it currently.

I think what @dannyrichardson is asking is the same thing I was coming to ask; Synchronize only the changed file on save. Right now this plugin is useless to me...

this isn't something your suppose to catch, this implies there is a build configuration problem. It appears the language files are not being included in your jar file. Please jump...

"One day" when the custom annotation system is in, this is the kind of stuff that would be done as "feature packs" (think like plugins to ACF) instead. Not something...

this concept will be supported in the future yeah. ultimately I want to improve command routing to match multiple "potentials" and if one of them DOESN'T error, take that and...

the future of ACF is to provide an API so powerful that you can build "Feature packs" that plug into ACF. Cooldown is pretty much the first idea I was...

calling updateCommands is needed afterwards. Can you paste how you did it with update commands?

though i really suggest keeping a single command registered and calling it as a subcommand with the data from the book. Commands are for the entire server, but it feels...

@chickeneer that's not right. .getclass() will return Parameter.class which is completely wrong. the BukkitRegisteredCommand is getting passed as a PARAMETER somewhere and that isn't correct. I can't see that in...

I'm not sure where generics should even be a problem here. the error deals with parameters, and none of the parameters use generics.