Add support for home regions, city regions, and region posts.

This commit is contained in:
Trever Fischer
2012-04-24 16:40:52 -04:00
parent 491aad7eac
commit c3ff978e99
8 changed files with 267 additions and 9 deletions

View File

@@ -8,6 +8,15 @@ commands:
region:
description: Interface to the region system
usage: /<command> [args...]
movein:
description: "Sets your home region."
usage: /<command>
cityregion:
description: "Teleports you to the world's city region."
usage: /<command>
homeregion:
description: "Teleports you to your home region."
usage: /<command>
permissions:
regions.*:
default: op
@@ -15,9 +24,13 @@ permissions:
children:
regions.create: true
regions.remove: true
regions.city: true
regions.create:
default: op
description: Create a region
regions.remove:
default: op
description: Remove a region
regions.city:
default: op
description: Defines the city region