Advertisement
nbdSteve

config for commented

Jun 10th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.34 KB | None | 0 0
  1. #
  2. # Configuration file for TrayTools v1.0
  3. # Developed by nbdSteve
  4. #
  5. # Plugin Support Discord: https://discord.gg/j6Yj5B8
  6. # Read My TOS Here: https://goo.gl/mtSuZo
  7. # Copyright Owner: nbdSteve
  8. #
  9. # If items from mining should go straight into the players inventory,
  10. # rather than being dropped on the ground (Can help with lag).
  11. NaturalDrops: false
  12. #
  13. # If the plugin should track the number of blocks mined by the pickaxe.
  14. TrackBlocksMined: false
  15. #
  16. # If the plugin should hook into WorldGuard regions.
  17. WorldGuard: true
  18. #
  19. # If the plugin should hook into Faction claims.
  20. Factions: true
  21. #
  22. # Messages for the plugin.
  23. ReloadMessage: "&7You &a&l&nSUCCESSFULLY&7 reloaded the configuration."
  24. #
  25. InvalidMaterialMessage: "&c&l&nERROR!&7 That is not a valid material, please use: &fpickaxe&7, &faxe&7, &fspade&7 or &fhoe."
  26. #
  27. InvalidCommandMessage: "&c&l&nERROR!&7 Please see &f/tray help&7 for valid commands!"
  28. #
  29. NoPermissionMessage: "&c&l&nERROR!&7 You do not have permission to use that!"
  30. #
  31. EnchantTooLargeMessage: "&c&l&nERROR!&7 That level of tray is not supported, use levels: &f1&7, &f2&7, &f3&7, &f4&7 or &f5&7."
  32. #
  33. PlayerNotFoundMessage: "&c&l&nERROR!&7 Player not found!"
  34. #
  35. # Help message displayed when the player types '/tray help'."
  36. HelpMessage:
  37.  - "&7 "
  38.   - "&f&lTrayTools &7- &emade by &6&lnbdSteve"
  39.   - "&7 "
  40.   - "&3/tray give <player> <item> <level> <amount>"
  41.   - "&7Give the target player their item with the &d&otray&7 enchantment."
  42.   - "&7The player must be online and the level must be between 1-5."
  43.   - "&7Specify an amount that is 1 or greater, if you put no amount it will not give you an item."
  44.   - "&7Valid item entries: &epickaxe&7, &eaxe&7, &espade&7, &ehoe&7."
  45.  - "&7Requires premission node: &ftray.give"  
  46.   - "&7 "
  47.   - "&3/tray reload"
  48.   - "&7Reload the config.yml file."
  49.   - "&7Requires premission node: &ftray.reload"
  50.   - "&7 "
  51.  
  52. # -------------------------------------------------------------
  53. # Start configuration for TrayTool1
  54. #
  55. TrayTool1:
  56.  # The name of the item given to a player with the '/tray give' command.
  57.   Name: "&bTray Tool"
  58.   #
  59.   # IMPORTANT: Make sure this is located in the Lore section of this configuration.
  60.   # And make sure it is unique to the 3x3 items, this will tell the plugin what it is looking for."
  61.   UniqueName: "&7Radius: &a3x3"
  62.   #
  63.   # The radius for the pickaxe to break around the block, this can be even and odd. a radius of 1 is
  64.   # 1 block away from the mined block, so this is a 3x3x3 pickaxe; a radius of 2 = 5x5x5 etc.
  65.   Radius: 1
  66.   #
  67.   # Enchantments that will be applied to the tool with the /tray give command
  68.   # IMPORTANT: make sure to use these enchantment names https://docs.oc.tc/reference/enchantments (vanilla names may not work!).
  69.   Enchantments:
  70.  - DIG_SPEED-7
  71.   - DURABILITY-5
  72.   #
  73.   # Enchantment Lore, you can make this as many lines as you would like.
  74.   # IMPORTANT: Make sure that the 'BLOCKS MINED' section is the final / last line of the lore,
  75.   # otherwise it will not work properly. The %blocksMined% placeholder will update when the player mines."
  76.   Lore:
  77.  - "&7 "
  78.   - "&7Upon breaking a block, only &acommonly used"
  79.   - "&ageneration tray blocks&7 will be &eremoved."
  80.   - "&7 "
  81.   - "&7Info:"
  82.   - "&7Radius: &a3x3"
  83. #
  84. # End configuration for TrayTool1
  85. # -------------------------------------------------------------
  86.  
  87. # -------------------------------------------------------------
  88. # Start configuration for TrayTool2
  89. #
  90. TrayTool2:
  91.   Name: "&bTray Tool"
  92.   UniqueName: "&7Radius: &a5x5"
  93.   Radius: 2
  94.   Enchantments:
  95.  - DIG_SPEED-7
  96.   - DURABILITY-5
  97.   Lore:
  98.  - "&7 "
  99.   - "&7Upon breaking a block, only &acommonly used"
  100.   - "&ageneration tray blocks&7 will be &eremoved."
  101.   - "&7 "
  102.   - "&7Info:"
  103.   - "&7Radius: &a5x5"
  104. #
  105. # End configuration for TrayTool2
  106. # -------------------------------------------------------------
  107.  
  108. # -------------------------------------------------------------
  109. # Start configuration for TrayTool3
  110. #
  111. TrayTool3:
  112.   Name: "&bTray Tool"
  113.   UniqueName: "&7Radius: &a7x7"
  114.   Radius: 3
  115.   Enchantments:
  116.  - DIG_SPEED-7
  117.   - DURABILITY-5
  118.   Lore:
  119.  - "&7 "
  120.   - "&7Upon breaking a block, only &acommonly used"
  121.   - "&ageneration tray blocks&7 will be &eremoved."
  122.   - "&7 "
  123.   - "&7Info:"
  124.   - "&7Radius: &a7x7"
  125. #
  126. # End configuration for TrayTool3
  127. # -------------------------------------------------------------
  128.  
  129. # -------------------------------------------------------------
  130. # Start configuration for TrayTool4
  131. #
  132. TrayTool4:
  133.   Name: "&bTray Tool"
  134.   UniqueName: "&7Radius: &a9x9"
  135.   Radius: 4
  136.   Enchantments:
  137.  - DIG_SPEED-7
  138.   - DURABILITY-5
  139.   Lore:
  140.  - "&7 "
  141.   - "&7Upon breaking a block, only &acommonly used"
  142.   - "&ageneration tray blocks&7 will be &eremoved."
  143.   - "&7 "
  144.   - "&7Info:"
  145.   - "&7Radius: &a9x9"
  146. #
  147. # End configuration for TrayTool4
  148. # -------------------------------------------------------------
  149.  
  150. # -------------------------------------------------------------
  151. # Start configuration for TrayTool5
  152. #
  153. TrayTool5:
  154.   Name: "&bTray Tool"
  155.   UniqueName: "&7Radius: &a11x11"
  156.   Radius: 5
  157.   Enchantments:
  158.  - DIG_SPEED-7
  159.   - DURABILITY-5
  160.   Lore:
  161.  - "&7 "
  162.   - "&7Upon breaking a block, only &acommonly used"
  163.   - "&ageneration tray blocks&7 will be &eremoved."
  164.   - "&7 "
  165.   - "&7Info:"
  166.   - "&7Radius: &a11x11"
  167. #
  168. # End configuration for TrayTool5
  169. # -------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement