Just purchased the bundle today. Did the typical install followed by granting permission to admins inside web console of server host. Perms were granted.
Open game and type in /welcomeedit and nothing is being displayed. Typing /welcomethemes does open to allow you to select from the 3 different themes. Can someone help me with what the issue can be. Here is the response in web console when i try to excecute the command in the game:
Failed to run command '/welcomeedit' on plugin 'WelcomeController'. (InvalidOperationException: Sequence contains no elements)
at System.Linq.Enumerable.First[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00010] in <a314714511a14f84b853c03efd8682b8>:0
at Oxide.Plugins.WelcomeController.UILoadPanels (BasePlayer player, System.Collections.Generic.List`1[T] uiParts, Oxide.Plugins.WelcomeController+InfoPanelSettings info, Oxide.Game.Rust.Cui.CuiElementContainer container, System.Boolean isDecendent, System.String parentName, System.Int32 page, System.Boolean hasPerms) [0x0001d] in <b62680a337894a3ca98d725ca450ddb9>:0
at Oxide.Plugins.WelcomeController.CreateEditorUI (BasePlayer player) [0x00060] in <b62680a337894a3ca98d725ca450ddb9>:0
at Oxide.Plugins.WelcomeController.UIOpenEditPanel (BasePlayer player, System.String command, System.String[] args) [0x0007c] in <b62680a337894a3ca98d725ca450ddb9>:0
at Oxide.Game.Rust.Libraries.Command+ChatCommand.HandleCommand (BasePlayer sender, System.String name, System.String[] args) [0x0001b] in <efd1926d4ea44420bed4d312a9e9ab2e>:0
at Oxide.Game.Rust.Libraries.Command.HandleChatCommand (BasePlayer sender, System.String name, System.String[] args) [0x00015] in <efd1926d4ea44420bed4d312a9e9ab2e>:0
at Oxide.Game.Rust.RustCore.TryRunPlayerCommand (BasePlayer basePlayer, System.String message, System.String commandPrefix) [0x000c2] in <efd1926d4ea44420bed4d312a9e9ab2e>:0