免费插件

Sign Artist

标志艺术家

从远程 URL 将自定义图像加载到标志

imported

原作者:Whispers88 · 查看 uMod 官方页面 ↗

插件介绍

从远程 URL 将自定义图像加载到标志

Note: The code that handles the resizing requires gdiplus.dll. This should be present on Windows machines. But, on Linux, you will most likely have to install the package libgdiplus. Because this library depends on mono you will also have to add the mono repository to your system. Please refer to the FAQ to see how to do this.

This plugin allows players with the appropriate permission to use images from the internet to display on signs.

A few notes about some configuration values:

(Keep in mind, if the sign is from a copy/pasted building you will have to save it again to correctly save the files for copy/paste for future use, unless you want to restore after every paste ;) )

主要用途

主要用于imported等服务端功能。 本插件由 Whispers88 发布,当前目录记录版本为 v1.4.6,uMod 累计下载 202,701 次。

适用场景

  • 希望扩展原版服务器功能的服主

功能分类

imported
查看 uMod 官方英文简介

Load custom images to signs from a remote URL

权限节点

signartist.urlAllows the player to use the /sil command

signartist.textAllows the player to use the /silt command

signartist.restoreAllows the player to use the /silrestore command

signartist.ignoreownerAllows the player to use the /sil and /silt commands when he does not have building permissions

signartist.ignorecdAllows the player to use the /sil and /silt commands without trigger a cooldown.

signartist.rawAllows the player to specify the raw argument to ignore the jpeg enforcement when it is enabled in the config

signartist.restoreallAllows the player to specify the all argument for /silrestore to restore all signs at once.

授权示例:oxide.grant user 玩家名 权限节点;撤销使用 oxide.revoke

指令说明

/sil <url> [raw]Download the image from the url to the server and display it on the sign you are currently looking at. Specifying the `raw` argument allows you to ignore jpeg enforcement if that is enabled in the config file.

/silt <message> [<fontsize: number>] [<color: hex value>] [<bgcolor: hex value>] [raw]Downloads a generated image with the given text and optional fontsize, color, bgcolor to be displayed on the sign you are currently looking at. Specifying the raw argument allows you to ignore jpeg enforcement if that is enabled in the configuration file.

/silrestore [all] [raw]Restores an image on the sign that was broken during the last Rust update. Specifying the all argument will restore all signs on the server. Specifying the raw argument allows you to ignore jpeg enforcement if that is enabled in the configuration file.

/siliAdds currently held item icon to sign or frame. Use /sili default to add that items default skin. Note that un-approved workshop skins will upload the first image in the workshop preview.

(Keep in mind, if the sign is from a copy/pasted building you will have to save it again to correctly save the files for copy/paste for future use, unless you want to restore after every paste ;) )

These console commands do the exact same thing as the chat commands and can only be executed from the ingame console. They were added to allow input (long urls and such) that can't be send through chat.

sil <url> [raw]

silt <message> [<fontsize: number>] [<color: hex value>] [<bgcolor: hex value>] [raw]

Load from URL/sil https://assets.umod.org/images/umod-gray-nomargin.png

Load from local file/sil file:///C:/Windows/test.png/sil file:///c:\img\test.png (might work better). On Windows, be sure to work in a directory that's not restricted for some reason, e.g. C:\Windows.

相关依赖

  • Absolut Mail
  • Auto Sign Moderation
  • Discord Sign Logger
  • Flying Carpet
  • Monument Addons
  • Rustcord
  • Sign Ban

配置说明

{ "Time in seconds between download requests (0 to disable)": 0, "Maximum concurrent downloads": 5, "Maximum distance from the sign": 3, "Maximum filesize in MB": 1.0, "Enforce JPG file format": false, "JPG image quality (0-100)": 85, "Enable logging file": false, "Enable logging console": false, "Enable discord logging": false, "Discord Webhook": "", "Avatar URL": "https://i.imgur.com/dH7V1Dh.png", "Discord Username": "Sign Artist" }

A few notes about some configuration values:

Maximum concurrent downloads is also used for a separate restore queue, so the plugin will never try to restore more signs at the same time than the value entered here.

JPG image quality is a numeric value between 0 and 100 (inclusive) that defines the jpeg image quality when the image is saved to storage.

官方配置示例

{
  "Time in seconds between download requests (0 to disable)": 0,
  "Maximum concurrent downloads": 5,
  "Maximum distance from the sign": 3,
  "Maximum filesize in MB": 1.0,
  "Enforce JPG file format": false,
  "JPG image quality (0-100)": 85,
  "Enable logging file": false,
  "Enable logging console": false,
  "Enable discord logging": false,
  "Discord Webhook": "",
  "Avatar URL": "https://i.imgur.com/dH7V1Dh.png",
  "Discord Username": "Sign Artist"
}
{  
"Enable discord logging": true,
   "Discord Webhook": "PUT YOUR WEBHOOK HERE",
    "Avatar URL": "https://i.imgur.com/dH7V1Dh.png",
    "Discord Username": "Sign Artist"
    }

更新日志

最新版本: v1.4.6
最后版本发布: 2026-02-08
最后更新(条目): 2026-07-19

本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面

安装方法

  1. 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
  2. 登录本站后点击"下载",由 uMod 官方地址获取作者发布的文件。
  3. 将 .cs 文件放入服务器的 oxide/plugins 目录。
  4. 观察服务端控制台,确认插件编译并成功加载。
  5. 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。

使用前注意

  • Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
  • 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
  • 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
  • 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
来源说明

中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。