[ci skip] reflect today's changes to Server in changelog

This commit is contained in:
Dylan K. Taylor 2020-11-28 19:35:12 +00:00
parent dd200ca8cd
commit 9867424117

View File

@ -674,6 +674,11 @@ This version features substantial changes to the network system, improving coher
- `AsyncTask->saveToThreadStore()`: use `AsyncTask->worker->saveToThreadStore()`
### Server
- The following API methods have been added:
- `subscribeToBroadcastChannel()` - allows subscribing a `CommandSender` to receive chat messages (and other message types) on any channel
- `unsubscribeFromBroadcastChannel()`
- `unsubscribeFromAllBroadcastChannels()`
- `getBroadcastChannelSubscribers()`
- The following API methods have been removed:
- `reloadWhitelist()`
- `getLevelMetadata()`
@ -691,6 +696,7 @@ This version features substantial changes to the network system, improving coher
- `getGamemodeString()` - replaced by `pocketmine\player\GameMode->getTranslationKey()`
- `getGamemodeName()` - replaced by `pocketmine\player\GameMode->name()`
- `getGamemodeFromString()` - replaced by `GameMode::fromString()`
- `broadcast()` - use `broadcastMessage()` instead
- The following API methods have changed:
- `getOfflinePlayerData()` no longer creates data when it doesn't exist.
- The following API methods have been renamed: