Skip to content

Commit

Permalink
bump version, add notes to default configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Aug 19, 2020
1 parent 0c16335 commit 167be24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ configurations.all {

val projectName = "WanderingTrades"
group = "xyz.jpenilla"
version = "1.6.3.3+{BUILD_NUMBER}-SNAPSHOT"
version = "1.6.4+{BUILD_NUMBER}-SNAPSHOT"

repositories {
mavenLocal()
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/playerheads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ playerHeadsFromServerChance: 0.80
# WARNING!!! THIS MUST BE EQUAL TO OR BELOW THE AMOUNT OF PLAYERS
# THAT HAVE EVER LOGGED INTO YOUR SERVER!
# recommended range [1 - 4]
# may be a number, or a range for random selection
# range example: " randomAmount: '0:5' " -> will pick a random number 0 to 5
playerHeadsFromServerAmount: 1

# usernames listed here will not be used for player head trades
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/trades/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ randomized: false

# if the above is true, how many random
# trades to add
# may be a number, or a range for random selection
# range example: " randomAmount: '0:5' " -> will pick a random number 0 to 5
randomAmount: 1

# if true, a trader spawned with this config by command
Expand Down

0 comments on commit 167be24

Please sign in to comment.