Author Topic: REMOVING events  (Read 510 times)

Just wondering how I could remove an event, like kill, from the events menu. I am sorta unfamiliar with how Blockland's eventing works.

Download this

Start a server with the "Script_DisableEvents" add-on enabled, then close the game once you spawn
This creates some files in config/server/DisableEvents for each event target

Open the ones you want and write the name of the events you want disabled on each line e.g.

Code: (Player_Output.txt) [Select]
kill
spawnProjectile

... will disable those events next time you start the server.