diff options
author | Wuzzy <almikes@aol.com> | 2016-12-06 14:57:33 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-06 14:57:33 +0100 |
commit | 68013d8cc6e3d97293a3b524d119b0025728b1a9 (patch) | |
tree | 91d42af541eed4ad0d7ad7397a489bff3fa03aea /settingtypes.txt | |
parent | bf94226a4b44593eefa640a3926671de94ccd9df (diff) |
Change meaning of itemstring setting
Diffstat (limited to 'settingtypes.txt')
-rw-r--r-- | settingtypes.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/settingtypes.txt b/settingtypes.txt index 554458e..8b9d635 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -8,6 +8,9 @@ #This feature might be removed in later versions if it becomes obsolete. doc_items_friendly_group_names (Show “friendly” group names) bool false -#If enabled, the mod will show the itemstring of the entry for each item. -#This is useful for power users and programmers. -doc_items_show_itemstrings (Show itemstrings) bool true +#If enabled, the mod will show the itemstring of the entry for each item to +#all players. If disabled, the itemstring will only be shown to players +#with the “give” or “debug” privilege. +#The itemstring is useful to power users and programmers and +#is used e.g. for the /give and /giveme commands. +doc_items_show_itemstrings (Show itemstrings) bool false |