Index: trunk/quest-plugin-core/src/main/java/de/ugoe/cs/quest/plugin/QuestPlugin.java
===================================================================
--- trunk/quest-plugin-core/src/main/java/de/ugoe/cs/quest/plugin/QuestPlugin.java	(revision 512)
+++ trunk/quest-plugin-core/src/main/java/de/ugoe/cs/quest/plugin/QuestPlugin.java	(revision 513)
@@ -4,13 +4,18 @@
 
 /**
- * <p>Interface for QUEST plug-ins.</p>
+ * <p>
+ * Interface for QUEST plug-ins.
+ * </p>
  * 
  * @author Steffen Herbold
  * @version 1.0
  */
-interface QuestPlugin {
-	
+public interface QuestPlugin {
+
 	/**
-	 * <p>Title of the plug-in.</p>
+	 * <p>
+	 * Title of the plug-in.
+	 * </p>
+	 * 
 	 * @return
 	 */
@@ -18,6 +23,13 @@
 
 	/**
-	 * <p>Collection of {@link String}s that contain the commands defined by this plug-in.</p>
-	 * <p>Consult the de.ugoe.cs.utils.console package of the java-utils project for more information.</p>
+	 * <p>
+	 * Collection of {@link String}s that contain the commands defined by this
+	 * plug-in.
+	 * </p>
+	 * <p>
+	 * Consult the de.ugoe.cs.utils.console package of the java-utils project
+	 * for more information.
+	 * </p>
+	 * 
 	 * @return
 	 */
