diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index fe44db3b4..f05985372 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -23,8 +23,10 @@ - - + {% if SITE_NAME not in ('Cringetopia', 'WPD') %} + + {% end if %} +
 					
diff --git a/files/templates/formatting.html b/files/templates/formatting.html index e7ec98739..6e9e87406 100644 --- a/files/templates/formatting.html +++ b/files/templates/formatting.html @@ -579,18 +579,22 @@ line breaks !slots100 Play slots using coins - minimum 100 coins - - !slotsmb100 - Play slots using marseybux - minimum 100 marseybux - + {% if SITE_NAME not in ('Cringetopia', 'WPD') %} + + !slotsmb100 + Play slots using marseybux - minimum 100 marseybux + + {% endif %} !blackjack100 Play blackjack using coins - minimum 100 coins - - !blackjackmb100 - Play blackjack using marseybux - minimum 100 marseybux - + {% if SITE_NAME not in ('Cringetopia', 'WPD') %} + + !blackjackmb100 + Play blackjack using marseybux - minimum 100 marseybux + + {% endif %} !wordle Play wordle diff --git a/files/templates/header.html b/files/templates/header.html index c226fab50..0125b7cc8 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -153,7 +153,9 @@
{{v.username}}
coins{{v.coins}} Coins
-
marseybux{{v.procoins}} Marseybux
+ {% if SITE_NAME not in ('Cringetopia', 'WPD') %} +
marseybux{{v.procoins}} Marseybux
+ {% endif %}
diff --git a/files/templates/shop.html b/files/templates/shop.html index 3f2a692a4..e0cadb7de 100644 --- a/files/templates/shop.html +++ b/files/templates/shop.html @@ -14,7 +14,9 @@
Coins spent by you: {{v.coins_spent}} coins
Lootboxes bought by you: {{v.lootboxes_bought}} lootbox{{'es' if v.lootboxes_bought != 1}}
Your current coins: {{v.coins}}
-
Your current marseybux: {{v.procoins}}
+ {% if SITE_NAME not in ('Cringetopia', 'WPD') %} +
Your current marseybux: {{v.procoins}}
+ {% endif %} {% endblock %} @@ -72,8 +74,10 @@ {{a['owned']}} {% set kind = a['kind'] %} - {% if a['kind'] != "benefactor" %}Buy with coins{% endif %} - {% if a['kind'] != "grass" %}Buy with marseybux{% endif %} + {% if a['kind'] != "benefactor" %}Buy{% endif %} + {% if SITE_NAME not in ('Cringetopia', 'WPD') %} + {% if a['kind'] != "grass" %}Buy with marseybux{% endif %} + {% endif %} {{a['description']}} diff --git a/files/templates/userpage.html b/files/templates/userpage.html index a9d8105a6..9cdc5cc7d 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -115,8 +115,10 @@ {{u.coins}} coins   - {{u.procoins}} - marseybux   + {% if SITE_NAME not in ('Cringetopia', 'WPD') %} + {{u.procoins}} + marseybux   + {% endif %} {{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}   @@ -176,7 +178,9 @@ Get them help Gift coins - Gift Marseybux + {% if SITE_NAME not in ('Cringetopia', 'WPD') %} + Gift Marseybux + {% endif %} {% if v.admin_level > 2 %} Make admin @@ -413,8 +417,10 @@ {{u.coins}} coins   - {{u.procoins}} - marseybux   + {% if SITE_NAME not in ('Cringetopia', 'WPD') %} + {{u.procoins}} + marseybux   + {% endif %} {{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}   @@ -488,7 +494,9 @@ Message Get them help Gift coins - Gift Marseybux + {% if SITE_NAME not in ('Cringetopia', 'WPD') %} + Gift Marseybux + {% endif %} {% if v.admin_level > 2 %} Make admin