-
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
1 parent
983093a
commit 801c8e0
Showing
41 changed files
with
237 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](/src/assets/toxicvaults/manage.png "Manage GUI") | ||
![Icon GUI](/src/assets/toxicvaults/custom-icons/icon.png "Icon GUI") | ||
![Icons GUI](/src/assets/toxicvaults/custom-icons/icons.png "Icons GUI") | ||
![Icon Preview](/src/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](/src/assets/toxicvaults/manage.png "Manage GUI") | ||
![Name Icon](/src/assets/toxicvaults/custom-names/icon.png "Name Icon") | ||
![Sign GUI](/src/assets/toxicvaults/custom-names/sign.png "Sign GUI") | ||
![Name Preview](/src/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](/src/assets/toxicvaults/history/command.png "Command") | ||
The command `/pvhistory <number>` can also be used. | ||
|
||
![GUI](/src/assets/toxicvaults/history/gui.png "GUI") | ||
![GUI](/src/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](/src/assets/toxicvaults/find/command.png "Command") | ||
![GUI](/src/assets/toxicvaults/find/gui.png "GUI") | ||
![GUI](/src/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](/src/assets/toxicvaults/manage.png "Manage GUI") | ||
![Name Icon](/src/assets/toxicvaults/member-system/icon.png "Name Icon") | ||
![Sign GUI](/src/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](/src/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](/src/assets/toxicvaults/manage.png "Manage GUI") | ||
![Time Icon](/src/assets/toxicvaults/time/icon.png "Time Icon") | ||
![GUI](/src/assets/toxicvaults/time/gui.png "GUI") | ||
![Icon](/src/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](/src/assets/toxicvaults/manage.png "Manage GUI") | ||
![Upgrade Icon](/src/assets/toxicvaults/upgrade-system/icon.png "Upgrade Icon") | ||
![GUI](/src/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,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](/src/assets/toxicvaults/manage.png "Manage GUI") | ||
![Icon GUI](/src/assets/toxicvaults/custom-icons/icon.png "Icon GUI") | ||
![Icons GUI](/src/assets/toxicvaults/custom-icons/icons.png "Icons GUI") | ||
![Icon Preview](/src/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](/src/assets/toxicvaults/manage.png "Manage GUI") | ||
![Name Icon](/src/assets/toxicvaults/custom-names/icon.png "Name Icon") | ||
![Sign GUI](/src/assets/toxicvaults/custom-names/sign.png "Sign GUI") | ||
![Name Preview](/src/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](/src/assets/toxicvaults/history/command.png "Command") | ||
`/pvhistory <numara>` komutu da kullanılabilir. | ||
|
||
![GUI](/src/assets/toxicvaults/history/gui.png "GUI") | ||
![GUI](/src/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](/src/assets/toxicvaults/find/command.png "Command") | ||
![GUI](/src/assets/toxicvaults/find/gui.png "GUI") | ||
![GUI](/src/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](/src/assets/toxicvaults/manage.png "Manage GUI") | ||
![Name Icon](/src/assets/toxicvaults/member-system/icon.png "Name Icon") | ||
![Sign GUI](/src/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](/src/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](/src/assets/toxicvaults/manage.png "Manage GUI") | ||
![Time Icon](/src/assets/toxicvaults/time/icon.png "Time Icon") | ||
![GUI](/src/assets/toxicvaults/time/gui.png "GUI") | ||
![Icon](/src/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](/src/assets/toxicvaults/manage.png "Manage GUI") | ||
![Upgrade Icon](/src/assets/toxicvaults/upgrade-system/icon.png "Upgrade Icon") | ||
![GUI](/src/assets/toxicvaults/upgrade-system/gui.png "GUI") |