Package net.lewmc.essence.kit
Class UtilKit
java.lang.Object
net.lewmc.essence.kit.UtilKit
The Essence Kit utility.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UtilKit
Constructor for the KitUtil class.- Parameters:
plugin
- Reference to the main Essence class.player
- The player the class should reference.
-
-
Method Details
-
giveKit
Gives the user referenced in the constructor the kit specified.- Parameters:
kit
- String - the kit to give the user.- Returns:
- int - Result of operation. 0 = Successful, 1 = No Permission, 2 = Kit is missing, 3 = Claimed too many times.
-