Skip to content

Commit b2ff35a

Browse files
authored
GH-582 Remove InventoryOpenCommand and change it in README (#583)
* Remove InventoryOpenCommand, and cleanup in README * Remove unused message
1 parent 66b56ef commit b2ff35a

File tree

5 files changed

+1
-135
lines changed

5 files changed

+1
-135
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Get the latest development builds from our [GitHub Actions](https://github.com/E
4646
- /helpop command
4747
- Advanced Notification System allowing you to customize every message to your liking (Title, Subtitle, Actionbar, Chat, etc.)
4848
- :hammer: Open Utility Blocks with simple commands like `/workbench`
49-
- :briefcase: Player Inventory Viewer
49+
- :briefcase: ~~Player Inventory Viewer~~ (We are recommended to use: [OpenInv](https://github.com/Jikoo/OpenInv))
5050
- :heart: Player Attribute Management, including heal, feed, teleportation, and godmode modification
5151
- :ping_pong: Ping Command to check client-server connectivity
5252
- :bust_in_silhouette: Player Information Command (`/whois`)

eternalcore-core/src/main/java/com/eternalcode/core/feature/essentials/container/InventoryOpenCommand.java

Lines changed: 0 additions & 131 deletions
This file was deleted.

eternalcore-core/src/main/java/com/eternalcode/core/translation/Translation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ interface EventSection {
249249
interface InventorySection {
250250
Notice inventoryClearMessage();
251251
Notice inventoryClearMessageBy();
252-
Notice cantOpenYourInventory();
253252
String disposalTitle();
254253
}
255254

eternalcore-core/src/main/java/com/eternalcode/core/translation/implementation/ENTranslation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,6 @@ public static class ENInventorySection implements InventorySection {
540540
public Notice inventoryClearMessageBy = Notice.chat("<green>► <white>Player <green>{PLAYER} <white>inventory cleared");
541541

542542
@Description(" ")
543-
public Notice cantOpenYourInventory = Notice.chat("<red>► <dark_red>You can't open your own inventory!");
544543
public String disposalTitle = "<white><bold>Trash";
545544
}
546545

eternalcore-core/src/main/java/com/eternalcode/core/translation/implementation/PLTranslation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ public static class PLInventorySection implements InventorySection {
562562
@Description({ " ", "# {PLAYER} - Gracz którego ekwipunek został wyczyszczony" })
563563
public Notice inventoryClearMessageBy = Notice.chat("<green>► <white>Ekwipunek gracza {PLAYER} został wyczyszczony");
564564
@Description(" ")
565-
public Notice cantOpenYourInventory = Notice.chat("<red>✘ <dark_red>Nie możesz otworzyć swojego ekwipunku!");
566565
public String disposalTitle = "<white><bold>Kosz";
567566
}
568567

0 commit comments

Comments
 (0)