Type zum BlockInteract Event im Scriptsystem hinzugefügt #224
@ -125,6 +125,7 @@ public class EventListener implements Listener {
|
|||||||
table.set("blockY", event.getClickedBlock().getY());
|
table.set("blockY", event.getClickedBlock().getY());
|
||||||
table.set("blockZ", event.getClickedBlock().getZ());
|
table.set("blockZ", event.getClickedBlock().getZ());
|
||||||
table.set("blockFace", event.getBlockFace().name());
|
table.set("blockFace", event.getBlockFace().name());
|
||||||
|
table.set("blockType", event.getClickedBlock().getType().name());
|
||||||
} else {
|
} else {
|
||||||
table.set("hasBlock", LuaValue.valueOf(false));
|
table.set("hasBlock", LuaValue.valueOf(false));
|
||||||
}
|
}
|
||||||
|
@ -333,6 +333,7 @@ Wenn `hasBlock` wahr ist, gibt es folgende Variablen:
|
|||||||
| `blockY` | Die Y-Koordinate des Blocks |
|
| `blockY` | Die Y-Koordinate des Blocks |
|
||||||
| `blockZ` | Die Z-Koordinate des Blocks |
|
| `blockZ` | Die Z-Koordinate des Blocks |
|
||||||
| `blockFace` | Die Seite des Blocks die geklickt wurde |
|
| `blockFace` | Die Seite des Blocks die geklickt wurde |
|
||||||
|
| `blockType` | Das Material des Blocks |
|
||||||
|
|
||||||
|
|
||||||
### Position
|
### Position
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren