Package org.mcmonkey.sentinel.commands
Class SentinelGreetingCommands
java.lang.Object
org.mcmonkey.sentinel.commands.SentinelGreetingCommands
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgreeting(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) voidgreetRange(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) voidgreetRate(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) voidwarning(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel)
-
Constructor Details
-
SentinelGreetingCommands
public SentinelGreetingCommands()
-
-
Method Details
-
greetRange
public void greetRange(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) -
greetRate
public void greetRate(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) -
greeting
public void greeting(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) -
warning
public void warning(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel)
-