This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Description
Hi there,
Looking at the greeting dialog settings and in-game chat commands for editing settings it seems like I should be able to edit the GreetingItem and GreetingNewUserItem settings using the standard chat commands. These commands work great for me for GreetingEnabled, GreetingMessage, and I tested the array operations with BackupItems to make sure that wasn't the problem.
But when I try: /admin settings GreetingItem
I get: Server: Getting Value(s) for Setting: GreetingItem and then a blank line. No description of the current values, but no warnings I'm using it incorrectly either.
I've tried accessing the values as GreetingItem.Enabled, GreetingItem.0, GreetingItem.1, GreetingItem.0.Enabled, etc, nothing. None of the array operations return an error or a success message.
What are the proper chat commands to set this setting's values?