mirror of
https://github.com/songoda/EpicHoppers.git
synced 2024-11-25 11:46:45 +01:00
Hook System Redesigned.
Debug Mode Added.
This commit is contained in:
parent
e4a4b03989
commit
ee86e8f35e
@ -3,6 +3,30 @@
|
||||
<component name="Encoding">
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/EpicHoppers.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Events/LoginListeners.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/ASkyBlockHook.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/ASkyBlockHook.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/FactionsHook.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/FactionsHook.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/FactionsOldHook.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/FactionsOldHook.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/GriefPreventionHook.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/GriefPreventionHook.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/HookHandler.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/HookHandler.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/Hooks.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/Hooks.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/KingdomsHook.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/KingdomsHook.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/PlotSquaredHook.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/PlotSquaredHook.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/RedProtectHook.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/RedProtectHook.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/TownyHook.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/TownyHook.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/USkyBlockHook.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/USkyBlockHook.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/WorldGuardHook.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Hooks/WorldGuardHook.java" charset="UTF-16" />
|
||||
<file url="file://$PROJECT_DIR$/src/com/songoda/epichoppers/Utils/Debugger.java" charset="UTF-16" />
|
||||
</component>
|
||||
</project>
|
6
.idea/vcs.xml
Normal file
6
.idea/vcs.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/com/songoda/epichoppers/Utils/Debugger.java
Normal file
BIN
src/com/songoda/epichoppers/Utils/Debugger.java
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -2,8 +2,8 @@ name: EpicHoppers
|
||||
description: EpicHoppers
|
||||
main: com.songoda.epichoppers.EpicHoppers
|
||||
depend: [Arconix]
|
||||
softdepend: [Towny, Kingdoms, PlotsSquared, GriefPrevention, USkyBlock, ASkyBlock, WorldGuard, Factions, Vault, PlaceholderAPI]
|
||||
version: 2.0.3
|
||||
softdepend: [Towny, RedProtect, Kingdoms, PlotsSquared, GriefPrevention, USkyBlock, ASkyBlock, WorldGuard, Factions, Vault, PlaceholderAPI]
|
||||
version: 2.0.4
|
||||
author: Songoda
|
||||
commands:
|
||||
epichoppers:
|
||||
|
Loading…
Reference in New Issue
Block a user