-
+
<% if ('social' in calculated && Object.keys(calculated.social).length > 0) { %>
- <% if ('DISCORD' in calculated.social) { %>
-
+ <% if ('DISCORD' in calculated.social) { %>
+
<% } %>
- <% if ('TWITTER' in calculated.social) { %>
-
+ <% if ('TWITTER' in calculated.social) { %>
+
<% } %>
- <% if ('YOUTUBE' in calculated.social) { %>
-
+ <% if ('YOUTUBE' in calculated.social) { %>
+
<% } %>
- <% if ('INSTAGRAM' in calculated.social) { %>
-
+ <% if ('INSTAGRAM' in calculated.social) { %>
+
<% } %>
- <% if ('TWITCH' in calculated.social) { %>
-
+ <% if ('TWITCH' in calculated.social) { %>
+
<% } %>
- <% if ('HYPIXEL' in calculated.social) { %>
-
+ <% if ('HYPIXEL' in calculated.social) { %>
+
<% } %>
@@ -572,8 +575,8 @@ const metaDescription = getMetaDescription()
<% } %>
<% if (calculated.profile.game_mode == 'ironman') { %>
- <% if (notAvailable.length > 0) { %>
-
+ <% if (notAvailable.length > 0) { %>
+
<% } %>
This is an Ironman profile. The player cannot use the auction house, bazaar, or trade with other players.
@@ -581,18 +584,18 @@ const metaDescription = getMetaDescription()
<% if (calculated.profile.game_mode == 'bingo') { %>
- <% if (notAvailable.length > 0) { %>
-
+ <% if (notAvailable.length > 0) { %>
+
<% } %>
-
+
This is a Bingo profile. The player cannot spend gems, use the auction house, bazaar or trade with other players.
<% } %>
<% if (calculated.profile.game_mode == 'island') { %>
- <% if (notAvailable.length > 0) { %>
+ <% if (notAvailable.length > 0) { %>
<% } %>
-
+
This is a Stranded profile. The player cannot leave their skyblock island or trade with other players.
<% } %>