v0.4.3
Game version: v1.20.81
Added
Server::getOnlinePlayers
for getting all online players.Player::kick
for kicking a specific player with a custom message.Player::getPing
for getting the average latency of a connected player.Actor::getLocation
andActor::getVelocity
for getting the location and velocity of an actor respectively.Actor::getLevel
for getting theLevel
that an actor resides in.
Changed
Level
is no longer created for eachDimension
in a Minecraft world. Instead, oneLevel
now manages multiple
Dimension
s.Player::getAddress
now returns aSocketAddress
instead ofstd::string
.Player::getPort
was removed,
useSocketAddress::getPort
instead.- Executable
endstone
now accepts--server-folder
instead of--install-folder
, and--no-confirm
instead
of--install
. - Endstone server will now ask the user whether to update the Bedrock Dedicated Server if an older version is found.
Full Changelog: v0.4.2...v0.4.3