Search the Community
Showing results for tags 'adminplugins'.
-
Version 3.1.19
1,460 downloads
Installation Place the AdminToggle.cs file in /oxide/plugins/ Place the XLIB.dll Dependency in /RustDedicated_Data/Managed/ Grant yourself the default permission o.grant user YOURNAME admintoggle.master the .master permission selector needs to be adapted to what you called the permission setting for the mode Information AdminToggle Allows admins with permission to toggle between player & admin mode Reset Command Open f1 console & write at.fix - Reverts you to player mode (the hard way) (Permission, Priority, Toggle Commands) - Must be unique Core Mode Featues Unlimited custom modes Customizable permission name Priority system for modes Master mode Oxide group toggling Custom commands to toggle Restriction system to specfic steam ids a certan mode Mode Settings (admin) Require a reason to toggle Autorun commands on toggle Separated inventories Teleport back to toggle location upon exiting Revert auth to 0 on disconnect Blocked commands Custom outfit while in mode Notifications (global-chat notification, local-chat notification, popup notification, sound perfab notification & Discord embed Notification) Interface toggle button, pulsing panel, action menu Blocked actions Blocked plugins hooks Mode Settings (player) Autorun commands on revert Notifications (global-chat notification, local-chat notification, popup notification, sound perfab notification & Discord embed Notification) Blocked commands Blocked plugins hooks API Hooks void admintoggle_onAdmin (BasePlayer player) { /*Do something epic*/ } void admintoggle_onPlayer (BasePlayer player) { /*Do something epic*/ } API Methods bool IsAdmin(BasePlayer player); object[] GetMode(BasePlayer player, bool TrueMode = false); /* IF player.userID IS ASSIGNED ANY MODE RETURNS TRUE IF player.userID IS NOT ASSIGNED ANY MODE RETURNS FALSE */ bool isAdmin = AdminToggle.Call<bool>("IsAdmin", player.userID); /* IF player IS NOT ASSIGNED MODE RETURNS NULL IF bool IS SET FALSE RETURNS CURRENT MODE -- object[0] permission (string), object[1] priority (int), object[2] isMaster (bool) IF bool IS SET TRUE RETURNS HIGHEST MODE -- object[0] permission (string), object[1] priority (int), object[2] isMaster (bool) */ object[] getMode = AdminToggle.Call<object[]>("GetMode", player, false); Default Configuration (1 mode) Known incompatible plugins Server Armour (Compatible with v2.29.44 and above)$8.99- 146 comments
- 11 reviews
-
- 2
-
-
- #admin
- #admintool
-
(and 31 more)
Tagged with:
- #admin
- #admintool
- #admin tool
- #admin tools
- #interface
- #gui
- #discord
- #discord integration
- #auth
- #authentication
- #permission
- #permissions
- #log
- #xray
- #adminplugins
- #administrator
- #administrative
- #administrative tools
- #administration
- #administration tool
- #admintoggle
- #admint
- #adminto
- #admintog
- #admintogg
- #admintoggl
- #player
- #player toggle
- #player auth
- #auth toggle
- #admin switch
- #auth switch
- #player switch
-
Version 1.0.2
80 downloads
THIS DESCRIPTION IS OUT OF DATE, I WILL UPDATE IT VERY SOON Supported plugins: Luma Spectator+ is the right hand of any administrator on the server. Now it will become much easier for you to follow the players, you can easily exit and switch between players. The video evidence you recorded now clearly shows who you are following, their Steam ID. The team also works on the line of sight - this means that you can just look at the player, press the bind - and you are already watching him. Config: { "Panel position": { "AnchorMin": "1 0.5", "AnchorMax": "1 0.5", "OffsetMin": "-200 -170", "OffsetMax": "-10 170" }, "Button customization": [ { "Button title": "BAN", "Special Function (if you just need a command, leave the field blank)": "BanMenu", "Command ([ID] is replaced by the ID of the suspect)": "", "Premission for button": "SpectatorPlus.canban" }, { "Button title": "", "Special Function (if you just need a command, leave the field blank)": "HPControl", "Command ([ID] is replaced by the ID of the suspect)": "", "Premission for button": "SpectatorPlus.CanHPControl" }, { "Button title": "CALL", "Special Function (if you just need a command, leave the field blank)": "", "Command ([ID] is replaced by the ID of the suspect)": "call [ID]", "Premission for button": "SpectatorPlus.Cancall" } ], "Ban reasons": [ { "Title": "HACKING", "Command ([ID] is replaced by the ID of the suspect)": "ban [ID] 30d SOFT" }, { "Title": "MACRO", "Command ([ID] is replaced by the ID of the suspect)": "ban [ID] 30d MACRO" }, { "Title": "MUTE: insults", "Command ([ID] is replaced by the ID of the suspect)": "mute [ID] 1h insults" } ], "Another Settings": { "How much HP to heal/injure the observed by the Heal/Hurt button": 10.0 }, "Positions of buttons with actions (needed to place the buttons in a given order) I do not recommend changing this, otherwise the buttons may not be drawn correctly": [ { "OffsetMin": "-92 83", "OffsetMax": "-2 108" }, { "OffsetMin": "2 83", "OffsetMax": "92 108" }, { "OffsetMin": "-92 55", "OffsetMax": "-2 80" }, { "OffsetMin": "2 55", "OffsetMax": "92 80" }, { "OffsetMin": "-92 27", "OffsetMax": "-2 52" }, { "OffsetMin": "2 27", "OffsetMax": "92 52" }, { "OffsetMin": "-92 -1", "OffsetMax": "-2 24" }, { "OffsetMin": "2 -1", "OffsetMax": "92 24" } ] }$7.99- 13 comments
-
- 1
-
