Search the Community
Showing results for tags 'wipeblock'.
-
Version 1.0.12
512 downloads
Blocking items after wipe Features Beautiful user interface Performance Interface customization Setting up items by category Support for blocking items by SkinID On-screen alert Ignore blocking by permission Commands block (open interface) wb.indent [seconds] (to slide the blocks) Permissions wipeblock.ignore (ignore blocking) Hooks void OnWipeBlockEnded() API bool AnyBlocked() int SecondsFromWipe() bool IsBlocked(ItemDefinition def) bool IsBlocked(string shortName, ulong skin) bool IsBlocked(ItemConf item) bool IsBlocked(int cooldown) int LeftTime(ItemConf item) int LeftTime(int cooldown) Config Examples Config$21.95- 24 comments
-
- 3
-
- #wipeblock
- #auto wipe
-
(and 7 more)
Tagged with:
-
Version 1.1.0
3 downloads
A comprehensive kit management system for Rust that allows server administrators to create, manage, and distribute item kits to players with a user-friendly UI. General: Intuitive and customizable GUI for managing and distributing kits. Multi-page support for kit display. Adjustable UI colors and elements. Sound effects for actions. Permission-based access control. Compatibility with Economics and ServerRewards payment methods. Integration with NoEscape for combat/raid blocking. Automated data management for wipes. Cooldown system with visual timers and usage limits per kit. Auto-distribution of kits on spawn (AutoKits). Kit Configuration: Customizable names, display names, and colors for kits. Options for usage limits, cooldown timers, and wipe block durations. Permissions and payment method support. Command execution upon kit redemption. Priority-based AutoKit functionality. Ability to hide kits and display custom "no permission" messages. Item Management: Detailed configuration for all usable items in Rust. Support for blueprints, custom skin IDs, and drop probabilities. Adjustable item quantities and assignment across multiple inventory slots (Main, Belt, Wear). Admin Tools: In-game kit creation and editing. Copy items directly from inventory. Real-time kit previews and categorized item selectors. Advanced item editing and permission management. Commands: /kit - Opens the kit menu. kits.reset data [steamid64/all] - Resets kit data for a specific player or all players (Admin only). Permissions: kits.admin - Grants access to kit management UI. Command Variables: %playerid% - Numeric player ID. %playername% - Player's display name. %userid% - String version of the player ID. give %playerid% wood 1000 oxide.grant %userid% vip say %playername% has received a VIP kit! Config: { "General Settings": { "Default No Permission Message": "Buy this kit at @ store.codefling.com", "Commands": [ "kit", "kits", "kitmenu" ] }, "Wipe Settings": { "Auto wipe kit use data on wipe": true, "Save given kits on wipe": false }, "NoEscape Settings": { "Use NoEscape? (Raid/Combat block)": false, "Use Raid Blocked?": true, "Use Combat Blocked?": true, "Block Text Color": "0.7764706 0.5137255 0.4196078 1", "Raid Block Message": "RAIDBLOCK", "Combat Block Message": "COMBATBLOCK" }, "UI Settings": { "Image URL": "https://i.imgur.com/TwAgZ85.png", "Title Text": "Kits available", "Subtitle Text": "codefling.com", "Main Background Color": "0 0 0 0.7803922", "Main Panel Color": "0.1 0.1 0.1 0.8", "Kit Panel Color": "0.1 0.1 0.1 0.8", "Redeem Button - Enabled Color": "0.3647059 0.4470588 0.2235294 0.85", "Redeem Button - Enabled Icon Color": "0.5568627 0.7764706 0.1843137 1", "Redeem Button - Disabled Color": "0.4156863 0.1101371 0.1101371 0.9", "Redeem Button - Disabled Icon Color": "0.7764706 0.5137255 0.4196078 0.85", "Info Button Color": "0.1 0.1 0.1 0.8", "Info Button Icon Color": "0.7 0.7 0.7 1", "Close Button Color": "0.4156863 0.1101371 0.1101371 0.9", "Close Button Icon Color": "0.7764706 0.5137255 0.4196078 0.85", "Add Kit Button Color": "0.3137255 0.5843138 0.772549 0.85", "Add Kit Button Icon Color": "0.3960784 0.7137255 0.9294118 1", "Kit Price Label Background Color": "0.3647059 0.4470588 0.2235294 0.85", "Kit Price Text Color": "0.5568627 0.7764706 0.1843137 1", "Wipe Block Text Color": "0.7764706 0.5137255 0.4196078 1", "Cooldown Text Color": "1 1 1 1", "AutoKit Text Color": "0.7 0.7 0.7 1", "Navigation Button Color": "0.1 0.1 0.1 0.8", "Navigation Button Text Color": "1 1 1 1", "Page Counter Text Color": "1 1 1 1" }, "Sound Settings": { "Enable Sound Effects": true, "Kit Redeem Sound Effect": "assets/bundled/prefabs/fx/invite_notice.prefab", "Kit Delete Sound Effect": "assets/prefabs/locks/keypad/effects/lock.code.lock.prefab", "Copy Items Sound Effect": "assets/bundled/prefabs/fx/notice/item.select.fx.prefab", "Save Kit Sound Effect": "assets/prefabs/locks/keypad/effects/lock.code.unlock.prefab", "Checkbox Toggle Sound Effect": "assets/bundled/prefabs/fx/notice/item.select.fx.prefab", "Error Sound Effect": "assets/prefabs/locks/keypad/effects/lock.code.lock.prefab", "Button Click Sound Effect": "assets/bundled/prefabs/fx/notice/item.select.fx.prefab" } } Lang: { "AutoKitReceived": "You received autokit: {0}", "KitNotFound": "Kit '{0}' not found.", "KitClaimed": "You have claimed the kit: {0}", "KitPurchased": "You have purchased the kit '{0}' for ${1}.", "KitSaved": "Kit '{0}' has been saved.", "KitRemoved": "Kit '{0}' has been removed.", "AutoKitNotManual": "This kit is an autokit and cannot be claimed manually.", "UsesExhausted": "You have exhausted all uses of this kit and cannot claim it again.", "WipeBlocked": "This kit is blocked by wipe. Remaining time: {0}", "OnCooldown": "You can't claim this kit yet. Remaining time: {0}", "NoBalance": "You don't have enough balance to buy this kit.", "NoPermission": "You don't have permission for this action.", "ItemsCopied": "Items copied from your inventory to the kit preview.", "ItemsDropped": "Some items have been dropped on the ground because your inventory was full.", "InvalidKitData": "Invalid kit data. Make sure you've entered a kit name.", "InvalidKitName": "Invalid kit name.", "ItemsCopiedToPreview": "Items copied to the kit preview.", "FillAllFields": "Please fill in all fields.", "InvalidAmountOrProbability": "Invalid amount or drop probability.", "KitRemovedSuccess": "Kit '{0}' has been removed.", "KitNotFoundError": "Kit '{0}' not found.", "NoILError": "The plugin does not work correctly, contact the administrator!", "RemainingUses": "You have {0} uses remaining for this kit.", "RAIDBLOCK": "You cannot redeem kits while raid blocked", "COMBATBLOCK": "You cannot redeem kits while combat blocked" }$29.99 -
Version 1.4.2
231 downloads
This plugin provides two types of protection for players in Rust. Firstly, you can enable general protection. General protection provides universal protection for all players starting from when the server wipe occurs, and during the duration specified in the configuration file, no player can damage another player's base. Secondly, you can enable player-based protection. In player-based protection, each player has protection starting from when they first join the server after a wipe, for the duration specified in the configuration file. During this period, the player cannot damage another player's base, and other players cannot damage their base. To activate general protection, the 'Protect Type' setting in the configuration file should be set as follows: "Protect Type": 2, To activate player-based protection, the 'Protect Type' setting in the configuration file should be set as follows: "Protect Type": 1, Along with player-based protection, you can allow players to purchase extra protection time. To enable players to purchase extra protection time, the 'Buy Protect Enabled' setting in the configuration file should be set as follows: "Buy Protect Enabled": true, With this setting, players can use the '/buyprotect amount' command to purchase protection time (the amount should be a whole number representing minutes). To configure the unit for protection cost ('rp', 'scrap', or 'economics'), the cost per minute of protection, and the duration after which the protection becomes active if the player doesn't have an active protection, you need to modify the respective settings: "How many minutes after purchase should it be active?": 60, "Cost of Protect for a Minute": 100, "Protect Cost Type? scrap / rp, economy": "rp", "How often should it check purchase requests? (enter minute example 5)": 5 Using the above settings as an example, if the player doesn't have an active protection, they will pay 100 RP for 1 minute of protection, and the purchase will be processed at 19:00 if made at 18:00 in real time. If the player already has an active protection, they will pay 100 RP for 1 minute, and the time will be added on top of their existing protection time. If you set "How many minutes after purchase should it be active?" to 0, the purchased protection will be immediately added to the player. To enable notifications on the right side above the health bar, the following settings should be configured, and the ImageLibrary and CustomStatusFramework plugins should be installed. If you prefer to use chat notifications only, you don't need to install these two plugins. "Gui Enabled": true, Admin Commands The plugin includes the following commands that can only be used by admins: /addprotect player_nick_name_part x -> Adds x minutes of protection to the player. /removeprotect player_nick_name_part -> Removes the player's protection. /checkprotect player_nick_name_part -> Displays how much protection time the player has remaining. Player Commands /noprotect -> Player’s can remove protect theirself. /buyprotect minute ->(minute must be intger) if player has enough cost added protect to player Console Commands addprotect steam64id minute All Config Settings { "Protect Enabled": true, "Remove Fire Ball Enabled?": true, "Custom Status Framework Gui Enabled": false, "Simple Status Gui Enabled": true, "Protect Type": 2, "Chat Message Enabled": true, "Protect Time": 7200, "Protect Icon Url": "https://icon-library.com/images/protect-icon/protect-icon-18.jpg", "Player Has Protect Notification Color Code": "0.46275 0.22745 0.18431 1", "Notification Title Color Code": "0.91373 0.77647 0.75686 1", "Notification Text Color Code": "0.91373 0.77647 0.75686 1", "Notification Image Color Code": "0.91373 0.77647 0.75686 1", "Wipe Protect Enabled Notification Background Color Code": "0.46275 0.22745 0.18431 1", "Check Status Gui Time": 5, "Give Back C4, Rocket, Satchel Enabled": false, "Buy Protect Enabled": false, "How many minutes after purchase should it be active?": 60, "Cost of Protect for a Minute": 60, "Protect Cost Type? scrap / rp, economy": "scrap", "How often should it check purchase requests? (enter minute example 5)": 5, "Message Size?": 15, "Plugin Meesage Pre Tag Color ": "#FFA500", "Dont Protect this Prefabs (Twigs, Metal, Stone, TopTier)": [ "Twigs", "Wood" ], "Dont Protect this Items (drone.deployed)": [ "ladder.wooden.wall", "cupboard.tool.deployed", "cupboard.tool.retro.deployed", "cupboard.tool.shockbyte.deployed", "coffinstorage", "woodbox_deployed", "box.wooden.large", "drone.deployed", "autoturret_deployed", "sam_site_turret_deployed", "scraptransporthelicopter", "attackhelicopter.entity", "minicopter.entity", "beachtowel.deployed", "barricade.cover.wood_double" ] } Language Settings: You can modify the notification messages in different languages under the 'Language' folder. Discord: If you find any bugs, need assistance, or have suggestions related to the plugin, you can reach out on Discord. Discord pisagor0104 https://discord.gg/JnQftZeSXD$29.99- 39 comments
- 6 reviews
-
- 2
-
- #wipe protect
- #new player protect
- (and 6 more)
-
Version 1.12.14
337 downloads
IQWipeBlock - multifunctional temporary lock of items after a wipe Has the ability to : - An interface that generates line positions with blocking progress by itself - You can configure the lock completely in detail - Variations of additional item locks for the main item ( ammo or modules ), you can enable the unlock of additional items during the unlock of the main item or after it is unlocked - Support for blocking custom items with SkinID from plugins ( for example, the UraniumTools plugin) - Full item blocking - Blocking of separate modules to the item (body kits) - Blocking of separate cartridges to the object (can be combined with the blocking of modules (body kits) and vice versa) - Ability to highlight a locked item in your inventory - The selection of a blocked item in the inventory can be made in 3 different types (grid, lightning, flame, see the video review) - Detailed interface configuration : - You can customize the location of all the blocks, change their places - Two views of the unlock progress display ( configurable in the configuration) - Customize all colors - You can enable the quick menu for users - Allow users to hide and reveal the quick menu - Enable or disable the informative block with the display of colors ( informs about colors in the process of unlocking ) ( configurable in the configuration) - Supports multilanguage - Plugin support: - Duel - Battles - Duelist - ImageLibrary CONFIGURATION : { "Setting up Locks": { "Configuring weapon and Tool Locks": { "rifle.ak": { "Time to lock this item(in seconds)": 500, "SkinID for the item(if not required, leave the value 0)": 0, "Additional list related to this subject! (Items that can be applied to the main item, example Weapons - > Ammo)": { "weapon.mod.8x.scope": 100 } }, "wood": { "Time to lock this item(in seconds)": 500, "SkinID for the item(if not required, leave the value 0)": 0, "Additional list related to this subject! (Items that can be applied to the main item, example Weapons - > Ammo)": {} }, "stones": { "Time to lock this item(in seconds)": 600, "SkinID for the item(if not required, leave the value 0)": 0, "Additional list related to this subject! (Items that can be applied to the main item, example Weapons - > Ammo)": {} }, "sulfur.ore": { "Time to lock this item(in seconds)": 700, "SkinID for the item(if not required, leave the value 0)": 0, "Additional list related to this subject! (Items that can be applied to the main item, example Weapons - > Ammo)": {} } }, "Configuring Gear locks": { "shoes.boots": { "Time to lock this item(in seconds)": 600, "SkinID for the item(if not required, leave the value 0)": 0, "Additional list related to this subject! (Items that can be applied to the main item, example Weapons - > Ammo)": {} } }, "Setting up explosive locks": { "explosive.timed": { "Time to lock this item(in seconds)": 7770, "SkinID for the item(if not required, leave the value 0)": 0, "Additional list related to this subject! (Items that can be applied to the main item, example Weapons - > Ammo)": {} } }, "Unlock additional items after unlocking the main one (true) or jointly (false)": true }, "Configuring the interface": { "In which part of the screen will the interface with the lock of weapons and tools be located(0-Left, 1-Center, 2-Right)": 0, "In which part of the screen will the interface with the equipment lock be located (0-Left, 1-Center, 2-Right)": 1, "In which part of the screen will the interface with blocking explosives and ammunition be located(0-On the Left, 1-In the Center, 2-on the Right)": 2, "Display the progress of opening an item by filling in the background": false, "Display information-instructions, which block is responsible for what": true, "Link to your background (If not required, leave the field blank)": "", "HEX background color": "#3B3A2EC3", "HEX background color blurr": "#00000044", "HEX background color blurr of additional items": "#00000076", "HEX text color": "#efedee", "HEX line color": "#5E5E5EC8", "HEX line color when unblocking": "#7D904EFF", "HEX background color of the blocked image": "#16161647", "HEX color of the background color of the blocked background": "#16161624", "HEX background color of the next item to unlock": "#161616FF", "HEX background color of the unlocked item": "#667345", "HEX background color of an unlocked item with additional locks": "#C67036", "HEX color of the subject lines with additional locks": "#D08654FF", "Sprite of the blocked element": "assets/icons/bp-lock.png", "Sprite in the quick access menu": "assets/icons/warning_2.png", "Should I hide the interface opening button after unlocking all items": false, "Use the time format (Full - D + H + M(/S) - true / Abbreviated - D/H/M/S - false)": false }, "Configuring the plugin": { "Use the label in the player's inventory if the item is locked(the label will be right on the item being locked)": true, "Enable menu to open wipeblock": false, "Enable the ability to hide the menu to users": true, "Select the label type : 0 - Grid, 1-Flame, 2-Lightning": 0, "Display time on all blocked items, regardless of progress": false, "Settings for collaboration with other plugins": { "IQChat : Chat Settings": { "IQChat : Custom prefix in chat": "[IQWipeBlock]", "IQChat : Custom avatar in the chat (If required)": "", "IQChat : Use UI notifications": false } }, "Notify players that all items have been fully unlocked (true - yes/false - no). The message is configured in lang": true, "Notify players every time they log on to the server that all items are unlocked (true - yes/false - no). The message is configured in lang": false } }$12.99- 28 comments
-
- 1
-
- #wipeblock
- #rust
-
(and 7 more)
Tagged with:
-
-
- #wipeblock
- #auto wipe
-
(and 6 more)
Tagged with: