Jump to content

Search the Community

Showing results for tags 'admin tool'.

  • 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 12 results

  1. Version 1.0.6

    2,636 downloads

    UI spawn amount/time control for monument crates, keycards, barrels, etc. MonumentSpawnControl provides a UI per vanilla monument, listing each spawn group for that monument, with controls for spawn population, respawn timer, and max amount to respawn per cycle. Each group can be emptied, filled, enabled, or disabled, with one click. Respawn durations are in minutes. Where there are multiple monuments of the same name (e.g. Lighthouse), they are all controlled by the same settings. Notes Does not offer control over RustEdit created monument spawns. Does not govern spawners which are part of a puzzle, as these have their own reset criteria. Chat commands. /msc - Usable by admin, or with permission. Permissions. monumentspawncontrol.allowed Configuration. ButtonColour "0.7 0.32 0.17 1" ButtonColour2 "0.4 0.1 0.1 1" - Used for disabled / inactive. Config also stores an entry per monument with information per spawn group. There is no need to edit or view this - It’s all controllable by in-game UI. Useful tool for picking CUI colours - RGB Decimal.
    Free
  2. Version 1.0.2

    414 downloads

    Troll those cheaters in style with the Rocket Man ! After exploding up in the sky their loot will drop all over the place, just like a Piñata. Use the chat command /troll.rocketman <player> or the rcon command troll.rocketman <player>. The player argument will accept a partial player name or a full Steam ID. All users with the Oxide "admin" role will get access to the command, but you may grant per user/group access using the permission oxidationtrollrocketman.use.
    $1.99
  3. 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
  4. kaysharp

    Map Voter

    Version 1.1.19

    152 downloads

    This plugin makes the admin’s life easier by automatically generating maps, initiating a vote that lets users choose which map they would like to play in during the next wipe. Depends on: Image Library Wipe Info API Discord extension UnZip for Windows NEW GUI: Features: Automatically generate maps and start the vote ,every first Thursday of the month. Automatically generate maps on wipe day using https://rustmaps.com/ & wipe-info-api and start the vote. Allows players to vote on maps through an in-game UI or Discord (if you use any plugin that links a player and a Discord user, enable “only authenticated users can vote” in the config file to avoid duplicate votes). Automatically checks if it’s wipe day using wipe-info-api and the plugin’s config. Configure the plugin through a GUI (not all settings are available on the GUI). Select maps from rustmaps.com through a GUI via a RustMaps share code. Note : This plugin does not include auto wipe script. if you wish to automatically restart and update the server and wipes it on forced wipe or on schedule check the other version of Map voter. Video How to add Custom maps : Permissions: MapVoter.use only allows an admin to generate maps and start a vote. MapVoter.Manager allows an admin to use all the features. Commands: /mvote : Opens the plugin’s main GUI. /startvote After selecting which maps will appear on the vote, starts the vote. MapVoter.generate <Number of maps to generate> <seed> <voting duration in minutes>. voteresult : Shows which map had won the vote. Mapvoter.reload reload the plugin. MapVoter.stopvoting : stops ongoing voting. Discord commands: !vote !generate <Number of maps to generate> <seed> <voting duration in minutes>. Configuration { "Commands": { "Open MapVoter UI": "mvote", "Generate Mpas": "MapVoter.generate", "vote result": "voteresult" }, "Options": { "Select random maps from rustmaps filter id instead of generating random maps on wipe day (true/false)": true, "How many pages the plugin looks up per search request(every page has 30 maps": 10, "Enable Discord bot (true/false)": true, "Only players with permission MapVoter.Vote can vote (true/false)": false, "Map size": 3500, "Disable UI": false, "RustMaps API key": "https://rustmaps.com/user/profile", "staging": false, "barren": false, "Stop voting after (minutes)": 60, "avatar url": "", "Discord footer": "", "filter Id": "Visit https://rustmaps.com/ and adjust your map requirements. In the red box above the settings hit the Share button,the string at the end of the URL is the filterId.Example URL: https://rustmaps.com/?share=gEU5W6BUuUG5FpPlyv2nhQ the string at the end in this case {gEU5W6BUuUG5FpPlyv2nhQ} is the filterId." }, "Discord Settings": { "Discord Webhook": "https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks", "Discord Apikey": "BotToken", "Discord Command Prefix": "!", "Discord Channels": [ { "Discord Channel ID": "", "Commands": [ "generate", "vote", "mapwipe", "bpwipe", "cancelwipe", "stopvoting", "update", "cancelupdate" ] } ], "Discord Command Role Assignment (Empty = All roles can use command.)": { "generate": [ "DiscordRoleName", "DiscordRoleName2" ], "vote": [ "DiscordRoleName", "DiscordRoleName2" ], "mapwipe": [ "DiscordRoleName", "DiscordRoleName2" ], "bpwipe": [ "DiscordRoleName", "DiscordRoleName2" ], "cancelwipe": [ "DiscordRoleName", "DiscordRoleName2" ], "stopvoting": [ "DiscordRoleName", "DiscordRoleName2" ], "update": [ "DiscordRoleName", "DiscordRoleName2" ], "cancelupdate": [ "DiscordRoleName", "DiscordRoleName2" ] } }, "Auto Vote": { "Auto start vote": true, "Only Authenticated users can vote through discord": true, "Start voting at (HH:mm) 24-hour clock (UTC)": "17:00", "Number of maps to generate": 4 }, "Auto Wipe": { "Custom Map": { "Custom map": false, "Map URL": "" }, "Map Wipe schedule": [ 7, 14, 21, 28 ], "BP Wipe schedule": [ 0 ], "Enable Auto wipe": true, "Wipe BPs at forced wipe day": true, "Forced Wipe time (HH:mm) 24-hour clock (UTC)": "19:00", "Wipe time (HH:mm) 24-hour clock (UTC)": "19:00" } } Contact kaysharp#2008
    $15.00
  5. Version 1.0.0

    20 downloads

    Very simple marker teleport tool. You can use MTeleport as an admin or as a player with permission (mteleport.use). Here is the /mt command to turn MarkerTeleport on and off. command /mt on and off If you have any questions or problems, join my discord https://discord.gg/D2zTWCEnrN The plugin was created by ☆☆☆ M&B Studios ☆☆☆
    $1.99
  6. Version 1.0.1

    43 downloads

    Facepunch generated loot containers change on spawn, sometimes it's a Military crate, sometimes elite, sometimes normal. RustEdit however does not. It will only spawn the crates/barrel you define. Heres where LootCreate comes in, Two simple commands to place either a crate or a barrel and away you go. Containers are selected randomly from a list in the config and a timer defines the respawn time. (default 2-8 mins) Containers are stored in the data file which is cleared on wipe. Permission LootCreate.admin << required to use commands Commands /PlaceCrate << will place a crate where the player is standing /RemoveCrate << Removes the crate you are looking at (best if you stand on the crate and look down at it) /PlaceBarrel << will place a barrel where the player is standing /RemoveBarrel << Removes the barrel you are looking at (best if you stand on the barrel and look down at it) Configuration { "Crate Prefab List": [ "assets/bundled/prefabs/radtown/crate_basic.prefab", "assets/bundled/prefabs/radtown/crate_elite.prefab", "assets/bundled/prefabs/radtown/crate_normal.prefab", "assets/bundled/prefabs/radtown/crate_normal_2.prefab", "assets/bundled/prefabs/radtown/crate_tools.prefab" ], "Barrel Prefab List": [ "assets/bundled/prefabs/autospawn/resource/loot/loot-barrel-1.prefab", "assets/bundled/prefabs/autospawn/resource/loot/loot-barrel-2.prefab", "assets/bundled/prefabs/radtown/oil_barrel.prefab", "assets/prefabs/resource/diesel barrel/diesel_barrel_world.prefab" ], "Respawn timer upper": 480.0, "Respawn timer lower": 120.0 } Pretty self explanatory, a list of Barrel Prefabs, a list of Crate Prefabs and two numbers that the timer is triggered between. Data The crate and barrel information are save in the LootCreate.json datafile. Deleting this file will clear all placed containers. This is triggered to wipe on new save. Meaning if you wipe the server save it will clear the data. *IF YOU SETUP THE LOOT AND THEN WIPE THE SERVER BEFORE GOING LIVE MAKE SURE YOU BACKUP THIS DATA FILE OR ALL YOUR HARD WORK WILL BE UNDONE* If you have any questions or problems, join my discord https://discord.gg/D2zTWCEnrN
    $5.00
  7. Steenamaroo

    GridTP

    Version 1.0.2

    133 downloads

    Grid based teleportation plugin with daily limits, cooldowns, and permissions. Also has useful admin features. Note - GridTP is accurate right to the lines in both axis. Permissions. gridtp.admin gridtp.clickmap gridtp.precisemap gridtp.tomiddle gridtp.tocorner gridtp.whereis gridtp.back gridtp.toplayer gridtp.vip (for VIP cooldowns and daily limits) With 'precise' perm, players can TP to the precise spot they clicked on the map, or the nearest safe spot. With 'middle' or 'corner' perms, players can use map right-click or chat commands to TP to a safe spot in the middle of the grid, or the top left corner of the grid. Config. Hour at which daily limits reset : 22 Log details of successful Tps : false Disable map use for regular players : true Disable map use for everybody : true Prevent TP into building-blocked : true* Prevent TP from within building-blocked : true* Prevent TP into monuments : true* Prevent TP from within monuments : true* Prevent TP from whilst swimming : true* Disable TP whilst mounted : true* Maintain admin height when TPing in noclip : true Player should be sleeping after TP : true* Custom Chat Command : "gridtp" Config also includes daily limits, (0 means disabled) and cooldown times for precise/middle/corner TPs Notes. Holders of admin permission are not subject to the options marked '*' Map right-click takes 'admins' precisely where they clicked when in noclip, and to the closest safe spot when not in noclip, regardless of other perms. Data. If logging is enabled, the data file stores steamID, username, time and TP type for each successful TP. Data file also stores a date for reference when resetting daily limits. Manual editing of the data file is never required. Chat Commands. /gridtp <letters> <numbers> - Attempt to TP to the specified grid. /gridtp back - Attempt to TP back to previous location (one use per TP) Admin or back permission required. /gridtp limits - Display your remaining daily Tps. /gridtp whereis <playername> - Displays player grid coordinates. Admin or whereis permission required. Admin perm only. /gridtp wipelogs - Wipes all data file TP logs. /gridtp toplayer <playername> - Tps close to specified player. /gridtp reveal <playername> - Publishes player grid coordinates to the server. /gridtp trackpublic <playername> - Toggles publishing player grid to the server every time it changes. /gridtp trackprivate <playername> - Toggles displaying player grid to you every time it changes.
    $10.00
  8. Version 1.0.5

    169 downloads

    Admin and player UI for saving/recalling/deleting sign drawings. Gives players a 25 capacity image library so they can save, and restore, their artwork. Saved images exist even after the signs they're on are destroyed. Multi-layer support for animated signs allows save from and restore to each layer separately. Admin can view a 25 image history for any sign, with the SteamID of the painter shown. Clicking a SteamID shows a 25 image history for that player. UI delete allows for very easy moderation of unwanted images. Permissions SignManager.admin – Allows use of /sma command. SignManager.autosave – Allows auto-saving of paintings upon completion. SignManager.manualsave – Allows manual saving of paintings in UI menu. Chat commands Players. /sm – Opens SignManager UI. Player must be close to a sign Admin. /sma – Opens admin menu for closest sign. /sma <steamID> – Opens admin menu for closest sign /sma export – Exports all images/library data to file. These are auto imported on next server boot. Console commands sma export -Exports all images/library data to file. These are auto imported on next server boot. Configuration ButtonColour : “0.7 0.32 0.17 1” CommandAlias = "SignManager"; AdminCommandAlias = "SignManagerAdmin"; Note : SignManager uses Rust storage and, therefore, saved images will be wiped when the server is wiped. To avoid this, use the the `/sma export` chat command or `sma export` console command before shutdown and wipe.
    $10.00
  9. MON@H

    Give Item

    Version 1.1.3

    22 downloads

    Purpose of this plugin is to give players ability to give items to themselves and others using chat command. By default nothing is allowed to anyone, so you can load plugin safely and configure it afterwards. After you're done with config (see description bellow), first you need to grant player a basic permission use. Next you will need to grant permission to at least one category of items. The list of categories is dynamic, so if you have excluded all items in a certain category, it will not appear. Now you need to grant giveto permission to players that will be able to give items to other players. If player has this permission he will be able to click on the nickname at the top left of the UI and all players list will show up. Note: For a player to appear in the list, he must be alive ## Permissions giveitem.use -- Basic permission. Nothing will work without this one. giveitem.giveto -- Allows the player to give items to other players. Additional permissions with category names are created based on the list of items you will have. Each permission will allow the player to access all items in that category. ## Commands /giveitem - Shows a user interface with a list of items by category. ## Configuration Default avatar used if Image Library is not loaded or no avatar image found Default amount used when the user interface is first loaded. The amount can be changed by pressing the buttons at the bottom of the screen. Show admins on player select page show / hide admins from player selection list Chat steamID icon used to set desired account icon in chat messages Log Level (Debug, Info, Warning, Off) used to set desired logging level Discord message enabled enable / disable sending messages to Discord (requires Discord Logger) Discord WebhookURL use this Webhook to send message in desired channel. Leave blank to send to default chanel. Exclude hidden items used to exclude items that have flag hidden (set by Facepunch) Items blacklist used to exclude items by shortname Commands list set desired chat command(s) ## Localization Plugins phrases are available on 2 languages out of the box: English and Russian Plugin supports Rust Translation API which allows you to have item names in any language supported by Rust ## Developer Hooks ### OnPlayerGiveItem object OnPlayerGiveItem(BasePlayer player, BasePlayer playerTarget, Item item) Called when a player tries to give item to another player. If player is trying to give himself an item playerTarget will be the same as player. Returning a non-null value (default true) prevents item from being gaved.
    $25.00
  10. UserLeftRust

    STFU

    Version 1.0.3

    309 downloads

    STFU is a simple player voice muting system (that doesn't interfere with game chat or running commands like some others do) STFU handles times as Seconds, Minutes, Hours, Days, or perm mutes. Optional output to discord via webhook (Requires DiscordMessages by Slut on uMod) Permissions STFU.user << required to use in-game commands In-Game Commands To mute: /STFU <target> <duration> "reason" Reasons for multiple words must be contained in quotations E.g. /STFU Death 2d "Shouting reeee continuously." for perm mutes, just use the word "perm." E.g /STFU Death Perm "Reee'd again." To Unmute: /UnShut <target> E.g /UnShut Death Console Commands same as above but without the slash To Mute: STFU <Target> <Duration> "reason" To Unmute: UnShut <Target> Console all so has the command. STFULookUp Which will print all current bans to console Configuration The configuration is only needed if you wish to output to discord via DiscordMessages { "Report to Discord": false, "Discord Webhook": "DiscordWebhook URL" }
    Free
  11. Hide your anime houses. Floating Text plugin: In Development Stage: Requires testing under high player count
  12. Version 1.0.0

    9 downloads

    Prevents tracking sites from identifying you. Good-to-Know It doesn't affect your username, it only send fake information to external website (e.g.: BattleMetrics) I'm not responsible for action taken by these sort of website. What I mean is that this kind of plug-ins might not be appreciated by this kind of website and they might decide to remove your server from their site. Websites will see N8qqQYa6IWdovmGT instead of Mælep. Config File My plug-ins are designed to adapt to your needs through a rich configuration file. { "Plugin Settings": { "Re-anonymization rate in seconds (float, 0.0 = disabled)": 0.0, "Inform players that they have been anonymized? (boolean)": true, "Inform players that their identity has been regenerated? (boolean)": true }, "System Settings": { "Show optional logged messages in the console (boolean)": true } } Permission HideMyStreamer.use : players with this permission will be anonymized. Scalable Designed and Optimized for Performance The plug-ins are developed with a primary objective to be very performant and scalable, thus limiting plug-ins related performance losses and limited functionalities or upgrades. Premium Ready My plug-ins use an advanced system offering the possibility for administrators to create as many profiles as they wish in order to offer them to their players through a Premium pack. Multilingual My plug-ins are designed to be usable in different languages. English and Français are available by default. Administrators can add their own language. Colorblindness Friendly Interfaces are carefully designed to be as readable as possible by all players. Secured Database The plug-ins' database is backed up at multiple level and on a regular basis to ensure data integrity if a crash occurs. About Mælep: https://maelep.be Warranty and Updates The customers benefits from a 28-day warranty from the date of the last sell of the plug-in. This warranty covers bugs related to the script and, as far as possible, bugs related to Rust and uMod updates. Terms of Service of Mælep The Mælep's plug-ins are in no way affiliated to Facepunch, uMod or Codefling. He should not be considered as a developer endorsed by Facepunch, uMod or Codefling. Any contribution or purchase made on this website is donated to Mælep. For more information, support or a purchase history, please use the support section available on the page of the plug-in. Payment to Mælep is payment for the digital items contained in the purchase. This transaction is final and there is no refund. If you are banned for breaking the rules of Codefling, you will not be refunded. Requests for refunds due to delays, Rust and uMod update flaws or any other problems are submitted at the discretion of Mælep.
    $10.00
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.2k

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.