<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[SpecialTitleYouWant —— 喜闻见乐的头衔插件来了]]></title><description><![CDATA[<h1>SpecialTitleYouWant</h1>
<p dir="auto">项目地址: <a href="https://github.com/MrXiaoM/SpecialTitleYouWant" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MrXiaoM/SpecialTitleYouWant</a></p>
<p dir="auto"><a href="https://github.com/MrXiaoM/SpecialTitleYouWant/releases" target="_blank" rel="noopener noreferrer nofollow ugc"><img src="https://shields.io/github/downloads/MrXiaoM/SpecialTitleYouWant/total" alt class=" img-responsive img-markdown" /></a> <a href="https://github.com/mamoe/mirai" target="_blank" rel="noopener noreferrer nofollow ugc"><img src="https://img.shields.io/badge/mirai--console-2.11-blue" alt class=" img-responsive img-markdown" /></a></p>
<blockquote>
<p dir="auto">「你想要的插件」系列作品</p>
</blockquote>
<p dir="auto">设置任何你想要的群头衔!</p>
<h2>特性</h2>
<ul>
<li>可以自定义设置头衔的命令</li>
<li>可以自定义大部分提示信息</li>
<li>可以设置违禁词</li>
<li>违禁词可用正则表达式</li>
</ul>
<h2>安装</h2>
<p dir="auto">到 <a href="https://github.com/MrXiaoM//SpecialTitleYouWant/releases" target="_blank" rel="noopener noreferrer nofollow ugc">Releases</a> 下载插件并放入 plugins 文件夹进行安装</p>
<blockquote>
<p dir="auto">2.11 或以上下载 SpecialTitleYouWant-*.mirai2.jar</p>
<p dir="auto">2.11 以下下载 SpecialTitleYouWant-legacy-*.mirai.jar</p>
</blockquote>
<p dir="auto">安装完毕后，编辑配置文件 (路径: <code>config/top.mrxiaom.SpecialTitleYouWant/config.yml</code>，在旧版mirai的路径是<code>config/自定义头衔/config.yml</code>)</p>
<blockquote>
<p dir="auto">配置文件注释<a href="https://github.com/MrXiaoM/SpecialTitleYouWant/blob/1.0.1/src/main/kotlin/ConfigSpecialTitle.kt" target="_blank" rel="noopener noreferrer nofollow ugc">请见源码</a><br />
或者展开下面的折叠</p>
</blockquote>
<div class="fold"><button class="fold-button">...</button><div class="fold-content">
<pre><code># 启用该插件的群
enableGroups: []

# 头衔违禁词(不分大小写)
illegalWords:
  - 变态
  - bt
  - 病娇

# 头衔违禁词正则表达式
illegalPatterns:
  - '^(可爱)?[男女]?(小学|[初高]中|大[学专])生$'

# 最小长度，-1为不限制
minLength: -1

# 最大长度，-1为不限制，但即使不限制，依然会截断头衔长度
maxLength: -1

# 修改头衔命令
cmd:
  - 我要头衔
  - 设置头衔

# 消息，若包括%quote%将会回复用户
# %at%将会替换为@用户
# %old%将会替换成旧头衔
# %title%将会替换成新头衔
msgTooLong: "%quote%你输入的头衔过长"
msgTooShort: "%quote%你输入的头衔过短"
msgSet: "%quote%已设置头衔!"
msgIllegal: "%quote%你的头衔包含违禁词，不许设置!"
msgNotOwner: "%quote%机器人不是群主，无法设置头衔!"
msgNotNormalMember: "%quote%你不是普通群员(比如开启了匿名)，无法设置头衔!"

msgReload: "配置文件已重载"
msgHelp:
  - "自定义头衔 帮助"
  - "/stuw reload - 重载配置文件"
</code></pre>
</div></div>
<p dir="auto">在 enableGroups 中加入要使用该插件的群号，如</p>
<pre><code>enableGroups:
  - 114514
  - 1919810
</code></pre>
<p dir="auto">在控制台执行 <code>/stuw reload</code> 重载配置文件即可</p>
<p dir="auto"><strong>如果你觉得这个插件有用，不妨动动手指点击帖子右下角的大拇指对我表示支持</strong></p>
<blockquote>
<p dir="auto"><em><strong>为什么不用 console 的內建权限系统?</strong></em><br />
高情商: 据我了解大多数小白都不了解什么是“被许可人”之类对他们来说有点复杂的东西，那我不如返璞归真，使用配置文件储存需要启用的群。<br />
低情商: 反正需求不高，懒得学权限系统怎么用。</p>
</blockquote>
<h2>用法</h2>
<p dir="auto">机器人<em><strong>必须是群主</strong></em>!!!</p>
<pre><code class="language-text">@机器人 我要头衔 头衔名称
</code></pre>
<p dir="auto">命令可以在配置文件的<code>cmd</code>那里设置，在输入命令时可以不打空格</p>
<h2>捐助</h2>
<p dir="auto">前往 <a href="https://afdian.net/a/mrxiaom" target="_blank" rel="noopener noreferrer nofollow ugc">爱发电</a> 捐助我。</p>
<div class="fold"><button class="fold-button">...</button><div class="fold-content">
<p dir="auto">来自群组: <a href="https://github.com/SkyNet1748" target="_blank" rel="noopener noreferrer nofollow ugc">SkyNet1748</a></p>
</div></div>
]]></description><link>https://mirai.mamoe.net/topic/1270/specialtitleyouwant-喜闻见乐的头衔插件来了</link><generator>RSS for Node</generator><lastBuildDate>Sat, 09 May 2026 16:59:30 GMT</lastBuildDate><atom:link href="https://mirai.mamoe.net/topic/1270.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 02 Jun 2022 17:33:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SpecialTitleYouWant —— 喜闻见乐的头衔插件来了 on Mon, 05 Sep 2022 10:35:47 GMT]]></title><description><![CDATA[<p dir="auto">女子</p>
]]></description><link>https://mirai.mamoe.net/post/16401</link><guid isPermaLink="true">https://mirai.mamoe.net/post/16401</guid><dc:creator><![CDATA[duoxini]]></dc:creator><pubDate>Mon, 05 Sep 2022 10:35:47 GMT</pubDate></item><item><title><![CDATA[Reply to SpecialTitleYouWant —— 喜闻见乐的头衔插件来了 on Mon, 29 Aug 2022 07:47:43 GMT]]></title><description><![CDATA[<p dir="auto">好像不行 设置不了</p>
]]></description><link>https://mirai.mamoe.net/post/16133</link><guid isPermaLink="true">https://mirai.mamoe.net/post/16133</guid><dc:creator><![CDATA[bowen99]]></dc:creator><pubDate>Mon, 29 Aug 2022 07:47:43 GMT</pubDate></item><item><title><![CDATA[Reply to SpecialTitleYouWant —— 喜闻见乐的头衔插件来了 on Tue, 12 Jul 2022 05:23:43 GMT]]></title><description><![CDATA[<p dir="auto">好耶，这就去试试</p>
]]></description><link>https://mirai.mamoe.net/post/14389</link><guid isPermaLink="true">https://mirai.mamoe.net/post/14389</guid><dc:creator><![CDATA[hhikk5558]]></dc:creator><pubDate>Tue, 12 Jul 2022 05:23:43 GMT</pubDate></item><item><title><![CDATA[Reply to SpecialTitleYouWant —— 喜闻见乐的头衔插件来了 on Fri, 03 Jun 2022 06:51:05 GMT]]></title><description><![CDATA[<p dir="auto">我怀疑你在夹带私货，但是没有证据</p>
<p dir="auto"><img src="/assets/uploads/files/1654239056558-685418c3c2a83c5.jpg" alt="-685418c3c2a83c5.jpg" class=" img-responsive img-markdown" /></p>
]]></description><link>https://mirai.mamoe.net/post/12762</link><guid isPermaLink="true">https://mirai.mamoe.net/post/12762</guid><dc:creator><![CDATA[RainChan]]></dc:creator><pubDate>Fri, 03 Jun 2022 06:51:05 GMT</pubDate></item></channel></rss>