mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 18:47:20 +01:00
Yea it's not really a teleport event...
This commit is contained in:
parent
52f8476907
commit
811aa811bb
@ -9,7 +9,7 @@ public class MVConfigReloadEvent extends Event {
|
||||
private List<String> configsLoaded;
|
||||
|
||||
public MVConfigReloadEvent(List<String> configsLoaded) {
|
||||
super("MVTeleport");
|
||||
super("MVConfigReload");
|
||||
this.configsLoaded = configsLoaded;
|
||||
}
|
||||
|
||||
|
@ -3,8 +3,6 @@ package com.onarandombox.utils;
|
||||
import org.bukkit.Location;
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
import com.onarandombox.MultiverseCore.MultiverseCore;
|
||||
|
||||
public abstract class Destination {
|
||||
public abstract String getIdentifer();
|
||||
public abstract boolean isThisType(JavaPlugin plugin, String dest);
|
||||
|
Loading…
Reference in New Issue
Block a user