First commit.
This commit is contained in:
commit
55370dcd53
61 changed files with 928 additions and 0 deletions
14
out/production/resources/plugin.yml
Normal file
14
out/production/resources/plugin.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: regions
|
||||
version: '1.0-SNAPSHOT'
|
||||
main: io.github.adrianvic.regions.Regions
|
||||
api-version: '1.21'
|
||||
author: 'Adrian Victor'
|
||||
website: https://github.io/adrianvic
|
||||
description: Change what players can do based in custom criteria.
|
||||
commands:
|
||||
mrlistpolicies:
|
||||
description: "Lists all loaded policies"
|
||||
usage: "/mrlistpolicies"
|
||||
mrpolicyinfo:
|
||||
description: "Show info about a policy"
|
||||
usage: "/mrpolicyinfo"
|
||||
Loading…
Add table
Add a link
Reference in a new issue