norskaaa

HomingStones // Default Items

Aug 27th, 2025
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 14.68 KB | None | 0 0
  1. #########################################################################################
  2. #                                                                                       #
  3. # HomingStones, a free resource by Norska @ https://norska.dev                          #
  4. #                                                                                       #
  5. # Wiki: https://norska.dev/docs/welcome/                                                #
  6. # Support: https://norska.dev/discord/                                                  #
  7. #                                                                                       #
  8. # You are editing the items.yml file of HomingStones.                                   #
  9. #                                                                                       #
  10. #########################################################################################
  11.  
  12. #########################################################################################
  13. #                                                                                       #
  14. # NOTE: PLEASE READ BEFORE CONFIGURING!                                                 #
  15. #                                                                                       #
  16. # Please consult the wiki for any questions regarding the setup of this plugin, if you  #
  17. # still require help, open a ticket on my discord server!                               #
  18. #                                                                                       #
  19. #########################################################################################
  20.  
  21. # Note: Custom Model Data is ONLY 1.14+, if you have a custom texture and want to use it simply match the material and the custom model data to the one in your resource pack. SET TO 0 TO DISABLE.  
  22.  
  23. # [HOMING STONES] Placeholders for names and lores:
  24. # {0} = given name
  25. # {1} = X Coordinate
  26. # {2} = Y Coordinate
  27. # {3} = Z Coordinate
  28. # {4} = World Name
  29. # {5} = Owner
  30.  
  31. items:
  32.    homingstones:
  33.       common:
  34.          settings:
  35.            # Note: How the item shows up in give commands, etc.
  36.             typeName: '&7Homing Stone <GRADIENT:9e9e9e>[Common]</GRADIENT:4a4a4a>'
  37.             timeToTeleport: 15
  38.             recipe:
  39.                enabled: true
  40.                layout:
  41.                  - '-+-'
  42.                   - '#*#'
  43.                   - '###'
  44.                items:
  45.                   "+":
  46.                      material: "ENDER_PEARL"
  47.                   "-":
  48.                      material: "DANDELION"
  49.                   "*":
  50.                      material: "IRON_INGOT"
  51.                   "#":
  52.                      material: "COBBLESTONE"
  53.          activation_effects:
  54.             particles:
  55.                duringActivation: "WHITE_ASH"
  56.                whenFinished: "CLOUD"
  57.                onTeleportation: "WHITE_SMOKE"
  58.          inactive:
  59.             material: 'CUSTOM_SKULL-d9848dde8e530dc705fb677dad81492cc222bf96fd632b8514aefb80931fe0d'
  60.             materialData: 0
  61.             customModelData: 0
  62.             name: '&7Homing Stone &c(Inactive ✖)'
  63.             lore:
  64.               - ''
  65.                - '&7Tier: <GRADIENT:9e9e9e>[Common]</GRADIENT:4a4a4a>'
  66.                - '&7This homing stone has not been activated yet.'
  67.                - ''
  68.                - '&fCrouch & Right-click to activate it!'
  69.                - ''
  70.                - '&e• &7Please note that you can only activate'
  71.                - '&7a homing stone once, be wise with your choice!'
  72.                - ''
  73.             itemFlags:
  74.               - 'HIDE_ATTRIBUTES'
  75.                - 'HIDE_ENCHANTS'
  76.                - 'HIDE_PLACED_ON'
  77.             glow: false
  78.          active:
  79.             material: 'CUSTOM_SKULL-85b987c227ace6556902548a43dfb4cacaa719a145e7054be3d4642f3c43c2d9'
  80.             materialData: 0
  81.             customModelData: 0
  82.             name: '&7Homing Stone &a(Active ✔) &7[{0}]'
  83.             lore:
  84.               - ''
  85.                - '&7Tier: <GRADIENT:9e9e9e>[Common]</GRADIENT:4a4a4a>'
  86.                - '&7This homing stone has been activated'
  87.                - '&7and tethered to the location of your choosing.'
  88.                - ''
  89.                - '&fRight-click to initiate teleportation!'
  90.                - ''
  91.                - '&a• &7Name &f→ &a{0}'
  92.                - '&a• &7Coordinates &f→ &a{1} {2} {3} &7in &a{4}'
  93.                - ''
  94.                - '<GRADIENT:7f7f7f>Bound to:</GRADIENT:4a4a4a> &f{5}'
  95.             itemFlags:
  96.               - 'HIDE_ATTRIBUTES'
  97.                - 'HIDE_ENCHANTS'
  98.                - 'HIDE_PLACED_ON'
  99.             glow: false
  100.  
  101.       uncommon:
  102.          settings:
  103.             typeName: '&7Homing Stone <GRADIENT:34d399>[Uncommon]</GRADIENT:059669>'
  104.             timeToTeleport: 12
  105.             recipe:
  106.                enabled: true
  107.                layout:
  108.                  - '-+-'
  109.                   - '#*#'
  110.                   - '###'
  111.                items:
  112.                   "+":
  113.                      material: "ENDER_PEARL"
  114.                   "-":
  115.                      material: "POPPY"
  116.                   "*":
  117.                      material: "GOLD_INGOT"
  118.                   "#":
  119.                      material: "STONE_BRICKS"
  120.          activation_effects:
  121.             particles:
  122.                duringActivation: "VILLAGER_HAPPY"
  123.                whenFinished: "CLOUD"
  124.                onTeleportation: "PORTAL"
  125.          inactive:
  126.             material: 'CUSTOM_SKULL-80b7ff6020205bd030ad77a469267d0fe1a31d2ea0846dceeba51c3493c79a5e'
  127.             materialData: 0
  128.             customModelData: 0
  129.             name: '&7Homing Stone &c(Inactive ✖)'
  130.             lore:
  131.               - ''
  132.                - '&7Tier: <GRADIENT:34d399>[Uncommon]</GRADIENT:059669>'
  133.                - '&7This homing stone has not been activated yet.'
  134.                - ''
  135.                - '&fCrouch & Right-click to activate it!'
  136.                - ''
  137.                - '&e• &7Please note that you can only activate'
  138.                - '&7a homing stone once, be wise with your choice!'
  139.                - ''
  140.             itemFlags:
  141.               - 'HIDE_ATTRIBUTES'
  142.                - 'HIDE_ENCHANTS'
  143.                - 'HIDE_PLACED_ON'
  144.             glow: false
  145.          active:
  146.             material: 'CUSTOM_SKULL-149447769d2608776c51c66d49a2b4d6670c0f29bb640ab6118a01c05ce7afa'
  147.             materialData: 0
  148.             customModelData: 0
  149.             name: '&7Homing Stone &a(Active ✔) &7[{0}]'
  150.             lore:
  151.               - ''
  152.                - '&7Tier: <GRADIENT:34d399>[Uncommon]</GRADIENT:059669>'
  153.                - '&7This homing stone has been activated'
  154.                - '&7and tethered to the location of your choosing.'
  155.                - ''
  156.                - '&fRight-click to initiate teleportation!'
  157.                - ''
  158.                - '&a• &7Name &f→ &a{0}'
  159.                - '&a• &7Coordinates &f→ &a{1} {2} {3} &7in &a{4}'
  160.                - ''
  161.                - '<GRADIENT:7f7f7f>Bound to:</GRADIENT:4a4a4a> &f{5}'
  162.             itemFlags:
  163.               - 'HIDE_ATTRIBUTES'
  164.                - 'HIDE_ENCHANTS'
  165.                - 'HIDE_PLACED_ON'
  166.             glow: false
  167.  
  168.       rare:
  169.          settings:
  170.             typeName: '&7Homing Stone <GRADIENT:60a5fa>[Rare]</GRADIENT:2563eb>'
  171.             timeToTeleport: 9
  172.             recipe:
  173.                enabled: true
  174.                layout:
  175.                  - '-+-'
  176.                   - '#*#'
  177.                   - '###'
  178.                items:
  179.                   "+":
  180.                      material: "ENDER_PEARL"
  181.                   "-":
  182.                      material: "AMETHYST_SHARD"
  183.                   "*":
  184.                      material: "DIAMOND"
  185.                   "#":
  186.                      material: "DEEPSLATE_BRICKS"
  187.          activation_effects:
  188.             particles:
  189.                duringActivation: "ENCHANTMENT_TABLE"
  190.                whenFinished: "CLOUD"
  191.                onTeleportation: "PORTAL"
  192.          inactive:
  193.             material: 'CUSTOM_SKULL-723c079c0f24df7b00880c86f80a6601f1ec550faff08d8c496b77deb7bb49a0'
  194.             materialData: 0
  195.             customModelData: 0
  196.             name: '&7Homing Stone &c(Inactive ✖)'
  197.             lore:
  198.               - ''
  199.                - '&7Tier: <GRADIENT:60a5fa>[Rare]</GRADIENT:2563eb>'
  200.                - '&7This homing stone has not been activated yet.'
  201.                - ''
  202.                - '&fCrouch & Right-click to activate it!'
  203.                - ''
  204.                - '&e• &7Please note that you can only activate'
  205.                - '&7a homing stone once, be wise with your choice!'
  206.                - ''
  207.             itemFlags:
  208.               - 'HIDE_ATTRIBUTES'
  209.                - 'HIDE_ENCHANTS'
  210.                - 'HIDE_PLACED_ON'
  211.             glow: false
  212.          active:
  213.             material: 'CUSTOM_SKULL-86f901bbde8cd67520fa0c7ae461ee7ca66ce3c4c481cd5c12fb43712eea6b63'
  214.             materialData: 0
  215.             customModelData: 0
  216.             name: '&7Homing Stone &a(Active ✔) &7[{0}]'
  217.             lore:
  218.               - ''
  219.                - '&7Tier: <GRADIENT:60a5fa>[Rare]</GRADIENT:2563eb>'
  220.                - '&7This homing stone has been activated'
  221.                - '&7and tethered to the location of your choosing.'
  222.                - ''
  223.                - '&fRight-click to initiate teleportation!'
  224.                - ''
  225.                - '&a• &7Name &f→ &a{0}'
  226.                - '&a• &7Coordinates &f→ &a{1} {2} {3} &7in &a{4}'
  227.                - ''
  228.                - '<GRADIENT:7f7f7f>Bound to:</GRADIENT:4a4a4a> &f{5}'
  229.             itemFlags:
  230.               - 'HIDE_ATTRIBUTES'
  231.                - 'HIDE_ENCHANTS'
  232.                - 'HIDE_PLACED_ON'
  233.             glow: false
  234.  
  235.       legendary:
  236.          settings:
  237.             typeName: '&7Homing Stone <GRADIENT:fbbf24>[Legendary]</GRADIENT:f59e0b>'
  238.             timeToTeleport: 6
  239.             recipe:
  240.                enabled: true
  241.                layout:
  242.                  - '-+-'
  243.                   - '#*#'
  244.                   - '###'
  245.                items:
  246.                   "+":
  247.                      material: "ENDER_EYE"
  248.                   "-":
  249.                      material: "BLAZE_POWDER"
  250.                   "*":
  251.                      material: "NETHERITE_SCRAP"
  252.                   "#":
  253.                      material: "POLISHED_BLACKSTONE_BRICKS"
  254.          activation_effects:
  255.             particles:
  256.                duringActivation: "FLAME"
  257.                whenFinished: "CAMPFIRE_COSY_SMOKE"
  258.                onTeleportation: "SOUL_FIRE_FLAME"
  259.          inactive:
  260.             material: 'CUSTOM_SKULL-ab69967163c743ddb1f083566757576b9e63ac380cc150f518b33dc4e91ef712'
  261.             materialData: 0
  262.             customModelData: 0
  263.             name: '&7Homing Stone &c(Inactive ✖)'
  264.             lore:
  265.               - ''
  266.                - '&7Tier: <GRADIENT:fbbf24>[Legendary]</GRADIENT:f59e0b>'
  267.                - '&7This homing stone has not been activated yet.'
  268.                - ''
  269.                - '&fCrouch & Right-click to activate it!'
  270.                - ''
  271.                - '&e• &7Please note that you can only activate'
  272.                - '&7a homing stone once, be wise with your choice!'
  273.                - ''
  274.             itemFlags:
  275.               - 'HIDE_ATTRIBUTES'
  276.                - 'HIDE_ENCHANTS'
  277.                - 'HIDE_PLACED_ON'
  278.             glow: false
  279.          active:
  280.             material: 'CUSTOM_SKULL-ec6e604bd53d97887595a062b7c512ca4dbbfe48bb4adcef7125d1db103ab7ff'
  281.             materialData: 0
  282.             customModelData: 0
  283.             name: '&7Homing Stone &a(Active ✔) &7[{0}]'
  284.             lore:
  285.               - ''
  286.                - '&7Tier: <GRADIENT:fbbf24>[Legendary]</GRADIENT:f59e0b>'
  287.                - '&7This homing stone has been activated'
  288.                - '&7and tethered to the location of your choosing.'
  289.                - ''
  290.                - '&fRight-click to initiate teleportation!'
  291.                - ''
  292.                - '&a• &7Name &f→ &a{0}'
  293.                - '&a• &7Coordinates &f→ &a{1} {2} {3} &7in &a{4}'
  294.                - ''
  295.                - '<GRADIENT:7f7f7f>Bound to:</GRADIENT:4a4a4a> &f{5}'
  296.             itemFlags:
  297.               - 'HIDE_ATTRIBUTES'
  298.                - 'HIDE_ENCHANTS'
  299.                - 'HIDE_PLACED_ON'
  300.             glow: false
  301.  
  302.       mythical:
  303.          settings:
  304.             typeName: '&7Homing Stone <GRADIENT:c084fc>[Mythical]</GRADIENT:a21caf>'
  305.             timeToTeleport: 3
  306.             recipe:
  307.                enabled: true
  308.                layout:
  309.                  - '-+-'
  310.                   - '#*#'
  311.                   - '###'
  312.                items:
  313.                   "+":
  314.                      material: "ENDER_EYE"
  315.                   "-":
  316.                      material: "DRAGON_BREATH"
  317.                   "*":
  318.                      material: "NETHER_STAR"
  319.                   "#":
  320.                      material: "END_STONE_BRICKS"
  321.          activation_effects:
  322.             particles:
  323.                duringActivation: "DRAGON_BREATH"
  324.                whenFinished: "END_ROD"
  325.                onTeleportation: "REVERSE_PORTAL"
  326.          inactive:
  327.             material: 'CUSTOM_SKULL-4d0a9932c8924e34f549473607d61dd822f18b6c5c842a45db0d09a6b197db61'
  328.             materialData: 0
  329.             customModelData: 0
  330.             name: '&7Homing Stone &c(Inactive ✖)'
  331.             lore:
  332.               - ''
  333.                - '&7Tier: <GRADIENT:c084fc>[Mythical]</GRADIENT:a21caf>'
  334.                - '&7This homing stone has not been activated yet.'
  335.                - ''
  336.                - '&fCrouch & Right-click to activate it!'
  337.                - ''
  338.                - '&e• &7Please note that you can only activate'
  339.                - '&7a homing stone once, be wise with your choice!'
  340.                - ''
  341.             itemFlags:
  342.               - 'HIDE_ATTRIBUTES'
  343.                - 'HIDE_ENCHANTS'
  344.                - 'HIDE_PLACED_ON'
  345.             glow: false
  346.          active:
  347.             material: 'CUSTOM_SKULL-d39f1c0ddcf53833bac5fbf57715f7c253eefd2872ff27e4a893be30529bc685'
  348.             materialData: 0
  349.             customModelData: 0
  350.             name: '&7Homing Stone &a(Active ✔) &7[{0}]'
  351.             lore:
  352.               - ''
  353.                - '&7Tier: <GRADIENT:c084fc>[Mythical]</GRADIENT:a21caf>'
  354.                - '&7This homing stone has been activated'
  355.                - '&7and tethered to the location of your choosing.'
  356.                - ''
  357.                - '&fRight-click to initiate teleportation!'
  358.                - ''
  359.                - '&a• &7Name &f→ &a{0}'
  360.                - '&a• &7Coordinates &f→ &a{1} {2} {3} &7in &a{4}'
  361.                - ''
  362.                - '<GRADIENT:7f7f7f>Bound to:</GRADIENT:4a4a4a> &f{5}'
  363.             itemFlags:
  364.               - 'HIDE_ATTRIBUTES'
  365.                - 'HIDE_ENCHANTS'
  366.                - 'HIDE_PLACED_ON'
  367.             glow: false
  368.  
Advertisement
Add Comment
Please, Sign In to add comment