diff --git a/build.gradle.kts b/build.gradle.kts index 0551c66..3b26794 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,6 +9,12 @@ plugins { } taboolib { + description { + contributors { + name("Mical") + name("HXS") + } + } env { // 安装模块 install( diff --git a/gradle.properties b/gradle.properties index f6283d0..89dd5a4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.mcstarrysky.land -version=1.0.0 +version=1.0.1 kotlin.incremental=true kotlin.incremental.java=true kotlin.caching.enabled=true diff --git a/src/main/resources/1.json b/src/main/resources/1.json deleted file mode 100644 index 515d0b1..0000000 --- a/src/main/resources/1.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "id": 10, - "name": "沼泽一体刷怪塔", - "owner": "5e06510c-27d3-4176-950a-0d8fbab3238d", - "timestamp": 1723737461771, - "world": "world", - "description": "沼泽一体刷怪塔", - "area": [ - { - "world": "world", - "x": 9, - "z": -214 - } - ], - "tpLocation": "world~152.49297951285712,56.0,-3410.90566511774~179.43254,2.0205872", - "flags": { - "bucket": false, - "build": false, - "container": true, - "entity_explosion": true, - "interact": true, - "teleport": true, - "mob_spawn": true, - "teleport_in": true - }, - "users": [] -} \ No newline at end of file