Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7d09c3039 | ||
|
|
a3cb82c1b7 | ||
|
|
c9035d488c | ||
|
|
e3b46b6946 | ||
|
|
f92fdb40c6 | ||
|
|
dd6c570fa7 | ||
|
|
68fadf4e1a | ||
|
|
1e6b0cb19e | ||
|
|
e588ca9866 | ||
| 9e113fc37d | |||
|
|
e40fcb344f | ||
|
|
231e1acdf5 |
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.
|
||||||
Binary file not shown.
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
# PlayerBlockLife 配置文件
|
# PlayerBlockLife 配置文件
|
||||||
# 版本: 1.0.0
|
# 版本: 1.0.1-1.20.4
|
||||||
|
|
||||||
# 方块设置
|
# 方块设置
|
||||||
blocks:
|
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:
|
commands:
|
||||||
setlifeblocks:
|
setlifeblocks:
|
||||||
description: 设置你的生命方块(使用你的皮肤)
|
description: 设置你的生命方块(使用你的皮肤)
|
||||||
|
|||||||
Reference in New Issue
Block a user