KTR
就是勇者世界的副本房间插件,英文名是:RoomDungeons
求告诉如何使用


lichi2050
你需要先编辑Dungeons.yml
  1. DungeonName:
  2.         RoomCount: 8 #How many rooms are there for this dungeon. ← 修改房间数量
  3.         WarpName: Dung ← 副本名称
  4.         MaxPlayersPerRoom: 4 ← 每个房间玩家数量
  5.         JoinCooldown: 20 #How long to wait for a new person to join after another person joined for a particular ROOM. A party join as a whole. ← 加入冷却
  6.         commands-on-join:
  7.                 - sudo %player% cast warp %WarpName%%RoomNumber% #The last two variables will be the warpname defined above, and the room number. For this example, a player joins room 5, the command will be "sudo %player% cast warp Dung5", no space between "Dung5". Also, %player% stands for the player name.
  8.                 - effect %player% 1 1000 5
  9.         commands-on-leave:
  10.                 - sudo %player% home
  11.                 - effect %player% clear
  12.                 - heal %player%
复制代码


设置指令这些就得看你的副本了
设置完了以后在游戏内输入
/join Dungeon 副本名
就会打开选择房间的gui

这插件也挺旧了吧...

KTR
lichi2050 发表于 2016-4-26 22:11
你需要先编辑Dungeons.yml

输入/join Dungeon Test 是无效指令

xyLG
同求这个副本插件使用方法

SX_MC
能不能告诉我在哪才能下到这个插件?真的很需要。。。

第一页 上一页 下一页 最后一页