pub trait ChatCommandExt { // Required method fn execute(&self, server: &mut Server, entity: EcsEntity, args: Vec<String>); }