
UniversalUI
This is a fully Customizable UI for Info and Buttons!
Total Downloads: 1,905 - First Release: Nov 23, 2016 - Last Update: May 13, 2017
- 5/5, 24 likes
-
Absolut updated UniversalUI with a new update entry:
2.1.0
-
Found what I think is a bug. When in admin mode, it wont allow you to create more than 3 sections. When trying to add a 4th section I get the below:
Failed to call hook 'cmdUI_AddNewSection' on plugin 'UniversalUI v2.1.0' (ArgumentException: An element with the same key already exists in the dictionary.)
(15:59:20) | at System.Collections.Generic.Dictionary`2[System.Int32,Oxide.Plugins.UniversalUI+Section].Add (Int32 key, Oxide.Plugins.Section value) [0x00000] in <filename unknown>:0
at Oxide.Plugins.UniversalUI.cmdUI_AddNewSection (.Arg arg) [0x00000] in <filename unknown>:0
at Oxide.Plugins.UniversalUI.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 -
-
yes, deleted the old config and reloaded plugin.
-
Well I dont why, but it seems to be working now by itself.
-
great update, you are amazing
-
-
like say section 1 tab when i push that i cant seem to get the buttons or kits on that first page section needing to go to the next page to view,
i did try to add it manually as i noticed in the actual json there is [kits] in places that are not referenced in the toggled admin section.
man i hope i made sense. many thanks -
standard = 0;
text = 1;
buttons = 2;
kits = 3;
Hopefully I am understanding you correctly : ) -
so i got 1 kit working but how do i add another kit right under it on the same page?
-
-
Last edited by a moderator: Jan 13, 2017
-
glad to hear!
-
Hello Absolut!
First off.. perfect plugin, just what i neededReally good job man!
Although i have a small problem trying to add a the Command "Vanish" to First Button in the side
"buttons": {
"0": {
"adminOnly": true,
"ButtonImage": null,
"CloseUI": false,
"command": Vanish,
"name": Vanish,
"permission": null
},
When i do this and reload, i get the error :
UniversalUI v2.1.0: Failed to load config file (is the config file corrupt?) (Unexpected character encountered while parsing value: v. Path 'buttons.0.command', line 7, position 16.)
I've tried to change the command to "Vanish" and "/vanish" - not sure how to config this :/
Hope you can help ^_^
Edit*
Alright i found the fix for it ^_^ Both name and the command needs to have "" i guess -
Glad you got it and thanks for the feedback! -
Stupid me ^^.
I have another question though, when making a button for a command - and i need it to be a Chat command, how would i do so ? -
-
it says also in the Help text ^^ Thanks alot Rust Beaver!
-