Search the Community
Showing results for tags 'sales'.
-
Version 0.1.2
35 downloads
The plugin allows displaying the promo code in the status bar. Depends on AdvancedStatus plugin. P.S. The promo code is set via command. The ability to display the promo code in the status bar. The ability to specify the order of the bar; The ability to change the height of the bar; The abillity to customize the color and transparency of the background; The ability to set a material for the background; The ability to switch between CuiRawImageComponent and CuiImageComponent for the image; The ability to get images from the local folder(*SERVER*\oxide\data\AdvancedStatus\Images); The abillity to set own image and customize the color and transparency of the image; The abillity to set sprite instead of the image; The ability to customize the color, size and font of the text. promostatus.admin - Provides the ability to set or delete promo code. { "Promo command": "promo", "Use GameTip for messages?": true, "Promo code": "", "Expiration date of the promo code. Example: 2023-12-22 18:53": "", "Time in seconds for displaying the promo code in the status bar": 3600, "Status. Bar - Height": 26, "Status. Bar - Order": 10, "Status. Background - Color": "#FFD33A", "Status. Background - Transparency": 0.7, "Status. Background - Material(empty to disable)": "", "Status. Image - Url": "https://i.imgur.com/q15Cmu5.png", "Status. Image - Local(Leave empty to use Image_Url)": "PromoStatus_Promo", "Status. Image - Sprite(Leave empty to use Image_Local or Image_Url)": "", "Status. Image - Is raw image": false, "Status. Image - Color": "#FFD33A", "Status. Image - Transparency": 1.0, "Status. Text - Size": 12, "Status. Text - Color": "#FFFFFF", "Status. Text - Font(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf", "Status. SubText - Size": 12, "Status. SubText - Color": "#FFFFFF", "Status. SubText - Font(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf", "Version": { "Major": 0, "Minor": 1, "Patch": 2 } } EN: { "MsgText": "PROMO CODE:", "MsgNotAllowed": "You do not have permissions to use this command!", "MsgAddNewPromo": "Added a new promo code {0}. Valid until {1}.", "MsgAddNewPromoFailed": "An error occurred while adding the promo code. Example: /promo \"test\" \"2024-01-13 09:29\"", "MsgAddNewPromoDateFailed": "Date must be greater than the current date!", "MsgSetNewDisplay": "New display time({0}) for the promo code has been set in the bar.", "MsgSetNewDisplayFailed": "An error occurred while setting a new display time for the promo code. Example: /promo display 3600", "MsgDeletePromo": "The promo code has been deleted!" } RU: { "MsgText": "ПРОМОКОД:", "MsgNotAllowed": "У вас недостаточно прав для использования этой команды!", "MsgAddNewPromo": "Добавлен новый промокод {0}. Действителен до {1}.", "MsgAddNewPromoFailed": "Произошла ошибка при добавлении промокода. Пример: /promo \"test\" \"2024-01-13 09:29\"", "MsgAddNewPromoDateFailed": "Дата должна быть больше текущей!", "MsgSetNewDisplay": "Установлено новое время({0}) отображения промокода в баре.", "MsgSetNewDisplayFailed": "Произошла ошибка при установки нового времени отображения промокода. Пример: /promo display 3600", "MsgDeletePromo": "Промокод был удален!" } display *time* - Sets the display time of the bar in seconds. Permission "promostatus.admin" required. delete - Deletes the promo code. Permission "promostatus.admin" required. *code* *time* - Sets a new promo code. Permission "promostatus.admin" required. Example: /promo display 360 /promo test "2023-12-25 18:53"$3.99 -
Version 1.1.1
7 downloads
Description. PlayerNoGunSales is a Rust plugin that prevents specified items (some firearms and explosives by default) from being sold by vending machines.Ideal for PvE servers, it prevents items specified by the plugin from being sold. Ideal for PvE servers, prevents items specified by the config file from being sold. If a player attempts to sell a banned item, it will be returned to their inventory with a notification. This plugin prevents players from selling guns and explosives early in the wipe, enhancing the server's game balance and improving player playtime. Features. Automatically prevents firearms and explosives specified by default or items specified from the config from being sold in vending machines. This feature is ideal for preventing players from selling guns cheaply on PvE servers. Attempts to sell will result in the banned item being returned to the player's inventory. The list of banned items can be customised by editing the config file. Notifies players when banned items are returned to their inventory. youtube How to use. Install the NoGunSales plugin in the oxide/plugins directory on the Rust server. Edit the configuration file and set the list of prohibited items. Set true for prohibited items and false for permitted items. After editing and saving, reload the plugin file to apply the changes. ------------------------------------------------------------------------------------- 説明: PlayerNoGunSalesは、指定されたアイテム(デフォルトでは一定の銃火器と爆発物)を自動販売機での販売を防止するためのRustプラグインです。 PvEサーバーに最適で、プラグインで指定しアイテムを販売できないようにします。 プレイヤーが禁止アイテムを販売しようとすると、そのアイテムはインベントリに戻され、通知が表示されます。 このプラグインは、プレイヤーがワイプ後の早い段階から銃や爆発物などを販売できないようにし、サーバーゲームバランスとプレイヤーのプレイ時間を向上させます。 特徴: 指定されたアイテムの自動販売機での販売を自動的に防止します。 PvEサーバーに最適で、プレイヤーが銃をワイプ直後などの早い段階で販売できないようにします。 禁止アイテムが販売されようとした場合、プレイヤーのインベントリに戻します。 コンフィグファイルを編集することで、禁止アイテムのリストをカスタマイズ可能です。 禁止アイテムがインベントリに戻されたときにプレイヤーに通知します。 ショートネームをコンフィグファイルに追加することで、他のアイテムも制限可能です。 使用方法: NoGunSalesプラグインをoxide/pluginsディレクトリに配置してRustサーバーにインストールします。 コンフィグファイルを編集して、禁止アイテムのリストを設定します。禁止するアイテムにはtrue、許可するアイテムにはfalseを設定します。 コンフィグファイルを編集保存してプラグインファイルをリロードすると、変更が自動的に適用されます。 インストール方法: NoGunSalesプラグインファイルをダウンロードします。 ファイルをサーバーのoxide/pluginsディレクトリにアップロードします。$8.00 -
Version v2
66 downloads
This bundle of raidable bases is perfect to brighten up your server for the Christmas season around the corner and offer some unique bases that your players can raid themed around the holidays! Celebrate the Christmas season in Rust with our special holiday-themed raidable bases! We have 48 raidable bases with traps all over the place! all adorned with festive decorations and designed to immerse you in the true spirit of Christmas Pack Includes 40+ bases: - 14 easy bases - 23 medium bases - 7 hard bases - 3 expert base ! ReadMe.txt file for help/Discord ! Base designs Shelter design Normal base designs Ship design Tree designs Balloon design Raidable Towns Copy and paste these commands in F1 for easy setup rb.config add "Easy Bases" "santa13" "santa14" "santa18" "santa20" "santa26" "santa27" "santa28" "santa29" "santa30" "xmas-balloon" "santa38" "santa36" "santa35" "santa32" rb.config add "Medium Bases" "santa1" "santa2" "santa3" "santa4" "santa5" "santa6" "santa7" "santa8" "santa9" "santa10" "santa11" "santa12" "santa15" "santa16" "santa17" "santa19" "santa21" "santa22" "santa31" "santa32" "santa33" "santa34" "tree1" rb.config add "Hard Bases" "santa25" "santa24" "santa23" "tree2" "santa40" "santa42" "santa43" rb.config add "Expert Bases" "xmas-town-expert" "santa39" "santa41" rb.config add "Nightmare Bases" resort-nightmare$35.00- 2 reviews
-
- #christmas
- #bases raideables
- (and 25 more)