-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
#Creating To create an area named "test" you would right click the 2 outer edges with with the create tool then type "/ag add test" to create the area. After running that command you should get something like "[1] test @ (23,12,43)-(46,25,68) Created and Selected" where "1" is the area's id number, "test" is the area's name and "(23,12,43)-(46,25,68)" are the coords.
#Displaying info
Now to refer to test and show its info you can use any of the following commands "/ag name test info", "/ag id 1 info", "/ag here info" if your standing in the area and "/ag selected info". This will display something like below for test.
[1] test @ (23,12,43)-(46,25,68)
owners:
restrict:
allow:
no-allow:
#Adding owners Adding player to the owner list allows them to be able to modify all the lists and messages for that area. To add a player named "zand" to test you would type "/ag name test list owners add zand" or "/ag name test owners list add zand".