Hello, I would like to ask why it does not plugin RemoveAAA. It is a fact that came out new updates with updating games? Because I have a plugin in the game but I can not get permissions
RemoveAAA [Unmaintained]
Discussion in 'Plugin Support' started by Tuntenfisch, Jan 23, 2016.
-
I do have it working with a small addition and one change to allow non admin players the ability to spawn with F1 , item list.
@Wulf you will have to double check to make sure that way I did itlol.
I could post it up?
@ Tuntenfisch not sure if you plan a update or anything? -
Wulf Community Admin
-
But a lot of admins do only want the removal of AAA. would be great to have basic alternative just for that. -
Wulf Community Admin
-
How can I give items to sleepers?
-
Trying: grant group default removeaaa.giveid
but non-admins and moderators still can't use the in game console item list to give themselves items.
(creative server) -
Hmm...I think as of recently, the rust players client stopped sending the "giveid" server command -- unless they are truly an admin.
For example, I used to use FauxAdmin which gives their player the IsAdmin flag-- and RemoveAAA in combination with the FauxAdmin plugin, players could give themselvs things from the admin item panel.
This no longer works.....I setup some logging in OnServerCommand...and discovered "giveid" is never sent to the server from the client....
Anyone know how this can be adressed?!Last edited by a moderator: Feb 25, 2017 -
I have actually Fixed this plugin, if it would be ok for me to upload the fixed code here @Wulf ?
-
Wulf Community Admin
-
-
-
Works fine for me aswell.
-
From what i can tell, The admin portion of removing AAA works perfect and all aspects of a Admin using the give commands or using F1 to spawn items.
But the added feature of non-admins to spawn stuff with permissions stopped working. They do not have access to any give commands including F1 item spawn (giveid command) anymore. even with permissions set correctly.Last edited by a moderator: Mar 2, 2017 -
Obviously it is broken or I am just dumb. I had to change arg.cmd.isAdmin to arg.cmd.Admin and arg.cmd.name to arg.cmd.Name.
Soo Am I wrong in doing so ?
http://i.imgur.com/HTEG94N.png -
-
-
Wulf Community Admin
Edit: Ah, I see... non-admin. Not sure why it wouldn't get to that point, but should be something that would need to be fixed in the hook most likely. The other option is you can simply replace the commands with your own by using the same names.Last edited: Mar 2, 2017 -
"The other option is you can simply replace the commands with your own by using the same names."
What cha mean?
I would like to address the issue on my server where FauxAdmin players cannot give themselvs items anymore. FauxAdmin is a plugin that assigns the IsAdmin flag to players, so they can noclip, and godmode, and (used) to beable to give themselvs items. However, now their clients dont send "giveid" to the server anymore, atleast Im unable to log it with Oxide OnServerCommand hook
However, I do see "giveid" logged for true server-configured admin players (not from FauxAdmin).
I wonder if this is an Oxide thing, or a Rust thing that changed?Last edited by a moderator: Mar 3, 2017 -
Wulf Community Admin