Scoreboard Points

Discussion in 'Plugin Development' started by xNamesi, Nov 23, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    xNamesi

    How would i do:
    First load a scoreboard with the title "Points" and all the users are added to it and listed there with 750 points to their name.

    If they kill somone they get 75 points and the person they killed loeses 75 points. ?
     
  2. Offline

    WesJD

    A scoreboard and a HashMap/Config.
     
  3. Offline

    xNamesi

    Could you give me an example. Im not the best with scoreboards.
     
  4. Offline

    WesJD

  5. Offline

    xNamesi

  6. Offline

    WesJD

  7. Offline

    AwzumSauze

    xNamesi
    Did you set the player's scoreboard?
    p.setScoreboard(board);
     
  8. Offline

    xNamesi

    I deleted it as it wasnt working. Could you please give me some code that:
    - Will load a "dummy" scoreboard at the sidebar of the screen

    - Then add a user to that scoreboard.

    Then i think i can get it from there
     
  9. Offline

    xTrollxDudex

    Software development works the opposite way to what you think.

    You make code -> we help

    NOT

    We make code -> you copy/paste
     
  10. Offline

    WesJD

    xNamesi
    You don't learn anything from copy and pasting. Oh, and xTrollxDudex isn't being sarcastic.
     
    VG.Developments likes this.
Thread Status:
Not open for further replies.

Share This Page