Skip to content

Commit

Permalink
1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Aug 2, 2020
1 parent 9b017fe commit a46af43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,10 @@
* Commands: `````/wanderingtrades`````, `````/wanderingtrades reload````` (requires ```wanderingtrades.reload``` permission)
* [VanillaTweaks](https://vanillatweaks.net) microblocks config: [microblocks.yml](https://gist.github.com/jmanpenilla/56120245992a7c4099c13b798c94b5e0) (Place in ```plugins/WanderingTrades/trades```)
* Default config file [config.yml](https://github.com/jmanpenilla/WanderingTrades/blob/master/src/main/resources/config.yml)
* See the Spigot Resource Page for a more up to date overview
* This is very outdated, see the Spigot Resource Page for a more up to date overview


## How to compile

1. Clone and cd into this repository ```git clone https://github.com/jmanpenilla/WanderingTrades.git && cd WanderingTrades```
2. Run ```mvn clean install```


## Credits

* Apache for Maven, IntelliJ for IDEA
* Thank you to the Bukkit Spigot, and Paper communities for providing a better Minecraft server wrapper
* Thanks to [Deanveloper SkullCreator](https://github.com/deanveloper/SkullCreator), [Aikar Annotation Command Framework](https://github.com/aikar/commands), and [WesJD AnvilGUI](https://github.com/WesJD/AnvilGUI)
2. Run ```mvn clean install```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>xyz.jpenilla</groupId>
<artifactId>WanderingTrades</artifactId>
<version>1.6.3-SNAPSHOT.{BUILD_NUMBER}</version>
<version>1.6.3</version>
<packaging>jar</packaging>

<name>WanderingTrades</name>
Expand Down

0 comments on commit a46af43

Please sign in to comment.