2017-07-08 01:47:15 +00:00
|
|
|
name: PermissionsTime
|
|
|
|
main: gg.frog.mc.permissionstime.PluginMain
|
2017-07-06 10:17:54 +00:00
|
|
|
version: 0.0.1
|
|
|
|
author: GeekFrog
|
2017-07-10 02:45:18 +00:00
|
|
|
softdepend: [SQLibrary, Vault]
|
2017-07-06 10:17:54 +00:00
|
|
|
|
|
|
|
commands:
|
2017-07-08 01:47:15 +00:00
|
|
|
permissionstime:
|
2017-07-06 10:17:54 +00:00
|
|
|
description: Show all commands.
|
|
|
|
|
|
|
|
permissions:
|
2017-07-10 02:45:18 +00:00
|
|
|
permissionstime.*:
|
|
|
|
description: Gives access to all PermissionsTime commands.
|
|
|
|
children:
|
|
|
|
permissionstime.reload: true
|
2017-07-08 01:47:15 +00:00
|
|
|
permissionstime.reload:
|
2017-07-06 10:17:54 +00:00
|
|
|
description: Reloads the config file.
|
2017-07-10 02:45:18 +00:00
|
|
|
default: op
|