Entity Edit Filter Repository

Here's a repository of all known Entity Edit Filters. Put these URLs in:

Domain Settings -> Show Advanced -> Entity Server Settings -> Filter Entity Edits

 

Blank Filter: blank-filter.js

A filter that does nothing yet is syntactically correct. Useful for testing that the entity-server boots in various cases.

 

Blank Filter w/ Unix Line Endings: blank-filter-unix.js

Same content as blank-filter.js, but has Unix line endings. Useful for testing if line endings cause errors on the entity-server.

 

Malformed Filter: malformed-filter.js

Syntactically-incorrect filter. Will cause entity-server to not start.

 

Dev-Demo Filter: dev-demo-filter.js

Filter to be used in dev-demo. Creates a box on dev-demo's stage that no entities can enter.

Use this modified version of this filterwith PR9560.  

Sandbox Filter: sandbox-filter.js

Filter to be used in your Sandbox. Creates a box to the right of your Sandbox's spawn point that no entities can enter.

Use this modified version of this filterwith PR9560.  

Max Velocity Filter: maxVelocity-filter.js

Filter that prevents any component of an entity's velocity from exceeding maxVelocity (currently 5 m/s).

Use this modified version of this filterwith PR9560.