Fixed cannot register multi commands to a same prefix
(Because registered command map used Map<String,EzCommand> not Map<String,List<EzCommand>> so registered command is replaced by new command
Command executor register is after server loaded so caused bugs