Submitted by PocketMine-MP Alpha_1.4dev-855
General information
Version: 1.4dev-855
API version: 1.8.0
Caused by a Plugin: Not directly
Report date: Sunday 10/04/2022 20:36:47
Attached Issue: None
System Information
PHP version: 5.6.3
Operating system: win
System banner: Windows NT KRYSTIAN 6.3 build 9200 (Windows 8.1 Home Premium Edition) i586
Error information
mkdir(): File exists
File: /src/pocketmine/level/format/generic/BaseLevelProvider
Line: #43
Error level: E_WARNING
[34] protected $level;
[35] /** @var string */
[36] protected $path;
[37] /** @var Compound */
[38] protected $levelData;
[39]
[40] public function __construct(Level $level, $path){
[41] $this->level = $level;
[42] $this->path = $path;
[43] @\mkdir($this->path, 0777, \true);
[44] $nbt = new NBT(NBT::BIG_ENDIAN);
[45] $nbt->readCompressed(\file_get_contents($this->getPath() . "level.dat"));
[46] $levelData = $nbt->getData();
[47] if($levelData->Data instanceof Compound){
[48] $this->levelData = $levelData->Data;
[49] }else{
[50] throw new LevelException("Invalid level.dat");
[51] }
[52] }
[53]
Loaded Plugins
Name | Version | State | Author(s) |
Server Settings [toggle]
Name | Value |
motd | Minecraft: PE Server |
server-port | 19132 |
memory-limit | 256M |
white-list | off |
announce-player-achievements | on |
spawn-protection | 16 |
max-players | 20 |
allow-flight | off |
spawn-animals | on |
spawn-mobs | on |
gamemode | 0 |
force-gamemode | off |
hardcore | off |
pvp | on |
difficulty | 1 |
generator-settings | |
level-name | world |
level-seed | |
level-type | DEFAULT |
enable-query | on |
enable-rcon | off |
rcon.password | ****** |
auto-save | on |
settings.shutdown-message | Server closed |
settings.query-plugins | true |
settings.deprecated-verbose | true |
settings.enable-profiling | false |
settings.advanced-cache | false |
settings.upnp-forwarding | false |
settings.send-usage | true |
settings.async-workers | 4 |
debug.level | 1 |
debug.commands | false |
level-settings.default-format | mcregion |
level-settings.convert-format | false |
chunk-sending.per-tick | 4 |
chunk-sending.compression-level | 8 |
chunk-sending.max-chunks | 96 |
chunk-ticking.per-tick | 80 |
chunk-ticking.tick-radius | 2 |
chunk-ticking.light-updates | false |
chunk-ticking.clear-tick-list | false |
chunk-generation.use-async | false |
chunk-generation.per-tick | 1 |
chunk-gc.period-in-ticks | 600 |
ticks-per.animal-spawns | 400 |
ticks-per.monster-spawns | 1 |
ticks-per.autosave | 6000 |
ticks-per.cache-cleanup | 900 |
spawn-limits.monsters | 70 |
spawn-limits.animals | 15 |
spawn-limits.water-animals | 5 |
spawn-limits.ambient | 15 |
auto-report.enabled | true |
auto-report.send-code | true |
auto-report.send-settings | true |
auto-report.send-phpinfo | true |
auto-report.host | crash.pocketmine.net |
auto-updater.enabled | true |
auto-updater.on-update.warn-console | true |
auto-updater.on-update.warn-ops | true |
auto-updater.preferred-channel | beta |
auto-updater.suggest-channels | true |
auto-updater.host | www.pocketmine.net |
aliases | |
worlds | |