LarsNitro
Last Activity:
Sep 30, 2020
Joined:
Dec 15, 2013
Messages:
22
Likes Received:
1
Trophy Points:
0
Gender:
Male
Location:
Home
Occupation:
Living

Share This Page

LarsNitro

Member, Male, from Home

LarsNitro was last seen:
Sep 30, 2020
    1. There are no messages on LarsNitro's profile yet.
  • Loading...
  • Loading...
  • About

    Gender:
    Male
    Location:
    Home
    Occupation:
    Living
    Breathing is for Awesome People. Now Take a Cake. [cake]

    Interact

    Signature

    Code:java
    1. public class Signature extends JavaPlugin implements Listener {
    2.  
    3. public void onEnable() {
    4. if (post.isHelpful()) {
    5. post.demandThumbsUp();
    6.  
    7. for (User u : post.getParticipants()) {
    8. u.sendPrivateMessage(ChatColor.GREEN + "Thank You, Kind Sir!");
    9. }
    10. }
    11. }
    12. }