Update UsingOtherPlugins.md

This commit is contained in:
Walter Higgins 2015-02-28 16:34:08 +00:00
parent 1f670fdcc0
commit 5a2ac5a592
1 changed files with 1 additions and 1 deletions

View File

@ -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') ) {