Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: johnwicklover1994 on July 17, 2020, 04:24:17 AM
-
My ULib/ULX versions
ULib v2.63w
ULX v3.73w
Game mode(s) I am having this problem on:
Sandbox
There are no Lua errors.
All of the commands except a select few do not show up in the !menu.
I have removed some ulx-related addons and still no fix. The only current
commands are ones from a command addon I installed just a few minutes ago.
This has been going on for a few months and I have just decided to report it.
Please let me know if there is any way at all to fix this. The screenshot is in singleplayer,
but there is no difference in multiplayer.
-
The ULX menu only shows commands that you have access to.
By default, users in the "superadmin" usergroup have full access to ULX. It looks like you are currently in "operator".
See: How do I make myself admin? (https://forums.ulyssesmod.net/index.php/topic,5766.0.html).
-
Another issue:
When I run a command from the menu and in chat, there is no log shown in chat like "johnwicklover1994 set the jump power for Themself to 200"
it only shows up in console. It used to show in chat. Is there any sort of way to fix this too?
-
It sounds like Command/Event echoes are disabled.
Here's how you can update this setting:
Method 1: XGUI
Open XGUI > Click "Settings" tab > Click "Server" tab > Click "ULX Command/Event Echoes" > Select "Echo admin commands anonymously" or "Echo commands and identify admin" in the first drop-down list.
(https://timmy.github.io/images/xgui-command-echoes.png)
Method 2: Server console
Use the "ulx logEcho" console variable to control how ULX echoes commands.
There's 3 different modes:
0 - OFF No output to any players when an admin command is used
1 - ANONYMOUS Output to players without access to see who used the command (admins by default) similar to "(Someone) slapped Bob with 0 damage"
2 - FULL Output to players similar to "Foo slapped Bob with 0 damage"
In this case you'd set it to 1 or 2. So you would run:
ulx logEcho 1
or
ulx logEcho 2
-
It sounds like Command/Event echoes are disabled.
Here's how you can update this setting:
Method 1: XGUI
Open XGUI > Click "Settings" tab > Click "Server" tab > Click "ULX Command/Event Echoes" > Select "Echo admin commands anonymously" or "Echo commands and identify admin" in the first drop-down list.
(https://timmy.github.io/images/xgui-command-echoes.png)
Method 2: Server console
Use the "ulx logEcho" console variable to control how ULX echoes commands.
There's 3 different modes:
0 - OFF No output to any players when an admin command is used
1 - ANONYMOUS Output to players without access to see who used the command (admins by default) similar to "(Someone) slapped Bob with 0 damage"
2 - FULL Output to players similar to "Foo slapped Bob with 0 damage"
In this case you'd set it to 1 or 2. So you would run:
ulx logEcho 1
or
ulx logEcho 2
I fixed that, but none of those settings show up in the XGUI. It's just Client stuff. https://prnt.sc/tjp7yu
-
Again, the ULX menu will show/hide features depending on level of access.
By default, the "superadmin" group has full access.
So make sure you are in the "superadmin" group. I linked to instructions in my first post on this topic.