Auto-sync: 20260113-012006

This commit is contained in:
Hutson
2026-01-13 01:20:07 -05:00
parent eb698f0c38
commit 35fba5a6ae

View File

@@ -35,7 +35,7 @@ Minecraft servers running on docker-host2 via Crafty Controller 4.
| **Host** | docker-host2 (10.10.10.207) |
| **Server Type** | Paper 1.21.11 |
| **World Name** | hutworld |
| **Memory** | 2GB min / 4GB max |
| **Memory** | 4GB min / 8GB max |
### Backrooms (Horror/Exploration)
@@ -143,9 +143,10 @@ To import the hutworld server in Crafty:
| ViaBackwards | 5.2.1 | Older client support |
| randomtp | Latest | Random teleportation |
| BlueMap | 5.15 | 3D web map with player tracking |
| WorldEdit | 7.3.10 | World editing and terraforming |
**Removed plugins** (cleaned up 2026-01-03):
- GriefPrevention, Multiverse-Core, Multiverse-Portals, ProtocolLib, WorldEdit, WorldGuard (disabled/orphaned)
- GriefPrevention, Multiverse-Core, Multiverse-Portals, ProtocolLib, WorldGuard (disabled/orphaned)
---
@@ -368,6 +369,21 @@ minecraft:give suwann spawner[block_entity_data={id:"minecraft:mob_spawner",Spaw
**Note:** Must use `minecraft:give` prefix to use vanilla command instead of Essentials `/give`.
### RCON Access
For remote console access to the server:
| Setting | Value |
|---------|-------|
| **Host** | 10.10.10.207 |
| **Port** | 25575 |
| **Password** | HutworldRCON2026 |
Example using mcrcon:
```bash
mcrcon -H 10.10.10.207 -P 25575 -p HutworldRCON2026
```
### BlueMap Commands
```bash
@@ -605,6 +621,15 @@ tar -xzf /tmp/hutworld-*.tar.gz -C /tmp --strip-components=2 \
## Migration History (Hutworld)
### 2026-01-13: Server Infrastructure Upgrades
- **RAM Upgraded:** Increased from 2GB/4GB to 4GB/8GB (min/max)
- **Storage Expanded:** VM disk increased from 32GB to 64GB
- **RCON Enabled:** Remote console access configured on port 25575
- **WorldEdit Installed:** Version 7.3.10 for world editing capabilities
- **Auto-Start Configured:** Server auto-starts on VM/container restart via cron
- **Docker Cleanup:** Freed 1.1GB by removing unused images and containers
### 2026-01-11: BlueMap Web Map Added
- Installed BlueMap 5.15 plugin (supports MC 1.21.11)