Skip to content

Commit

Permalink
Update APIs and dependency lists
Browse files Browse the repository at this point in the history
  • Loading branch information
onebone committed Aug 31, 2014
1 parent bf4c6d0 commit 0bbb985
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 3 deletions.
4 changes: 4 additions & 0 deletions EconomyAPI/plugin.yml
Expand Up @@ -7,6 +7,10 @@ api:
- 1.1.0
- 1.2.0
- 1.2.1
- 1.3.0
- 1.3.1
- 1.4.0
- 1.4.1

permissions:
economyapi.*:
Expand Down
5 changes: 5 additions & 0 deletions EconomyAuction/plugin.yml
Expand Up @@ -6,7 +6,12 @@ api:
- 1.1.0
- 1.2.0
- 1.2.1
- 1.3.0
- 1.3.1
- 1.4.0
- 1.4.1
author: onebone
depend: [EconomyAPI]

commands:
auction:
Expand Down
5 changes: 5 additions & 0 deletions EconomyCasino/plugin.yml
Expand Up @@ -7,6 +7,11 @@ api:
- 1.1.0
- 1.2.0
- 1.2.1
- 1.3.0
- 1.3.1
- 1.4.0
- 1.4.1
depend: [EconomyAPI]

permissions:
economycasino.command.*:
Expand Down
5 changes: 5 additions & 0 deletions EconomyJob/plugin.yml
Expand Up @@ -6,6 +6,11 @@ api:
- 1.1.0
- 1.2.0
- 1.2.1
- 1.3.0
- 1.3.1
- 1.4.0
- 1.4.1

author: onebone

commands:
Expand Down
5 changes: 5 additions & 0 deletions EconomyLand/plugin.yml
Expand Up @@ -5,8 +5,13 @@ api:
- 1.1.0
- 1.2.0
- 1.2.1
- 1.3.0
- 1.3.1
- 1.4.0
- 1.4.1
version: "2.0.0"
author: onebone
depend: [EconomyAPI]

permissions:
economyland.*:
Expand Down
8 changes: 7 additions & 1 deletion EconomyProperty/plugin.yml
Expand Up @@ -6,7 +6,13 @@ api:
- 1.1.0
- 1.2.0
- 1.2.1
depend: [EconomyLand]
- 1.3.0
- 1.3.1
- 1.4.0
- 1.4.1
depend:
- EconomyLand
- EconomyAPI
permissions:
economyproperty.*:
description: Includes all permissions related to EconomyProperty
Expand Down
7 changes: 6 additions & 1 deletion EconomySell/plugin.yml
@@ -1,8 +1,13 @@
name: EconomySell
main: onebone\economysell\EconomySell
version: "2.0.0"
api: [1.1.0]
api:
- 1.3.0
- 1.3.1
- 1.4.0
- 1.4.1
author: onebone
depend: [EconomyAPI]

permissions:
economysell.*:
Expand Down
7 changes: 6 additions & 1 deletion EconomyShop/plugin.yml
@@ -1,8 +1,13 @@
name: EconomyShop
version: "2.0.0"
api: [1.1.0]
api:
- 1.3.0
- 1.3.1
- 1.4.0
- 1.4.1
main: onebone\economyshop\EconomyShop
author: onebone
depend: [EconomyAPI]

permissions:
economyshop.*:
Expand Down
5 changes: 5 additions & 0 deletions EconomyTax/plugin.yml
Expand Up @@ -7,6 +7,11 @@ api:
- 1.1.0
- 1.2.0
- 1.2.1
- 1.3.0
- 1.3.1
- 1.4.0
- 1.4.1
depend: [EconomyAPI]
permissions:
economytax.tax.avoid:
description: The permission that allows player to avoid paying tax
Expand Down

0 comments on commit 0bbb985

Please sign in to comment.