-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
43 changed files
with
292 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Custom Icons | ||
--- | ||
|
||
This feature allows players to change the icons of their vaults. | ||
|
||
To give access to all icons: `toxicvaults.icon.*`<br> | ||
To give access to specific icons: `toxicvaults.icon.<material>` | ||
|
||
![Manage GUI](../../../../assets/toxicvaults/manage.png "Manage GUI") | ||
![Icon GUI](../../../../assets/toxicvaults/custom-icons/icon.png "Icon GUI") | ||
![Icons GUI](../../../../assets/toxicvaults/custom-icons/icons.png "Icons GUI") | ||
![Icon Preview](../../../../assets/toxicvaults/custom-icons/icon-preview.png "Icon Preview") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Custom Names | ||
--- | ||
|
||
This feature allows players to change the names of their vaults. | ||
|
||
To grant access to this feature: `toxicvaults.rename` | ||
|
||
![Manage GUI](../../../../assets/toxicvaults/manage.png "Manage GUI") | ||
![Name Icon](../../../../assets/toxicvaults/custom-names/icon.png "Name Icon") | ||
![Sign GUI](../../../../assets/toxicvaults/custom-names/sign.png "Sign GUI") | ||
![Name Preview](../../../../assets/toxicvaults/custom-names/name-preview.png "Name Preview") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: History/Log System | ||
--- | ||
|
||
This feature allows players to see who did what in their vaults. | ||
|
||
Admin command: `/pvadmin history <player>` shows the history of a player's vaults. (`toxicvaults.history.admin`).\ | ||
With this admin command, chest edits and rollbacks can also be performed. | ||
|
||
To grant access to this feature: `toxicvaults.history` | ||
|
||
![Command](../../../../assets/toxicvaults/history/command.png "Command") | ||
The command `/pvhistory <number>` can also be used. | ||
|
||
![GUI](../../../../assets/toxicvaults/history/gui.png "GUI") | ||
![GUI](../../../../assets/toxicvaults/history/icon.png "GUI") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Item Search System | ||
--- | ||
|
||
With this feature, players will never get lost among their vaults and can access the vault that holds the item they’re looking for. | ||
|
||
**This feature also supports custom items added via ItemsAdder!**\ | ||
(Usable with names like my_cool_sword) | ||
|
||
Admin command: `/pvadmin find <item>`, searches all vaults. (`toxicvaults.find.admin`) | ||
|
||
To grant access to this feature: `toxicvaults.find` | ||
|
||
![Command](../../../../assets/toxicvaults/find/command.png "Command") | ||
![GUI](../../../../assets/toxicvaults/find/gui.png "GUI") | ||
![GUI](../../../../assets/toxicvaults/find/gui2.png "GUI") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Member System | ||
--- | ||
|
||
This feature allows players to add their friends to their vaults. | ||
|
||
To grant access to this feature: `toxicvaults.members` | ||
|
||
![Manage GUI](../../../../assets/toxicvaults/manage.png "Manage GUI") | ||
![Name Icon](../../../../assets/toxicvaults/member-system/icon.png "Name Icon") | ||
![Sign GUI](../../../../assets/toxicvaults/member-system/sign.png "Sign GUI") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: PlaceholderAPI Support | ||
--- | ||
|
||
With this feature, you can display players' vault information anywhere on your server. | ||
|
||
#### Available Placeholders: | ||
|
||
- `%toxicvaults_amount%`: Shows the **number of vaults** the player owns. | ||
- `%toxicvaults_limit%`: Shows the player's vault limit. | ||
- `%toxicvaults_remained%`: Shows the **remaining** vault slots the player has. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Item Sorting System | ||
--- | ||
|
||
With this feature, players can automatically organize their vaults. | ||
|
||
To grant access to this feature: `toxicvaults.sort` | ||
|
||
![GUI](../../../../assets/toxicvaults/sort/sort.gif "GUI") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Time-Limited Vaults | ||
--- | ||
|
||
With this feature, players can add time to their vaults. | ||
|
||
To grant access to this feature: `toxicvaults.time` | ||
|
||
![Manage GUI](../../../../assets/toxicvaults/manage.png "Manage GUI") | ||
![Time Icon](../../../../assets/toxicvaults/time/icon.png "Time Icon") | ||
![GUI](../../../../assets/toxicvaults/time/gui.png "GUI") | ||
![Icon](../../../../assets/toxicvaults/time/icon2.png "Icon") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Upgrade System | ||
--- | ||
|
||
With this feature, players can expand their vaults. | ||
|
||
To grant access to this feature: `toxicvaults.upgrade` | ||
|
||
![Manage GUI](../../../../assets/toxicvaults/manage.png "Manage GUI") | ||
![Upgrade Icon](../../../../assets/toxicvaults/upgrade-system/icon.png "Upgrade Icon") | ||
![GUI](../../../../assets/toxicvaults/upgrade-system/gui.png "GUI") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: What is ToxicVaults? | ||
description: Information page about ToxicVaults. | ||
--- | ||
|
||
If you're looking for a complete and seamless virtual storage plugin for your Minecraft servers, **ToxicVaults** is the perfect solution! | ||
|
||
With ToxicVaults, you can easily set up the storage system you've seen on large servers but couldn't achieve with other standard plugins. The best part? You can **customize it entirely to fit your imagination**. | ||
|
||
This powerful plugin makes it incredibly easy for your players to store their items securely. Designed to adapt to any type of server, ToxicVaults boasts a rich set of features and a user-friendly interface, making it a favorite among players. | ||
|
||
### Key Features: | ||
|
||
- **Member System**: With this system, your players can collaborate and share the same vaults. | ||
- **NBT - Custom Item Support**: Players can store anything in their vaults, including custom items, thanks to this system. | ||
- **Item Finder**: No more losing track of where items are stored. This feature helps players quickly locate their items within their vaults. | ||
- **Time-Limited Vaults**: Want to give players storage for a limited time and let them renew as needed? ToxicVaults has you covered. | ||
- **Vault Size Upgrades**: Start your players with a 1-row vault and allow them to upgrade to the highest tier (6 rows). Perfect for progression! | ||
- **Automatic Item Sorting**: For players who dislike clutter but love organization, this feature lets them sort their vaults with just two clicks. | ||
- **Customizable Details**: Personalize vaults with custom names, icons, and layouts. | ||
- **Multi-Server Support**: Running a large-scale network? ToxicVaults integrates seamlessly across servers, powered by Redis and MySQL. | ||
|
||
### Preview Video | ||
|
||
<iframe width="768" height="432" src="https://www.youtube.com/embed/p8nNPSp-eiM" title="ToxicVaults preview" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" style="height:432px; width:768px;" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Özel İkonlar | ||
--- | ||
|
||
Bu özellik sayesinde oyuncular depolarının ikonlarını değiştirebilirler. | ||
|
||
Tüm ikonlara erişim vermek için: `toxicvaults.icon.*`<br> | ||
Belirli ikonlara erişim vermek için: `toxicvaults.icon.<material>` | ||
|
||
![Manage GUI](../../../../../assets/toxicvaults/manage.png "Manage GUI") | ||
![Icon GUI](../../../../../assets/toxicvaults/custom-icons/icon.png "Icon GUI") | ||
![Icons GUI](../../../../../assets/toxicvaults/custom-icons/icons.png "Icons GUI") | ||
![Icon Preview](../../../../../assets/toxicvaults/custom-icons/icon-preview.png "Icon Preview") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Özel İsimler | ||
--- | ||
|
||
Bu özellik sayesinde oyuncular depolarının isimlerini değiştirebilirler. | ||
|
||
Bu özelliğe erişim vermek için: `toxicvaults.rename` | ||
|
||
![Manage GUI](../../../../../assets/toxicvaults/manage.png "Manage GUI") | ||
![Name Icon](../../../../../assets/toxicvaults/custom-names/icon.png "Name Icon") | ||
![Sign GUI](../../../../../assets/toxicvaults/custom-names/sign.png "Sign GUI") | ||
![Name Preview](../../../../../assets/toxicvaults/custom-names/name-preview.png "Name Preview") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Geçmiş/Log Sistemi | ||
--- | ||
|
||
Bu özellik sayesinde oyuncular depolarında kimin ne yaptığına bakabilirler. | ||
|
||
Yetkili komutu: `/pvadmin history <oyuncu>`, oyuncunun depolarının geçmişini gösterir. (`toxicvaults.history.admin`).\ | ||
Bu yönetici komutu ile birlikte sandık düzenleme ve geri alma işlemleri de yapılabilmektedir. | ||
|
||
Bu özelliğe erişim vermek için: `toxicvaults.history` | ||
|
||
![Command](../../../../../assets/toxicvaults/history/command.png "Command") | ||
`/pvhistory <numara>` komutu da kullanılabilir. | ||
|
||
![GUI](../../../../../assets/toxicvaults/history/gui.png "GUI") | ||
![GUI](../../../../../assets/toxicvaults/history/icon.png "GUI") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Eşya Arama Sistemi | ||
--- | ||
|
||
Bu özellik sayesinde oyuncular depoları arasında kaybolmayacak, istedikleri eşyanın olduğu depoya erişebilecekler. | ||
|
||
**Bu özellik, ItemsAdder ile eklenmiş özel eşyalarınızı da destekliyor!**\ | ||
(my_cool_sword gibi kullanılabilir) | ||
|
||
Yetkili komutu: `/pvadmin find <eşya>`, tüm depoları arar. (`toxicvaults.find.admin`) | ||
|
||
Bu özelliğe erişim vermek için: `toxicvaults.find` | ||
|
||
![Command](../../../../../assets/toxicvaults/find/command.png "Command") | ||
![GUI](../../../../../assets/toxicvaults/find/gui.png "GUI") | ||
![GUI](../../../../../assets/toxicvaults/find/gui2.png "GUI") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Üye Sistemi | ||
--- | ||
|
||
Bu özellik sayesinde oyuncular depolarına arkadaşlarını ekleyebilirler. | ||
|
||
Bu özelliğe erişim vermek için: `toxicvaults.members` | ||
|
||
![Manage GUI](../../../../../assets/toxicvaults/manage.png "Manage GUI") | ||
![Name Icon](../../../../../assets/toxicvaults/member-system/icon.png "Name Icon") | ||
![Sign GUI](../../../../../assets/toxicvaults/member-system/sign.png "Sign GUI") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: PlaceholderAPI Desteği | ||
--- | ||
|
||
Bu özellik sayesinde oyuncuların depo bilgilerini sunucunuzun her yerinde gösterebilirsiniz. | ||
|
||
#### Mevcut Placeholder'lar: | ||
|
||
- `%toxicvaults_amount%`: Oyuncunun **sahip olduğu** depo adetini gösterir. | ||
- `%toxicvaults_limit%`: Oyuncunun depo adeti limitini gösterir. | ||
- `%toxicvaults_remained%`: Oyuncunun **kalan** depo adeti limitini gösterir. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Eşya Sıralama Sistemi | ||
--- | ||
|
||
Bu özellik sayesinde oyuncular depolarını otomatik bir şekilde düzenleyebilirler. | ||
|
||
Bu özelliğe erişim vermek için: `toxicvaults.sort` | ||
|
||
![GUI](../../../../../assets/toxicvaults/sort/sort.gif "GUI") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Süreli Depo Sistemi | ||
--- | ||
|
||
Bu özellik sayesinde oyuncular depolarına zaman ekleyebilirler. | ||
|
||
Bu özelliğe erişim vermek için: `toxicvaults.time` | ||
|
||
![Manage GUI](../../../../../assets/toxicvaults/manage.png "Manage GUI") | ||
![Time Icon](../../../../../assets/toxicvaults/time/icon.png "Time Icon") | ||
![GUI](../../../../../assets/toxicvaults/time/gui.png "GUI") | ||
![Icon](../../../../../assets/toxicvaults/time/icon2.png "Icon") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Yükseltme Sistemi | ||
--- | ||
|
||
Bu özellik sayesinde oyuncular depolarını büyültebilirler. | ||
|
||
Bu özelliğe erişim vermek için: `toxicvaults.upgrade` | ||
|
||
![Manage GUI](../../../../../assets/toxicvaults/manage.png "Manage GUI") | ||
![Upgrade Icon](../../../../../assets/toxicvaults/upgrade-system/icon.png "Upgrade Icon") | ||
![GUI](../../../../../assets/toxicvaults/upgrade-system/gui.png "GUI") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: ToxicVaults, nedir? | ||
description: ToxicVaults hakkında bilgi sayfası. | ||
--- | ||
|
||
Minecraft sunucularınız için eksiksiz ve açıksız bir sanal depo eklentisi arıyorsanız, ToxicVaults tam size göre! | ||
|
||
O büyük sunucularda gördüğünüz, çok beğendiğiniz ama müdavim eklentilerle yapamadığınız depo sistemini ToxicVaults ile kolayca yapabilir, **tamamen hayal gücünüze göre şekillendirebilirsiniz**. | ||
|
||
Bu güçlü plugin ile oyuncularınızın eşyalarını güvenli bir şekilde saklamalarını sağlamak artık çok daha kolay. Her türlü sunucu türüne uyum sağlamak üzere tasarlanmış olan ToxicVaults, zengin özellikleri ve kullanıcı dostu arayüzü ile oyuncularınızın yanında. | ||
|
||
### Önde Gelen Özellikler: | ||
|
||
- **Üye sistemi**: Bu sistem sayesinde oyuncularınız birlik olup aynı depoyu paylaşabilirler. | ||
- **NBT - Özel Eşya Desteği**: Bu sistem sayesinde oyuncularınız depolarında özel eşyalar da dahil olmak üzere her şeyi depolayabilir. | ||
- **Eşya Arayıcı**: Oyuncularınızın kolaylığı için tasarlanmış bu sistem sayesinde oyuncularınız hangi eşyayı hangi depoya koyduklarını unutmayacaklar. | ||
- **Süre Sınırlı Depolar**: Belki de oyuncularınıza kısıtlı süreliğine depo vermek ve ihtiyacı oldukça süre almasını istiyorsunuz. ToxicVaults'ta bu da mümkün. | ||
- **Büyüklük Yükseltmeleri**: Oyuncularınızı en düşük büyüklük olan 1 satırdan başlatıp en iyi seviyeye (6 satır) getirmelerini istiyorsanız bu özellik tam sizlik. | ||
- **Otomatik Eşya Sıralama**: Belki de oyuncularınız dağınıklığı sevmiyordur ama üşengeçtir. Bu özellik sayesinde yalnızca 2 tıklama ile depolarını baştan aşağı düzenleyebilirler. | ||
- **Özelleştirilebilir Detaylar**: Deponuza farklı isimler, farklı ikonlar koyabilir ve düzenleyebilirsiniz. | ||
- **Çoklu Sunucu Desteği**: Belki de muhteşem büyük bir sunucusunuzdur ve çoklu sunucu yapınız vardır. ToxicVaults'un Multi-Server modülü ile hiç dert değil. Gücünü Redis ve MySQL'den alır. | ||
|
||
### Tanıtım Videosu | ||
|
||
<iframe width="768" height="432" src="https://www.youtube.com/embed/p8nNPSp-eiM" title="ToxicVaults preview" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" style="height:432px; width:768px;" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> |