Advertisement
Guest User

config.yml MTP 1.8.1-MOON

a guest
Dec 25th, 2020
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. # -------------------------------- #
  2. #
  3. # ~ MAGNIFIC TELEPADS v1.8.1-MOON ~
  4. # By @DeivydSao
  5. #
  6. # -------------------------------- #
  7.  
  8.  
  9. # The object that will be used to identify the telepads.
  10. telepad:
  11. material: END_PORTAL_FRAME
  12. data: 0
  13. name: '&aMagnific TelePad'
  14. lore:
  15. - '&7Place this TelePad to use'
  16. - '&7it as a teleport when connecting'
  17. - '&7to another TelePad.'
  18. enchantments:
  19. - DURABILITY;1
  20. hide-enchantments: true
  21. # Choose the type of function that the player must do on top of the TelePad in order to use it.
  22. # Types: JUMP - SNEAK
  23. activity: JUMP
  24.  
  25. settings:
  26. # Automatically generate DEFAULT color settings. This will only take effect after the reboot.
  27. default-colors: true
  28. world-list:
  29. # Allowed list modes: BLACKLIST - WHITELIST
  30. mode: BLACKLIST
  31. worlds: []
  32. # Toggle enable holograms on top of TelePads. This alone will not be taken into account
  33. # with a /mtp reload, for the changes to apply you have to restart the server.
  34. holograms: true
  35. # Types:
  36. # 1: Magnific TelePads (default)
  37. # 2: HolographicDisplays (https://dev.bukkit.org/projects/holographic-displays)
  38. holograms-type: 1
  39.  
  40. # Sounds: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
  41. sounds:
  42. on-telepad-use: ENTITY_ENDER_DRAGON_FLAP
  43. on-rename-pad: BLOCK_ANVIL_USE
  44. on-interact-pad: BLOCK_NOTE_BLOCK_HAT
  45. open-change-destination: BLOCK_NOTE_BLOCK_HAT
  46. interact-change-direction: BLOCK_NOTE_BLOCK_HAT
  47. open-change-color: BLOCK_NOTE_BLOCK_HAT
  48. interact-rename: ENTITY_BAT_TAKEOFF
  49. interact-pickup: ENTITY_ITEM_PICKUP
  50. interact-close: BLOCK_NOTE_BLOCK_HAT
  51. interact-back: BLOCK_NOTE_BLOCK_HAT
  52. interact-change-destination: BLOCK_NOTE_BLOCK_PLING
  53. back-change-destination: BLOCK_NOTE_BLOCK_PLING
  54. next-change-destination: BLOCK_NOTE_BLOCK_PLING
  55. interact-change-color: BLOCK_NOTE_BLOCK_PLING
  56. back-change-color: BLOCK_NOTE_BLOCK_PLING
  57. next-change-color: BLOCK_NOTE_BLOCK_PLING
  58. interact-change-mode: BLOCK_NOTE_BLOCK_HAT
  59. error-change-destination: BLOCK_ANVIL_LAND
  60. error-change-color: BLOCK_ANVIL_LAND
  61. on-private-telepad: BLOCK_ANVIL_LAND
  62. world-not-allowed: BLOCK_ANVIL_LAND
  63.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement