-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加插件:ProgressControl(计划书)v1.0.5 #204
Conversation
This reverts commit 1eb548d.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
没用的文件
ServerTools/ClearPlayersItem.cs
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
........???
ServerTools/Plugin.cs
Outdated
foreach (var keepArmor in ArmorGroup) | ||
{ | ||
var duplicates = e.Player.TPlayer.armor | ||
.Where(x => x.netID == keepArmor.netID && !x.Equals(keepArmor)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
。。。。。。。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
后台刷屏可以将消息私发给玩家,当初懒了直接广播能写日志。
ServerTools/ClearPlayersItem.cs
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
只检测Armor前10个,而且dye没必要检测,玩家丢东西,其他两个装备方案也不能删物品,这里存在比较大的问题。
ServerTools/Plugin.cs
Outdated
foreach (var keepArmor in ArmorGroup) | ||
{ | ||
var duplicates = e.Player.TPlayer.armor | ||
.Where(x => x.netID == keepArmor.netID && !x.Equals(keepArmor)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
后台刷屏可以将消息私发给玩家,当初懒了直接广播能写日志。
更新日志
1.0.5
修复了Windows系统使用Bat脚本中goto start循环启动服务器时无法重置的问题
加入了/pco copy指令复制指定路径文件夹,并重命名源文件加上日期
1.0.4
适配了Linux系统与面板服的自动重置,
修复了用Bash脚本中while true;done循环启动服务器时无法重置的问题
1.0.3
加入了重置时删除指定文件,
加入了/pco delfile指令删除指定路径文件夹
根据击杀NPCID记数执行命令