这是一个非常自由和广泛的插件。 它不针对任何地方的任何类型的服务器, 它只提供 --自定义队列
首先,这个插件能做什么? 例如: 在RPG服务器中: 您可以限制房间的人数。 您可以设置攻击 BOSS 的时间限制。 您可以设置不同的触发器,以允许玩家执行不同的操作。 您可以通过命令设置一些奖励。 您可以将玩家设置为进入下一个场景,并在完成任务后继续冒险。
在MiniGame服务器中: 您可以自定义大厅并设计自己的规则。 您可以创建您想要的 PVP、PVE 竞技场。 你可以制作多种谜题。 您可以设计具有不同触发器的陷阱和奖励。 您还可以通过记分牌设计一些比赛。
在生存服务器中: 您可以付费制作需要付费的附魔房间。 你也可以做一个宝藏。
命令
温馨提示:在游戏中输入“/fw help”即可获得帮助!
对于大厅命令帮助,格式为:
/fw <lobby> <value>
权限
插件的最大权限:
fw.admin 插件
的管理员权限 插件的普通权限:
每条指令只有一个权限。如:
fw.join 允许使用“/fw XX join”
fw.leave 允许使用“/fw XX leave”
fw.list 允许使用“/fw 列表“
......
还有一些特殊权限:
fw.free
拥有此权限的玩家可以自由加入任何队列。
fw.join.<lobby>
只能用于加入<lobby>。
fw.leave.<lobby> 也是一样的。
(小心!fw.join“将涵盖”fw.join.<anylobby>“!
配置Option.yml
Debug: false
#Whether to open the test mode.If enabled,any instructions from the plugin need the fw.debug permission.
#And in the test, the backend will have plugin processing information.
Language: Chinese
#Set the plugin language(Chinese/English).
#after setting the configuration here,
#you only need to delete Language.yml and reload the plugin to complete the setting.
id: 369[/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE][/B][/SIZE][/SIZE]
[B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B]ItemName: '&3Right-Click to leave'
Lore:
- '&6Help you to leave quickly!'
- '&6If you need,please Click me!'
#Above is the id,name,introduction of the item.
Task:
#Here is the task performed when right-clicking the item.
- tell{You left the game with an item.} @p
- leave{} @p
- heal{50} @p
Consume: false
#Whether to consume items when it is used.
其中的每个文件都是按项目执行的任务执行器。
|