Skip to content

Commit

Permalink
Update documentation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Inder00 authored Nov 11, 2017
1 parent 391f668 commit 504eb37
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
* new AntyLogoutAPI(plugin); - Tworzenie APi dla pluginu

* Gracz jest w PVP
* .inPVP(player) - return boolean
* .inPVP(player) - return boolean

* Tworzenie PVP
* .createPVP(player, time) - return boolean
* .createPVP(player, time) - return boolean

* Tworzenie actionbara
* .createActionbar(text) - return actionbar
* .createActionbar(text) - return actionbar

* Wysylanie actionbara do gracza
* .sendActionBar(actionbar, player) - void
* .sendActionBar(actionbar, player) - void

* Wysylanie actionbara do wszystkich graczy
* .sendActionBarAll(actionbar, null) - void
* .sendActionBarAll(actionbar, null) - void

* Pobieranie pozostalego graczu PVP
* .getLeftTime(pvp) - return double
* .getLeftTime(pvp) - return double

* Pobieranie PVP
* .getPVP(uuid) - return pvp
* .getPVP(uuid) - return pvp

* .toString() - return string

Expand Down

0 comments on commit 504eb37

Please sign in to comment.