change(kubejs): updated KubeJS scripts

This commit is contained in:
Malasaur 2026-02-14 18:43:49 +01:00
parent ee585b9e8b
commit a9f874e58d
No known key found for this signature in database
6 changed files with 150 additions and 101 deletions

View file

@ -17,6 +17,7 @@ PlayerEvents.respawned((event) => {
const player = event.player;
const ticket = tickets[player.uuid];
if (ticket != null) player.give(Item.of(ticket, 1));
tickets[player.uuid] = null;