Compare commits
10 Commits
1.0.0
...
e3b46b6946
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3b46b6946 | ||
|
|
f92fdb40c6 | ||
|
|
dd6c570fa7 | ||
|
|
68fadf4e1a | ||
|
|
1e6b0cb19e | ||
|
|
e588ca9866 | ||
| 9e113fc37d | |||
|
|
e40fcb344f | ||
|
|
231e1acdf5 | ||
| c44219ad7b |
18
LICENSE
Normal file
18
LICENSE
Normal 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.
|
||||
@@ -19,7 +19,7 @@ PlayerBlockLife is a unique Minecraft plugin that adds a novel gameplay mechanic
|
||||
### 🚀 Quick Start
|
||||
|
||||
#### 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
|
||||
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/`
|
||||
|
||||
### 📦 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
|
||||
|
||||
@@ -147,7 +147,7 @@ PlayerBlockLife 是一个独特的Minecraft插件,为服务器增加了一种
|
||||
### 🚀 快速开始
|
||||
|
||||
#### 安装方法
|
||||
1. 从./Releases文件夹下载插件
|
||||
1. 从./Releases文件夹或者https://gt.funmc.cn/xiaobai/PlayerBlockLife/releases下载插件
|
||||
2. 将JAR文件放入服务器的`plugins`文件夹
|
||||
3. 重启服务器
|
||||
|
||||
@@ -207,7 +207,7 @@ PlayerBlockLife 是一个独特的Minecraft插件,为服务器增加了一种
|
||||
5. 编译后的JAR文件位于 `build/libs/`
|
||||
|
||||
### 📦 发布版本
|
||||
预编译的版本可以在 ./Releases 文件夹中找到。我们建议从这里下载以获得稳定版本。
|
||||
预编译的版本可以在 ./Releases 文件夹或https://gt.funmc.cn/xiaobai/PlayerBlockLife/releases中找到。我们建议从这里下载以获得稳定版本。
|
||||
|
||||
### 🎯 游戏玩法
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = 'com.playerblocklife'
|
||||
version = '1.0.0'
|
||||
version = '1.0.1-1.20.4'
|
||||
|
||||
sourceCompatibility = 17
|
||||
targetCompatibility = 17
|
||||
|
||||
@@ -5,5 +5,5 @@ org.gradle.caching=true
|
||||
org.gradle.daemon=true
|
||||
|
||||
# ????
|
||||
pluginVersion=1.0.0
|
||||
pluginVersion=1.0.1-1.20.4
|
||||
mcVersion=1.20.4
|
||||
@@ -1,5 +1,5 @@
|
||||
# PlayerBlockLife 配置文件
|
||||
# 版本: 1.0.0
|
||||
# 版本: 1.0.1-1.20.4
|
||||
|
||||
# 方块设置
|
||||
blocks:
|
||||
|
||||
@@ -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:
|
||||
setlifeblocks:
|
||||
description: 设置你的生命方块(使用你的皮肤)
|
||||
|
||||
Reference in New Issue
Block a user