关于 IQTeamLimitter
IQTeamLimitter 是一个插件,用于在单次擦除期间对加入团队实施限制。其主要目标是防止违反规则并限制玩家在整个擦除周期中在团队之间频繁转换。
插件的使命是什么?
团队系统(“greenery”)是游戏的基本元素。
超出限制?您将无法加入或邀请其他人加入您的团队!
如果玩家频繁换队并违反规则,他们将面临以下几个不便:
- 炮塔不起作用: 没有团队,玩家将无法有效地使用炮塔。
- 非活动功能:地图标记、好友高亮显示、通过 /ff 禁用伤害、好友传送以及与团队系统交互的插件中的许多其他功能将不可用。
虽然不可能完全消除违规行为,但 IQTeamLimitter 通过给违规者带来额外的不便并维持游戏秩序来最大限度地减少问题。
此插件未连接到其他插件;它直接与游戏中的团队合作。
主要特点:
Set Limits(设置限制):
您可以定义玩家在一次擦除期间可以更改团队的次数。
过渡之间的冷却时间:
当玩家离开团队时,他们将在加入新团队或邀请其他玩家之前产生惩罚时间!
示例用法:如果玩家离开团队,他们将收到 60 分钟的限制,并且只能在此时间过后加入新团队。
支持解散团队:
该插件会在擦除结束后自动解散所有团队。
记录所有作:
支持玩家作的完整日志记录。
所有团队移动、邀请尝试和其他作都记录在一个文件中,可以发送到 Discord 频道以方便监控。
配置:
{ "Limit on adding to the team during the wipe (if the limit is exhausted, the player will not be able to join teams)": 3, "Cooldown time for joining a new team or inviting players after being removed from a team or leaving it (in minutes)": 60, "Disband all teams after the wipe (true - yes/false - no)": true, "Logging settings for team actions": { "Log data to file": false, "Log data to Discord": { "Webhooks: Log all actions with teams to the Discord channel": "", "Webhooks: Name for the webhook": "[IQTeamLimitter]", "Webhooks: Avatar for the webhook (direct link)": "" } }, "Configuration of supported plugins": { "IQChat: Chat notification settings": { "IQChat: Custom prefix in chat": "<color=#1F6BA0>[IQTeamLimitter]\n</color>", "IQChat: Custom avatar in chat (if required)": "0" } } }
语言文件 :
{ "INFO_ALERT": "Limit on joining and inviting to the team: <color=#738D45>{0}</color>", "INFO_ALERT_PLUS_COOLDOWN": "Limit on joining and inviting to the team: <color=#738D45>{0}</color>\nCooldown before the next joining: <color=#CD412B>{1}</color>", "ALERT_ACCEPT_KICK_PLAYER_COOLDOWN": "<color=#1F6BA0>{0}</color> kicked you from the team.\n\nRemaining available joining limits: <color=#738D45>{1}</color>\nCooldown before the next joining: <color=#CD412B>{2}</color>", "ALERT_ACCEPT_KICK_PLAYER": "<color=#1F6BA0>{0}</color> kicked you from the team.\n\nRemaining available joining limits: <color=#738D45>{1}</color>", "ALERT_ACCEPT_KICK_LEADER": "You have successfully removed a player from the team.\n\nRemaining available invitation limits: <color=#738D45>{0}</color>\nCooldown before the next invitation: <color=#CD412B>{1}</color>", "ALERT_ACCEPT_TEAM_INVITER": "The player has successfully joined your team.\n\nRemaining available invitation limits: <color=#738D45>{0}</color>\n\nNote: if you remove the player or leave the team, you will receive a temporary invitation ban and lose one limit point.", "ALERT_ACCEPT_TEAM": "You have successfully joined the team.\n\nRemaining available joining limits for another team: <color=#738D45>{0}</color>\n\nNote: if you leave the team or are removed, you will receive a temporary joining ban and lose one limit point.", "ALERT_LEAVE_TEAM": "You have left the team. You will be able to join a new one in <color=#CD412B>{0}</color>.\n\nRemaining available joining limits for another team: <color=#738D45>{1}</color>", "ALERT_COOLDOWN_TARGET_TEAM_INVITE": "Cannot invite player to the team: they cannot accept invitations for another <color=#CD412B>{0}</color>.", "ALERT_COOLDOWN_TEAM_INVITE": "You cannot invite players to the team.\n\nPlease wait another <color=#CD412B>{0}</color>.", "ALERT_LIMITED_TEAM": "Your limit for joining teams is exhausted.\n\n<color=#CD412B>You are prohibited from joining and inviting players until the next wipe.</color>", "ALERT_LIMITED_TEAM_PLAYER": "<color=#1F6BA0>{0}</color> has exhausted their limit for joining teams.\n\n<color=#CD412B>They are prohibited from joining and inviting players until the next wipe.</color>" }
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。