Charflow

Untitled

Apr 4th, 2014
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. #QuickTrade Default Configuration File by Kamakazi145
  2.  
  3. #The name of the trade inventory
  4. #Default: QuickTrade
  5. InventoryName: QuickTrade
  6.  
  7. #The number of rows in the inventory (Each row has 9 slots
  8. #(Default 3) - Must be between 2 and 6
  9. Rows: 3
  10.  
  11. #The items for accept, accepted, decline and separator buttons
  12. #Defaults: Accept: 8, Accepted: 35:5, Decline: 10, Separator: 34
  13. Accept: '8'
  14. Accepted: '35:5'
  15. Decline: '10'
  16. Separator: '34'
  17. EconomyIndicator: '371'
  18.  
  19. #The delay before a trade request times out in seconds
  20. #Default 30
  21. Delay: 30
  22.  
  23. #Use the economy support - *Warning* requires Vault
  24. #Default false
  25. Economy: false
  26.  
  27. #Economy options - amounts users can add to the trade? #Default: Users can add $1, $10 & $50 to the trade.
  28. EcoOptionOne: 1
  29. EcoOptionTwo: 10
  30. EcoOptionThree: 50
  31.  
  32. #Enable player EXP trading
  33. #Default: false
  34. EXPTrading: false
  35.  
  36. #EXP Option - amount of EXP the user can add to the trade?
  37. #*Warning* - Must be an integer.
  38. #Default: 5
  39. ExpOption: 5
  40.  
  41. #Should shift-right-click trading be allowed?
  42. #Default: true
  43. ShiftRightClick: true
  44.  
  45. #After a right click request, the distance players can go away from each other, in blocks, before the request is cancelled
  46. #Default: 10
  47. Distance: 10
  48.  
  49. #The furthest distance players can be from each other, in blocks, to allow command trading. 0 to disable the distance limit. *Warning* if you would like players to be able to trade cross-worlds, please set to 0.
  50. #Default: 0
  51. TradeDistanceLimit: 0
  52.  
  53. #Allow creative trading
  54. #Default: false
  55. AllowCreative: false
  56.  
  57. #Should normal chat be disabled for players in trades?
  58. #Default: true
  59. NoChat: true
  60.  
  61. #Item blacklist, items that cannot be put into trades.
  62. blacklist:
  63. - 7
  64. - 8
  65. - 9
  66. - 10
  67. - 11
Advertisement
Add Comment
Please, Sign In to add comment