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("blockZ", event.getClickedBlock().getZ());
|
||||
table.set("blockFace", event.getBlockFace().name());
|
||||
table.set("blockType", event.getClickedBlock().getType().name());
|
||||
} else {
|
||||
table.set("hasBlock", LuaValue.valueOf(false));
|
||||
}
|
||||
|
@ -333,6 +333,7 @@ Wenn `hasBlock` wahr ist, gibt es folgende Variablen:
|
||||
| `blockY` | Die Y-Koordinate des Blocks |
|
||||
| `blockZ` | Die Z-Koordinate des Blocks |
|
||||
| `blockFace` | Die Seite des Blocks die geklickt wurde |
|
||||
| `blockType` | Das Material des Blocks |
|
||||
|
||||
|
||||
### Position
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren