Replace BukkitImplementationTester with paperLib

This commit is contained in:
Matthew Miller
2018-10-12 16:09:52 +10:00
parent 0a149a796f
commit 0fe1fe33cc
3 changed files with 5 additions and 94 deletions

View File

@ -104,9 +104,6 @@ public class WorldEditPlugin extends JavaPlugin implements TabCompleter {
// platforms to be worried about... at the current time of writing
WorldEdit.getInstance().getEventBus().post(new PlatformReadyEvent());
// Setup the BukkitImplementationTester.
BukkitImplementationTester.getImplementation();
// Enable metrics
new Metrics(this);
}