Teleporter factory method

This commit is contained in:
Protected 2011-03-01 18:05:24 +00:00
parent 33603d3605
commit 187c6acbb6
1 changed files with 4 additions and 0 deletions

View File

@ -232,6 +232,10 @@ public class MultiVerseCore extends JavaPlugin {
return playerSessions.get(player.getName());
}
}
public MVTeleport getTeleporter() {
return new MVTeleport(this);
}
/**
* onCommand