From 5a2ac5a59293a080d11b19331d81565d1a7e7c83 Mon Sep 17 00:00:00 2001 From: Walter Higgins Date: Sat, 28 Feb 2015 16:34:08 +0000 Subject: [PATCH] Update UsingOtherPlugins.md --- docs/UsingOtherPlugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UsingOtherPlugins.md b/docs/UsingOtherPlugins.md index 7df8aa7..4de23e2 100644 --- a/docs/UsingOtherPlugins.md +++ b/docs/UsingOtherPlugins.md @@ -12,7 +12,7 @@ The following question gets asked a lot so I'm going to try to answer it here: The above question refers to using ScriptCraft for CraftBukkit so I'll answer that first: -You can get the permissionsEx (or any other plugin) like this... +You can get the permissionsEx (or any other Bukkit plugin) like this... ```javascript var pex = server.pluginManager.getPlugin('PermissionsEx'); if (pex.getUser(player).inGroup('moderator') ) {