Added commands, fixed descriptions and titles

This commit is contained in:
Lily Wonhalf 2021-05-04 21:47:26 -04:00
parent 8ae81f1cc6
commit 3ef02c33bd
6 changed files with 157 additions and 4 deletions

View file

@ -12,7 +12,7 @@ class CustomFront
}
this.aliases = ['custom-fronts', 'customfronts', 'customfront', 'cf'];
this.category = CommandCategory.FUN;
this.category = CommandCategory.RESOURCE;
this.isAllowedForContext = CommandPermission.yes;
this.description = 'Explains what "custom front" is.';
}