Added //gmask to set a *GLOBAL* mask that affects nearly ALL operations. Now you can confine //sphere to a region or create //walls that do not replace existing blocks.

This commit is contained in:
sk89q
2011-06-04 12:16:10 -07:00
parent e1da7c41ad
commit aa17d2f0e0
4 changed files with 78 additions and 0 deletions

View File

@@ -65,6 +65,11 @@ commands:
description: Modify block change limit
usage: /<command> <limit>
permissions: 'worldedit.limit'
/gmask:
description: Set the global mask
usage: /<command> [mask]
aliases: ['gmask']
permissions: 'worldedit.global-mask'
/hcyl:
description: Generate a hollow cylinder
usage: /<command> <block> <radius> [height]