Added bPermissions support

This commit is contained in:
zml2008
2012-01-22 21:11:54 -08:00
parent fd4b706472
commit 3d0c045cd4
4 changed files with 112 additions and 5 deletions

View File

@ -1,7 +1,6 @@
// $Id$
/*
* WorldEdit
* Copyright (C) 2012 sk89q <http://www.sk89q.com> and contributors
* Copyright (C) 2012 sk89q <http://www.sk89q.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -16,6 +15,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// $Id$
package com.sk89q.worldedit.bukkit;
import com.sk89q.util.StringUtil;