mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-06 19:50:40 +00:00
API fixes
This commit is contained in:
parent
1c4611cb86
commit
8f7185773d
1 changed files with 2 additions and 2 deletions
|
|
@ -177,11 +177,11 @@ modpe: defaults to false, wether or not modpe should be enabled.
|
||||||
|
|
||||||
#### serv.entityMaxId
|
#### serv.entityMaxId
|
||||||
|
|
||||||
The current maximum allowed entities on the server
|
The current maximum ID (i.e. the last entity that was spawned has that id)
|
||||||
|
|
||||||
#### serv.players
|
#### serv.players
|
||||||
|
|
||||||
Returns an array of players currently logged in
|
An array of players currently logged in
|
||||||
|
|
||||||
#### serv.uuidToPlayer
|
#### serv.uuidToPlayer
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue