Jeremy Wood

Results 15 issues of Jeremy Wood

I have the following setup: ```java @CommandAlias("main") public class MainCommand extends BaseCommand { @Subcommand("setup") public void setup() { /* stuff */ } @Subcommand("sub") @CommandAlias("sc") public class SubCommand extends BaseCommand {...

core

I have a library plugin that includes an external lib for plugins dependent on my plugin. In order to version incompatibility for plugins expecting a different version of that external...

enhancement

It would appear that the Identifier style token is being applied to all text that is not otherwise highlighted. In Clojure this is happening on all non-"reserved" function names and...

aka the stuff added here https://github.com/Multiverse/Multiverse-Portals/commit/b46d34850a008f5629702856e425d0dec07b0234

Feature

It seems that when a player changes their name their inventories data is not being properly migrated. In addition to making this work, some improvements would be needed. We need...

Bug: Confirmed
Resolution: Accepted

Title says it all. Messages are being Logged and sent to the command sender.

Bug: Confirmed
Resolution: Accepted
Severity: Minor

As in, set the location where an offline player would log in.

Type: Idea
State: Open to PR

I am requesting that an option be added that would allow the resource to not immediately return new versions found. Basically, if this option is set, after a new version...

Hi there. This plugin is pretty great. I just started using it today and ran into this stack trace when syncing my classes: [12:20:12 WARN]: Task #76 for MinecraftRebel vnull...

If a server has enabled `hardcore=true` in server.properties we need to avoid changing gamemode based on world settings.

Severity: Minor
Resolution: Accepted