mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Change default MOTD
"Minecraft: PE Server" is no longer accurate, "Minecraft: Bedrock Edition Server" is too wordy, and "Minecraft: BE Server" just sounds weird. and I'm not calling it simply a "Minecraft Server"
This commit is contained in:
@ -32,7 +32,7 @@ use pocketmine\utils\Config;
|
||||
use pocketmine\utils\Utils;
|
||||
|
||||
class SetupWizard{
|
||||
const DEFAULT_NAME = "Minecraft: PE Server";
|
||||
const DEFAULT_NAME = \pocketmine\NAME . " Server";
|
||||
const DEFAULT_PORT = 19132;
|
||||
const DEFAULT_MEMORY = 256;
|
||||
const DEFAULT_PLAYERS = 20;
|
||||
|
Reference in New Issue
Block a user