Nick and Points to you plz #10


  • New
  • Defect
Open
Assigned to eliminator_v
  • _ForgeUser22598843 created this issue Feb 5, 2016

    can you plz
    purely pogrammiering points and nick im want the addition to my server.

    i have to you a code

    Nick:

    VIPHide hide = (VIPHide) Bukkit.getPluginManager().getPlugin("VIPHide");
    // Spieler verwandeln
    hide.disguise(player);
    // Spieler zurueckverwandeln
    hide.undisguise(player);
    // Ist der Spieler verwandelt?
    boolean b = hide.isDisguised(player);
    // Name der Verwandlung
    String name = hide.getName(player);

    Points:

    PointsAPI points = (PointsAPI) Bukkit.getPluginManager().getPlugin("PointsAPI");
    // Punkte hinzufuegen
    points.addPoints(player, 1000);
    // Punkte entfernen
    points.removePoints(player, 20);
    // Punkte anzeigen
    int i = points.getPoints(player);

  • _ForgeUser22598843 added the tags New Defect Feb 5, 2016
  • _ForgeUser22598843 added an attachment Feb 5, 2016
    Attachment was deleted Dec 2, 2016
  • _ForgeUser22598843 added an attachment 2016-02-05_21.36.37.png Feb 5, 2016

    2016-02-05_21.36.37.png

    <p>Point and Nick system</p>

  • Eliminator_V posted a comment Feb 5, 2016

    I have no idea what you are talkign about.


To post a comment, please login or register a new account.