mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
Typo fixes
This commit is contained in:
parent
63262dbd5f
commit
ef60fa94bf
@ -222,7 +222,7 @@ public class WorldEditPlugin extends JavaPlugin {
|
|||||||
public boolean onCommand(CommandSender sender, Command cmd,
|
public boolean onCommand(CommandSender sender, Command cmd,
|
||||||
String commandLabel, String[] args) {
|
String commandLabel, String[] args) {
|
||||||
// Since WorldEdit is primarily made for use in-game, we're going
|
// 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)) {
|
if (!(sender instanceof Player)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
@ -59,18 +59,3 @@ shell-save-type:
|
|||||||
no-double-slash: false
|
no-double-slash: false
|
||||||
no-op-permissions: false
|
no-op-permissions: false
|
||||||
debug: 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.*
|
|
||||||
|
Loading…
Reference in New Issue
Block a user