norskaaa

HomingStones // Default Messages

Aug 27th, 2025
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 22.01 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 messages.yml file of HomingStones.                                #
  9. #                                                                                       #
  10. #########################################################################################
  11.  
  12. #########################################################################################
  13. #                                                                                       #
  14. # NOTE: PLEASE READ BEFORE CONFIGURING!                                                 #
  15. #                                                                                       #
  16. # If PlaceholderAPI is installed you can use any placeholder inside messages,           #
  17. # make sure to properly install any extension using /papi ecloud.                       #
  18. #                                                                                       #
  19. # Placeholders that are inside {} (e.g {0}, {1}) are inner placeholders.                #
  20. # To use PAPI's placeholders, use them normally, like %player_gamemode%, etc.           #
  21. #                                                                                       #
  22. #########################################################################################  
  23.  
  24. # Note: Whether to strip colors from messages shown to console.
  25. stripConsole: false
  26.  
  27. messages:
  28.    # Note: Use {PREFIX} in any message to add the below prefix!
  29.    prefix: "<GRADIENT:F2C6DE>&lHomingStones</GRADIENT:E43A96>&r"
  30.  
  31.    EVENT_PLACE_ACTIVATION_SUCCESS:
  32.   # Placeholders: None
  33.       chatMessage:
  34.          enabled: false
  35.          centered: false
  36.          content:
  37.          - ''
  38.          - '{PREFIX} &f» &fYour homing stone has been &aactivated&f!'
  39.          - ''
  40.       actionbar:
  41.          enabled: true
  42.          content: '{PREFIX} &f» &fYour homing stone has been &aactivated&f!'
  43.          duration: 0
  44.       titles:
  45.          enabled: false
  46.          titleContent: '{PREFIX}'
  47.          subtitleContent: '&fYour homing stone has been &aactivated&f!'
  48.  
  49.    EVENT_PLACE_ACTIVATION_COUNTDOWN:
  50.      # Placeholders: {0} = timer in seconds
  51.       chatMessage:
  52.          enabled: false
  53.          centered: false
  54.          content:
  55.            - ''
  56.             - '{PREFIX} &f» &d{0} seconds left &funtil your homing stone activates!'
  57.             - ''
  58.       actionbar:
  59.          enabled: true
  60.          content: '{PREFIX} &f» &d{0} seconds left &funtil your homing stone activates!'
  61.          duration: 0
  62.       titles:
  63.          enabled: false
  64.          titleContent: '{PREFIX}'
  65.          subtitleContent: '&d{0} seconds left &funtil your homing stone activates!'
  66.  
  67.    EVENT_PLACE_STARTING_ACTIVATION:
  68.      # Placeholders: None
  69.       chatMessage:
  70.          enabled: false
  71.          centered: false
  72.          content:
  73.            - ''
  74.             - '{PREFIX} &f» &fYou have placed a homing stone, it will activate now!'
  75.             - ''
  76.       actionbar:
  77.          enabled: true
  78.          content: '{PREFIX} &f» &fYou have placed a homing stone, it will activate now!'
  79.          duration: 0
  80.       titles:
  81.          enabled: false
  82.          titleContent: '{PREFIX}'
  83.          subtitleContent: '&fYou have placed a homing stone, it will activate now!'
  84.  
  85.    EVENT_PLACE_ALREADY_PLACED:
  86.      # Placeholders: None
  87.       chatMessage:
  88.          enabled: false
  89.          centered: false
  90.          content:
  91.            - ''
  92.             - '{PREFIX} &f» &fYou have already placed a homing stone, please wait!'
  93.             - ''
  94.       actionbar:
  95.          enabled: true
  96.          content: '{PREFIX} &f» &fYou have already placed a homing stone, please wait!'
  97.          duration: 0
  98.       titles:
  99.          enabled: false
  100.          titleContent: '{PREFIX}'
  101.          subtitleContent: '&fYou have already placed a homing stone, please wait!'
  102.  
  103.    EVENT_PLACE_STARTING_TELEPORTATION:
  104.      # Placeholders: None
  105.       chatMessage:
  106.          enabled: false
  107.          centered: false
  108.          content:
  109.            - ''
  110.             - '{PREFIX} &f» &fPlaced homing stone... initiating teleportation. Do not move!'
  111.             - ''
  112.       actionbar:
  113.          enabled: true
  114.          content: '{PREFIX} &f» &fPlaced homing stone... initiating teleportation. Do not move!'
  115.          duration: 0
  116.       titles:
  117.          enabled: false
  118.          titleContent: '{PREFIX}'
  119.          subtitleContent: '&fPlaced homing stone... initiating teleportation. Do not move!'
  120.  
  121.    EVENT_PLACE_TELEPORTATION_COUNTDOWN:
  122.      # Placeholders: {0} = seconds for teleportation
  123.       chatMessage:
  124.          enabled: false
  125.          centered: false
  126.          content:
  127.            - ''
  128.             - '{PREFIX} &f» &fYou will teleport in {0} seconds. Do not move!'
  129.             - ''
  130.       actionbar:
  131.          enabled: true
  132.          content: '{PREFIX} &f» &fYou will teleport in {0} seconds. Do not move!'
  133.          duration: 0
  134.       titles:
  135.          enabled: false
  136.          titleContent: '{PREFIX}'
  137.          subtitleContent: '&fYou will teleport in {0} seconds. Do not move!'
  138.  
  139.    EVENT_PLACE_TELEPORTATION_TELEPORT:
  140.      # Placeholders: None
  141.       chatMessage:
  142.          enabled: false
  143.          centered: false
  144.          content:
  145.            - ''
  146.             - '{PREFIX} &f» &fTeleporting now...'
  147.             - ''
  148.       actionbar:
  149.          enabled: true
  150.          content: '{PREFIX} &f» &fTeleporting now...'
  151.          duration: 0
  152.       titles:
  153.          enabled: false
  154.          titleContent: '{PREFIX}'
  155.          subtitleContent: '&fTeleporting now...'
  156.  
  157.    EVENT_PLACE_TELEPORTATION_FAIL:
  158.      # Placeholders: None
  159.       chatMessage:
  160.          enabled: false
  161.          centered: false
  162.          content:
  163.            - ''
  164.             - '{PREFIX} &f» &fTeleportation has been cancelled due to movement!'
  165.             - ''
  166.       actionbar:
  167.          enabled: true
  168.          content: '{PREFIX} &f» &fTeleportation has been cancelled due to movement!'
  169.          duration: 0
  170.       titles:
  171.          enabled: false
  172.          titleContent: '{PREFIX}'
  173.          subtitleContent: '&fTeleportation has been cancelled due to movement!'
  174.  
  175.    ###############################        
  176.  
  177.              
  178.    EVENT_WAND_DROPCONFIRM:
  179.   # Placeholders: {0} = time
  180.       chatMessage:
  181.          enabled: false
  182.          centered: false
  183.          content:
  184.          - ''
  185.          - '{PREFIX} &f» &fDrop your item again within &e{0}s &fto confirm the drop!'
  186.          - ''
  187.       actionbar:
  188.          enabled: true
  189.          content: '{PREFIX} &f» &fDrop your item again within &e{0}s &fto confirm the drop!'
  190.          duration: 0
  191.       titles:
  192.          enabled: false
  193.          titleContent: '{PREFIX}'
  194.          subtitleContent: '&fDrop again to confirm!'
  195.          
  196.    EVENT_WAND_DROPSUCCESS:
  197.   # Placeholders: {0} = homing stone type name
  198.       chatMessage:
  199.          enabled: false
  200.          centered: false
  201.          content:
  202.          - ''
  203.          - '{PREFIX} &f» &fYou successfully dropped your {0}!'
  204.          - ''
  205.       actionbar:
  206.          enabled: true
  207.          content: '{PREFIX} &f» &fYou successfully dropped your {0}!'
  208.          duration: 0
  209.       titles:
  210.          enabled: false
  211.          titleContent: '{PREFIX}'
  212.          subtitleContent: '&fDropped your {0}!'
  213.  
  214.    ###############################
  215.  
  216.    COMMAND_GIVE_SENDER_SUCCESS:
  217.   # Placeholders: {0} = player, {1} = amount, {2} = type
  218.       chatMessage:
  219.          enabled: true
  220.          centered: false
  221.          content:
  222.          - ''
  223.          - ' {PREFIX} &f» &fYou gave &cx{1} {2}(s) &fto &c{0}&f!'
  224.          - ''
  225.       actionbar:
  226.          enabled: false
  227.          content: "{PREFIX} &f» &fYou gave &cx{1} {2}(s) &fto &c{0}&f!"
  228.          duration: 0
  229.       titles:
  230.          enabled: false
  231.          titleContent: '{PREFIX}'
  232.          subtitleContent: '&fYou gave &cx{1} {2}(s) &fto &c{0}&f!'
  233.          
  234.    COMMAND_GIVE_SENDER_SUCCESS_SILENT:
  235.      # Placeholders: {0} = player, {1} = amount, {2} = type
  236.       chatMessage:
  237.          enabled: true
  238.          centered: false
  239.          content:
  240.            - ''
  241.             - ' {PREFIX} &f» &7[Silent] &fYou gave &cx{1} {2}(s) &fto &c{0}&f!'
  242.             - ''
  243.       actionbar:
  244.          enabled: false
  245.          content: "{PREFIX} &f» &7[Silent] &fYou gave &cx{1} {2}(s) &fto &c{0}&f!"
  246.          duration: 0
  247.       titles:
  248.          enabled: false
  249.          titleContent: '{PREFIX}'
  250.          subtitleContent: '&7[Silent] &fYou gave &cx{1} {2}(s) &fto &c{0}&f!'
  251.          
  252.    COMMAND_GIVE_SENDER_SUCCESS_ALL:
  253.      # Placeholders: {0} = amount, {1} = type
  254.       chatMessage:
  255.          enabled: true
  256.          centered: false
  257.          content:
  258.            - ''
  259.             - ' {PREFIX} &f» &fYou gave &cx{0} {1}(s) &fto &ceveryone online&f!'
  260.             - ''
  261.       actionbar:
  262.          enabled: false
  263.          content: "{PREFIX} &f» &fYou gave &cx{0} {1}(s) &fto &ceveryone online&f!"
  264.          duration: 0
  265.       titles:
  266.          enabled: false
  267.          titleContent: '{PREFIX}'
  268.          subtitleContent: '&fYou gave &cx{0} {1}(s) &fto &ceveryone online&f!'
  269.          
  270.    COMMAND_GIVE_SENDER_SUCCESS_ALL_SILENT:
  271.      # Placeholders: {0} = amount, {1} = type
  272.       chatMessage:
  273.          enabled: true
  274.          centered: false
  275.          content:
  276.            - ''
  277.             - ' {PREFIX} &f» &7[Silent] &fYou gave &cx{0} {1}(s) &fto &ceveryone online&f!'
  278.             - ''
  279.       actionbar:
  280.          enabled: false
  281.          content: "{PREFIX} &f» &7[Silent] &fYou gave &cx{0} {1}(s) &fto &ceveryone online&f!"
  282.          duration: 0
  283.       titles:
  284.          enabled: false
  285.          titleContent: '{PREFIX}'
  286.          subtitleContent: '&7[Silent] &fYou gave &cx{0} {1}(s) &fto &ceveryone online&f!'
  287.          
  288.    COMMAND_GIVE_RECEIVER_SUCCESS:
  289.   # Placeholders: {0} = amount, {1} = from, {2} = type
  290.       chatMessage:
  291.          enabled: true
  292.          centered: false
  293.          content:
  294.          - ''
  295.          - '{PREFIX} &f» &fYou received &cx{0} {2}(s)&f from &c{1}&f!'
  296.          - ''
  297.       actionbar:
  298.          enabled: false
  299.          content: "{PREFIX} &f» &fYou received &cx{0} {2}(s)&f from &c{1}&f!"
  300.          duration: 0
  301.       titles:
  302.          enabled: false
  303.          titleContent: '{PREFIX}'
  304.          subtitleContent: '&fYou received &cx{0} {2}(s)&f from &c{1}&f!'
  305.  
  306.    COMMAND_GIVE_INVALIDSYNTAX:
  307.   # Placeholders: {0} = input
  308.       chatMessage:
  309.          enabled: true
  310.          centered: false
  311.          content:
  312.          - ''
  313.          - ' {PREFIX} &f» &fCould not give item because your syntax is wrong!'
  314.          - ''
  315.          - '  &cDetails:'
  316.          - '  &4• &cYour argument: &f{0}'
  317.          - '  &4• &cExpected argument: &fFull command.'
  318.          - ''
  319.       actionbar:
  320.          enabled: false
  321.          content: "{PREFIX} &f» &fCould not give item because your syntax is wrong!"
  322.          duration: 0
  323.       titles:
  324.          enabled: false
  325.          titleContent: '{PREFIX}'
  326.          subtitleContent: '&fCould not give item because your syntax is wrong!'
  327.  
  328.    COMMAND_GIVE_WRONGTYPE:
  329.   # Placeholders: {0} = input
  330.       chatMessage:
  331.          enabled: true
  332.          centered: false
  333.          content:
  334.          - ''
  335.          - ' {PREFIX} &f» &fCould not give item because your type argument is faulty!'
  336.          - ''
  337.          - '  &cDetails:'
  338.          - '  &c• &4Your argument: &f{0}'
  339.          - '  &c• &4Expected argument: &fA type that exists'
  340.          - ''
  341.       actionbar:
  342.          enabled: false
  343.          content: "{PREFIX} &f» &fCould not give item because your type argument is faulty!"
  344.          duration: 0
  345.       titles:
  346.          enabled: false
  347.          titleContent: '{PREFIX}'
  348.          subtitleContent: '&fCould not give item because your type argument is faulty!'
  349.          
  350.    COMMAND_GIVE_WRONGAMOUNT:
  351.   # Placeholders: {0} = input
  352.       chatMessage:
  353.          enabled: true
  354.          centered: false
  355.          content:
  356.          - ''
  357.          - ' {PREFIX} &f» &fCould not give item because your amount argument is faulty!'
  358.          - ''
  359.          - '  &cDetails:'
  360.          - '  &4• &cYour argument: &f{0}'
  361.          - '  &4• &cExpected argument: &fPositive Integer (e.g 1)'
  362.          - ''
  363.       actionbar:
  364.          enabled: false
  365.          content: "{PREFIX} &f» &fCould not give item because your amount argument is faulty!"
  366.          duration: 0
  367.       titles:
  368.          enabled: false
  369.          titleContent: '{PREFIX}'
  370.          subtitleContent: '&fCould not give item because your amount argument is faulty!'
  371.          
  372.    COMMAND_GIVE_NOTONLINE:
  373.   # Placeholders: {0} = player
  374.       chatMessage:
  375.          enabled: true
  376.          centered: false
  377.          content:
  378.          - ''
  379.          - ' {PREFIX} &f» &fCould not give item because &e{0} &fis offline!'
  380.          - ''
  381.       actionbar:
  382.          enabled: false
  383.          content: "{PREFIX} &f» &fCould not give item because &e{0} &fis offline!"
  384.          duration: 0
  385.       titles:
  386.          enabled: false
  387.          titleContent: '{PREFIX}'
  388.          subtitleContent: '&fCould not give item because &e{0} &fis offline!'
  389.  
  390.    ###############################
  391.    
  392.    COMMAND_SEARCH_FINISH:
  393.   # Placeholders: {0} = keyword, {1} = total files, {2} = total lines, {3} = total items found, {4} = ms to complete, {5} = output
  394.       chatMessage:
  395.          enabled: true
  396.          centered: false
  397.          content:
  398.          - ''
  399.          - ' {PREFIX} &7» &fSearched logs for &7"&e{0}&7"&f. &7(&e&o{4}ms&r&7)'
  400.          - ''
  401.          - ' &fIterated &ex{1} files&f, with a total of &ex{2} lines&f.'
  402.          - ' &fFound &e{3} matching items&f!'
  403.          - ''
  404.          - ' &fOutput Generated: &e{5}'
  405.          - ''
  406.       actionbar:
  407.          enabled: false
  408.          content: '{PREFIX} &7» &fIterated &ex{1} files&f, with a total of &ex{2} lines&f. Found &e{3} matching items&f!'
  409.          duration: 0
  410.       titles:
  411.          enabled: false
  412.          titleContent: '{PREFIX}'
  413.          subtitleContent: '&fIterated &ex{1} files&f, with a total of &ex{2} lines&f. Found &e{3} matching items&f!'
  414.          
  415.    COMMAND_SEARCH_FAIL_NO_INPUT:
  416.   # Placeholders: None
  417.       chatMessage:
  418.          enabled: true
  419.          centered: false
  420.          content:
  421.          - ''
  422.          - ' {PREFIX} &7» &fCould not execute search. Define a keyword!'
  423.          - ''
  424.          - ' &7&nExample:&r &d/dsw search N0RSKA'
  425.          - ''
  426.       actionbar:
  427.          enabled: false
  428.          content: '{PREFIX} &7» &fCould not execute search. Define a keyword!'
  429.          duration: 1
  430.       titles:
  431.          enabled: false
  432.          titleContent: '{PREFIX}'
  433.          subtitleContent: '&fCould not execute search. Define a keyword!'            
  434.          
  435.    ###############################
  436.          
  437.    COMMAND_RELOAD:
  438.   # Placeholders: {0} = ms
  439.       chatMessage:
  440.          enabled: true
  441.          centered: false
  442.          content:
  443.          - ""
  444.          - " {PREFIX} &f» &fReloaded config files. &7(&f{0}ms&7)"
  445.          - ""
  446.       actionbar:
  447.          enabled: false
  448.          content: "{PREFIX} &f» &fReloaded config files. &7(&f{0}ms&7)"
  449.          duration: 0
  450.       titles:
  451.          enabled: false
  452.          titleContent: '{PREFIX}'
  453.          subtitleContent: '&fReloaded config files.'  
  454.          
  455.    COMMAND_NOPERMISSION:
  456.   # Placeholders: None
  457.       chatMessage:
  458.          enabled: true
  459.          centered: false
  460.          content:
  461.          - ''
  462.          - ' {PREFIX} &f» &fYou do not have permission to run this command!'
  463.          - ''
  464.       actionbar:
  465.          enabled: false
  466.          content: "{PREFIX} &f» &fYou do not have permission to run this command!"
  467.          duration: 0
  468.       titles:
  469.          enabled: false
  470.          titleContent: '{PREFIX}'
  471.          subtitleContent: '&fYou do not have permission!'    
  472.  
  473.    ###############################
  474.    
  475.    COMMAND_DROPCONFIRM_TOGGLE_TOGGLEON:
  476.   # Placeholders: None
  477.       chatMessage:
  478.          enabled: false
  479.          centered: false
  480.          content:
  481.          - ""
  482.          - " {PREFIX} &f» &fYou will now have to confirm before dropping a homing stone!"
  483.          - ""
  484.       actionbar:
  485.          enabled: true
  486.          content: "{PREFIX} &f» &fYou will now have to confirm before dropping a homing stone!"
  487.          duration: 0
  488.       titles:
  489.          enabled: false
  490.          titleContent: '{PREFIX}'
  491.          subtitleContent: '&fYou will now have to confirm before dropping a homing stone!'
  492.          
  493.    COMMAND_DROPCONFIRM_TOGGLE_TOGGLEOFF:
  494.   # Placeholders: None
  495.       chatMessage:
  496.          enabled: false
  497.          centered: false
  498.          content:
  499.          - ""
  500.          - " {PREFIX} &f» &fYou will no longer have to confirm before dropping a homing stone!"
  501.          - ""
  502.       actionbar:
  503.          enabled: true
  504.          content: "{PREFIX} &f» &fYou will no longer have to confirm before dropping a homing stone!"
  505.          duration: 0
  506.       titles:
  507.          enabled: false
  508.          titleContent: '{PREFIX}'
  509.          subtitleContent: "&fYou will no longer have to confirm before dropping a homing stone!"
  510.          
  511.    COMMAND_DROPCONFIRM_TOGGLE_COOLDOWN:
  512.   # Placeholders: {0} = cooldown
  513.       chatMessage:
  514.          enabled: false
  515.          centered: false
  516.          content:
  517.          - ""
  518.          - " {PREFIX} &f» &fPlease wait &e{0}s &fbefore doing this again!"
  519.          - ""
  520.       actionbar:
  521.          enabled: true
  522.          content: "{PREFIX} &f» &fPlease wait &e{0}s &fbefore doing this again!"
  523.          duration: 0
  524.       titles:
  525.          enabled: false
  526.          titleContent: '{PREFIX}'
  527.          subtitleContent: '&fThat command is on cooldown!'
  528.  
  529.    COMMAND_DROPCONFIRM_TOGGLE_NOT_DEFINED:
  530.      # Placeholders: None
  531.       chatMessage:
  532.          enabled: false
  533.          centered: false
  534.          content:
  535.            - ""
  536.             - " {PREFIX} &f» &fYou must define which feature to toggle!"
  537.             - ""
  538.       actionbar:
  539.          enabled: true
  540.          content: "{PREFIX} &f» &fYou must define which feature to toggle!"
  541.          duration: 0
  542.       titles:
  543.          enabled: false
  544.          titleContent: '{PREFIX}'
  545.          subtitleContent: "&fYou must define which feature to toggle!"
  546.  
  547.    COMMAND_DROPCONFIRM_TOGGLE_NOPERMISSION:
  548.   # Placeholders: None  
  549.       chatMessage:
  550.          enabled: false
  551.          centered: false
  552.          content:
  553.          - ""
  554.          - " {PREFIX} &f» &fYou do not have permission to use this command!"
  555.          - ""
  556.       actionbar:
  557.          enabled: true
  558.          content: "{PREFIX} &f» &fYou do not have permission to use this command!"
  559.          duration: 0
  560.       titles:
  561.          enabled: false
  562.          titleContent: '{PREFIX}'
  563.          subtitleContent: "&fYou do not have permission to use this command!"
  564.          
  565.    ###############################
  566.          
  567.    USER_MENU:
  568.   # Placeholders: None
  569.       chatMessage:
  570.          enabled: true
  571.          centered: false
  572.          content:
  573.          - ""
  574.          - " {PREFIX} &f» &fUser Menu:"
  575.          - ""
  576.          - "  &d&l•&r &f/hs rename [name] &a→ &7Set a name for the homing stone in your hand!"
  577.          - "  &d&l•&r &f/hs toggle [feature] &a→ &7Toggle various features!"
  578.          - ""
  579.       actionbar:
  580.          enabled: false
  581.          content: ""
  582.          duration: 0
  583.       titles:
  584.          enabled: false
  585.          titleContent: ''
  586.          subtitleContent: ''
  587.  
  588.    USER_RENAME_COMMAND_NOT_HOMING_STONE:
  589.      # Placeholders: None
  590.       chatMessage:
  591.          enabled: true
  592.          centered: false
  593.          content:
  594.            - ""
  595.             - " {PREFIX} &f» &fYou must be holding a homing stone to execute this command!"
  596.             - ""
  597.       actionbar:
  598.          enabled: false
  599.          content: ""
  600.          duration: 0
  601.       titles:
  602.          enabled: false
  603.          titleContent: ''
  604.          subtitleContent: ''
  605.  
  606.    USER_RENAME_COMMAND_NOT_ACTIVE:
  607.      # Placeholders: None
  608.       chatMessage:
  609.          enabled: true
  610.          centered: false
  611.          content:
  612.            - ""
  613.             - " {PREFIX} &f» &fYou must be activate the homing stone first before using this command!"
  614.             - ""
  615.       actionbar:
  616.          enabled: false
  617.          content: ""
  618.          duration: 0
  619.       titles:
  620.          enabled: false
  621.          titleContent: ''
  622.          subtitleContent: ''
  623.  
  624.    USER_RENAME_COMMAND_NOT_OWNER:
  625.      # Placeholders: None
  626.       chatMessage:
  627.          enabled: true
  628.          centered: false
  629.          content:
  630.            - ""
  631.             - " {PREFIX} &f» &fYou cannot rename this homing stone, it is not yours!"
  632.             - ""
  633.       actionbar:
  634.          enabled: false
  635.          content: ""
  636.          duration: 0
  637.       titles:
  638.          enabled: false
  639.          titleContent: ''
  640.          subtitleContent: ''
  641.  
  642.    USER_RENAME_COMMAND_NO_NAME:
  643.      # Placeholders: None
  644.       chatMessage:
  645.          enabled: true
  646.          centered: false
  647.          content:
  648.            - ""
  649.             - " {PREFIX} &f» &fYou must define a name for homing stone!"
  650.             - ""
  651.       actionbar:
  652.          enabled: false
  653.          content: ""
  654.          duration: 0
  655.       titles:
  656.          enabled: false
  657.          titleContent: ''
  658.          subtitleContent: ''
  659.  
  660.    USER_RENAME_COMMAND_SUCCESS:
  661.      # Placeholders: {0} = name
  662.       chatMessage:
  663.          enabled: true
  664.          centered: false
  665.          content:
  666.            - ""
  667.             - " {PREFIX} &f» &fSet homing stone name to &d{0}&f!"
  668.             - ""
  669.       actionbar:
  670.          enabled: false
  671.          content: ""
  672.          duration: 0
  673.       titles:
  674.          enabled: false
  675.          titleContent: ''
  676.          subtitleContent: ''
Advertisement
Add Comment
Please, Sign In to add comment