1.1.1-STABLE

/f coords - displays your coords and current world to your faction
/f showclaims - Lists all your claims in every world
/f lowpower - lists players with power under max
/f tntfill <radius> <amount> - fills tnt in a radius and amount, hooks into /f tntbank if you're a mod or higher.

Some of these commands require permissions please see the permissions page here
https://www.prosavage.net/wiki/permissions
This commit is contained in:
Naman
2018-04-17 20:01:53 -05:00
parent 6c2ca2a468
commit aa4bbb3895
9 changed files with 385 additions and 4 deletions

View File

@@ -100,6 +100,8 @@ public enum Permission {
KILLHOLOS("killholos"),
INSPECT("inspect"),
TNTFILL("tntfill"),
COORD("coords"),
SHOWCLAIMS("showclaims"),
WARP("warp");
public final String node;