@dimzxzzx07/mc-headless 2.2.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
</div>
|
|
6
6
|
|
|
7
7
|
<div align="center">
|
|
8
|
-
<img src="https://img.shields.io/badge/Version-2.2.
|
|
8
|
+
<img src="https://img.shields.io/badge/Version-2.2.1-2563eb?style=for-the-badge&logo=typescript" alt="Version">
|
|
9
9
|
<img src="https://img.shields.io/badge/License-MIT-green?style=for-the-badge&logo=open-source-initiative" alt="License">
|
|
10
10
|
<img src="https://img.shields.io/badge/Node-18%2B-339933?style=for-the-badge&logo=nodedotjs" alt="Node">
|
|
11
11
|
<img src="https://img.shields.io/badge/Java-Portable-007396?style=for-the-badge&logo=openjdk" alt="Java Portable">
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<a href="https://t.me/Dimzxzzx07">
|
|
18
18
|
<img src="https://img.shields.io/badge/Telegram-Dimzxzzx07-26A5E4?style=for-the-badge&logo=telegram&logoColor=white" alt="Telegram">
|
|
19
19
|
</a>
|
|
20
|
-
<a href="https://github.com/
|
|
20
|
+
<a href="https://github.com/Dimzxzzx07">
|
|
21
21
|
<img src="https://img.shields.io/badge/GitHub-Dimzxzzx07-181717?style=for-the-badge&logo=github&logoColor=white" alt="GitHub">
|
|
22
22
|
</a>
|
|
23
23
|
<a href="https://www.npmjs.com/package/@dimzxzzx07/mc-headless">
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
## Table of Contents
|
|
56
56
|
|
|
57
57
|
- [What is MC-Headless?](#what-is-mc-headless)
|
|
58
|
-
- [What's New in 2.2.
|
|
58
|
+
- [What's New in 2.2.1](#whats-new-in-221)
|
|
59
59
|
- [Features](#features)
|
|
60
60
|
- [Why MC-Headless?](#why-mc-headless)
|
|
61
61
|
- [Installation](#installation)
|
|
@@ -111,9 +111,9 @@ Built specifically for developers, sysadmins, and Minecraft enthusiasts who want
|
|
|
111
111
|
|
|
112
112
|
---
|
|
113
113
|
|
|
114
|
-
## What's New in 2.2.
|
|
114
|
+
## What's New in 2.2.1
|
|
115
115
|
|
|
116
|
-
### Version 2.2.
|
|
116
|
+
### Version 2.2.1 - March 2026
|
|
117
117
|
|
|
118
118
|
- **Pterodactyl Optimized** - Full compatibility with Pterodactyl panel
|
|
119
119
|
- **No curl/wget required** - Pure Node.js downloader works everywhere
|
|
@@ -181,7 +181,7 @@ wget https://github.com/SkinsRestorer/SkinsRestorerX/releases/latest/download/Sk
|
|
|
181
181
|
tail -f logs/latest.log
|
|
182
182
|
```
|
|
183
183
|
|
|
184
|
-
After (MC-Headless v2.2.
|
|
184
|
+
After (MC-Headless v2.2.1)
|
|
185
185
|
|
|
186
186
|
```javascript
|
|
187
187
|
const { MinecraftServer } = require('@dimzxzzx07/mc-headless');
|
|
@@ -341,7 +341,7 @@ async function startServer() {
|
|
|
341
341
|
server.on("ready", (info) => {
|
|
342
342
|
console.clear();
|
|
343
343
|
console.log(`\n==========================================`);
|
|
344
|
-
console.log(`Minecraft Server - v2.2.
|
|
344
|
+
console.log(`Minecraft Server - v2.2.1`);
|
|
345
345
|
console.log(` IP: ${publicIp}:${info.port}`);
|
|
346
346
|
console.log(` Version: ${info.version}`);
|
|
347
347
|
console.log(` Memory: ${info.memory.used}/${info.memory.max} MB`);
|
|
@@ -1261,7 +1261,7 @@ Common Issues
|
|
|
1261
1261
|
Issue Cause Solution
|
|
1262
1262
|
Java not found Java not installed Enable usePortableJava: true
|
|
1263
1263
|
ENOSPC: no space left Disk full Free disk space, reduce memory
|
|
1264
|
-
Download failed: 302 URL redirect Using Node.js downloader (fixed in v2.2.
|
|
1264
|
+
Download failed: 302 URL redirect Using Node.js downloader (fixed in v2.2.1)
|
|
1265
1265
|
Port already in use Another server running Change port number
|
|
1266
1266
|
Plugin corrupt Bad download Delete plugin and restart
|
|
1267
1267
|
High CPU usage Too many chunks Reduce viewDistance to 4
|
|
@@ -1389,7 +1389,7 @@ SOFTWARE.
|
|
|
1389
1389
|
<a href="https://t.me/Dimzxzzx07">
|
|
1390
1390
|
<img src="https://img.shields.io/badge/Telegram-Contact-26A5E4?style=for-the-badge&logo=telegram" alt="Telegram">
|
|
1391
1391
|
</a>
|
|
1392
|
-
<a href="https://github.com/
|
|
1392
|
+
<a href="https://github.com/Dimzxzzx07">
|
|
1393
1393
|
<img src="https://img.shields.io/badge/GitHub-Follow-181717?style=for-the-badge&logo=github" alt="GitHub">
|
|
1394
1394
|
</a>
|
|
1395
1395
|
<br>
|
package/package.json
CHANGED