Merge pull request #15 from maxnz/patch-1

Add api-version to plugin.yml
This commit is contained in:
EtienneDx 2020-04-22 09:12:53 +02:00 committed by GitHub
commit b3be946de7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ main: me.EtienneDx.RealEstate.RealEstate
version: ${project.version} version: ${project.version}
authors: [EtienneDx] authors: [EtienneDx]
depend: [GriefPrevention, Vault] depend: [GriefPrevention, Vault]
api-version: "1.15"
commands: commands:
re: re:
@ -80,4 +81,4 @@ permissions:
default: op default: op
realestate.autorenew: realestate.autorenew:
description: Allows the player to enable automatic renew for his rented claims and subclaims description: Allows the player to enable automatic renew for his rented claims and subclaims
default: true default: true