Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
efekurbann authored Sep 5, 2024
2 parents 8114379 + d9cca52 commit 3cbfaa2
Show file tree
Hide file tree
Showing 43 changed files with 292 additions and 1 deletion.
21 changes: 20 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,25 @@ export default defineConfig({
tr: "Hoş geldiniz!",
},
},
{
label: "ToxicVaults",
badge: { text: "customer favorite", variant: "success" },
items: [
{
slug: "toxicvaults/info",
badge: { text: "?", variant: "default" },
},
{
label: "Features",
translations: {
tr: "Özellikler",
},
badge: { text: "⭐", variant: "tip" },
collapsed: true,
autogenerate: { directory: "toxicvaults/features" },
},
],
},
{
label: "sFarmer",
badge: { text: "new product", variant: "success" },
Expand All @@ -58,7 +77,7 @@ export default defineConfig({
},
]
}
]
],
}),
],
});
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/toxicvaults/custom-icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/toxicvaults/custom-icons/icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/toxicvaults/custom-names/icon.png
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.
Binary file added src/assets/toxicvaults/custom-names/sign.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/toxicvaults/find/command.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/toxicvaults/find/gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/toxicvaults/find/gui2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/toxicvaults/history/command.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/toxicvaults/history/gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/toxicvaults/history/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/toxicvaults/manage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/toxicvaults/member-system/gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/toxicvaults/member-system/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/toxicvaults/member-system/sign.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/toxicvaults/sort/sort.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/toxicvaults/time/gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/toxicvaults/time/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/toxicvaults/time/icon2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/toxicvaults/upgrade-system/gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/toxicvaults/upgrade-system/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/content/docs/toxicvaults/features/custom-icons.md
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")
12 changes: 12 additions & 0 deletions src/content/docs/toxicvaults/features/custom-names.md
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")
16 changes: 16 additions & 0 deletions src/content/docs/toxicvaults/features/history.md
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")
16 changes: 16 additions & 0 deletions src/content/docs/toxicvaults/features/lookup.md
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")
11 changes: 11 additions & 0 deletions src/content/docs/toxicvaults/features/member-system.md
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")
11 changes: 11 additions & 0 deletions src/content/docs/toxicvaults/features/placeholders.md
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.
9 changes: 9 additions & 0 deletions src/content/docs/toxicvaults/features/sort.md
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")
12 changes: 12 additions & 0 deletions src/content/docs/toxicvaults/features/time.md
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")
11 changes: 11 additions & 0 deletions src/content/docs/toxicvaults/features/upgrades.md
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")
25 changes: 25 additions & 0 deletions src/content/docs/toxicvaults/info.md
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>
13 changes: 13 additions & 0 deletions src/content/docs/tr/toxicvaults/features/custom-icons.md
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")
12 changes: 12 additions & 0 deletions src/content/docs/tr/toxicvaults/features/custom-names.md
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")
16 changes: 16 additions & 0 deletions src/content/docs/tr/toxicvaults/features/history.md
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")
16 changes: 16 additions & 0 deletions src/content/docs/tr/toxicvaults/features/lookup.md
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")
11 changes: 11 additions & 0 deletions src/content/docs/tr/toxicvaults/features/member-system.md
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")
11 changes: 11 additions & 0 deletions src/content/docs/tr/toxicvaults/features/placeholders.md
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.
9 changes: 9 additions & 0 deletions src/content/docs/tr/toxicvaults/features/sort.md
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")
12 changes: 12 additions & 0 deletions src/content/docs/tr/toxicvaults/features/time.md
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")
11 changes: 11 additions & 0 deletions src/content/docs/tr/toxicvaults/features/upgrades.md
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")
25 changes: 25 additions & 0 deletions src/content/docs/tr/toxicvaults/info.md
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>

0 comments on commit 3cbfaa2

Please sign in to comment.