CoordinateLog

一个简单的 Minecraft 插件,允许玩家保存和读取坐标。

资源图片
![CoordinateLog](https://github.com/mlhmz/coordinate-log/assets/66556288/7553bed3-f97b-4a8e-a3e4-3905431ffd1a) ## 描述 一个简单的 Minecraft 插件,允许玩家保存和读取坐标。 每个条目及其索引都保存在默认的 config.yml 文件中。 ## 特性 ### 添加条目 使用当前坐标 `/clog add <标识符>` ![使用当前坐标添加条目](https://github.com/mlhmz/coordinate-log/assets/66556288/3714e2ac-cd7f-46fe-a8eb-a8e0784b2691) `/clog add <标识符> ` 使用自定义坐标 ![使用自定义坐标添加条目](https://github.com/mlhmz/coordinate-log/assets/66556288/4475e3f5-4751-40ea-96b7-6e3c4f6f0b15) 使用当前和自定义坐标: 带有 ~ 占位符 ![使用当前和自定义坐标添加条目](https://github.com/mlhmz/coordinate-log/assets/66556288/9136fa9e-55bd-4dab-a0a7-1d9a910fa458) ### 列出你的条目 `/clog list <页码>` 页码参数是可选的,如果未提供,将显示最后一页 ![列出你的条目](https://github.com/mlhmz/coordinate-log/assets/66556288/5694700c-0cad-4954-8240-e1dcc5c69e66) ### 删除条目 `/clog remove <索引>` ![删除条目](https://github.com/mlhmz/coordinate-log/assets/66556288/84ae08eb-2e3b-4748-8b41-198b12081aeb)