Merge remote-tracking branch 'origin/master'

Conflicts:
	PlotSquared/src/com/intellectualcrafters/plot/database/DBFunc.java
This commit is contained in:
boy0001
2014-10-24 00:25:01 +11:00
6 changed files with 351 additions and 472 deletions

View File

@ -35,9 +35,13 @@ public class PlayerEnterPlotEvent extends PlayerEvent {
return this.plot;
}
@Override
public HandlerList getHandlers() {
return handlers;
}
public static HandlerList getHandlerList() {
return handlers;
}
@Override
public HandlerList getHandlers() {
return handlers;
}
}

View File

@ -34,8 +34,12 @@ public class PlayerLeavePlotEvent extends PlayerEvent {
return this.plot;
}
@Override
public HandlerList getHandlers() {
return handlers;
}
public static HandlerList getHandlerList() {
return handlers;
}
@Override
public HandlerList getHandlers() {
return handlers;
}
}

View File

@ -1,12 +1,11 @@
package com.intellectualcrafters.plot.events;
import java.util.UUID;
import com.intellectualcrafters.plot.Plot;
import org.bukkit.entity.Player;
import org.bukkit.event.Event;
import org.bukkit.event.HandlerList;
import com.intellectualcrafters.plot.Plot;
import java.util.UUID;
/**
* Created by Citymonstret on 2014-08-16.
@ -71,8 +70,12 @@ public class PlayerPlotDeniedEvent extends Event {
return this.initiator;
}
@Override
public HandlerList getHandlers() {
return handlers;
}
public static HandlerList getHandlerList() {
return handlers;
}
@Override
public HandlerList getHandlers() {
return handlers;
}
}

View File

@ -1,12 +1,11 @@
package com.intellectualcrafters.plot.events;
import java.util.UUID;
import com.intellectualcrafters.plot.Plot;
import org.bukkit.entity.Player;
import org.bukkit.event.Event;
import org.bukkit.event.HandlerList;
import com.intellectualcrafters.plot.Plot;
import java.util.UUID;
/**
* Created by Citymonstret on 2014-08-16.
@ -70,8 +69,12 @@ public class PlayerPlotHelperEvent extends Event {
return this.initiator;
}
@Override
public HandlerList getHandlers() {
return handlers;
}
public static HandlerList getHandlerList() {
return handlers;
}
@Override
public HandlerList getHandlers() {
return handlers;
}
}

View File

@ -1,12 +1,11 @@
package com.intellectualcrafters.plot.events;
import java.util.UUID;
import com.intellectualcrafters.plot.Plot;
import org.bukkit.entity.Player;
import org.bukkit.event.Event;
import org.bukkit.event.HandlerList;
import com.intellectualcrafters.plot.Plot;
import java.util.UUID;
/**
* Created by Citymonstret on 2014-08-16.
@ -70,8 +69,12 @@ public class PlayerPlotTrustedEvent extends Event {
return this.initiator;
}
@Override
public HandlerList getHandlers() {
return handlers;
}
public static HandlerList getHandlerList() {
return handlers;
}
@Override
public HandlerList getHandlers() {
return handlers;
}
}