Follow along with the video below to see how to install our site as a web app on your home screen.
请注意: this_feature_currently_requires_accessing_site_using_safari
新增变量检测等内容 # 特殊技能学习的额外条件 conditions: # 检测的条件 detect: # 检测玩家PlaceholderAPI 变量 # 可无限创建检测条件 # 检测玩家等级 = 15 时才允许学习技能 - "%player_level% = 15" # 检测xxx货币 > 30 时才允许学习技能 - "%nyeconomy_xxx% > 30" # 满足条件时执行的指令 # command 玩家执行 # op 玩家以op执行 # console 玩家以控制台执行 # broadcast 广播信息 # %player% 学习技能的玩家名称 新增ax界面
修复出现只会让队伍的1号宝可梦进行学习的bug
重构代码 增加可编辑界面配置