I got 2 different PlusEMU emulators.Do you add the Class command just copy and paste from folder or from visual studio just like right click > add > class
this.Register("<the name you want the command to be>", new TheClassName());
Thanks for the tut! Managed to do it by myself! Great tut1. Open the project/solutionYou must be registered for see images attach
2. Create the command in what ever file you want, preferably you'd want it in HabboHotel -> Rooms -> Chat -> Commands -> User
3. Go to CommandManager.cs, in the RegisterUser method and register your command:PHP:this.Register("<the name you want the command to be>", new TheClassName());
4. Update the permissions_command table, make sure it corresponds to the value you gave it in PermissionsRequired.
I'm on work experience and I'm in a rush. If you need further help, pm me for my Skype!