Here's a repository of all known Entity Edit Filters. Put these URLs in:
Domain Settings -> Show Advanced -> Entity Server Settings -> Filter Entity Edits
A filter that does nothing yet is syntactically correct. Useful for testing that the entity-server boots in various cases.
Same content as blank-filter.js, but has Unix line endings. Useful for testing if line endings cause errors on the entity-server.
Syntactically-incorrect filter. Will cause entity-server to not start.
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.
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.
Filter that prevents any component of an entity's velocity from exceeding maxVelocity (currently 5 m/s).