Skip to content

Commit

Permalink
* Removed the parameter requirements for the "saveMarketRegions" meth…
Browse files Browse the repository at this point in the history
…od located in the "Manager" interface.

Signed-off-by: XZot1K <[email protected]>
  • Loading branch information
XZot1K committed Jan 14, 2021
1 parent 9364e5c commit fc170c9
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 100 deletions.
2 changes: 1 addition & 1 deletion API Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
## API-VERSION 1.2.3 ##
## API-VERSION 1.2.4 ##
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,13 +277,13 @@ blocked-item-list:
- "END_PORTAL"
- "PORTAL"

# This is the list where specific materials can be given direct limitation to the maximum buy and sell price.
# This is the list where specific materials can be given direct limitation to the maximum buy and sell price (max per one of that material in a stack "outside unit count").
max-material-prices:
DIAMOND_SWORD:
buy: 50000.0
sell: 25000.0

# This is the list where specific materials can be given direct limitation to the minimum buy and sell price.
# This is the list where specific materials can be given direct limitation to the minimum buy and sell price (min per one of that material in a stack "outside unit count").
min-material-prices:
DIAMOND_SWORD:
buy: 100.0
Expand Down
Loading

0 comments on commit fc170c9

Please sign in to comment.