X-Prison 2026.1.0.1 – Release Notes 11th January 2026
BOMBS | Added bomb-trigger-events into bombs.yml which specifies which events will trigger a bomb to be fused and explode
PlayerInteractEvent -> Will cause the bomb to explode on right click air / block
PlayerDropItemEvent -> Will cause the bomb to explode when it is dropped by player
Code (YAML):
# Events that will cause the bomb to explode # PlayerInteractEvent -> Will cause the bomb to explode on right click air / block # PlayerDropItemEvent -> Will cause the bomb to explode when it is dropped by player bomb-trigger-events: - PlayerInteractEvent