Skip to content
HoBoS_TaCo edited this page Jul 14, 2013 · 1 revision

The hPermissions API works by applying the @Permission annotation to your command of choice.

@Permission("hpermissions.promote")
public class CommandPromote extends CommandBase
{
Clone this wiki locally