林航. 发表于 2025-2-2 23:59:11

Terms - 服务条款插件

本帖最后由 林航. 于 2025-2-3 00:01 编辑


Terms - 服务条款插件

我的世界服务条款插件是一个专业的 Minecraft 服务器服务条款管理插件,支持 1.12-1.21.1 版本。提供了一个直观的 GUI 界面,让玩家必须同意服务条款才能开始游戏。




使用教程命令、权限



命令权限描述
------------------------------------------------------------
/terms reload terms.reload 重载插件配置
/terms resend <玩家> terms.resend 重新发送条款给指定玩家





截图










配置文件


# 消息配置
messages:
prefix: '&6[服务条款] '
accept: '&a您已同意服务条款,祝您游戏愉快!'
deny: '&c您已拒绝服务条款,已将您踢出服务器。'
reload: '&a插件配置已重载!'
no-permission: '&c你没有权限执行此命令!'
duplicate-name: '&c检测到重复的物品名称: &f%name%'
reload-failed: '&c配置重载失败,请检查配置文件格式!'

# GUI配置
gui:
title: '&c服务条款'
size: 54 # GUI大小 (9的倍数)
items:
    terms:
      material: PAPER
      name: '&6服务条款'
      lore:
      - '&7欢迎使用服务器'
      - '&7请仔细阅读以下条款:'
      - '&f1. 遵守服务器规则'
      - '&f2. 禁止使用作弊客户端'
      - '&f3. 尊重其他玩家'
      - '&f4. 禁止发布违规内容'
      slot: 21
   
    accept:
      material: EMERALD_BLOCK
      name: '&a同意服务条款'
      lore:
      - '&7点击同意服务条款'
      slot: 38
   
    deny:
      material: REDSTONE_BLOCK
      name: '&c拒绝服务条款'
      lore:
      - '&7点击拒绝服务条款'
      slot: 42
decoration:
    enabled: true

# 装饰性物品配置
decoration:
enabled: true
items:
- material: GRAY_STAINED_GLASS_PANE
    data: 7
    name: '&7'
    slots:
    - 0
    - 1
    - 2
    - 3
    - 4
    - 5
    - 6
    - 7
    - 8
    - 9
    - 17
    - 18
    - 26
    - 27
    - 35
    - 36
    - 44
    - 45
    - 46
    - 47
    - 48
    - 49
    - 50
    - 51
    - 52
    - 53






WIKI

WIKI


下载地址





YanRan233 发表于 2025-2-3 23:49:26

感谢楼主分享,制作辛苦了[哔哩_打call]
页: [1]
查看完整版本: Terms - 服务条款插件