Skip to content

Commit

Permalink
Merge pull request #3655 from TownyAdvanced/hotfix/javadoc_SpgtMsg
Browse files Browse the repository at this point in the history
Adds Parameters to Javadoc comment
  • Loading branch information
LlmDl committed Jan 23, 2020
2 parents dca14e7 + 4e04bab commit a1c049e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/com/palmergames/bukkit/towny/TownySpigotMessaging.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ public static void sendSpigotRequestMessage(CommandSender player, Invite invite)
}

/**
* Sends player confirm message that is clickable
* Sends a player click-able confirmation messages if the server is running on Spigot \(or a fork, like Paper.\)
* @param player - The player (CommandSender) to send the confirmation
* @param firstline - The question regarding the confirmation.
* @param confirmline - Line for sending the confirmation.
* @param cancelline - Line for sending the cancellation.
* @param lastline - If null, announces that the message will expire. Otherwise, ignored.
*/
public static void sendSpigotConfirmMessage(CommandSender player, String firstline, String confirmline, String cancelline, String lastline) {

Expand Down

0 comments on commit a1c049e

Please sign in to comment.