From a1f3b4ce03a2dcc30faa58e88c3c76d725156fb2 Mon Sep 17 00:00:00 2001 From: Walter Higgins Date: Sat, 5 Jan 2013 08:31:41 +0000 Subject: [PATCH] Update bukkit.md --- bukkit.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bukkit.md b/bukkit.md index bbdd029..64d4143 100644 --- a/bukkit.md +++ b/bukkit.md @@ -35,6 +35,8 @@ If you want certain javascript source files to load automatically when you start * Copy the drone.js file to the newly-created js-plugins directory. ... All files in the js-plugins directory will be automatically loaded when CraftBukkit starts. +*Only players who are ops can use this plugin.* You can grant a player `op` privileges by adding them to the ops.txt file in your craftbukkit directory. +I need to add further (java level) security permissions to the plugin so that ops using the `js` command have limited access to the filesystem and OS. Additional information ======================