Files
jgl_sunlit_patch/kubejs/server_scripts/playerEvents/clearEntities.js
T
2026-07-31 10:34:32 +09:00

7 lines
296 B
JavaScript

console.info('[SOCIETY] clearEntities.js loaded')
PlayerEvents.loggedIn(e => {
// Janky way to reset the ballon cap for ones that get stuck
e.server.runCommandSilent('tp @e[type=balloonbox:balloonbox] ~ -100000 ~')
e.server.runCommandSilent('kill @e[type=relics:shadow_glaive]')
})