当前位置:首页 > Unturned插件 > 正文

Unturned段位排名插件

功能:

按获得的分数, 排序玩家列表。

类似 “英雄联盟” “穿越火线” “王者荣耀“里那样的 段位排名机制。

指令:

/rank       查自己积分

权限:

rank

配置文件:(颜色十六进制的 开服教程里 有 十六进制颜色大全)

<?xml version="1.0" encoding="utf-8"?>
<FeexRanksConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <EnableLevelUpNotification>true</EnableLevelUpNotification>
  <EnableLevelUpNotificationGlobal>true</EnableLevelUpNotificationGlobal>
  <EnableRankNotificationOnJoin>true</EnableRankNotificationOnJoin>
  <EnableRankNotificationOnJoinGlobal>true</EnableRankNotificationOnJoinGlobal>
  <EnableRankNotificationOnLeaveGlobal>true</EnableRankNotificationOnLeaveGlobal>
  <NotificationColor>#00E5EE</NotificationColor>//通知玩家的颜色
  <NotificationColorGlobal>#8B1A1A</NotificationColorGlobal>//公屏通知的颜色
  <NotificationColorJoinLeaveGlobal>#00E5EE</NotificationColorJoinLeaveGlobal>//进服颜色
  <FeexRanksDatabase>
    <DatabaseAddress>localhost</DatabaseAddress>
    <DatabaseUsername>root</DatabaseUsername>//数据库账号
    <DatabasePassword>F7G5cJ7</DatabasePassword>//数据库密码
    <DatabaseName>unturned</DatabaseName>//数据库 | 库名
    <DatabaseTableName>ranks</DatabaseTableName>
    <DatabasePort>3306</DatabasePort>
  </FeexRanksDatabase>
  <Events>
    <Event>
      <EventName>KILLS_ZOMBIES_NORMAL</EventName>
      <Notify>true</Notify>
      <Points>10</Points>//击杀普通僵尸获得的排位分
    </Event>
    <Event>
      <EventName>KILLS_ZOMBIES_MEGA</EventName>
      <Notify>true</Notify>
      <Points>50</Points>//击杀BOSS僵尸获得的排位分
    </Event>
    <Event>
      <EventName>KILLS_PLAYERS</EventName>
      <Notify>true</Notify>
      <Points>60</Points>//击杀玩家获得的排位分
    </Event>
  </Events>
  <Level>
    <Level>
      <Points>0</Points>//初始段位排位分 建议第一段位设置0
      <Name>青铜</Name>//段位名称
      <KitReward>false</KitReward>//是否开启 到达此段位拥有此礼包
      <KitNotify>true</KitNotify>
      <KitName />  //启用就就改成<KitName>礼包名字</KitName>
      <PermissionGroupReward>false</PermissionGroupReward>//是否开启到达此段位的加入某个权限组
      <PermissionGroupNotify>true</PermissionGroupNotify>
      <PermissionGroupName />   //启用就改成<PermissionGroupName>权限组名字</PermissionGroupName>
      <UconomyReward>false</UconomyReward>//是否启用到达此段位获得金币
      <UconomyNotify>true</UconomyNotify>
      <UconomyAmount>0</UconomyAmount>//到达此段位获得的金币
    </Level>

如果想添加多个段位复制粘贴 一份 上个段位的就行 配置文件 里有多个的展示 记住要  按格式设置。如果不按格式来设置的话。

插件会整个。

失效无法使用    

<Level>
      <Points>10000</Points>
      <Name>白银</Name>
      <KitReward>false</KitReward>
      <KitNotify>true</KitNotify>
      <KitName />
      <PermissionGroupReward>false</PermissionGroupReward>
      <PermissionGroupNotify>true</PermissionGroupNotify>
      <PermissionGroupName />
      <UconomyReward>false</UconomyReward>
      <UconomyNotify>true</UconomyNotify>
      <UconomyAmount>0</UconomyAmount>
    </Level>


 附件下载
 售价:0 土豆币
 附件1
FeexRanks
13K
zip
蓝奏云
 附件2
Libraries
1M
zip
蓝奏云

0
您需要 登录账户 后才能发表评论

发表评论