Advertisement
Trophonix

Trade+ config.yml

Jul 15th, 2016
4,451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.74 KB | None | 0 0
  1. aliases:
  2. - trade+
  3. trade-logs: true
  4. allow-same-ip-trade: true
  5. trade-command-compatible-mode: false
  6. permissions:
  7.   required: false
  8.   send: tradeplus.send
  9.   accept: tradeplus.accept
  10. requestcooldownseconds: 20
  11. allow-trade-in-creative: false
  12. blocked:
  13.   blacklist:
  14.  - bedrock
  15.   - monster_egg
  16.   named-items: false
  17.   lore:
  18.  - EXAMPLE_BLOCKED_LORE
  19.   regex: ''
  20. action: disable
  21. ranges:
  22.   sameworld: 10.0
  23.   crossworld: 0.0
  24.   allowcrossworld: false
  25.   blocked-worlds:
  26.  - ThisWorldDoesntExistButItsBlocked
  27.   - NeitherDoesThisOneButItIsToo
  28. antiscam:
  29.   countdown: 10
  30.   cancelonchange: true
  31.   preventchangeonaccept: true
  32.   discrepancy-detection: true
  33. gui:
  34.   title: Your Items <|     |> Their Items
  35.   spectator-title: Player 1 <|          |> Player 2
  36.   head: '&7You are trading with: &3&l%PLAYER%'
  37.   showhead: true
  38.   accept: '&a&lClick to accept the trade'
  39.   cancel: '&c&lClick to cancel the trade'
  40.   showaccept: true
  41.   theyaccept: ' '
  42.   theycancel: ' '
  43.   acceptid: GREEN_STAINED_GLASS_PANE:13
  44.   cancelid: RED_STAINED_GLASS_PANE:14
  45.   separatorid: BLACK_STAINED_GLASS_PANE:15
  46.   force:
  47.     enabled: true
  48.     type: CLOCK
  49.     name: '&4&lForce Trade'
  50.     lore:
  51.    - '&cClick here to force'
  52.     - '&cacceptance.'
  53.     - ''
  54.     - '&cThis shows only for admins.'
  55. extras:
  56.   type:
  57.     prefix: '&6&l!!&6> '
  58.     empty: '&eEnter a new amount to offer.'
  59.     valid: '&aClick output slot to submit offer.'
  60.     invalid: '&cInvalid amount entered!'
  61.     maximum: '&cYour balance is %BALANCE%'
  62.   economy:
  63.     enabled: true
  64.     material: gold_ingot
  65.     display: '&eYour current money offer is &6%AMOUNT%'
  66.     theirdisplay: '&eTheir current money offer is &6%AMOUNT%'
  67.     lore:
  68.    - '&fClick to edit your offer!'
  69.     increment: 10.0
  70.     taxpercent: 0
  71.     mode: type
  72.   experience:
  73.     enabled: true
  74.     material: experience_bottle
  75.     display: '&aYour current XP Levels offer is &2%AMOUNT%'
  76.     theirdisplay: '&aTheir current XP Levels offer is &2%AMOUNT%'
  77.     lore:
  78.    - '&fClick to edit your offer!'
  79.     increment: 5
  80.     taxpercent: 0
  81.     mode: chat
  82.     levelMode: true
  83.   playerpoints:
  84.     enabled: true
  85.     material: diamond
  86.     display: '&bYour current PlayerPoints offer is &3%AMOUNT%'
  87.     theirdisplay: '&bTheir current PlayerPoints offer is &3%AMOUNT%'
  88.     lore:
  89.    - '&fClick to edit your offer!'
  90.     increment: 5
  91.     taxpercent: 0
  92.     mode: type
  93.   griefprevention:
  94.     enabled: true
  95.     material: diamond_pickaxe
  96.     display: '&eYour current GriefPrevention offer is &6%AMOUNT%'
  97.     theirdisplay: '&eTheir current GriefPrevention offer is &6%AMOUNT%'
  98.     lore:
  99.    - '&fClick to edit your offer!'
  100.     increment: 1
  101.     taxperecent: 0
  102.     mode: type
  103.   enjinpoints:
  104.     enabled: false
  105.     material: emerald
  106.     display: '&eYour current EnjinPoints offer is &6%AMOUNT%'
  107.     theirdisplay: '&eTheir current EnjinPoints offer is &6%AMOUNT%'
  108.     lore:
  109.    - '&fClick to edit your offer!'
  110.     increment: 1
  111.     taxpercent: 0
  112.     mode: type
  113.   tokenenchant:
  114.     enabled: true
  115.     material: enchanted_book
  116.     display: '&eYour current TokenEnchant tokens offer is &6%AMOUNT%'
  117.     theirdisplay: '&eTheir current TokenEnchants tokens offer is &6%AMOUNT%'
  118.     lore:
  119.    - '&fClick to edit your offer!'
  120.     increment: 1
  121.     taxpercent: 0
  122.     mode: type
  123.   tokenmanager:
  124.     enabled: true
  125.     material: emerald
  126.     display: '&eYour current TokenManager tokens offer is &6%AMOUNT%'
  127.     theirdisplay: '&eTheir current TokenManager tokens offer is &6%AMOUNT%'
  128.     lore:
  129.    - '&fClick to edit your offer!'
  130.     increment: 1
  131.     taxpercent: 0
  132.     mode: type
  133. hooks:
  134.   factions:
  135.     allow-trades-in-enemy-territory: false
  136. soundeffects:
  137.   enabled: true
  138.   onchange: true
  139.   onaccept: true
  140.   oncomplete: true
  141.   oncountdown: true
  142. debug-mode: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement