mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Merge branch 'master' of http://git.intellectualsites.com/citymonstret/plot_new
This commit is contained in:
commit
e4e9b80c02
@ -77,9 +77,11 @@
|
|||||||
<file leaf-file-name="PlotMain.java" pinned="false" current="true" current-in-tab="true">
|
<file leaf-file-name="PlotMain.java" pinned="false" current="true" current-in-tab="true">
|
||||||
<entry file="file://$PROJECT_DIR$/PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java">
|
<entry file="file://$PROJECT_DIR$/PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state vertical-scroll-proportion="0.389738" vertical-offset="0" max-vertical-offset="11747">
|
<state vertical-scroll-proportion="2.3176856" vertical-offset="9148" max-vertical-offset="11611">
|
||||||
<caret line="28" column="32" selection-start-line="28" selection-start-column="32" selection-end-line="28" selection-end-column="32" />
|
<caret line="694" column="10" selection-start-line="694" selection-start-column="10" selection-end-line="694" selection-end-column="10" />
|
||||||
<folding />
|
<folding>
|
||||||
|
<element signature="imports" expanded="true" />
|
||||||
|
</folding>
|
||||||
</state>
|
</state>
|
||||||
</provider>
|
</provider>
|
||||||
</entry>
|
</entry>
|
||||||
@ -417,7 +419,7 @@
|
|||||||
<updated>1411382235722</updated>
|
<updated>1411382235722</updated>
|
||||||
<workItem from="1411382238709" duration="182000" />
|
<workItem from="1411382238709" duration="182000" />
|
||||||
<workItem from="1411382421959" duration="656000" />
|
<workItem from="1411382421959" duration="656000" />
|
||||||
<workItem from="1411383098267" duration="2417000" />
|
<workItem from="1411383098267" duration="2536000" />
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL-00001" summary="First Commit">
|
<task id="LOCAL-00001" summary="First Commit">
|
||||||
<created>1411382351159</created>
|
<created>1411382351159</created>
|
||||||
@ -439,11 +441,15 @@
|
|||||||
<created>1411385985343</created>
|
<created>1411385985343</created>
|
||||||
<updated>1411385985343</updated>
|
<updated>1411385985343</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="6" />
|
<task id="LOCAL-00006" summary="Removed web stuff (caused crash)">
|
||||||
|
<created>1411386181908</created>
|
||||||
|
<updated>1411386181908</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="7" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="TimeTrackingManager">
|
<component name="TimeTrackingManager">
|
||||||
<option name="totallyTimeSpent" value="3255000" />
|
<option name="totallyTimeSpent" value="3374000" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ToolWindowManager">
|
<component name="ToolWindowManager">
|
||||||
<frame x="-6" y="-6" width="1932" height="1062" extended-state="6" />
|
<frame x="-6" y="-6" width="1932" height="1062" extended-state="6" />
|
||||||
@ -495,7 +501,8 @@
|
|||||||
<MESSAGE value="Use this xD" />
|
<MESSAGE value="Use this xD" />
|
||||||
<MESSAGE value="Included source..." />
|
<MESSAGE value="Included source..." />
|
||||||
<MESSAGE value="Yey!" />
|
<MESSAGE value="Yey!" />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="Yey!" />
|
<MESSAGE value="Removed web stuff (caused crash)" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="Removed web stuff (caused crash)" />
|
||||||
</component>
|
</component>
|
||||||
<component name="XDebuggerManager">
|
<component name="XDebuggerManager">
|
||||||
<breakpoint-manager />
|
<breakpoint-manager />
|
||||||
@ -597,9 +604,11 @@
|
|||||||
</entry>
|
</entry>
|
||||||
<entry file="file://$PROJECT_DIR$/PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java">
|
<entry file="file://$PROJECT_DIR$/PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state vertical-scroll-proportion="0.389738" vertical-offset="0" max-vertical-offset="11747">
|
<state vertical-scroll-proportion="2.3176856" vertical-offset="9148" max-vertical-offset="11611">
|
||||||
<caret line="28" column="32" selection-start-line="28" selection-start-column="32" selection-end-line="28" selection-end-column="32" />
|
<caret line="694" column="10" selection-start-line="694" selection-start-column="10" selection-end-line="694" selection-end-column="10" />
|
||||||
<folding />
|
<folding>
|
||||||
|
<element signature="imports" expanded="true" />
|
||||||
|
</folding>
|
||||||
</state>
|
</state>
|
||||||
</provider>
|
</provider>
|
||||||
</entry>
|
</entry>
|
||||||
|
@ -10,20 +10,18 @@
|
|||||||
package com.intellectualcrafters.plot;
|
package com.intellectualcrafters.plot;
|
||||||
|
|
||||||
import ca.mera.CameraAPI;
|
import ca.mera.CameraAPI;
|
||||||
|
|
||||||
import com.intellectualcrafters.plot.commands.Camera;
|
|
||||||
import com.intellectualcrafters.plot.database.*;
|
|
||||||
import com.intellectualcrafters.plot.Logger.LogLevel;
|
import com.intellectualcrafters.plot.Logger.LogLevel;
|
||||||
import com.intellectualcrafters.plot.Settings.Web;
|
import com.intellectualcrafters.plot.Settings.Web;
|
||||||
|
import com.intellectualcrafters.plot.commands.Camera;
|
||||||
import com.intellectualcrafters.plot.commands.MainCommand;
|
import com.intellectualcrafters.plot.commands.MainCommand;
|
||||||
|
import com.intellectualcrafters.plot.database.DBFunc;
|
||||||
|
import com.intellectualcrafters.plot.database.MySQL;
|
||||||
|
import com.intellectualcrafters.plot.database.PlotMeConverter;
|
||||||
import com.intellectualcrafters.plot.events.PlayerTeleportToPlotEvent;
|
import com.intellectualcrafters.plot.events.PlayerTeleportToPlotEvent;
|
||||||
import com.intellectualcrafters.plot.listeners.PlayerEvents;
|
import com.intellectualcrafters.plot.listeners.PlayerEvents;
|
||||||
import com.intellectualcrafters.plot.listeners.WorldEditListener;
|
import com.intellectualcrafters.plot.listeners.WorldEditListener;
|
||||||
import com.intellectualsites.web.PlotWeb;
|
|
||||||
import com.sk89q.worldedit.bukkit.WorldEditPlugin;
|
import com.sk89q.worldedit.bukkit.WorldEditPlugin;
|
||||||
|
|
||||||
import me.confuser.barapi.BarAPI;
|
import me.confuser.barapi.BarAPI;
|
||||||
|
|
||||||
import org.bukkit.*;
|
import org.bukkit.*;
|
||||||
import org.bukkit.configuration.file.YamlConfiguration;
|
import org.bukkit.configuration.file.YamlConfiguration;
|
||||||
import org.bukkit.entity.Entity;
|
import org.bukkit.entity.Entity;
|
||||||
@ -39,15 +37,8 @@ import java.sql.Connection;
|
|||||||
import java.sql.DatabaseMetaData;
|
import java.sql.DatabaseMetaData;
|
||||||
import java.sql.ResultSet;
|
import java.sql.ResultSet;
|
||||||
import java.sql.SQLException;
|
import java.sql.SQLException;
|
||||||
import java.util.ArrayList;
|
import java.util.*;
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.Date;
|
|
||||||
import java.util.HashMap;
|
|
||||||
import java.util.HashSet;
|
|
||||||
import java.util.Map;
|
|
||||||
import java.util.Set;
|
|
||||||
import java.util.Map.Entry;
|
import java.util.Map.Entry;
|
||||||
import java.util.UUID;
|
|
||||||
|
|
||||||
import static org.bukkit.Material.*;
|
import static org.bukkit.Material.*;
|
||||||
|
|
||||||
@ -700,13 +691,14 @@ public class PlotMain extends JavaPlugin {
|
|||||||
Logger.add(LogLevel.DANGER, "Could not close mysql connection");
|
Logger.add(LogLevel.DANGER, "Could not close mysql connection");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
if(PlotWeb.PLOTWEB != null) {
|
if(PlotWeb.PLOTWEB != null) {
|
||||||
try {
|
try {
|
||||||
PlotWeb.PLOTWEB.stop();
|
PlotWeb.PLOTWEB.stop();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
public static void addPlotWorld(String world,PlotWorld plotworld) {
|
public static void addPlotWorld(String world,PlotWorld plotworld) {
|
||||||
PlotMain.worlds.put(world,plotworld);
|
PlotMain.worlds.put(world,plotworld);
|
||||||
|
Loading…
Reference in New Issue
Block a user