Placeholder: home
Closed this issue · 2 comments
Description
Players can use is sethome <name>
to set the home, and can use is go <name>
to go home. It is hoped that a placeholder, %[gamemode]_island_home_<count>%
, can be added to obtain the name of each home.
Placeholder: %[gamemode]_island_home_<count>%
count: 1 - max
If there is no home name corresponding to the count, return an empty string.
Could you share how you'll use this?
Okay for the output to be the same as from is go
when you press Tab?
Does the order matter? Right now, homes can change order.
Could you share how you'll use this?
Okay for the output to be the same as from
is go
when you press Tab?Does the order matter? Right now, homes can change order.
Originally, I wanted to use it to make a menu. The menu has been added in the update of 2.7.0, and it is not needed now. Thank you very much!