diff --git a/src/main/java/com/sk89q/worldedit/bukkit/WorldEditPlugin.java b/src/main/java/com/sk89q/worldedit/bukkit/WorldEditPlugin.java index 0956dd07e..4b8579a22 100644 --- a/src/main/java/com/sk89q/worldedit/bukkit/WorldEditPlugin.java +++ b/src/main/java/com/sk89q/worldedit/bukkit/WorldEditPlugin.java @@ -222,7 +222,7 @@ public class WorldEditPlugin extends JavaPlugin { public boolean onCommand(CommandSender sender, Command cmd, String commandLabel, String[] args) { // Since WorldEdit is primarily made for use in-game, we're going - // to ignore the situation where the command sender is not aplayer. + // to ignore the situation where the command sender is not a player. if (!(sender instanceof Player)) { return true; } diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index c4d874541..70cdd5a50 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -58,19 +58,4 @@ wand-item: 271 shell-save-type: no-double-slash: false no-op-permissions: false -debug: false - -# See http://wiki.sk89q.com/wiki/WorldEdit/Permissions/Bukkit -# Now with multiworld support (see example) -permissions: - dinner-perms: true - groups: - default: - permissions: - - worldedit.reload - - worldedit.selection.* - - worlds.creative.worldedit.region.* - users: - sk89q: - permissions: - - worldedit.* +debug: false \ No newline at end of file