Started adding the yml acess data to the move event

This commit is contained in:
sekwah41 2013-10-08 20:42:04 +01:00
parent 16227f71ee
commit eaaf8b542a
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
package com.sekwah.advancedportals;
import java.io.File;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.entity.Player;
@ -22,6 +24,7 @@ public class Listeners implements Listener {
@EventHandler
public void onMoveEvent(PlayerMoveEvent event) {
// will check if the player is in the portal or not.
ConfigAccessor config = new ConfigAccessor(plugin, "PlayerStats" + File.separator + "Portals.yml");
}