From 90faffc3399be881d6010885c398c845ceb6b848 Mon Sep 17 00:00:00 2001 From: Wesley Wolfe Date: Fri, 22 Feb 2013 22:49:38 -0600 Subject: Pulling all pending Bukkit-JavaDoc changes --- src/main/javadoc/overview.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/main/javadoc/overview.html (limited to 'src/main/javadoc/overview.html') diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html new file mode 100644 index 00000000..e96bf35e --- /dev/null +++ b/src/main/javadoc/overview.html @@ -0,0 +1,17 @@ + +

Bukkit, the plugin development framework.

+ +

+ The documentation is for developing plugins and is split into the + respective packages for each subject matter. This documentation does not + cover running a server, contributing code back to the project, or setting + up a workspace. Working knowledge of the Java language is a prerequisite + for developing plugins. +

+ For basic plugin development, see the {@link org.bukkit.plugin plugin + package}. It covers the basic requirements of a plugin jar. +

+ For handling events and triggered code, see the {@link org.bukkit.event + event package}. +

+ -- cgit v1.2.3