You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a placeholder that returns the name of the islands you own, %<gamemode>_island_name_<position>% example %bskyblock_island_name_1% -> would return the name of the first island you created | %bskyblock_island_name_2% -> would return the name of the second island you created and so on infinitely as long as you have an island created under your ownership or you are a member of an island.
like the previous placeholder, this time for the members it will return the list of members of the island you ask for %<gamemode>_island_memberlist_<position>% where you change position to 1 and it will return the list of members of the island you own or live on position 1, e.g. %bskyblock_island_memberlist_1% -> members Zarkness and poslovitch, %bskyblock_island_memberlist_2% -> members Zarkness, BOONe and tastybento
**Description
Add a placeholder that returns the name of the islands you own,
%<gamemode>_island_name_<position>%
example%bskyblock_island_name_1%
-> would return the name of the first island you created |%bskyblock_island_name_2%
-> would return the name of the second island you created and so on infinitely as long as you have an island created under your ownership or you are a member of an island.like the previous placeholder, this time for the members it will return the list of members of the island you ask for
%<gamemode>_island_memberlist_<position>%
where you change position to 1 and it will return the list of members of the island you own or live on position 1, e.g.%bskyblock_island_memberlist_1%
-> members Zarkness and poslovitch,%bskyblock_island_memberlist_2%
-> members Zarkness, BOONe and tastybentoPlaceholder:
%<gamemode>_island_name_<position>%, %<gamemode>_island_memberlist_<position>%
.The text was updated successfully, but these errors were encountered: