RUST Player Administration v1.6.9

No permission to download
You can download a maximum of 0 files within 24 hours
Player Administration provides a simple-to-use GUI that helps admins moderate users.

Features​

  • Banning/unbanning users
  • Kicking users
  • Killing users
  • Muting/unmuting a player
  • Clearing the user's inventory
  • Resetting a user's blueprints
  • Resetting a user's metabolism (Identical to how a respawn sets a random metabolism)
  • Recover a user's metabolism (Gives the user a healthy metabolic state by filling their hunger, thirst, oxygen, and removing bleeding and radiation.)
  • Hurting a user
  • Healing a user
  • Teleporting yourself to a user
  • Teleporting a player to yourself
  • Spectating a player WARNING: This kills your player and makes you like a "ghost", respawn to exit spectate.
  • The ability to see a user's vitals, status and steamID64
  • Use of Economics plugin to show player's current balance
  • Use of ServerRewards plugin to show player's current reward points
  • Use of Freeze plugin to freeze/unfreeze user position (Only for English language users, Freeze uses localized commands!!!)
  • Use of PermissionsManager plugin to edit Oxide user permissions on a user
  • Use of DiscordMessages plugin to send a fancy message to Discord for each ban and kick
  • Use of BetterChatMute plugin to mute players in an improved manner
  • Use of Backpacks to view a players backpack
  • Use of Inventory Viewer to view a players inventory
  • Use of Godmode to enable/disable godmode for players
  • Filtering through users via the "search" function (Case insensitive and selects both names and IDs that contain the text written in the input)

Permissions​

This plugin uses the permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.
Hint: To easily add all protections use the RCON command: oxide.grant {user <username> | group <group name>} playeradministration.protect.*

  • playeradministration.access.show -- Required to be able to use the /padmin command and plugin
  • playeradministration.access.kick -- Allows the user to kick any player
  • playeradministration.access.ban -- Allows the user to ban and unban any player
  • playeradministration.access.kill -- Allows the user to kill any player
  • playeradministration.access.clearinventory -- Allows the user to clear any player's inventory
  • playeradministration.access.resetblueprint -- Allows the user to reset any player's blueprints
  • playeradministration.access.resetmetabolism -- Allows the user to reset any player's metabolism
  • playeradministration.access.recovermetabolism -- Allows the user to give any player a healthy metabolic state
  • playeradministration.access.hurt -- Allows the user to hurt any player
  • playeradministration.access.heal -- Allows the user to heal any player
  • playeradministration.access.mute -- Allows the user to mute/unmute any player
  • playeradministration.access.perms -- Allows the user to use the "Permissions" button for any player
  • playeradministration.access.allowfreeze -- Allows the user to freeze and unfreeze any player
  • playeradministration.access.teleport -- Allows the user to teleport to any player
  • playeradministration.access.spectate -- Allows the user to spectate any player
  • playeradministration.access.detailedinfo -- Allows the user to see more detailed player information
  • playeradministration.protect.ban -- Protect the user against banning through the panel
  • playeradministration.protect.hurt -- Protect the user against hurting through the panel
  • playeradministration.protect.kick -- Protect the user against kicking through the panel
  • playeradministration.protect.kill -- Protect the user against killing through the panel
  • playeradministration.protect.reset -- Protect the user against stat/BP/inventory resetting/clearing through the panel

Chat Commands​

Binding keys and saving the keybinds:
bind p chat.say 0 /padmin
or:
bind p "chat.say 0 /padmin"
Then to save it:
writecfg

  • /padmin -- Show the player administration menu (requires playeradministration.access.show permission)

Console Commands​

  • playeradministration.closeui -- Close the player administration menu
  • playeradministration.switchui <UI Page Type> -- Switch the UI to a different page (Check the code to see the types of UIPage) (requires playeradministration.show permission)
  • playeradministration.kickuser <Player ID> -- Kick a player (requires playeradministration.access.kick permission)
  • playeradministration.banuser <Player ID> -- Ban a player (requires playeradministration.access.ban permission)
  • playeradministration.mainpagebanbyid -- Ban a player (requires playeradministration.access.ban permission AND only works from the UI due to the text input field)
  • playeradministration.unbanuser <Player ID> -- Unban a player (requires playeradministration.access.ban permission)
  • playeradministration.perms <Player ID> -- Open the perms UI for a player (requires playeradministration.access.perms permission)
  • playeradministration.vmuteuser <Player ID> -- Mute voice for a player (requires playeradministration.access.voicemute permission)
  • playeradministration.vunmuteuser <Player ID> -- Unmute voice for a player (requires playeradministration.access.voicemute permission)
  • playeradministration.cmuteuser <Player ID> -- Mute chat for a player (requires playeradministration.access.chatmute permission)
  • playeradministration.cunmuteuser <Player ID> -- Unmute chat for a player (requires playeradministration.access.chatmute permission)
  • playeradministration.freeze <Player ID> -- Freeze a player (requires playeradministration.access.allowfreeze permission)
  • playeradministration.unfreeze <Player ID> -- Unfreeze a player (requires playeradministration.access.allowfreeze permission)
  • playeradministration.clearuserinventory <Player ID> -- Clear the inventory of a player (requires playeradministration.access.clearinventory permission)
  • playeradministration.resetuserblueprints <Player ID> -- Completely reset the BPs of a player (requires playeradministration.access.resetblueprint permission)
  • playeradministration.resetusermetabolism <Player ID> -- Reset the metabolism of a player to fresh spawn state (requires playeradministration.access.resetmetabolism permission)
  • playeradministration.recoverusermetabolism <Player ID> -- Recover the metabolism of a player to 100% (requires playeradministration.access.recovermetabolism permission)
  • playeradministration.hurtuser <Player ID> <Amount> -- Hurt a player for a certain amount (requires playeradministration.access.hurt permission)
  • playeradministration.killuser <Player ID> -- Kill a player (requires playeradministration.access.kill permission)
  • playeradministration.healuser <Player ID> <Amount> -- Heal a player for a certain amount (requires playeradministration.access.heal permission)
  • playeradministration.tptouser <Player ID> -- Teleport to a player (requires playeradministration.access.teleport permission)
  • playeradministration.tpuser <Player ID> -- Teleport a player to you (requires playeradministration.access.teleport permission)
  • playeradministration.spectateuser <Player ID> -- Spectate a player (requires playeradministration.access.spectate permission)Note: This will kill your character by the game's design!
  • playeradministration.viewbackpack <Player ID> -- View the backpack of a player (requires backpacks.admin permission)
  • playeradministration.viewinventory <Player ID> -- View the inventory of a player (requires inventoryviewer.allowed permission)
  • playeradministration.godmode <Player ID> -- Enable Godmode for a player (requires godmode.admin permission)
  • playeradministration.ungodmode <Player ID> -- Disable Godmode for a player (requires godmode.admin permission)

Configuration​

The settings and options can be configured in the PlayerAdministration file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.
  • Use Permission System -- When set to false the users with the playeradministration.access.show permission can use all actions
Code:
Please, Log in or Register to view codes content!

Localization​

The default messages are in the PlayerAdministration file under the lang/en directory. To add support for another language, create a new language folder (e.g. de for German) if not already created, copy the default language file to the new folder and then customize the messages.
Code:
Please, Log in or Register to view codes content!
Author
Box2
Downloads
0
Views
9
First release
Last update
Rating
0.00 star(s) 0 ratings

Similar resources

Плагин позволяет администраторам перемещать игроков в другие команды
0.00 star(s) 0 ratings
Downloads
0
Updated
0.00 star(s) 0 ratings
Downloads
0
Updated
XF 1  Audio-player 2013-11-21 GP30.00
При загрузке вложений mp3 файлов с компьютера появляется плеер и можно прослушать музыку .
0.00 star(s) 0 ratings
Downloads
0
Updated
Плагин дает возможность админам навсегда запретить использование спрея игрокам
0.00 star(s) 0 ratings
Downloads
0
Updated
Денежная награда лучшему игроку раунда
0.00 star(s) 0 ratings
Downloads
0
Updated
Back
Top
Development Community