最MC论坛

标题: [综合|安全|管理]Coreprotect —— [持续更新][查询插件][1.3.2-1.15.2] [打印本页]

作者: happyvalley_lmx    时间: 2015-7-2 22:04
标题: [综合|安全|管理]Coreprotect —— [持续更新][查询插件][1.3.2-1.15.2]
本帖最后由 happyvalley_lmx 于 2020-2-27 13:37 编辑

CoreProtect插件现在已经随作者更新到1.15.2版本~
[attach]5401[/attach]
作者最新版本更新于2015/7/2  ←←我也是刚刚接到就转过来了XD,目前汉化中
本人还在汉化中啦XD


什么是CoreProtect?
CoreProtect是一个查询插件,可以记录所有服务器内的操作包括聊天,命令,查询方块记录,回档等等很强大的功能

建议左转Minecraft插件百科页面查看详细指令和帮助
指令(亲手汉化):
  1. 你可以使用以下三个基础指令代替/co : "/coreprotect", "/core", or "/co".

  2. 各种命令

  3. /co help - 显示命令列表
  4. /co inspect - 查询方块模式开关
  5. /co rollback <params> - 倒档
  6. /co restore <params> - 回档
  7. /co lookup <params> - 高级查询模式(查询命令啊,半径内方块啊这种)
  8. /co purge <params> - 删除旧的数据
  9. /co reload - 重载数据
  10. /co version - 查看插件版本

  11. 快捷指令:

  12. /co near - 查找5半径内的方块
  13. /co undo - 取消/restone的回档

  14. 下面是详细的信息




  15. | /co help
  16. 列出命令列表,这能很好地帮助你




  17. | /co inspect
  18. 开启最基本的查询模式。当然你也可以使用/co i 来进行操作




  19. | /co rollback u:<玩家名称> t:<时间> r:<半径> a:<行动> b:<方块> e:<排除>
  20. Nearly all of the parameters are optional. 快捷指令: "/co rb".

  21. 详细说明:
  22. u:<玩家名称> - 让一个用户回档.
  23. 举个例子: u:Zuimc <img src="http://www.zuimc.com/static/image/smiley/mc/mobnotch.png" border="0" smilieid="546" alt="">

  24. t:<时间> - 指定回档的时间
  25. 你可以指定星期,天,分钟或秒

  26. 例子: t:2w(两周),5d(五天),7h(七小时),2m(两分钟),10s(十秒)

  27. 可以将时间叠加使用
  28. Example: t:5d2h(5天两小时)

  29. 当然你也可以用小数<img src="http://www.zuimc.com/static/image/smiley/mc/mobcreeper.png" border="0" smilieid="585" alt="">
  30. Example: t:2.50h (两个半小时)

  31. r:<选择范围> - 指定一个范围(半径).
  32. 这个是选择半径的方法哦XD

  33. 你可以指定一个数字 (e.g. r:5), 一个世界(e.g. r:#world_the_end), 全世界 (r:#global), 或者使用WorldEdit插件来选择范围(r:#worldedit or r:#we)

  34. 说白了, 你如果要让半径10以内的回档就这样: r:10
  35. (其实我个人更喜欢用WE选择,快捷方便)

  36. a:<动作> - 查找某玩家的某动作
  37. 例如,如果你要回当某个方块的操作,就输入 a:+方块ID

  38. 以下是全部的动作类型
  39. a:block (方块放置与破坏)
  40. a:+block (方块放置)
  41. a:-block (方块破坏)
  42. a:click (玩家的互动)
  43. a:container (容器操作,像箱子那种)
  44. a:+container (容器放入操作)
  45. a:-container (容器拿出操作.)
  46. a:kill (杀掉的动物/怪物)
  47. a:chat (聊天消息)
  48. a:command (使用的命令)
  49. a:session (登陆离开状态)
  50. a:+session (登录状态)
  51. a:-session (离开状态)
  52. a:username (更改用户名?????)

  53. b:<方块ID> - 限制方块类型
  54. 例如,如果你要选择一个石头,那就这样输入ID即可(石头ID是1): b:1
  55. 你可以选择多个物品,例如: b:1,5,7

  56. 你可以在这里找到物品ID: http://www.minecraftwiki.net/wiki/Data_values

  57. e:<排除类型> - 如果不想选择一个方块那就用这个(就是用在选择全世界除了某个方块)
  58. 如果想选择除了TNT以外的,那就直接使用: e:46

  59. #<hashtag> - Add a hashtag to the end of your command to perform additional actions.
  60. For example, to perform a rollback preview, you would use #preview

  61. Here's a list of available hashtags:
  62. #preview (Preview a rollback/restore)
  63. #count (Return the number of rows found in a lookup query)
  64. #verbose (Display additional information during a rollback/restore)
  65. #silent (Display minimal information during a rollback/restore)





  66. | /co restore u:<user> t:<time> r:<radius> a:<action> b:<blocks> e:<exclude>
  67. Same parameters as /rollback. Shortcut: "/co rs".

  68. Restoring can be used to undo rollbacks.




  69. | /co lookup u:<user> t:<time> r:<radius> a:<action> b:<blocks> e:<exclude>
  70. Same parameters as /rollback. Shortcut: "/co l".

  71. Lookups can be used to search through block data.




  72. | /co purge t:<time>
  73. Purge old block data. Useful for freeing up space on your HDD if you don't need the older data.

  74. For example, "/co purge t:30d" will delete all data older than one month, and only keep the last 30 days of data.

  75. If used in-game, only data older than 30 days can be purged. If used from the console, only data older than 24 hours can be purged.




  76. Example Rollback Commands:

  77. >>By default, if no radius is specified, a radius of 10 will be applied, restricting the rollback to within 10 blocks of you. Use "r:#global" to do a global rollback.

  78. Rollback Notch 1 hour (with default radius of 10):
  79. /co rollback u:Notch t:1h

  80. PREVIEW rolling back Notch 1 hour (with default radius of 10):
  81. /co rollback u:Notch t:1h #preview

  82. Rollback Notch 23 hours and 17 minutes (with default radius of 10):
  83. /co rollback u:Notch t:23h17m

  84. Rollback ONLY stone placed/broken by Notch within the last hour (with default radius of 10):
  85. /co rollback u:Notch t:1h b:1

  86. Rollback ONLY stone BROKEN by Notch within the last hour (with default radius of 10):
  87. /co rollback u:Notch t:1h b:1 a:-block

  88. Rollback EVERYTHING Notch did in the last hour EXCEPT for stone he placed/broken:
  89. /co rollback u:Notch t:1h r:#global e:1

  90. Rollback griefing Notch did in the last hour that is within 20 blocks of you:
  91. /co rollback u:Notch t:1h r:20

  92. Rollback griefing Notch did in the last hour ONLY in the Nether:
  93. /co rollback u:Notch t:1h r:#nether

  94. Rollback everything done in the last 15 minutes by anyone within 30 blocks of you:
  95. /co rollback t:15m r:30

  96. Rollback everything done in the last 15 minutes in a WorldEdit selection:
  97. /co rollback t:15m r:#worldedit




  98. Example Lookup Commands:

  99. >>Lookup commands are generally the same as rollback commands. The primary difference is that a default radius is not applied to lookups, meaning all lookup commands do a global search by default.

  100. Lookup all diamond ore mined in the last hour:
  101. /co lookup b:56 t:1h a:-block

  102. Lookup all chat messages sent by Notch in the last 30 minutes:
  103. /co lookup u:Notch t:30m a:chat

  104. Lookup all logins ever done by Notch:
  105. /co lookup u:Notch a:login

  106. Lookup all logins ever done by Notch:
  107. /co lookup u:Notch a:login

  108. Lookup previous usernames used by the Notch:
  109. /co lookup u:Notch a:username
复制代码



下载地址:




作者: 唯一。    时间: 2015-7-3 22:15
加油。。汉化是个大工程。等我把软件下好了我也汉化。。
作者: 荒岛Dester°    时间: 2015-7-11 00:39
一般的服务器都必备的插件而且可以防熊
作者: 小泽    时间: 2015-7-11 17:03
提示: 该帖被管理员或版主屏蔽
作者: ainidaoyongyuan    时间: 2015-7-11 22:16
提示: 该帖被管理员或版主屏蔽
作者: 小凡    时间: 2015-7-12 06:04
这个插件的功能特别好,熊孩子毁图一个命令就可以搞定了
作者: huhuinanmemeda    时间: 2015-7-14 22:52

作者: 马查    时间: 2015-7-15 10:04
厉害

作者: Naght_Sieger    时间: 2015-7-15 14:59
希望楼主完全汉化
作者: 570526161    时间: 2015-7-16 21:30
这个插件可以查熊孩子插件的
作者: 我的世界城市服    时间: 2015-7-16 22:46
感谢lz的搬运与汉化
作者: 龙兴    时间: 2015-7-22 17:47
各色粉色粉色
作者: RF103T    时间: 2015-7-27 00:15
这对服务器十分有用,真心感谢汉化!
作者: 飞天侠    时间: 2015-7-27 08:24
呵呵,我是来下载的
作者: 新手在此    时间: 2015-7-27 17:40
希望继续加油

作者: 名字被熊吃了    时间: 2015-7-28 19:56
拿走不谢
作者: Tolx    时间: 2015-7-31 08:22
加油。。
作者: MengZai    时间: 2015-7-31 13:54
前排店主!!!
作者: 小淞酱    时间: 2015-7-31 15:54
支持,支持
作者: 13933975355    时间: 2015-8-3 13:46
加油加油
作者: lhy125    时间: 2015-8-3 22:09
不错的插件
作者: 321@321    时间: 2015-8-9 18:17
顶起    ......      1 11 1 11 11   1 11  1 1 11 1
作者: David__Black    时间: 2015-8-10 12:23
赞一个
作者: 光芒    时间: 2015-8-10 14:29
楼主真厉害6666666666
作者: HongFeng    时间: 2015-8-11 07:07

作者: mu18999979875    时间: 2015-8-11 16:13
不错

作者: yinhaox    时间: 2015-8-11 21:57
aa
作者: 2044154518    时间: 2015-8-12 13:05
!!
作者: 雄起5V    时间: 2015-8-12 14:29
大爱,后台可以用么?
作者: qq1843529098    时间: 2015-8-12 17:02
...
作者: 轻殇    时间: 2015-8-13 17:44
呃,毕竟还要汉化....
作者: 呃呃呃23422    时间: 2015-8-13 22:53

作者: 黎明11111    时间: 2015-8-14 03:53
6666666666666666666
作者: q790744740    时间: 2015-8-14 14:24
good
作者: anhei675320367    时间: 2015-8-14 15:31
666
作者: Alexskim    时间: 2015-8-15 14:53
棒棒的
作者: pxiaotu    时间: 2015-8-15 21:21
谢谢楼主,一直在找这个,非常感谢你的分享
作者: DJCraft    时间: 2015-8-16 11:40
555555555555555555555
作者: 韩彬汉纸    时间: 2015-8-16 17:17

一般的服务器都必备的插件而且可以防熊
作者: hj1358188945    时间: 2015-8-16 18:44
顶一个,好东西我拿走了.
作者: zhiyue    时间: 2015-8-16 19:52
谢谢分享
作者: 879483930    时间: 2015-8-16 22:34
好插件!!
作者: 夜巴黎服务器    时间: 2015-8-17 02:40

作者: 夜巴黎服务器    时间: 2015-8-17 02:41

作者: 皮皮mc    时间: 2015-8-17 08:11
我来看看
作者: leonldo1    时间: 2015-8-18 17:38
why so serious
作者: frtxjkxjrft    时间: 2015-8-19 11:04
很不错的查熊插件
作者: zcp3333    时间: 2015-8-19 19:59
大声道
作者: 2807038717    时间: 2015-8-20 02:51
是打我打我打顺德区我发
作者: 708829195@qq.co    时间: 2015-8-20 22:39
66666666666
作者: mtskkk    时间: 2015-8-21 07:47
服里熊孩纸太多,正好需要,感谢楼主
作者: 抓鱼的猫i    时间: 2015-8-22 10:30
..........每个都要评论啊
作者: 赫赫污名    时间: 2015-8-22 16:18
DDDDDDDDDDDDDDD
作者: yuyuhg1    时间: 2015-8-23 09:30
好拿下了
作者: yuyuhg1    时间: 2015-8-23 09:30
好拿下了
作者: mashu    时间: 2015-8-24 12:12
赞!
作者: 云之城    时间: 2015-8-27 05:02
好厉害啊6666666
作者: wby05yjy07    时间: 2015-8-28 09:31
不错 我喜欢 正好却这个!
作者: jiangxi128    时间: 2015-8-28 11:30
顶~~~好东西~~~
作者: azaz    时间: 2015-8-29 12:08
。。。
作者: lishizekjask    时间: 2015-8-30 21:41
woduanzoul不小心删了之前
作者: Manitocc    时间: 2015-8-31 21:34
很不错的插件 顶一个!
作者: 包夜只要三百    时间: 2015-9-1 06:10
好东西
作者: myu_s    时间: 2015-9-1 21:35
这个插件我刚好需要~好评
作者: 12249017zy    时间: 2015-9-4 13:37
顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶
作者: 1452445477    时间: 2015-9-4 16:19
11111111111111111111111

作者: q3210552099    时间: 2015-9-4 20:04
有有有
作者: lingmeng    时间: 2015-9-9 13:48
=-=good
作者: 可爱的yy    时间: 2015-9-10 16:32
666666666666666666

作者: Mr_lch    时间: 2015-9-11 20:35
...
作者: 632503749    时间: 2015-9-11 20:59
】Coreprotect|查询插件|1.3.2-1
作者: ElMelloi    时间: 2015-9-12 10:23
qwq
作者: 拉娜    时间: 2015-9-12 14:46
223333333333
作者: zbw001    时间: 2015-9-12 16:43
谢谢,好插件
作者: FZxiao    时间: 2015-9-12 19:08
支持楼主大大
作者: 1903247335    时间: 2015-9-13 15:03
66666666
作者: 麦吉丶MacGee    时间: 2015-9-13 15:23
开服必备~
作者: 宿命    时间: 2015-9-15 21:08
非常好
作者: xu1234    时间: 2015-9-15 22:50
yeyeyeyeyeye
作者: 245687    时间: 2015-9-17 12:50
weishenmedouyaohuifu
作者: 雨天    时间: 2015-9-17 13:53
666666666
作者: 尸柩    时间: 2015-9-18 00:20
很不错的,当熊孩子必备!
作者: 张海大锅    时间: 2015-9-19 13:03
666
作者: J_DaDa    时间: 2015-9-19 17:31
666666666
作者: q1044953976    时间: 2015-9-19 18:32

作者: 牛逼    时间: 2015-9-19 23:12
哇哇哇 坐等
作者: gueicai    时间: 2015-9-20 11:25

这个插件i 不错
作者: Frankie26    时间: 2015-9-20 20:33
终于找到了,谢谢楼主~
作者: Mc_男神    时间: 2015-9-21 06:45
11111
作者: tongxin13598    时间: 2015-9-22 10:41
感谢楼至分享
作者: opl966    时间: 2015-9-23 19:19
1.7.10可以用么
作者: xz_zws    时间: 2015-9-23 20:54
支持
作者: 柠乐    时间: 2015-9-24 12:44
呵呵
作者: Ying_Lang    时间: 2015-9-24 19:48
看上去很不错的耶~~~~
作者: 865553702    时间: 2015-9-25 13:46
66666666666666666666666
作者: bbbbb    时间: 2015-9-25 21:25
6666666666
作者: x1115325353    时间: 2015-9-26 13:34
这速度多少收多少大大
作者: BerserkHealer    时间: 2015-9-26 15:25
我一年以前用这个插件比较多……
作者: zhangyang123    时间: 2015-9-28 15:24
15615615fdg651g56df1
作者: 1127169773    时间: 2015-9-30 19:46
楼主好贴




欢迎光临 最MC论坛 (http://www.zuimc.com/) Powered by Discuz! X3.2