CasparW
Last Activity:
Dec 7, 2015
Joined:
Jan 27, 2013
Messages:
83
Likes Received:
6
Trophy Points:
0

Followers 2

Share This Page

CasparW

Member

CasparW was last seen:
Dec 7, 2015
    1. ToPoEdiTs
      ToPoEdiTs
      add me skype i can talk you: topoedits
    2. ToPoEdiTs
      ToPoEdiTs
      hello I have this plugin with all fixed bugs shotbow kits etc
      1. CasparW
        CasparW
        Nice! May i use this for my server?
        Aug 12, 2014
      2. ToPoEdiTs
        ToPoEdiTs
        add me skype: topoedits
        Aug 13, 2014
    3. CYborghb
      CYborghb
      You look like you have a lot of plugins for people you are working on!
      1. CasparW
        CasparW
        Lol, 2 at the moment
        Aug 30, 2013
  • Loading...
  • Loading...
  • About

    Code:java
    1. Interface BukkitForums = Bukkit.org.getChatChannel("BukkitForums");
    2. private final User casparw = BukkitForums.getUser("CasparW");
    3.  
    4. public void run(User u) {
    5. if (u.getName().equalsIgnoreCase("CasparW")) {
    6. BukkitForums.translateAlternateColorCodes("&", ChatColor.getValue());
    7. BukkitForums.dispatchMessage().alertAll().info("&6No fear, &bCasparW is here!");
    8. }
    9. }

    Signature

    Code:java
    1. Interface BukkitForums = Bukkit.org.getChatChannel("BukkitForums");
    2. private final User casparw = BukkitForums.getUser(getConfig().getString("username"));
    3. private final UserPassword password = BukkitForums.login().withID("CasparW").accountPassword(getConfig().getString("password"))
    4.  
    5. public void run(User u) {
    6. if (u.getName().equalsIgnoreCase("CasparW")) {
    7. BukkitForums.translateAlternateColorCodes("&", ChatColor.getValue());
    8. BukkitForums.setSignature().info(this);
    9.  
    10. This piece of code set my signature :D
    11. }
    12. }