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
I' ve seen in suggestions #2180 and #2186 that sadly its not possible to parse for the offline players, which is something crucial for the function of my guis. So i was thinking of list% placeholders
Description
a list placeholder for the island / visited ranks
a list placeholder for the island / visited bans
a list placeholder for the visited island members
a list placeholder for the visitors in your island
all similar to how the %aoneblock_island_members_list% works Placeholder:
I've seen that the %aoneblock_island_members_list% includes all the players both offline and online in a list with a separator , i ve used this placeholder with the playerlist expansion of papi and was able to separate the placeholder and get the 1st 2nd 3rd.. names of the island members alone. So if list placeholders exist for the above i think i can do the same with that too.
Note:
For this placeholder lets get that the %aoneblock_island_members_list% returns: Bento,Box,Kris in which Box = OwnerKris = MemberBento = Admin so the list placeholder would be Admin,Owner,Member idk tho if its possible to retrieve such data for the list placeholder. Similar thing for the visited islands too
The text was updated successfully, but these errors were encountered:
I've seen in suggestions 2180 and 2186 that sadly its not possible to parse for the offline players
Just to clarify, when parsing, the player referenced is the player who is viewing the result of the placeholder. So long as that player is online, they can obtain every player in the team list and their rank, even if those particular players are offline at the time.
So, this request for lists should already be satisfied by the placeholders provided in #2180 except that instead of a list, they are provided separately.
I suggest you try the placeholders I created and if you hit a specific issue, then let me know why and the setup.
oh ye all of them work perfectly fine Thanks for that it helps me a lot. Idk if i am mistaken but it seems that there isnt a placeholder for the names of the visitors?
something like %[gamemode]_island_visitor_name_1%...50
Ah, interesting. No there are no placeholders for visitors. So, this could obviously change quite a bit as people come and go. I'll look at it over the weekend.
I' ve seen in suggestions #2180 and #2186 that sadly its not possible to parse for the offline players, which is something crucial for the function of my guis. So i was thinking of
list%
placeholdersDescription
all similar to how the
%aoneblock_island_members_list%
worksPlaceholder:
%[gamemode]_island_member_rank_list%
-%[gamemode]_island_visted_member_rank_list%
%[gamemode]_island_ban_list%
-%[gamemode]_island_visited_ban_list%
%[gamemode]_visited_island_member_list%
%[gamemode]_island_visitor_list%
I've seen that the
%aoneblock_island_members_list%
includes all the players both offline and online in a list with a separator,
i ve used this placeholder with the playerlist expansion of papi and was able to separate the placeholder and get the 1st 2nd 3rd.. names of the island members alone. So if list placeholders exist for the above i think i can do the same with that too.Note:
%aoneblock_island_members_list%
returns:Bento,Box,Kris
in whichBox = Owner
Kris = Member
Bento = Admin
so the list placeholder would beAdmin,Owner,Member
idk tho if its possible to retrieve such data for the list placeholder. Similar thing for the visited islands tooThe text was updated successfully, but these errors were encountered: