Event is always triggered twice

Published by fyc12365 on
Status
Works as designed
Issue description

I add a item that lightning strike player when it is used.but both lightning and message appear twice.

Issue comments

Some events are triggered twice. This means that they are triggered on the server and on the client side of the Minecraft. If you don't want this, put all your blocks of procedure in if statement and use Is provided world server side block from World data tab to only run this code on the server side.