How add new admin handler?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Berkas
Posts: 94
Joined: Sat Dec 14, 2013 9:23 am

How add new admin handler?

Post 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?
User avatar
Zealar
L2j Veteran
L2j Veteran
Posts: 1236
Joined: Sun Jul 15, 2007 10:29 am

Re: How add new admin handler?

Post 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, 
Berkas
Posts: 94
Joined: Sat Dec 14, 2013 9:23 am

Re: How add new admin handler?

Post 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!!!
Post Reply