Skip to content

Commit

Permalink
Fix bug when everytime shows self inventory.
Browse files Browse the repository at this point in the history
Add possibility to view inventories to all players in read only mode.
Minor code changes.
  • Loading branch information
Ajick2013 committed May 17, 2023
1 parent 704af41 commit 9fd4cc9
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 115 deletions.
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Fed1sServerMod",
"version": "1.0.25",
"version": "1.0.27",
"title": "Fed1sServerMod",
"author": "danbka33",
"contact": "",
Expand Down
6 changes: 3 additions & 3 deletions locale/en/strings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ yellowchest_stop_button=Stop
caption=Players inventory
caption-empty=So empty...
caption-follow=Follow
caption-grab=Grab all
caption-take=Take all
caption-kick=Kick
caption-ban=Ban
caption-online=Online
caption-offline=Offline
caption-all=All roles
caprion-builders="s
caprion-builders=Builders
caption-warriors=Wariors
caption-defenders=Defenders
caption-action=__1__ player __2__?
Expand All @@ -69,7 +69,7 @@ label-main-inventory=Main inventory
label-ammunition-inventory=Ammunition slots
label-trash-inventory=Trash slots
description-open=Open players inventory
message-inventory-full=Can't grab all items, inventory is full.
message-inventory-full=Can't take all items, inventory is full.
tooltip-inventory-button=[color=#7674ff]shift+click[/color] - take one stack\n[color=#7674ff]ctrl+click[/color] - take all\n[color=#7674ff]right click[/color] - select
[entity-name]
Expand Down
2 changes: 1 addition & 1 deletion locale/ru/strings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ yellowchest_stop_button=Остановить
caption=Закрома игроков
caption-empty=Так пусто...
caption-follow=Следить
caption-grab=Раскулачить
caption-take=Раскулачить
caption-kick=Выгнать
caption-ban=Забанить
caption-online=Онлайн
Expand Down
Loading

0 comments on commit 9fd4cc9

Please sign in to comment.