Advertisement
nbdSteve

TrenchTools config v3.0

Dec 13th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.06 KB | None | 0 0
  1. #
  2. # TrenchTools config.yml v3.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. enable-natural-drops: false
  12. #
  13. # Set this to true to enable the block blacklist.
  14. # Set this to false to disable the block blacklist.
  15. # The list of blocks can be edited in the trench.yml file.
  16. enable-block-blacklist: true
  17. #
  18. # These are values for the GUI that will be opened with the /trench command.
  19. gui:
  20.  #
  21.   # The name of the GUI.
  22.   name: "&f&lTrenchTools"
  23.   #
  24.   # The size of the GUI (this must be a multiple of 9).
  25.   size: 27
  26.   #
  27.   # The item that will fill the GUI besides the TrenchTools.
  28.   # Use this format: ITEM_NAME-DATA_VALUE
  29.   fill-item: stained_glass_pane-15
  30.   #
  31.   # The amount of the fill item that is displayed.
  32.   fill-item-amount: 1
  33.   #
  34.   # If the fill item will appear enchanted in the GUI.
  35.   fill-item-glowing: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement