Jump to content

Xray

Creator
  • Posts

    444
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Xray

  1. Xray

    Admin Toggle

    In vanish plugin its line 669 Change private object? OnPlayerViolation(BasePlayer player, AntiHackType type, float amount) => IsInvisible(player) ? (object)true : null; To private object? OnPlayerViolation(BasePlayer player, AntiHackType type, float amount) => IsInvisible(player) ? (object)false : null; Or in admin toggle Change this line from return false; to return true;
  2. Xray

    Admin Toggle

    There is another plugin "Vanish" calling the hook "OnPlayerViolation" that insists on triggering the violation the player makes Either change the code in AdminToggle to also return "true" (Not recommended) Or Change the code in "Vanish" to return false so the conflict stops (I would recommend) Or the alternative option removed the code in either plugin
  3. Xray

    Admin Toggle

    Try this "Autorun Commands Use Forward Slash '/' For Chat-Commands & Leave It Blank For Console-Commands": [ "creative.allUsers", "creative.toggleCreativeModeUser", "creative.freeRepair", "creative.freeBuild", "creative.freePlacement", "creative.unlimitedIO" ],
  4. Xray

    Admin Toggle

    In the config MODES->Mode->OnAdmin You will find "Autorun Commands Use Forward Slash '/' For Chat-Commands & Leave It Blank For Console-Commands" AND "Blocked Commands" Simply add the commands you would like to be auto-executed upon entering admin mode or the player And if you would like to block certain commands either in admin or player mode simply add em (avoid single letter commands at checks based on IF blocked commands CONTAINS)
  5. Xray

    Admin Toggle

    Hello @Raiven_007 You can specify the auth level for each mode when toggling look for "Specified Auth Level (1 = moderators, 2 = owners) Must either be 1 or 2 cannot be below or above": 2, In the config You can have a "Master" mode with auth level 2 and certain settings/permissions And a separate mode "Helpers" with auth level 1 and more restrictive settings/permissions
  6. Xray

    Admin Toggle

    Hello @BadLandPVE In the config file you have blocked the command or parts of the command "respawn_sleepingbag" Note that blocked commands uses "IF command CONTAINS x" it will be blocked
  7. Xray

    Admin Toggle

    Hello @BadLandPVE Teleport can be disabled in the config The reason behind the teleport location is if you last teleported in the air that would cause issues so that's the thought behind being teleported to the ground
  8. Xray

    Admin Toggle

    Hello @Snake, This feature was a bit unstable, as it was a temporary solution in V2. As there was no way to know if the UI panel was open or closed, so I decided to remove it. But if you are worried about blocking the plugin's usage, you can still do so in Blocked Commands in the config file.
  9. Xray

    Admin Toggle

    "This is not a planned feature as it was created over 1 year before carbon (But perhaps someday it will be compatible no guarantees)" I do not have much free time lately so properly not in the near future
  10. Xray

    Admin Toggle

    When the dll has been recompiled it requires a server restart to apply it just like the oxide dll files Could you provide the error log as I have never heard of my plugin causing a server crash
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.