Jump to content

Xray

Creator
  • Posts

    444
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Xray

  1. Xray

    Admin Toggle

    Hello, Covfefe I am not quite sure what you mean by "Would player mode have its own saved data for stuff like skill tree?" There is a feature that can keep the inventory separated from Admin & Player mode where the items you obtained are cached "Modes": { "Master": { "Settings": { "Require Reason To Toggle": false, "Separate Inventorys For Master & Player Mode": true, <------ HERE "Upon Exiting Master Mode Teleport Back To Known Location": true, "Day Time Only": true, "Third-party Autoload Plugins": true, "Use Special Custom Outfit": false, "Use Normal Custom Outfit": false, "Third-party Blocking Plugins (In player mode)": true, "Exclude Logging": true } }, "Limited": { "Enable": false, "Settings": { "Require Reason To Toggle": true, "Separate Inventorys For Limited & Player Mode": true, <------ HERE "Upon Exiting Limited Mode Teleport Back To Known Location": true, "Day Time Only": false, "Third-party Autoload Plugins": false, "Third-party Blocking Plugins (In player mode)": true, "Use Custom Outfit": false } } Best Regards Xray
  2. Xray

    HUD

    https://umod.org/plugins/info-panel -- I use this one myself And to name a other few https://codefling.com/plugins/panelv2 https://codefling.com/plugins/svui-info-panel https://codefling.com/plugins/server-hud
  3. Xray

    Admin Toggle

    Hello, Z1PP3R I believe this feature is already in the latest version of AdminToggle v2.0.6 If you look under the section Interface you should see this RED, GREEN, BLUE, ALPHA/transparency/opacity Best Regards Xray
  4. Xray

    Admin Toggle

    Hello, Perfectangel01 The Feature you requested to notify everyone on the server when a admin activated/deactivated admin mode has now been added in latest version 2.0.5 Best Regards Xray
  5. Xray

    Admin Toggle

    Hello, DeX Yes you might risk getting kicked due to EAC when toggling from Admin -> Player This only occurs only if attempting to fly while the server is changing you form Auth 2 -> 0 I belive this is a side effect of toggeling Auth level while a player is conntected As long you do not attempt to fly while toggeling from Admin -> Player it's works like a champ But I did implant some fail checks to prevent this to a certain extent & still actively developing this plugin And regarding limited actions currently when in admin mode you have full admin (Auth 2) rights Overall what my plugin does is make a connection between "playing" on the server & doing administrative tasks Check the config for a feature list I am open to suggestions and improvements as i use this plugin for my own servers Best Regards Xray
  6. Xray

    Admin Toggle

    Hello, beetle My version is an improved version fixed most of the bugs still actively working on it and haven't experienced it crashing the server Using this plugin for my own servers so it's in my best interest to fix any upcomming issues Best Regards Xray
  7. Xray

    Admin Toggle

    Version 3.1.19

    1,467 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
2.3m

Downloads

Total number of downloads.

10.5k

Customers

Total customers served.

151.9k

Files Sold

Total number of files sold.

3.2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.