开启辅助访问     
收藏本站

站内搜索

搜索

Minecraft(我的世界)苦力怕论坛

[JE服务端] Points 防爆 高亮 死亡记录 随身末影箱 获得玩家坐标 公平pvp

 发表于 2024-2-25 15:39:04|显示全部楼层|阅读模式 IP:上海
插件发布
中文名:Points
外语名:Points
支持版本:1.16.x 1.17.x 1.18.x 1.19.x 1.20.x 1.21.x 
适用服务端:Spigot 其它 
插件属性:本体插件 
插件类型:管理 安全 聊天 修正 娱乐 综合 信息 传送 
前置插件:无前置
来源:原创
原帖地址:https://github.com/HowieHz/Points
下载地址:https://github.com/HowieHz/Points/releases
最后更新:2024-07-04
本帖最后由 Howie_HzGo 于 2024-8-28 18:52 编辑

Points

此处文档可能更新不及时,最新请看Points (github.com)
项目最新插件下载地址Releases · HowieHz/Points (github.com)
插件下载:

P.png
A paper plugin, some useful points
插件支持 1.16.5 1.17.1 1.18.2 1.19.x 1.20.x Spigot, Paper及其衍生端 (如Purpur)
插件最低要求为 java16
主要功能
  • 高亮自身 公屏发坐标 (/here指令)
  • 得到某个玩家的坐标 (/where指令)
  • 死亡的时候发送死亡位置 (/death指令)
  • 记录死亡信息 (/death指令)
  • 随身开启末影箱 (/enderchest指令)
  • 防爆
    特殊需求功能
  • 公平PVP模式 (/fair-pvp指令, 关闭AureliumSkills插件的属性加成, 需要PlaceholderAPI和AureliumSkills插件)

其他
  • 高可配置性,各个模块都可以单独关闭
  • 完全可配置的语言文件
  • 开箱即用 -> 默认配置文件:

    • 作用于自身的指令无需权限
    • 作用于他人的指令(除where指令)和points reload指令需要权限
    • op 默认有points reload使用权限

  • tab补全根据 模块是否开启 和 是否有权限 自动隐藏

    有权限的玩家看到的 tab-complete-control1.png
    无权限玩家看到的 tab-complete-control2.png
  • 权限支持 * 通配符

功能介绍防爆 anti-boom
(对于床和重生锚来说是阻止使用)
  • 床 -> bed
  • 苦力怕 -> creeper
  • 末影水晶 -> ender-crystal
  • 恶魂 -> ghast
  • tnt矿车 -> minecart-tnt
  • 重生锚 -> respawn-anchor
  • TNT -> tnt
  • 凋零 -> wither
antiboom-listener1.pngantiboom-listener2.png
指令和权限枚举/here (/he)
  • 高亮自身 公屏发坐标
  • points.command.here
here-command-demo.png
/where (/whe, /wh)
  • 获取自己坐标
  • points.command.where.self
  • /where Shacha086
  • 获取玩家坐标
  • points.command.where.other
  • points.command.where.other.Shacha086 //对于特定玩家
/death (/de)
  • /death message
  • 切换是否发送死亡坐标
  • points.command.death.message
  • 是否发送死亡坐标 监听器管理
  • points.listener.death.message
death-message-demo.png
  • /death log
  • 获取自己的死亡历史
  • points.command.death.log.self
  • /death log Shacha086
  • 获取玩家死亡历史
  • points.command.death.log.other
  • points.command.death.log.other.Shacha086 //对于特定玩家
death-log-demo.png
/enderchest (/ec)
  • /enderchest
  • 开启自己的末影箱
  • points.command.enderchest.self
  • /enderchest Shacha086
  • 开启指定玩家末影箱 (要求该玩家在线)
  • points.command.enderchest.other
  • points.command.enderchest.other.Shacha086 //对于特定玩家
points主指令 (/po)
  • /points reload
  • 重载插件
  • points.command.reload
  • /points help
  • 获取帮助
  • points.command.help
/fair-pvp
  • /fair-pvp on
  • /fair-pvp off
  • 切换自己的pvp模式
  • points.command.fair-pvp.self
  • /fair-pvp on Shacha086
  • /fair-pvp off Shacha086
  • 切换指定玩家的pvp模式 (要求该玩家在线)
  • points.command.fair-pvp.other
  • points.command.fair-pvp.Shacha086 //对于特定玩家
构建
spigot-api版本为1.16.5
最新开发版自动构建可在github action中下载
代码质量
Points使用 sonarcloud.io, codacy.com, deepsource.io 监控代码质量
bStats

更新计划
  • 添加床和重生锚有爆炸伤害但不破坏地形的选项
  • 支持mysql等数据库存储
  • 配置文件占位符检查
  • 右键打开潜影箱
  • 白名单插件,邀请制白名单功能,可以通过指令刷新储存的uuid
  • 均衡饮食功能
  • Help指令 玩家只能看到有权限执行的指令的帮助
  • 语言文件的最大化,前缀的分离
  • 跟随版本自动更新的配置文件
  • 能自定义的常量都允许自定义
  • 在配置中允许用户调试启用的世界和禁用的世界
  • 调用paperlib进行优化
  • 兼容到1.8
  • 动态视距
反更新计划(即不太可能更新的,除非有强烈需求)
  • 在服务器隐身(玩家列表也看不到的那种可以用来抓挂)(多个插件中已经有这个功能)


苦力怕论坛,感谢有您~
 发表于 2024-3-5 17:55:51 来自手机|显示全部楼层 IP:河南
可不可以只允许苦力怕爆炸
苦力怕论坛,感谢有您~
回复支持

使用道具举报

 楼主|  发表于 2024-3-10 12:04:14|显示全部楼层 IP:上海
liangliang778 发表于 2024-3-5 17:55
可不可以只允许苦力怕爆炸

配置文件里面调整就可以了,把其他的都关掉,就留苦力怕
苦力怕论坛,感谢有您~
回复支持

使用道具举报

 楼主|  发表于 2024-7-4 18:30:24|显示全部楼层 IP:上海
已适配 1.21
苦力怕论坛,感谢有您~
回复支持

使用道具举报

 发表于 2024-8-26 23:43:14 来自手机|显示全部楼层 IP:广东省
本帖最后由 yuyue_404 于 2024-8-26 23:51 编辑

leaves1.20.4无法启用随身末影箱功能

详情见:Github Issue
苦力怕论坛,感谢有您~
回复支持

使用道具举报

 楼主|  发表于 2024-8-28 18:53:39|显示全部楼层 IP:上海
已发版 v0.2.8 修复在同时 BetterRTP 和 EssentialsX 插件的情况下,无法正常使用 points:enderchest 指令的 bug
苦力怕论坛,感谢有您~
回复支持

使用道具举报

本版积分规则

本站
关于我们
联系我们
坛史纲要
官方
哔哩哔哩
技术博客
下载
网易版
安卓版
JAVA
反馈
意见建议
教程中心
更多
捐助本站
QQ群
QQ群

QQ群

访问手机版

访问手机版

手机版|小黑屋|系统状态|klpbbs.com

粤公网安备 44200002445329号 | 由 木韩网络 提供支持 | GMT+8, 2024-11-21 19:51

声明:本站与Mojang以及微软公司没有从属关系

Powered by Discuz! X3.4 粤ICP备2023071842号-3