Advertisement
nbdSteve

TrayTools config v1

Jun 10th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.93 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: true
  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: "&f&lTRAY WAND &7(&b3x3&7)"
  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: "&3Gutters I"
  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.   # Enchantment Lore, you can make this as many lines as you would like.
  68.   # IMPORTANT: Make sure that the 'BLOCKS MINED' section is the final / last line of the lore,
  69.   # otherwise it will not work properly. The %blocksMined% placeholder will update when the player mines."
  70.   Lore:
  71.  - "&3Gutters I"
  72.   - "&7 "
  73.   - "&7&oThis pickaxe was manufactured"
  74.   - "&7&oto fix trays, use it wisely..."
  75.   - "&7 "
  76.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  77. #
  78. # End configuration for TrayTool1
  79. # -------------------------------------------------------------
  80.  
  81. # -------------------------------------------------------------
  82. # Start configuration for TrayTool2
  83. #
  84. TrayTool2:
  85.   Name: "&f&lTRAY WAND &7(&b5x5&7)"
  86.   UniqueName: "&3Gutters II"
  87.   Radius: 2
  88.   Lore:
  89.  - "&3Gutters II"
  90.   - "&7 "
  91.   - "&7&oThis pickaxe was manufactured"
  92.   - "&7&oto fix trays, use it wisely..."
  93.   - "&7 "
  94.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  95. #
  96. # End configuration for TrayTool2
  97. # -------------------------------------------------------------
  98.  
  99. # -------------------------------------------------------------
  100. # Start configuration for TrayTool3
  101. #
  102. TrayTool3:
  103.   Name: "&f&lTRAY WAND &7(&b7x7&7)"
  104.   UniqueName: "&3Gutters III"
  105.   Radius: 3
  106.   Lore:
  107.  - "&3Gutters III"
  108.   - "&7 "
  109.   - "&7&oThis pickaxe was manufactured"
  110.   - "&7&oto fix trays, use it wisely..."
  111.   - "&7 "
  112.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  113. #
  114. # End configuration for TrayTool3
  115. # -------------------------------------------------------------
  116.  
  117. # -------------------------------------------------------------
  118. # Start configuration for TrayTool4
  119. #
  120. TrayTool4:
  121.   Name: "&f&lTRAY WAND &7(&b9x9&7)"
  122.   UniqueName: "&3Gutters IV"
  123.   Radius: 4
  124.   Lore:
  125.  - "&3Gutters IV"
  126.   - "&7 "
  127.   - "&7&oThis pickaxe was manufactured"
  128.   - "&7&oto fix trays, use it wisely..."
  129.   - "&7 "
  130.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  131. #
  132. # End configuration for TrayTool4
  133. # -------------------------------------------------------------
  134.  
  135. # -------------------------------------------------------------
  136. # Start configuration for TrayTool5
  137. #
  138. TrayTool5:
  139.   Name: "&f&lTRAY WAND &7(&b11x11&7)"
  140.   UniqueName: "&3Gutters V"
  141.   Radius: 5
  142.   Lore:
  143.  - "&3Gutters V"
  144.   - "&7 "
  145.   - "&7&oThis pickaxe was manufactured"
  146.   - "&7&oto fix trays, use it wisely..."
  147.   - "&7 "
  148.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  149. #
  150. # End configuration for TrayTool5
  151. # -------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement