免费插件

Sign Map

标志图

允许将锈迹图放置在标志上

signsmapimage

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

插件介绍

允许将锈迹图放置在标志上

Allows players to add an image of the map to signs.Signs can be generated in a grid and have the map image spread out over that grid.

/sm gen 1 1 - Generates the whole map on a single sign

/sm gen 2 2 - Generates the map over a 2 x 2 grid

/sm gen 3 3 - Generates the map over a 3 x 3 grid

主要用途

主要用于signs、map、image等服务端功能。 本插件由 MJSU 发布,当前目录记录版本为 v1.0.4,uMod 累计下载 14,707 次。

适用场景

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

功能分类

signsmapimage
查看 uMod 官方英文简介

Allows placing the rust map on a signs

权限节点

signmap.use - allows players to use sign map

signmap.noresources - allows players to use sign map with no resource cost

signmap.nocooldown - allows players to use sign map with no cooldown

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

指令说明

/sm - displays the sign map help text

/sm maps - displays the list of available map renders that can be used

/sm undo - will undo the previously generate sign map and refund the items to the player

/sm gen 2 2 - will generate a 2 x 2 map grid. The map the player is looking at will be the bottom left corner of the gird.

/sm gen 2 2 <nr|norotation:optional> - will generate a 2 x 2 map grid. Will disable correcting the rotation of the sign.

/sm gen 2 2 <othermapname:optional> - will generate a 2 x 2 map grid. Using a different map render from /sm maps command.

/sm gen 1 1 - Generates the whole map on a single sign

/sm gen 2 2 - Generates the map over a 2 x 2 grid

/sm gen 3 3 - Generates the map over a 3 x 3 grid

/sm gen 2 8 - Generates the map over a 2 x 8 grid

/sm gen 4 4 nr - Generates the map over a 4 x 4 grid and doesn't correct sign rotation

/sm gen 4 4 default - Generates the map over a 4 x 4 grid and uses the default map image

相关依赖

  • Rust Map API

配置说明

{ "Chat Command": "sm", "Delay between sign generation (Seconds)": 0.1, "Command cooldown (Seconds)": 120.0, "Max number of signs in generated grid": 16, "Default map to use when non specified": "Icons" }

官方配置示例

{
  "Chat Command": "sm",
  "Delay between sign generation (Seconds)": 0.1,
  "Command cooldown (Seconds)": 120.0,
  "Max number of signs in generated grid": 16,
  "Default map to use when non specified": "Icons"
}
{
  "Chat": "<color=#bebebe>[<color=#de8732>Sign Map</color>] {0}</color>",
  "NoPermission": "You do not have permission to use this command",
  "NoSign": "You're not looking at a sign",
  "CanNotUpdate": "You're not allowed to update this sign",
  "InvalidRow": "You have entered an invalid number for row: {0}",
  "InvalidCol": "You have entered an invalid number for column: {0}",
  "SignNotSupported": "This sign is not supported by sign map. Please contact plugin author with the following information. {0}",
  "ImageNotValid": "This map image is not valid. Please contact plugin author.",
  "ActiveGeneration": "You already have an active sign map generation in progress. You cannot use this command until it is finished.",
  "NoAvailableUndos": "You do not have any signs that can be undone.",
  "UndoSuccessful": "All signs have been undone.",
  "UnderCooldown": "You still have {0:0} seconds remaining before you can use this command again.",
  "InvalidGenSyntax": "Invalid Syntax. <color=#de8732>/{0} gen 2 3</color> - to create a sign map that is 2 rows and 3 columns.",
  "MaxSize": "The maximum number of signs generated cannot be more than {0}",
  "NotEnoughItems": "You do not have enough {0}. You have {1} and you need {2}",
  "NeedsWall": "Can only create maps greater than 1 row and 1 column with signs that are placed on walls",
  "SignBroke": "This sign broke or was destroyed",
  "FinishedGenerating": "We have finished generating your sign map using the {0} map that is {1} row(s) and {2} column(s)",
  "Refunded": "We have refunded {0} {1}(s) to you",
  "MapHeader": "The list of available maps are:",
  "MapName": "<color=#de8732>{0}</color>",
  "HelpText": "Allows add map image to signs or creating a map sign grid\n<color=#de8732>/{0} gen 1 1</color> - will add the full map to the sign you're looking at'\n<color=#de8732>/{0} gen 4 5</color> - will create a 4 row x 5 column map using the sign you're looking at as the bottom left corner\n<color=#de8732>/{0} gen 4 5 nr|norotation</color> - will create a 4 x 5 map and not correct the rotation of the sign\n<color=#de8732>/{0} gen 4 5 Icon</color> - will create a 4 x 5 map using the Icons render\n<color=#de8732>/{0} undo</color> - will undo the most recently generated sign map and refund the cost\n<color=#de8732>/{0} maps</color> - to see the list of available maps to use'\n<color=#de8732>/{0}</color> - to display this help text again."
}

更新日志

最新版本: v1.0.4
最后版本发布: 2022-03-11
最后更新(条目): 2026-08-26

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

安装方法

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

使用前注意

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

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