External plugin commands not working properly (chat.say issue)Fixed
Hi there Rust has an update now if we use /padmin and we go to permissions then we see in ingame chat text text text
so its not working any more
Unsure why the author is handling the chat this way, but you can change in the plugin:

player.SendConsoleCommand($"chat.say \"/{CPermsPermsCmd}{targetId}\"");

To:

player.SendConsoleCommand($"chat.say 0 \"/{CPermsPermsCmd}{targetId}\"");

This should ideally be replaced though and instead run the method inside the plugin directly instead of trying to make the client run a chat command. @ThibmoRozier
Yep, needs to be made that way indeed. It will affect multiple plugin dependent commands.
Didn't know about this change, though. And I guess I didn't do this because I wasn't sure or didn't know if those could be called from other plugins reliably (As in using their public API methods in case those would be available)
when pressing the permissions button nothing happens except it makes me say the work text in chat.

i have all the permissions as i have verified them by typing /perms player and my name in chat(that is the only way i can see the perms)

i have updated every plugin on my server as of 11/7/2019

and i also noticed that all my key binds dont work either they all say TRUE in chat when trying to use them. i have tried unbinding all of them and rebinding them with no luck
i will wait for a reply

thank you in advance
5b911dfc75c0d.png ThibmoRozier
Yep, needs to be made that way indeed. It will affect multiple plugin dependent commands.
Didn't know about this change, though. And I guess I didn't do this because I wasn't sure or didn't know if those could be called from other plugins reliably (As in using their public API methods in case those would be available)
What is providing the "perms" command then? Permissions are manged by Oxide, which you can use methods in Oxide to get permissions if necessary.
i have all the permissions setup in oxide. before the last update i was able to open player administration and click on a player and click the perms button and it would show all the perms available, but now it just says text in chat when i click the perms button
woggles
i have all the permissions setup in oxide. before the last update i was able to open player administration and click on a player and click the perms button and it would show all the perms available, but now it just says text in chat when i click the perms button

change your binds to say     "bind (letter/number) chat.say 0 /padmin" etc etc

Merged post

that chat.say 0 is the import part here
ok i will try that

Merged post

well that worked for binding /vanish to a key but still doesnt work for /padmin
and i still cant click on the perms button when player administration is open, when i do it just displays in chat the work text
woggles
ok i will try that

Merged post

well that worked for binding /vanish to a key but still doesnt work for /padmin
and i still cant click on the perms button when player administration is open, when i do it just displays in chat the work text

Please see the extensive topic on that here: https://umod.org/community/rust/13946-chatsaycommand-binds-not-working-anymore
This is getting a little off topic for this plugin and thread.

the perms button in the player administration gui no longer is working, when clicked it displays the word text in game chat. i have both player administration and permission manager latest plugin installed. the only way i can check the permissions of a player is to actually type the chat command and player name
woggles
the perms button in the player administration gui no longer is working, when clicked it displays the word text in game chat. i have both player administration and permission manager latest plugin installed. the only way i can check the permissions of a player is to actually type the chat command and player name

That is something that needs to be updated in this plugin itself, not any other plugin. See https://umod.org/community/player-administration/14025-external-plugin-commands-not-working-properly-chatsay-issue?page=1#post-2

Thanks for managing this a bit wulf, had something else yesterday, I'll try to have a look today.
When i push ingame on a  player an of Permission they dont open it it shows only text in chat
Also a duplicate, please check previous reports before making a new post. :)
Locked automatically