就是勇者世界的副本房间插件,英文名是:RoomDungeons
求告诉如何使用
求告诉如何使用
你需要先编辑Dungeons.yml
复制代码
设置指令这些就得看你的副本了
设置完了以后在游戏内输入
/join Dungeon 副本名
就会打开选择房间的gui
这插件也挺旧了吧...
- DungeonName:
- RoomCount: 8 #How many rooms are there for this dungeon. ← 修改房间数量
- WarpName: Dung ← 副本名称
- MaxPlayersPerRoom: 4 ← 每个房间玩家数量
- 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. ← 加入冷却
- commands-on-join:
- - 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.
- - effect %player% 1 1000 5
- commands-on-leave:
- - sudo %player% home
- - effect %player% clear
- - heal %player%
设置指令这些就得看你的副本了
设置完了以后在游戏内输入
/join Dungeon 副本名
就会打开选择房间的gui
这插件也挺旧了吧...