Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0e8b5f17b0 |
@@ -1,15 +1,15 @@
|
||||
[versions]
|
||||
kotlin = "2.4.10"
|
||||
kotlin = "2.4.0"
|
||||
|
||||
paper-api = "26.1.2.build.+"
|
||||
minecraft = "26.1.2"
|
||||
|
||||
paperweight-userdev = "2.0.0-beta.23"
|
||||
shadow = "9.5.1"
|
||||
paperweight-userdev = "2.0.0-beta.21"
|
||||
shadow = "9.4.1"
|
||||
run-task = "3.0.2"
|
||||
resource-factory = "1.3.1"
|
||||
|
||||
better-model = "3.2.0"
|
||||
better-model = "3.0.2"
|
||||
|
||||
[libraries]
|
||||
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"providers": [
|
||||
{
|
||||
"type": "bitmap",
|
||||
"chars" : ["\uE108"],
|
||||
"file": "unmei:gui/test.png",
|
||||
"ascent": 13,
|
||||
"height": 256
|
||||
},
|
||||
{
|
||||
"type": "space",
|
||||
"advances" : { "\uE000": -8, "\uE001": -169 }
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "unmei:item/axe",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": [1,1,1]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:custom_model_data",
|
||||
"default": 16777215
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"oversized_in_gui": true,
|
||||
"model": {
|
||||
"type": "minecraft:condition",
|
||||
"property": "minecraft:carried",
|
||||
"on_true": {
|
||||
"type": "minecraft:empty"
|
||||
},
|
||||
"on_false": {
|
||||
"type": "minecraft:model",
|
||||
"model":"unmei:item/gui/left_arrow"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"oversized_in_gui": true,
|
||||
"model": {
|
||||
"type": "minecraft:condition",
|
||||
"property": "minecraft:carried",
|
||||
"on_true": {
|
||||
"type": "minecraft:empty"
|
||||
},
|
||||
"on_false": {
|
||||
"type": "minecraft:model",
|
||||
"model":"unmei:item/gui/right_arrow"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "unmei:item/stick",
|
||||
"layer1": "unmei:item/axe_1"
|
||||
}
|
||||
}
|
||||
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"format_version": "1.21.11",
|
||||
"texture_size": [18, 18],
|
||||
"textures": {
|
||||
"particle": "#0"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [-1, 0, -1],
|
||||
"to": [17, 0, 17],
|
||||
"faces": {
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"gui_light": "front",
|
||||
"display": {
|
||||
"gui": {
|
||||
"rotation": [90, 0, 0],
|
||||
"translation": [0, 0.01, 0]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"parent": "unmei:item/gui/button",
|
||||
"textures": {
|
||||
"0": "unmei:item/gui/left_arrow"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"parent": "unmei:item/gui/button",
|
||||
"textures": {
|
||||
"0": "unmei:item/gui/right_arrow"
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 232 B |
Binary file not shown.
|
Before Width: | Height: | Size: 196 B |
Binary file not shown.
|
Before Width: | Height: | Size: 203 B |
Binary file not shown.
|
Before Width: | Height: | Size: 204 B |
Binary file not shown.
|
Before Width: | Height: | Size: 167 B |
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"description": "Random",
|
||||
"min_format": 88,
|
||||
"max_format": 88
|
||||
}
|
||||
}
|
||||
@@ -5,6 +5,9 @@ import org.bukkit.event.Listener
|
||||
import org.bukkit.event.block.Action
|
||||
import org.bukkit.event.player.PlayerInteractEvent
|
||||
|
||||
|
||||
|
||||
|
||||
class PlayerEvents : Listener {
|
||||
@EventHandler
|
||||
fun rightClick (event : PlayerInteractEvent){
|
||||
|
||||
Reference in New Issue
Block a user