Frames
diff --git a/javadoc/de/epiceric/shopchest/config/package-use.html b/javadoc/de/epiceric/shopchest/config/package-use.html
index 502cdc5..beabaad 100644
--- a/javadoc/de/epiceric/shopchest/config/package-use.html
+++ b/javadoc/de/epiceric/shopchest/config/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package de.epiceric.shopchest.config (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/event/ShopBuySellEvent.Type.html b/javadoc/de/epiceric/shopchest/event/ShopBuySellEvent.Type.html
new file mode 100644
index 0000000..e716f3b
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/ShopBuySellEvent.Type.html
@@ -0,0 +1,347 @@
+
+
+
+
+
+
+ShopBuySellEvent.Type (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Summary
+
+Enum Constants
+
+Enum Constant and Description
+
+
+BUY
+
+
+SELL
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+valueOf
+public static ShopBuySellEvent.Type valueOf(String name)
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+Parameters:
+name
- the name of the enum constant to be returned.
+Returns:
+the enum constant with the specified name
+Throws:
+IllegalArgumentException
- if this enum type has no constant with the specified name
+NullPointerException
- if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/ShopBuySellEvent.html b/javadoc/de/epiceric/shopchest/event/ShopBuySellEvent.html
new file mode 100644
index 0000000..d4f31f2
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/ShopBuySellEvent.html
@@ -0,0 +1,400 @@
+
+
+
+
+
+
+ShopBuySellEvent (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+Nested classes/interfaces inherited from class org.bukkit.event.Event
+org.bukkit.event.Event.Result
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+Methods inherited from class org.bukkit.event.Event
+getEventName, isAsynchronous
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/ShopCreateEvent.html b/javadoc/de/epiceric/shopchest/event/ShopCreateEvent.html
new file mode 100644
index 0000000..17b7d7a
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/ShopCreateEvent.html
@@ -0,0 +1,389 @@
+
+
+
+
+
+
+ShopCreateEvent (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from class org.bukkit.event.Event
+org.bukkit.event.Event.Result
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+ShopCreateEvent (org.bukkit.entity.Player player,
+ Shop shop,
+ double creationPrice)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+Methods inherited from class org.bukkit.event.Event
+getEventName, isAsynchronous
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/ShopEvent.html b/javadoc/de/epiceric/shopchest/event/ShopEvent.html
new file mode 100644
index 0000000..5fd0fb1
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/ShopEvent.html
@@ -0,0 +1,334 @@
+
+
+
+
+
+
+ShopEvent (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.bukkit.event.Event
+
+
+de.epiceric.shopchest.event.ShopEvent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from class org.bukkit.event.Event
+org.bukkit.event.Event.Result
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+ShopEvent ()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.bukkit.event.Event
+getEventName, isAsynchronous
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+ShopEvent
+public ShopEvent()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/ShopInfoEvent.html b/javadoc/de/epiceric/shopchest/event/ShopInfoEvent.html
new file mode 100644
index 0000000..87d51b6
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/ShopInfoEvent.html
@@ -0,0 +1,374 @@
+
+
+
+
+
+
+ShopInfoEvent (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from class org.bukkit.event.Event
+org.bukkit.event.Event.Result
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+ShopInfoEvent (org.bukkit.entity.Player player,
+ Shop shop)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+Methods inherited from class org.bukkit.event.Event
+getEventName, isAsynchronous
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/ShopPreCreateEvent.html b/javadoc/de/epiceric/shopchest/event/ShopPreCreateEvent.html
new file mode 100644
index 0000000..da861f4
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/ShopPreCreateEvent.html
@@ -0,0 +1,374 @@
+
+
+
+
+
+
+ShopPreCreateEvent (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from class org.bukkit.event.Event
+org.bukkit.event.Event.Result
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+ShopPreCreateEvent (org.bukkit.entity.Player player,
+ Shop shop)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+Methods inherited from class org.bukkit.event.Event
+getEventName, isAsynchronous
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/ShopPreInfoEvent.html b/javadoc/de/epiceric/shopchest/event/ShopPreInfoEvent.html
new file mode 100644
index 0000000..c94b346
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/ShopPreInfoEvent.html
@@ -0,0 +1,343 @@
+
+
+
+
+
+
+ShopPreInfoEvent (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.bukkit.event.Event
+
+
+de.epiceric.shopchest.event.ShopPreInfoEvent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from class org.bukkit.event.Event
+org.bukkit.event.Event.Result
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+ShopPreInfoEvent (org.bukkit.entity.Player player)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.bukkit.event.Event
+getEventName, isAsynchronous
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/ShopPreRemoveEvent.html b/javadoc/de/epiceric/shopchest/event/ShopPreRemoveEvent.html
new file mode 100644
index 0000000..8110e4c
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/ShopPreRemoveEvent.html
@@ -0,0 +1,356 @@
+
+
+
+
+
+
+ShopPreRemoveEvent (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.bukkit.event.Event
+
+
+de.epiceric.shopchest.event.ShopPreRemoveEvent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from class org.bukkit.event.Event
+org.bukkit.event.Event.Result
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+ShopPreRemoveEvent (org.bukkit.entity.Player player)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.bukkit.event.Event
+getEventName, isAsynchronous
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/ShopReloadEvent.html b/javadoc/de/epiceric/shopchest/event/ShopReloadEvent.html
new file mode 100644
index 0000000..4cf9f65
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/ShopReloadEvent.html
@@ -0,0 +1,356 @@
+
+
+
+
+
+
+ShopReloadEvent (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.bukkit.event.Event
+
+
+de.epiceric.shopchest.event.ShopReloadEvent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from class org.bukkit.event.Event
+org.bukkit.event.Event.Result
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+ShopReloadEvent (org.bukkit.entity.Player player)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.bukkit.event.Event
+getEventName, isAsynchronous
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/ShopRemoveEvent.html b/javadoc/de/epiceric/shopchest/event/ShopRemoveEvent.html
new file mode 100644
index 0000000..6a843e1
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/ShopRemoveEvent.html
@@ -0,0 +1,374 @@
+
+
+
+
+
+
+ShopRemoveEvent (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from class org.bukkit.event.Event
+org.bukkit.event.Event.Result
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+ShopRemoveEvent (org.bukkit.entity.Player player,
+ Shop shop)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+Methods inherited from class org.bukkit.event.Event
+getEventName, isAsynchronous
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/class-use/ShopBuySellEvent.Type.html b/javadoc/de/epiceric/shopchest/event/class-use/ShopBuySellEvent.Type.html
new file mode 100644
index 0000000..9797831
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/class-use/ShopBuySellEvent.Type.html
@@ -0,0 +1,192 @@
+
+
+
+
+
+
+Uses of Class de.epiceric.shopchest.event.ShopBuySellEvent.Type (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/class-use/ShopBuySellEvent.html b/javadoc/de/epiceric/shopchest/event/class-use/ShopBuySellEvent.html
new file mode 100644
index 0000000..b8c2b41
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/class-use/ShopBuySellEvent.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class de.epiceric.shopchest.event.ShopBuySellEvent (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of de.epiceric.shopchest.event.ShopBuySellEvent
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/class-use/ShopCreateEvent.html b/javadoc/de/epiceric/shopchest/event/class-use/ShopCreateEvent.html
new file mode 100644
index 0000000..7dc60f1
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/class-use/ShopCreateEvent.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class de.epiceric.shopchest.event.ShopCreateEvent (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of de.epiceric.shopchest.event.ShopCreateEvent
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/class-use/ShopEvent.html b/javadoc/de/epiceric/shopchest/event/class-use/ShopEvent.html
new file mode 100644
index 0000000..06cd9aa
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/class-use/ShopEvent.html
@@ -0,0 +1,182 @@
+
+
+
+
+
+
+Uses of Class de.epiceric.shopchest.event.ShopEvent (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/class-use/ShopInfoEvent.html b/javadoc/de/epiceric/shopchest/event/class-use/ShopInfoEvent.html
new file mode 100644
index 0000000..0fb22f1
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/class-use/ShopInfoEvent.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class de.epiceric.shopchest.event.ShopInfoEvent (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of de.epiceric.shopchest.event.ShopInfoEvent
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/class-use/ShopPreCreateEvent.html b/javadoc/de/epiceric/shopchest/event/class-use/ShopPreCreateEvent.html
new file mode 100644
index 0000000..ebaefb5
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/class-use/ShopPreCreateEvent.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class de.epiceric.shopchest.event.ShopPreCreateEvent (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of de.epiceric.shopchest.event.ShopPreCreateEvent
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/class-use/ShopPreInfoEvent.html b/javadoc/de/epiceric/shopchest/event/class-use/ShopPreInfoEvent.html
new file mode 100644
index 0000000..623973c
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/class-use/ShopPreInfoEvent.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class de.epiceric.shopchest.event.ShopPreInfoEvent (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of de.epiceric.shopchest.event.ShopPreInfoEvent
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/class-use/ShopPreRemoveEvent.html b/javadoc/de/epiceric/shopchest/event/class-use/ShopPreRemoveEvent.html
new file mode 100644
index 0000000..3cce63a
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/class-use/ShopPreRemoveEvent.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class de.epiceric.shopchest.event.ShopPreRemoveEvent (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of de.epiceric.shopchest.event.ShopPreRemoveEvent
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/class-use/ShopReloadEvent.html b/javadoc/de/epiceric/shopchest/event/class-use/ShopReloadEvent.html
new file mode 100644
index 0000000..2301282
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/class-use/ShopReloadEvent.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class de.epiceric.shopchest.event.ShopReloadEvent (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of de.epiceric.shopchest.event.ShopReloadEvent
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/class-use/ShopRemoveEvent.html b/javadoc/de/epiceric/shopchest/event/class-use/ShopRemoveEvent.html
new file mode 100644
index 0000000..35ba178
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/class-use/ShopRemoveEvent.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class de.epiceric.shopchest.event.ShopRemoveEvent (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of de.epiceric.shopchest.event.ShopRemoveEvent
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/package-frame.html b/javadoc/de/epiceric/shopchest/event/package-frame.html
new file mode 100644
index 0000000..9bbc17c
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/package-frame.html
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+de.epiceric.shopchest.event (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/package-summary.html b/javadoc/de/epiceric/shopchest/event/package-summary.html
new file mode 100644
index 0000000..61fb8d7
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/package-summary.html
@@ -0,0 +1,191 @@
+
+
+
+
+
+
+de.epiceric.shopchest.event (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/package-tree.html b/javadoc/de/epiceric/shopchest/event/package-tree.html
new file mode 100644
index 0000000..766b016
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/package-tree.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+de.epiceric.shopchest.event Class Hierarchy (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.bukkit.event.Event
+
+de.epiceric.shopchest.event.ShopEvent
+
+de.epiceric.shopchest.event.ShopBuySellEvent (implements org.bukkit.event.Cancellable)
+de.epiceric.shopchest.event.ShopCreateEvent (implements org.bukkit.event.Cancellable)
+de.epiceric.shopchest.event.ShopInfoEvent (implements org.bukkit.event.Cancellable)
+de.epiceric.shopchest.event.ShopPreCreateEvent (implements org.bukkit.event.Cancellable)
+de.epiceric.shopchest.event.ShopRemoveEvent (implements org.bukkit.event.Cancellable)
+
+
+de.epiceric.shopchest.event.ShopPreInfoEvent (implements org.bukkit.event.Cancellable)
+de.epiceric.shopchest.event.ShopPreRemoveEvent (implements org.bukkit.event.Cancellable)
+de.epiceric.shopchest.event.ShopReloadEvent (implements org.bukkit.event.Cancellable)
+
+
+
+
+
+
Enum Hierarchy
+
+
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/event/package-use.html b/javadoc/de/epiceric/shopchest/event/package-use.html
new file mode 100644
index 0000000..444184f
--- /dev/null
+++ b/javadoc/de/epiceric/shopchest/event/package-use.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+Uses of Package de.epiceric.shopchest.event (ShopChest 1.8.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2016. All rights reserved.
+
+
diff --git a/javadoc/de/epiceric/shopchest/language/EnchantmentName.EnchantmentLevelName.html b/javadoc/de/epiceric/shopchest/language/EnchantmentName.EnchantmentLevelName.html
index bd1fdc2..5142186 100644
--- a/javadoc/de/epiceric/shopchest/language/EnchantmentName.EnchantmentLevelName.html
+++ b/javadoc/de/epiceric/shopchest/language/EnchantmentName.EnchantmentLevelName.html
@@ -2,10 +2,10 @@
-
+
EnchantmentName.EnchantmentLevelName (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/EnchantmentName.html b/javadoc/de/epiceric/shopchest/language/EnchantmentName.html
index 173d9f2..267e490 100644
--- a/javadoc/de/epiceric/shopchest/language/EnchantmentName.html
+++ b/javadoc/de/epiceric/shopchest/language/EnchantmentName.html
@@ -2,10 +2,10 @@
-
+
EnchantmentName (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/EntityName.html b/javadoc/de/epiceric/shopchest/language/EntityName.html
index e64b08a..ec95287 100644
--- a/javadoc/de/epiceric/shopchest/language/EntityName.html
+++ b/javadoc/de/epiceric/shopchest/language/EntityName.html
@@ -2,10 +2,10 @@
-
+
EntityName (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/ItemName.html b/javadoc/de/epiceric/shopchest/language/ItemName.html
index 56d5892..1f6cca9 100644
--- a/javadoc/de/epiceric/shopchest/language/ItemName.html
+++ b/javadoc/de/epiceric/shopchest/language/ItemName.html
@@ -2,10 +2,10 @@
-
+
ItemName (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/LanguageUtils.html b/javadoc/de/epiceric/shopchest/language/LanguageUtils.html
index e9aadfb..aedd6f0 100644
--- a/javadoc/de/epiceric/shopchest/language/LanguageUtils.html
+++ b/javadoc/de/epiceric/shopchest/language/LanguageUtils.html
@@ -2,10 +2,10 @@
-
+
LanguageUtils (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/LocalizedMessage.Message.html b/javadoc/de/epiceric/shopchest/language/LocalizedMessage.Message.html
index 8ec33d2..8c80910 100644
--- a/javadoc/de/epiceric/shopchest/language/LocalizedMessage.Message.html
+++ b/javadoc/de/epiceric/shopchest/language/LocalizedMessage.Message.html
@@ -2,10 +2,10 @@
-
+
LocalizedMessage.Message (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/LocalizedMessage.ReplacedRegex.html b/javadoc/de/epiceric/shopchest/language/LocalizedMessage.ReplacedRegex.html
index e4e867b..ede6485 100644
--- a/javadoc/de/epiceric/shopchest/language/LocalizedMessage.ReplacedRegex.html
+++ b/javadoc/de/epiceric/shopchest/language/LocalizedMessage.ReplacedRegex.html
@@ -2,10 +2,10 @@
-
+
LocalizedMessage.ReplacedRegex (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/LocalizedMessage.html b/javadoc/de/epiceric/shopchest/language/LocalizedMessage.html
index 12acf5a..2cb49bd 100644
--- a/javadoc/de/epiceric/shopchest/language/LocalizedMessage.html
+++ b/javadoc/de/epiceric/shopchest/language/LocalizedMessage.html
@@ -2,10 +2,10 @@
-
+
LocalizedMessage (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/MusicDiscName.html b/javadoc/de/epiceric/shopchest/language/MusicDiscName.html
index 073e2a3..1d84f88 100644
--- a/javadoc/de/epiceric/shopchest/language/MusicDiscName.html
+++ b/javadoc/de/epiceric/shopchest/language/MusicDiscName.html
@@ -2,10 +2,10 @@
-
+
MusicDiscName (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/PotionEffectName.html b/javadoc/de/epiceric/shopchest/language/PotionEffectName.html
index e293c75..412694b 100644
--- a/javadoc/de/epiceric/shopchest/language/PotionEffectName.html
+++ b/javadoc/de/epiceric/shopchest/language/PotionEffectName.html
@@ -2,10 +2,10 @@
-
+
PotionEffectName (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/PotionName.PotionItemType.html b/javadoc/de/epiceric/shopchest/language/PotionName.PotionItemType.html
index 64ae57e..f1528da 100644
--- a/javadoc/de/epiceric/shopchest/language/PotionName.PotionItemType.html
+++ b/javadoc/de/epiceric/shopchest/language/PotionName.PotionItemType.html
@@ -2,10 +2,10 @@
-
+
PotionName.PotionItemType (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/PotionName.html b/javadoc/de/epiceric/shopchest/language/PotionName.html
index 291b69e..b6d183c 100644
--- a/javadoc/de/epiceric/shopchest/language/PotionName.html
+++ b/javadoc/de/epiceric/shopchest/language/PotionName.html
@@ -2,10 +2,10 @@
-
+
PotionName (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/class-use/EnchantmentName.EnchantmentLevelName.html b/javadoc/de/epiceric/shopchest/language/class-use/EnchantmentName.EnchantmentLevelName.html
index 3810a24..ccbf2d7 100644
--- a/javadoc/de/epiceric/shopchest/language/class-use/EnchantmentName.EnchantmentLevelName.html
+++ b/javadoc/de/epiceric/shopchest/language/class-use/EnchantmentName.EnchantmentLevelName.html
@@ -2,10 +2,10 @@
-
+
Uses of Class de.epiceric.shopchest.language.EnchantmentName.EnchantmentLevelName (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/class-use/EnchantmentName.html b/javadoc/de/epiceric/shopchest/language/class-use/EnchantmentName.html
index 231cd29..7ecd97f 100644
--- a/javadoc/de/epiceric/shopchest/language/class-use/EnchantmentName.html
+++ b/javadoc/de/epiceric/shopchest/language/class-use/EnchantmentName.html
@@ -2,10 +2,10 @@
-
+
Uses of Class de.epiceric.shopchest.language.EnchantmentName (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/class-use/EntityName.html b/javadoc/de/epiceric/shopchest/language/class-use/EntityName.html
index c6befbf..8c45f00 100644
--- a/javadoc/de/epiceric/shopchest/language/class-use/EntityName.html
+++ b/javadoc/de/epiceric/shopchest/language/class-use/EntityName.html
@@ -2,10 +2,10 @@
-
+
Uses of Class de.epiceric.shopchest.language.EntityName (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/class-use/ItemName.html b/javadoc/de/epiceric/shopchest/language/class-use/ItemName.html
index 2821dda..fd018eb 100644
--- a/javadoc/de/epiceric/shopchest/language/class-use/ItemName.html
+++ b/javadoc/de/epiceric/shopchest/language/class-use/ItemName.html
@@ -2,10 +2,10 @@
-
+
Uses of Class de.epiceric.shopchest.language.ItemName (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/class-use/LanguageUtils.html b/javadoc/de/epiceric/shopchest/language/class-use/LanguageUtils.html
index ba8da9c..cdc470a 100644
--- a/javadoc/de/epiceric/shopchest/language/class-use/LanguageUtils.html
+++ b/javadoc/de/epiceric/shopchest/language/class-use/LanguageUtils.html
@@ -2,10 +2,10 @@
-
+
Uses of Class de.epiceric.shopchest.language.LanguageUtils (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/class-use/LocalizedMessage.Message.html b/javadoc/de/epiceric/shopchest/language/class-use/LocalizedMessage.Message.html
index 68b6eac..4327ea1 100644
--- a/javadoc/de/epiceric/shopchest/language/class-use/LocalizedMessage.Message.html
+++ b/javadoc/de/epiceric/shopchest/language/class-use/LocalizedMessage.Message.html
@@ -2,10 +2,10 @@
-
+
Uses of Class de.epiceric.shopchest.language.LocalizedMessage.Message (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/class-use/LocalizedMessage.ReplacedRegex.html b/javadoc/de/epiceric/shopchest/language/class-use/LocalizedMessage.ReplacedRegex.html
index 4297dd8..3143a1d 100644
--- a/javadoc/de/epiceric/shopchest/language/class-use/LocalizedMessage.ReplacedRegex.html
+++ b/javadoc/de/epiceric/shopchest/language/class-use/LocalizedMessage.ReplacedRegex.html
@@ -2,10 +2,10 @@
-
+
Uses of Class de.epiceric.shopchest.language.LocalizedMessage.ReplacedRegex (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/class-use/LocalizedMessage.html b/javadoc/de/epiceric/shopchest/language/class-use/LocalizedMessage.html
index 7a7cdc0..b743bd6 100644
--- a/javadoc/de/epiceric/shopchest/language/class-use/LocalizedMessage.html
+++ b/javadoc/de/epiceric/shopchest/language/class-use/LocalizedMessage.html
@@ -2,10 +2,10 @@
-
+
Uses of Class de.epiceric.shopchest.language.LocalizedMessage (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/class-use/MusicDiscName.html b/javadoc/de/epiceric/shopchest/language/class-use/MusicDiscName.html
index 1cc2f9a..f57f483 100644
--- a/javadoc/de/epiceric/shopchest/language/class-use/MusicDiscName.html
+++ b/javadoc/de/epiceric/shopchest/language/class-use/MusicDiscName.html
@@ -2,10 +2,10 @@
-
+
Uses of Class de.epiceric.shopchest.language.MusicDiscName (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/class-use/PotionEffectName.html b/javadoc/de/epiceric/shopchest/language/class-use/PotionEffectName.html
index ba3fbbf..1307a0d 100644
--- a/javadoc/de/epiceric/shopchest/language/class-use/PotionEffectName.html
+++ b/javadoc/de/epiceric/shopchest/language/class-use/PotionEffectName.html
@@ -2,10 +2,10 @@
-
+
Uses of Class de.epiceric.shopchest.language.PotionEffectName (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/class-use/PotionName.PotionItemType.html b/javadoc/de/epiceric/shopchest/language/class-use/PotionName.PotionItemType.html
index 675942a..73dd4d6 100644
--- a/javadoc/de/epiceric/shopchest/language/class-use/PotionName.PotionItemType.html
+++ b/javadoc/de/epiceric/shopchest/language/class-use/PotionName.PotionItemType.html
@@ -2,10 +2,10 @@
-
+
Uses of Class de.epiceric.shopchest.language.PotionName.PotionItemType (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/class-use/PotionName.html b/javadoc/de/epiceric/shopchest/language/class-use/PotionName.html
index 766d066..23cb4c0 100644
--- a/javadoc/de/epiceric/shopchest/language/class-use/PotionName.html
+++ b/javadoc/de/epiceric/shopchest/language/class-use/PotionName.html
@@ -2,10 +2,10 @@
-
+
Uses of Class de.epiceric.shopchest.language.PotionName (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/package-frame.html b/javadoc/de/epiceric/shopchest/language/package-frame.html
index 9a5a9ca..d583487 100644
--- a/javadoc/de/epiceric/shopchest/language/package-frame.html
+++ b/javadoc/de/epiceric/shopchest/language/package-frame.html
@@ -2,10 +2,10 @@
-
+
de.epiceric.shopchest.language (ShopChest 1.8.0 API)
-
+
diff --git a/javadoc/de/epiceric/shopchest/language/package-summary.html b/javadoc/de/epiceric/shopchest/language/package-summary.html
index e5cf116..f124a7f 100644
--- a/javadoc/de/epiceric/shopchest/language/package-summary.html
+++ b/javadoc/de/epiceric/shopchest/language/package-summary.html
@@ -2,10 +2,10 @@
-
+
de.epiceric.shopchest.language (ShopChest 1.8.0 API)
-
+
@@ -44,7 +44,7 @@