@PhillyCheezsteak I started working on it, updated it a little more today, but I think I'm going to have to stop working on it. I'm displeased...
Say plugin A and plugin B both depend on a library. plugin A depends on version 1 of it, and plugin B depends on version 2. When the classes are...
I'm workin' on it! I don't have an exact progress bar, but you can take a look here for my daily progress: https://github.com/MrZoraman/TemporaryWarp
I just found the TemporaryWarps source code. It's absolutely disgusting, and like 50% of it is deprecated. I don't think I'm going to try to...
Wow I didn't know people actually used this plugin! I'll look into updating it sometime within the near future. The coding is pretty messy so I...
That method is deprecated. The documentation explains why. Also a quote from EvilSeph: I believe the recommended route is to use the UUIDFetcher...
I think that this would be entirely dependent on the plugin that is handling the prefix.
MichaelDoesPlugins First off, public void onEnable() { getLogger().info("Spawn2Hub has been Enabled!"); } public void onDisable() {...
Are you referencing multiple projects? Try recompiling all of your classes.
you're getting a nosuchfielderror for GUARD_TOGGLE_ON http://docs.oracle.com/javase/7/docs/api/java/lang/NoSuchFieldError.html
getConfig().getConfigurationSection("stormneo7.warp").getKeys(false); should do the trick. The boolean at the end decides whether to get all the...
1Rogue Yes I am. I'm trying to schedule a sync task from within an async task. I tested it and it puts the sync task back on the main thread,...
I know that most of the bukkit api is not thread safe, but there are a select few methods that are thread safe. I don't know where I would find a...
Separate names with a comma.