Skip to content

Commit

Permalink
0.11.0 - Added shop sections
Browse files Browse the repository at this point in the history
+ Added shop sections
+ Fixed a bug where players can relog and remove their max-buy/sell limits
+ Fixed a few more bugs
+ Updated to 0.11.0
  • Loading branch information
noahbclarkson committed Nov 21, 2020
1 parent 95dca0d commit f3a7de7
Show file tree
Hide file tree
Showing 10 changed files with 294 additions and 75 deletions.
2 changes: 1 addition & 1 deletion Auto-Tune/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>unprotesting.com.github</groupId>
<artifactId>Auto-Tune</artifactId>
<name>Auto-Tune</name>
<version>0.10.5</version>
<version>0.11.0</version>
<description>The automatic pricing plugin for minecraft</description>
<url>https://github.com/Unprotesting/Auto-Tune</url>
<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion Auto-Tune/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- Project information -->
<groupId>unprotesting.com.github</groupId>
<artifactId>Auto-Tune</artifactId>
<version>0.10.5</version>
<version>0.11.0</version>
<!-- Info -->
<name>Auto-Tune</name>
<url>https://github.com/Unprotesting/Auto-Tune</url>
Expand Down
3 changes: 1 addition & 2 deletions Auto-Tune/src/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ version: ${project.version}
author: Unprotesting
description: Automatic Economy Plugin
depend: [Vault]
api-version: 1.16
api-version: 1.14
website: https://github.com/Unprotesting/Auto-Tune
prefix: '[AUTO-TUNE]'
loadbefore: [Essentials]
commands:
at:
description: Auto-Tune Command.
Expand Down
Loading

0 comments on commit f3a7de7

Please sign in to comment.