- Fix for commands like /unutechat not providing feedback message to console when you performed it from console, but everyone on the server gets it
- New placeholders as %cmi_chatmute_reason% %cmi_chatmute_time% some what self explanatory, outputs remaining time for chat mute and reason for it if it was defined
- Added tabcomplete for /cmi editctext
- Added new variable for worthlist as -missing which will open UI with all materials which doesn't have set value. You can click on one of those and regular UI will open where you can set its worth. In addition now setworth UI will have option to switch to missing worth UI if you click on current item in the middle
Spent quite some time reworking chat editors, as we had those in inconsistent look with some weird looking alignments. So we are going from a mess which looked like this
or like this
or this
to new standardized look like this which even (for ctext) includes small part of what it contains
Mainly each line has its remove button at beginning, so its safer when it comes to removing specific line. On top if this for time being each time you will try to remove any of the lines confirmation message will appear which you will need to click to confirm removal. Add button will be included at end of list which will show ID number new entry will get.
- Updated look for aliaseditor output. Number will include _ if its below 10 to keep nicer and more consistent width, same thing applies if you have entries from 90 to 100, so extra _ will get added to make it aligned more properly.
- Increased list size from 5 to 10 for aliaseditor. All this introduces more consistent look across multiple chat editors
- Updated /mail output look
- Updated look of /cmi editctext to match general editors look. Additionally we will include first ctext line for simpler identification
- Updated editctext line editor to match other editors, due to this removed newLine section as now we can click on usual [+] to add new line
- Updated Hologram list to match new format. Which additionally includes first hologram line for simpler identification. Now clicking [+] will result in message appearing that you need to enter new hologram name instead of suggesting command as previously. Old command still works tho.
- Updated hologram text line editor to match new format
- Updated hologram command editor
- Updated IC command editor
- Updated IC block and entity editor
- Updated IC sign line editor
- Updated ipbanlist editor
- Updated note list editor
- Updated portals list editor
- Updated portals command editor
Known missing updates are for /jailedit command as that one requires some internal code updates to handled more complex editors. If i missed another similar type list editor, let me know, but most of them should be updated to the new system.