Page 1 of 1

How add new admin handler?

Posted: Sun Aug 10, 2014 5:35 pm
by Berkas
Hello, how add new admin handler? Because I have a lot of errors, I don't know how properly add it.
1. Add it into admin.handlers and where when?

Re: How add new admin handler?

Posted: Sun Aug 10, 2014 5:52 pm
by Zealar
Do you want new admin commands?

handlers/admincommandhandlers

Then add it in MasterHandler using class name

Code: Select all

             // Admin Command Handlers            AdminAdmin.class,            AdminAnnouncements.class,            AdminBBS.class,            AdminBuffs.class, 

Re: How add new admin handler?

Posted: Sun Aug 10, 2014 6:23 pm
by Berkas
Thanks, it's first time i'm creating H5, thats why i'm asking so stupid questions, but thanks for answers, they really helps to me!!!