mirror of
https://github.com/songoda/EpicHoppers.git
synced 2025-03-20 18:39:11 +01:00
Initial commit
This commit is contained in:
commit
e4a4b03989
7
.idea/compiler.xml
Normal file
7
.idea/compiler.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CompilerConfiguration">
|
||||
<option name="DEFAULT_COMPILER" value="Eclipse" />
|
||||
<bytecodeTargetLevel target="1.8" />
|
||||
</component>
|
||||
</project>
|
8
.idea/encodings.xml
Normal file
8
.idea/encodings.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<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/RedProtectHook.java" charset="UTF-16" />
|
||||
</component>
|
||||
</project>
|
7
.idea/kotlinc.xml
Normal file
7
.idea/kotlinc.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="KotlinCommonCompilerArguments">
|
||||
<option name="languageVersion" value="1.1" />
|
||||
<option name="apiVersion" value="1.1" />
|
||||
</component>
|
||||
</project>
|
13
.idea/libraries/Lib.xml
Normal file
13
.idea/libraries/Lib.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Lib">
|
||||
<CLASSES>
|
||||
<root url="file://$PROJECT_DIR$/../Lib" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="file://$PROJECT_DIR$/../Lib" />
|
||||
</SOURCES>
|
||||
<jarDirectory url="file://$PROJECT_DIR$/../Lib" recursive="false" />
|
||||
<jarDirectory url="file://$PROJECT_DIR$/../Lib" recursive="false" type="SOURCES" />
|
||||
</library>
|
||||
</component>
|
6
.idea/misc.xml
Normal file
6
.idea/misc.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/out" />
|
||||
</component>
|
||||
</project>
|
8
.idea/modules.xml
Normal file
8
.idea/modules.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/EpicHoppers.iml" filepath="$PROJECT_DIR$/EpicHoppers.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
12
EpicHoppers.iml
Normal file
12
EpicHoppers.iml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="WEB_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="Lib" level="project" />
|
||||
</component>
|
||||
</module>
|
14
src/SettingDefinitions.yml
Normal file
14
src/SettingDefinitions.yml
Normal file
@ -0,0 +1,14 @@
|
||||
ECO-Icon: 'This is the default icon that will be used for the Economy upgrade button.'
|
||||
XP-Icon: 'This is the default icon that will be used for the Experience upgrade button.'
|
||||
Upgrading-enabled: 'Setting this to true will allow users to access the upgrade window.'
|
||||
Upgrade-with-eco: 'Setting this to true will allow users to use Economy to upgrade their hoppers.'
|
||||
Upgrade-with-xp: 'Setting this to true will allow users to use Experience to upgrade their hoppers.'
|
||||
On-upgrade-particles: 'Setting this to true will cause particles to emit when a hopper is upgraded.'
|
||||
Teleport-hoppers: 'These are the default levels, the amount of levels can be expanded if you want, just add another level to the bottom of the list while keeping numeric order. Allows you to enable or disable teleporting with hoppers'
|
||||
Hop-Tick: 'This is the tick speed for synced hoppers.'
|
||||
Sync-Timeout: 'This is the timeout that if reached will cancel a sync.'
|
||||
Glass-Type: 'This is the id of the glass used for the background in the guis.'
|
||||
Rainbow-Glass: 'If this is enabled the glass background will be randomized colors. '
|
||||
Limit-Hoppers-Per-Chunk: 'If enabled this will limit the amount spawners per chunk'
|
||||
Hopper-Limit: 'This is the amount of allowed spawners per chunk.'
|
||||
Upgrade-particle-type: 'This is the type of particle an upgrade will emit.'
|
BIN
src/com/songoda/epichoppers/API/MCUpdate.java
Normal file
BIN
src/com/songoda/epichoppers/API/MCUpdate.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/API/SyncCraftAPI.java
Normal file
BIN
src/com/songoda/epichoppers/API/SyncCraftAPI.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/EpicHoppers.java
Normal file
BIN
src/com/songoda/epichoppers/EpicHoppers.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Events/BlockListeners.java
Normal file
BIN
src/com/songoda/epichoppers/Events/BlockListeners.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Events/HopperListeners.java
Normal file
BIN
src/com/songoda/epichoppers/Events/HopperListeners.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Events/InteractListeners.java
Normal file
BIN
src/com/songoda/epichoppers/Events/InteractListeners.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Events/InventoryListeners.java
Normal file
BIN
src/com/songoda/epichoppers/Events/InventoryListeners.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Events/LoginListeners.java
Normal file
BIN
src/com/songoda/epichoppers/Events/LoginListeners.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Events/MovementListeners.java
Normal file
BIN
src/com/songoda/epichoppers/Events/MovementListeners.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Handlers/CommandHandler.java
Normal file
BIN
src/com/songoda/epichoppers/Handlers/CommandHandler.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Handlers/EnchantmentHandler.java
Normal file
BIN
src/com/songoda/epichoppers/Handlers/EnchantmentHandler.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Handlers/HopHandler.java
Normal file
BIN
src/com/songoda/epichoppers/Handlers/HopHandler.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Hooks/ASkyBlockHook.java
Normal file
BIN
src/com/songoda/epichoppers/Hooks/ASkyBlockHook.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Hooks/FactionsHook.java
Normal file
BIN
src/com/songoda/epichoppers/Hooks/FactionsHook.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Hooks/FactionsOldHook.java
Normal file
BIN
src/com/songoda/epichoppers/Hooks/FactionsOldHook.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Hooks/GriefPreventionHook.java
Normal file
BIN
src/com/songoda/epichoppers/Hooks/GriefPreventionHook.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Hooks/HookHandler.java
Normal file
BIN
src/com/songoda/epichoppers/Hooks/HookHandler.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Hooks/Hooks.java
Normal file
BIN
src/com/songoda/epichoppers/Hooks/Hooks.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Hooks/KingdomsHook.java
Normal file
BIN
src/com/songoda/epichoppers/Hooks/KingdomsHook.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Hooks/PlotSquaredHook.java
Normal file
BIN
src/com/songoda/epichoppers/Hooks/PlotSquaredHook.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Hooks/RedProtectHook.java
Normal file
BIN
src/com/songoda/epichoppers/Hooks/RedProtectHook.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Hooks/TownyHook.java
Normal file
BIN
src/com/songoda/epichoppers/Hooks/TownyHook.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Hooks/USkyBlockHook.java
Normal file
BIN
src/com/songoda/epichoppers/Hooks/USkyBlockHook.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Hooks/WorldGuardHook.java
Normal file
BIN
src/com/songoda/epichoppers/Hooks/WorldGuardHook.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Hopper/Hopper.java
Normal file
BIN
src/com/songoda/epichoppers/Hopper/Hopper.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Lang.java
Normal file
BIN
src/com/songoda/epichoppers/Lang.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/References.java
Normal file
BIN
src/com/songoda/epichoppers/References.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Utils/ConfigWrapper.java
Normal file
BIN
src/com/songoda/epichoppers/Utils/ConfigWrapper.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Utils/Methods.java
Normal file
BIN
src/com/songoda/epichoppers/Utils/Methods.java
Normal file
Binary file not shown.
BIN
src/com/songoda/epichoppers/Utils/SettingsManager.java
Normal file
BIN
src/com/songoda/epichoppers/Utils/SettingsManager.java
Normal file
Binary file not shown.
13
src/plugin.yml
Normal file
13
src/plugin.yml
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
||||
author: Songoda
|
||||
commands:
|
||||
epichoppers:
|
||||
description: View information on this plugin.
|
||||
default: true
|
||||
aliases: [sc, eh, synccraft]
|
||||
usage: /eh
|
Loading…
Reference in New Issue
Block a user