7 Commits

Author SHA1 Message Date
xiaobai
68fadf4e1a Merge remote-tracking branch 'origin/master' 2026-02-13 20:29:50 +08:00
xiaobai
1e6b0cb19e 修复报错:[DirectoryProviderSource] Error loading plugin: name is not defined 2026-02-13 20:29:10 +08:00
xiaobai
e588ca9866 修复报错:[DirectoryProviderSource] Error loading plugin: name is not defined 2026-02-13 20:28:17 +08:00
9e113fc37d 更新 LICENSE 2026-02-13 19:41:02 +08:00
xiaobai
e40fcb344f Merge remote-tracking branch 'origin/master' 2026-02-13 19:39:16 +08:00
xiaobai
231e1acdf5 MIT License 2026-02-13 19:37:46 +08:00
c44219ad7b 更新 README.md 2026-02-13 19:07:33 +08:00
9 changed files with 31 additions and 7 deletions

18
LICENSE Normal file
View File

@@ -0,0 +1,18 @@
MIT License
Copyright (c) 2026 xiaobai
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@@ -19,7 +19,7 @@ PlayerBlockLife is a unique Minecraft plugin that adds a novel gameplay mechanic
### 🚀 Quick Start ### 🚀 Quick Start
#### Installation #### Installation
1. Download the plugin from the ./Releases folder 1. Download the plugin from the ./Releases folder or https://gt.funmc.cn/xiaobai/PlayerBlockLife/releases
2. Place the JAR file in your server's `plugins` folder 2. Place the JAR file in your server's `plugins` folder
3. Restart your server 3. Restart your server
@@ -79,7 +79,7 @@ If you want to build the plugin yourself:
5. The compiled JAR will be in `build/libs/` 5. The compiled JAR will be in `build/libs/`
### 📦 Releases ### 📦 Releases
Pre-compiled versions are available in the ./Releases folder. We recommend downloading from there for stable builds. Pre-compiled versions are available in the ./Releases folder or https://gt.funmc.cn/xiaobai/PlayerBlockLife/releases. We recommend downloading from there for stable builds.
### 🎯 Gameplay ### 🎯 Gameplay
@@ -147,7 +147,7 @@ PlayerBlockLife 是一个独特的Minecraft插件为服务器增加了一种
### 🚀 快速开始 ### 🚀 快速开始
#### 安装方法 #### 安装方法
1. 从./Releases文件夹下载插件 1. 从./Releases文件夹或者https://gt.funmc.cn/xiaobai/PlayerBlockLife/releases下载插件
2. 将JAR文件放入服务器的`plugins`文件夹 2. 将JAR文件放入服务器的`plugins`文件夹
3. 重启服务器 3. 重启服务器
@@ -207,7 +207,7 @@ PlayerBlockLife 是一个独特的Minecraft插件为服务器增加了一种
5. 编译后的JAR文件位于 `build/libs/` 5. 编译后的JAR文件位于 `build/libs/`
### 📦 发布版本 ### 📦 发布版本
预编译的版本可以在 ./Releases 文件夹中找到。我们建议从这里下载以获得稳定版本。 预编译的版本可以在 ./Releases 文件夹或https://gt.funmc.cn/xiaobai/PlayerBlockLife/releases中找到。我们建议从这里下载以获得稳定版本。
### 🎯 游戏玩法 ### 🎯 游戏玩法

Binary file not shown.

Binary file not shown.

View File

@@ -4,7 +4,7 @@ plugins {
} }
group = 'com.playerblocklife' group = 'com.playerblocklife'
version = '1.0.0' version = '1.0.1-1.20.4'
sourceCompatibility = 17 sourceCompatibility = 17
targetCompatibility = 17 targetCompatibility = 17

View File

@@ -5,5 +5,5 @@ org.gradle.caching=true
org.gradle.daemon=true org.gradle.daemon=true
# ???? # ????
pluginVersion=1.0.0 pluginVersion=1.0.1-1.20.4
mcVersion=1.20.4 mcVersion=1.20.4

View File

@@ -1,5 +1,5 @@
# PlayerBlockLife 配置文件 # PlayerBlockLife 配置文件
# 版本: 1.0.0 # 版本: 1.0.1-1.20.4
# 方块设置 # 方块设置
blocks: blocks:

View File

@@ -1,3 +1,9 @@
name: PlayerBlockLife
version: 1.0.1-1.20.4
main: com.playerblocklife.PlayerBlockLife
api-version: 1.20
author: xiaobai
description: 玩家生命方块系统 - 方块被挖光则死亡
commands: commands:
setlifeblocks: setlifeblocks:
description: 设置你的生命方块(使用你的皮肤) description: 设置你的生命方块(使用你的皮肤)