Jump to content

Search the Community

Showing results for tags 'administrator'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Plugins
  • Carbon
  • Harmony
  • Maps
  • Monuments
  • Prefabs
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions

Forums

  • CF Hub
    • Announcements
  • Member Hub
    • General
    • Show Off
    • Requests
  • Member Resources
    • For Hire
  • Community Hub
    • Feedback
  • Support Hub
    • Support
    • Site Support

Product Groups

  • Creator Services
  • Host Services

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 7 results

  1. Sukor

    Admin Anon

    Version 1.0.2

    14 downloads

    Enables administrators to perform administrative actions anonymously, hiding their profile when they use in-game chat as well as within the game environment, displaying 'ADMIN' instead of their nickname above their character. Commands /aa - Admin Anon Enable /aa - Admin Anon Disable Permissions adminanon.use - Enables anonymity in the game. Configuration { "Stay Anonymous After Reconnecting": false, "Stay Anonymous In Team Chat": true, "Properties": [ { "Name": "ADMIN", "Better Chat Group": "admin", "Required Permission": "adminanon.use" } ] } Data (example) { "PlayerData": { "76561198196941415": { "Groups": [ "admin", "default" ], "Name": "ADMIN", "Better Chat Group": "admin", "Required Permission": "adminanon.use" } } } Language (EN) { "No Permission": "<size=12>You don't have permission to use this command</size>", "No Profile Permission": "<size=12>You don't have permission to use this profile</size>", "Admin Anon Enabled": "<size=12>Admin Anon has been <color=#00fa9a>ENABLED</color></size>", "Admin Anon Disabled": "<size=12>Admin Anon has been <color=#00fa9a>DISABLED</color></size>", "Admin Anon Changed": "<size=12>Fake identity has changed to <color=#00fa9a>{0}</color></size>", "Requested Fake Identify Not Found": "<size=12>Requested fake identity is not found</size>", "No Fake Identities Available": "<size=12>No fake identities available</size></size>", "Fake Identify Not Found": "<size=12>Fake identity is not found</size>", "Data Corrupted Up": "<size=12>Data is corrupt</size>" }
    $3.00
  2. Version 2.0.0

    871 downloads

    Features: This chrome extension collects and shows additional information about players in battlemetrics rcon. Such as: Steam profile, Battlemetrics profile creation date EAC Ban, EAC Banned Friends, EAC Banned Identifiers (IPs), BM Banned Identifiers (IPs) (if player with an ip can be found on your ban list) Temp ban counts Kills, Deaths, KD Reports, Arkan and Guardian violations (optional) Rust servers played, playtime on: rust servers, aim train servers, your servers Global rust stats (optional) Steam profile picture and the current server's name in battlemetrics Link for ServerArmour, RustAdmin and RustBanned profile (optional) What you receive: By purchasing the product you receive: The source code of this extension Lifetime access Detailed setup guide Support If you need help or If you have any issues or suggestions you can contact me by joining my discord server: https://discord.gg/efVKDG6z6F or by adding me on discord: Farkas#6006
    $9.90
  3. Version 1.0.0

    7 downloads

    This civil guard barracks is a empty building to be used by the server administrator to build The roof of the monument is public and has some helicopter re spawns and loot.
    $7.10
  4. Xray

    Admin Toggle

    Version 3.1.15

    1,184 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
  5. Version 1.0.0

    45 downloads

    A small yet plugin that swiftly provides information about the item you're holding in your hand. #Features Once you have an item in your hand and want to get information about it, execute the command /iteminfo. The relevant information will then be displayed in the chat. ItemName ItemShortName ItemSkinId ItemID #Permission iteminfo.use - Grants the user permission to use the /iteminfo command. #Command /iteminfo - This command allows you to display information about the item. You need to execute the command while holding the item in your hand. #Localization The plugin currently supports English and German. English { "NoPermission": "You do not have permission to use this command!", "NoItemEquipped": "You have not equipped any item.", "PluginPrefix": "<size=16><color=#AE3624>ITEM</color> <color=#738D45>INFO</color></size>" } Deutsch { "NoPermission": "Du hast keine Berechtigung, diesen Befehl zu verwenden!", "NoItemEquipped": "Du hast kein Item ausgerüstet!", "PluginPrefix": "<size=16><color=#AE3624>ITEM</color> <color=#738D45>INFO</color></size>" } Ps: If you find the plugin useful, I would appreciate a thumbs up, as I'm fond of likes!
    Free
  6. Version 1.0.0

    15 downloads

    This small plugin displays your current position in the format x, y, z. It is particularly useful for plugins that support custom coordinates. #Permission myinfo.use - Grants the user permission to use the /myposi command. #Command /myposi - By using the command /myposi, you can display your current position in the chat. #Localization The plugin currently supports English and German. English { "NoPermission": "You do not have permission to use this command!", "Position": "You posi is: ", "PluginPrefix": "<size=16><color=#AE3624>MY</color> <color=#738D45>POSI</color></size>" } Deutsch { "NoPermission": "Du hast keine Berechtigung, diesen Befehl zu verwenden!", "Position": "Deine Position ist: ", "PluginPrefix": "<size=16><color=#AE3624>MY</color> <color=#738D45>POSI</color></size>" } Ps: If you find the plugin useful, I would appreciate a thumbs up, as I'm fond of likes! If you're looking for a plugin with advanced features, I highly recommend the @Krungh Crow plugin!
    Free
  7. Version 0.5.2

    37 downloads

    Introducing... Rusty: Admin Tools! A brand new plugin built to assist administrators with administration. Features: Pacify - Disables a player from causing damage to other players Reflect - Disables a player from causing damage to other players & reflects that damage onto them NoFarm - Disables a player's farming ability NoMeds- Disable a player from using medical items SkyFall - Drops a player from a large height What's Upcoming: DropIt - Forces the player to drop their entire inventory (coming soon) Sit - Teleports and forces the player to sit in a chair so you can have a little chat with them (coming soon) And many more commands! Permissions: rustyadmintools.use -- Be able to use the commands Support: In the event that you need help with this plugin, do not be afraid to make a support ticket or PM me on the site! Disclosure: This plugin is in a very early beta and is not the final product. Expect bugs and changes. If you encounter any bugs, please contact me via the ways listed under SUPPORT and I'd be glad to fix them
    $6.00
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

80.8k

Files Sold

Total number of files sold.

1.6m

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.