From 1137f075c5fd7ebb85f8e2d7b9593a8df6200458 Mon Sep 17 00:00:00 2001 From: Walter Higgins Date: Sun, 13 Jan 2013 22:16:20 +0000 Subject: [PATCH] Update bukkit.md --- bukkit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bukkit.md b/bukkit.md index efd05b5..57d91e3 100644 --- a/bukkit.md +++ b/bukkit.md @@ -34,6 +34,6 @@ Because the Bukkit API is open, all of the Bukkit API is accessible via javascri * `__plugin` - the ScriptCraft Plugin itself. This is a useful starting point for accessing other Bukkit objects. The `__plugin` object is of type [org.bukkit.plugin.java.JavaPlugin][api] and all of its properties and methods are accessible. For example... `js plugin.getServer().getMotd()` returns the server's message of the day. * `__self` - The player/command-block or server console operator who invoked the js command. Again, this is a good jumping off point for diving into the Bukkit API. -[dl]: http://walterhiggins.net/blog/files/scriptcraft.jar +[dl]: http://walterhiggins.net/blog/files/scriptcraft/ [api]: http://jd.bukkit.org/apidocs/org/bukkit/plugin/java/JavaPlugin.html [ib]: http://wiki.bukkit.org/Setting_up_a_server