05-24-2017, 04:03 PM
True, Cuberite should not crash. But your code is very flawed. Note that all the Lua API functions use the "object" calling convention in Lua, which means you need to use colons instead of dots: Entity:IsExpOrb(); Entity:Destroy()