Jump to content

fermens

Creator
  • Posts

    301
  • Joined

  • Last visited

Everything posted by fermens

  1. fermens

    PanelV2

    Version 2.4.3

    329 downloads

    Info panel showing: # online and connecting players # balance # your message # server time # cargo plane # cargo ship # helicopter # CH47 # bradley # announcement text Console command gategui - show/hide UI Screenshot Localization const bool fermensEN = true; // true - ENGLISH PLUGIN | false - ENGLISH PLUGIN // 18 line in .cs file Tips Can change display online to display the economic balance Example: "Message | Online": "Balance {economic}" Webconfig using webconfig for download json UI Config { "Announcement (if empty, disabled)": [ "<color=#ffff99>Announcement</color> can be configured in <color=#ffff66>PanelV2</color> plugin config", "<color=#ffff99>Announcement</color> can be configured in <color=#ffff66>PanelV2</color> plugin config", "<color=#ffff99>Announcement</color> can be configured in <color=#ffff66>PanelV2</color> plugin config" ], "Announcement | Refresh frequency in seconds": 60.0, "Images": { "chelnok": "https://i.ibb.co/RyxsYyd/mUaUn.png", "heli": "https://i.ibb.co/WVf9vRk/mUSE7.png", "plane": "https://i.ibb.co/2nLsxBx/mUR8K.png", "cargo": "https://i.ibb.co/TTf479q/mUOGE.png", "tank": "https://i.ibb.co/6ByLvVW/UCU8o.png" }, "Top row": { "Text size": "12", "Show [0 - time 0-24, 1 - time 0-12 am/pm, 2 - online]": [ 2, 0 ] }, "Bottom row": { "Text size": "12", "Text | Online": "Online {players}/{maxplayers}", "Text | Balance": "Balance {economic}", "Text | Your text": "PanelV2 by fermens", "Frequency of display mode change": 20.0, "Show [0 - online, 1 - balance, 2 - your text]": [ 1, 2 ] }, "UI": { "parent": "Hud", "anchormin": "1 0", "anchormax": "1 0", "offsetmin": "-215 16", "offsetmax": "-215 16", "Background color": "0.95 0.95 0.95 0.025", "Text color - online": "1 1 1 1", "Text color - time": "1 1 1 1", "Icon colors": { "tank_p2_image": { "Active": "0.7 0.9 0.5 0.7", "Inactive": "1 1 1 0.7" }, "ship_p2_image": { "Active": "0 0.7 1 0.7", "Inactive": "1 1 1 0.7" }, "ch47_p2_image": { "Active": "0.2 0.8 0.4 0.7", "Inactive": "1 1 1 0.7" }, "heli_p2_image": { "Active": "1 0.5 0.5 0.7", "Inactive": "1 1 1 0.7" }, "plane_p2_image": { "Active": "0.5 1 0.5 0.7", "Inactive": "1 1 1 0.7" } } } }
    $15.00
  2. fermens

    AAlertRaid

    Version 2.0.3

    424 downloads

    Raid alert in # Game [UI] # Rust+ # Discord # VK.COM # Telegram Need mod: DiscordAPI (https://umod.org/extensions/discord) Attention, first you need to turn off the server, then install the mod Chat command /raid UI The menu is not distorted when changing the screen resolution Messages edit in oxide/lang Localization const bool fermensEN = true; // true - ENGLISH PLUGIN | false - RUSSIAN PLUGIN // 35 lines in .cs file SETTING UP ALERTS IN DISCORD How create bot: https://discordpy.readthedocs.io/en/latest/discord.html How copy ChannelID: https://support.discord.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID- SETTING THE ALERTS IN VK.COM "API from the group" a short beginner's guide To get this key, go to the group, select the "Community Management" item in the menu, then the "Work with API" item and click the "Create Key" button, check the box "Allow the application to access community messages", click "Create". The resulting key is inserted into the plugin configuration file, the column "API". Fill in the columns! "Token (https://discordapp.com/developers/applications)" "Channel ID, where the player will take the code to confirm the profile" SETTING UP ALERTS IN TELEGRAM Add bot @botfather via telegram, press /start Write /newbot Come up with a name and write in response, as well as specify in the plugin config Write /mybots, select your bot and click API Token, copy it and specify it in the plugin config Reload plugin, done CONFIG { "Server name, will using for alerts": "HaxLite X10", "VK.com": { "Enable?": true, "API": "", "Cooldown for sending": 1200.0 }, "Rust+": { "Enable?": true, "Cooldown for sending": 600.0 }, "In game": { "Enable?": true, "Cooldown for sending": 60.0, "Send game effect when notification are received": "assets/prefabs/weapons/toolgun/effects/repairerror.prefab", "Time after the UI is destroyed": 4.0, "UI": "[{\"name\":\"UIA\",\"parent\":\"Overlay\",\"components\":[{\"type\":\"UnityEngine.UI.RawImage\",\"material\":\"assets/content/ui/uibackgroundblur.mat\", \"sprite\":\"assets/content/ui/ui.background.transparent.linearltr.tga\",\"color\":\"0 0 0 0.6279221\"},{\"type\":\"RectTransform\",\"anchormin\":\"1 0.5\",\"anchormax\":\"1 0.5\",\"offsetmin\":\"-250 -30\",\"offsetmax\":\"0 30\"}]},{\"name\":\"D\",\"parent\":\"UIA\",\"components\":[{\"type\":\"UnityEngine.UI.Image\",\"color\":\"1 0 0 0.392904\"},{\"type\":\"RectTransform\",\"anchormin\":\"0 0\",\"anchormax\":\"1 0\",\"offsetmin\":\"0 0\",\"offsetmax\":\"0 5\"}]},{\"name\":\"T\",\"parent\":\"UIA\",\"components\":[{\"type\":\"UnityEngine.UI.Text\",\"text\":\"{text}\",\"fontSize\":12,\"align\":\"MiddleLeft\",\"color\":\"1 1 1 0.8644356\"},{\"type\":\"RectTransform\",\"anchormin\":\"0 0\",\"anchormax\":\"1 1\",\"offsetmin\":\"5 0\",\"offsetmax\":\"-5 0\"}]},{\"name\":\"U\",\"parent\":\"UIA\",\"components\":[{\"type\":\"UnityEngine.UI.Image\",\"color\":\"1 0 0 0.3921569\"},{\"type\":\"RectTransform\",\"anchormin\":\"0 1\",\"anchormax\":\"1 1\",\"offsetmin\":\"0 -5\",\"offsetmax\":\"0 0\"}]}]" }, "Discord": { "Enable?": true, "Cooldown for sending": 600.0, "Token (https://discordapp.com/developers/applications)": "", "Channel ID, where the player will take the code to confirm the profile": "401360615521648663", "Info text": "Enter the received code in the integration menu for raid alerts.\nChat command /raid\nEnter it in the game itself, not in the discord!", "Info text - line color on the left": 14177041, "Text on button": "Get code", "Reply after button click": "Your code: {code}", "Don't touch this field": "938118623707430983" }, "Additional list": [ "wall.external.high", "wall.external.high.stone", "gates.external.high.wood", "gates.external.high.stone", "wall.window.bars.metal", "wall.window.bars.toptier", "wall.window.glass.reinforced", "wall.window.bars.wood" ], "Telegram": { "Enable?": true, "Cooldown for sending": 1200.0, "Bot tag": "@haxlite_bot", "Token": "" }, "Menu UI": { "Background color": "0.07843138 0.06666667 0.1098039 0.9490196", "Strip color": "0.8784314 0.9843137 1 0.5686275", "Rectangular container background color": "0.8901961 0.8901961 0.8901961 0.4156863", "Button text color": "1 1 1 0.9056942", "Text color": "1 1 1 1", "Green button color": "0.5450981 1 0.6941177 0.509804", "Red button color": "1 0.5450981 0.5450981 0.509804", "Gray button color": "0.8901961 0.8901961 0.8901961 0.4156863", "Header text color": "1 1 1 1", "Error text color": "1 0.5429931 0.5429931 0.787812", "Text color of <exit> and <back> buttons": "0.5938045 0.5789595 0.5789595 1", "Rectangular container text color": "1 1 1 0.7843137", "The color of the text with hints at the bottom of the screen": "1 1 1 0.6699298", "Abbreviations and their colors": { "Abbreviation for telegram": "TG", "Telegram icon color": "0.5479987 0.9459876 1 0.4156863", "Abbreviation for vk.com": "VK", "Vk.com icon color": "0.5803922 0.6627451 1 0.4156863", "Abbreviation for rust+": "R+", "Rust+ icon color": "1 0.5803921 0.6013725 0.4156863", "Abbreviation for discord": "DS", "Discord icon color": "0.6313726 0.5764706 1 0.4156863", "Abbreviation for in game": "UI", "In game icon color": "1 0.7843137 0.5764706 0.4156863" } } }
    $15.00
1.9m

Downloads

Total number of downloads.

8.7k

Customers

Total customers served.

129.8k

Files Sold

Total number of files sold.

2.7m

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.