Minecraft Server Hosting
Minecraft on Game Lords
Section titled “Minecraft on Game Lords”Minecraft is our most popular game, supporting both Java Edition and Bedrock Edition servers. We offer multiple server types and versions to suit any playstyle.
Server Types
Section titled “Server Types”Vanilla Minecraft
Section titled “Vanilla Minecraft”- Pure Minecraft: No modifications, official gameplay
- Latest Version: Always updated to newest release
- Stable Performance: Optimized for reliability
- Best For: First-time server owners, pure Minecraft experience
Bukkit/Spigot/Paper
Section titled “Bukkit/Spigot/Paper”- Plugin Support: Thousands of available plugins
- Performance Optimized: Better than vanilla for larger servers
- Custom Features: Economy, permissions, mini-games
- Best For: Community servers, custom gameplay
Forge/Fabric (Modded)
Section titled “Forge/Fabric (Modded)”- Mod Support: Client and server-side modifications
- Custom Content: New blocks, items, mechanics
- Modpacks: Pre-configured mod collections
- Best For: Technical players, custom experiences
Bedrock Edition
Section titled “Bedrock Edition”- Cross-Platform: Mobile, console, and PC players
- Built-in Features: Marketplace content, achievements
- Simple Setup: Easy for casual players
- Best For: Mixed-platform friend groups
Setting Up Your Minecraft Server
Section titled “Setting Up Your Minecraft Server”Initial Configuration
Section titled “Initial Configuration”Java Edition Setup
Section titled “Java Edition Setup”- Select “Minecraft Java Edition” from game list
- Choose your server type (Vanilla, Paper, etc.)
- Select Minecraft version
- Configure basic settings:
- Server Name: Visible to players
- MOTD: Message shown in server browser
- Max Players: Usually 10-20 for starter servers
- Difficulty: Peaceful, Easy, Normal, Hard
- Game Mode: Survival, Creative, Adventure
World Configuration
Section titled “World Configuration”- World Type: Default, Flat, Amplified, Custom
- Seed: Leave blank for random or enter specific seed
- Generate Structures: Villages, dungeons, etc.
- Spawn Protection: Radius around spawn point
Essential Server Properties
Section titled “Essential Server Properties”server.properties Configuration
Section titled “server.properties Configuration”Key settings to customize:
# Basic Settingsserver-name=My Game Lords Servermotd=Welcome to our Minecraft server!max-players=20difficulty=normalgamemode=survival
# World Settingslevel-name=worldlevel-seed=generate-structures=truespawn-protection=16
# Network Settingsserver-port=25565enable-query=trueenable-rcon=true
# Performance Settingsview-distance=10simulation-distance=10max-tick-time=60000Plugin Installation (Bukkit/Spigot/Paper)
Section titled “Plugin Installation (Bukkit/Spigot/Paper)”Popular Essential Plugins
Section titled “Popular Essential Plugins”- EssentialsX: Basic commands and utilities
- WorldEdit: World editing and building tools
- PermissionsEx: Player permission management
- Vault: Economy and permissions API
- LuckPerms: Advanced permission system
Installing Plugins
Section titled “Installing Plugins”- Access “File Manager” in control panel
- Navigate to “plugins” folder
- Upload your
.jarplugin files - Restart the server
- Check console for successful loading
Plugin Configuration
Section titled “Plugin Configuration”Most plugins create config files on first run:
- Stop the server after first plugin load
- Edit configuration files in “plugins/PluginName/”
- Customize settings as needed
- Start server to apply changes
World Management
Section titled “World Management”Creating New Worlds
Section titled “Creating New Worlds”- Stop your server
- Access “File Manager”
- Create new world folder or upload existing world
- Edit server.properties to point to new world
- Start server
World Backups
Section titled “World Backups”Regular backups are crucial:
- Automatic Backups: Enable in control panel
- Manual Backups: Before major changes
- World Downloads: Keep local copies
- Multiple Restore Points: Maintain several backup versions
Multiple Worlds
Section titled “Multiple Worlds”Using plugins like Multiverse:
- Install Multiverse-Core plugin
- Create additional worlds with
/mv create worldname normal - Manage worlds through in-game commands
- Set up portals between worlds
Player Management
Section titled “Player Management”Admin Commands
Section titled “Admin Commands”Essential admin commands for Minecraft:
Basic Management
Section titled “Basic Management”/op playername # Grant operator privileges/deop playername # Remove operator privileges/kick playername reason # Kick player from server/ban playername reason # Permanently ban player/pardon playername # Unban playerGame Control
Section titled “Game Control”/gamemode creative playername # Change player's game mode/tp playername1 playername2 # Teleport players/give playername item amount # Give items to players/weather clear/rain/thunder # Change weather/time set day/night # Change time of dayWhitelist Management
Section titled “Whitelist Management”For private servers:
- Enable whitelist in server.properties
- Add players:
/whitelist add playername - Remove players:
/whitelist remove playername - View whitelist:
/whitelist list
Permission Systems
Section titled “Permission Systems”For advanced permission management:
LuckPerms Setup
Section titled “LuckPerms Setup”- Install LuckPerms plugin
- Access web editor:
/lp editor - Create permission groups
- Assign players to groups
- Configure group inheritance
Performance Optimization
Section titled “Performance Optimization”Server Settings
Section titled “Server Settings”Optimize your server.properties:
# Reduce view distance for better performanceview-distance=8simulation-distance=8
# Limit entity spawningspawn-limits.monsters=50spawn-limits.animals=10spawn-limits.water-animals=5
# Optimize chunk loadingchunk-gc-period-in-ticks=400Plugin Optimization
Section titled “Plugin Optimization”- Remove Unused Plugins: Less is more
- Monitor Resource Usage: Check console for performance warnings
- Update Regularly: Keep plugins current
- Choose Lightweight Alternatives: Research plugin efficiency
Java Arguments
Section titled “Java Arguments”Our servers come pre-optimized, but for reference:
- Garbage Collection: G1GC for better performance
- Memory Allocation: Proper heap sizing
- JVM Flags: Optimized for Minecraft
Modded Minecraft (Forge/Fabric)
Section titled “Modded Minecraft (Forge/Fabric)”Forge Server Setup
Section titled “Forge Server Setup”- Select “Minecraft Forge” during server creation
- Choose Forge version compatible with desired mods
- Upload mods to “mods” folder
- Ensure client and server have same mods
Popular Modpacks
Section titled “Popular Modpacks”- All The Mods: Kitchen sink modpack
- SkyFactory: Skyblock with automation
- FTB Academy: Beginner-friendly tech mods
- Create: Engineering and automation focus
Mod Installation
Section titled “Mod Installation”- Download mods from CurseForge or Modrinth
- Verify version compatibility
- Upload to “mods” folder via file manager
- Restart server
- Check for dependency requirements
Bedrock Edition Servers
Section titled “Bedrock Edition Servers”Setup Process
Section titled “Setup Process”- Select “Minecraft Bedrock Edition”
- Configure basic settings
- Set behavior and resource packs
- Enable Xbox Live authentication (optional)
Key Differences from Java
Section titled “Key Differences from Java”- Limited Plugins: Fewer modification options
- Cross-Platform: Mobile and console support
- Better Performance: Generally more optimized
- Marketplace Integration: Official add-ons available
Common Issues and Solutions
Section titled “Common Issues and Solutions”Server Won’t Start
Section titled “Server Won’t Start”Check the console for specific errors:
“Failed to bind to port”
Section titled ““Failed to bind to port””- Port conflict with another service
- Change server port in server.properties
- Contact support if issue persists
”OutOfMemoryError”
Section titled “”OutOfMemoryError””- Server needs more RAM
- Reduce view distance and entity limits
- Consider upgrading server size
Plugin Conflicts
Section titled “Plugin Conflicts”- Disable all plugins and enable one by one
- Check plugin compatibility
- Review console for error messages
Players Can’t Connect
Section titled “Players Can’t Connect”- Verify server is online in control panel
- Check server IP and port are correct
- Firewall issues: Try from different network
- Version mismatch: Ensure client matches server version
Performance Issues
Section titled “Performance Issues”- Monitor resource usage in control panel
- Reduce view distance in server.properties
- Limit entities with spawn limits
- Remove resource-heavy plugins
World Corruption
Section titled “World Corruption”- Stop server immediately
- Restore from backup
- Check for storage issues
- Contact support if corruption persists
Advanced Configuration
Section titled “Advanced Configuration”Custom Resource Packs
Section titled “Custom Resource Packs”- Upload resource pack to web server
- Add pack URL to server.properties:
resource-pack=http://your-site.com/pack.ziprequire-resource-pack=true
- Restart server
Server Icons
Section titled “Server Icons”- Create 64x64 PNG image named “server-icon.png”
- Upload to server root directory
- Restart server for icon to appear
Custom Datapacks
Section titled “Custom Datapacks”- Create “datapacks” folder in world directory
- Upload datapack folders
- Reload with
/reloadcommand
Getting Help
Section titled “Getting Help”Minecraft-Specific Support
Section titled “Minecraft-Specific Support”- Official Wiki: minecraft.wiki for game mechanics
- Plugin Documentation: Check individual plugin websites
- Community Forums: SpigotMC, PaperMC forums
- Discord Communities: Minecraft server hosting groups
Game Lords Minecraft Support
Section titled “Game Lords Minecraft Support”Need help with your Minecraft server? Our specialists are here to assist:
🎫 Minecraft Support Tickets: Submit a ticket for:
- Plugin installation and configuration
- World management and transfers
- Performance optimization
- Custom modpack setup
- Server migration assistance
Popular Support Topics:
- Setting up permissions with LuckPerms
- Installing and configuring EssentialsX
- World management and MultiVerse setup
- Performance optimization for large servers
- Custom modpack installation and troubleshooting
📧 Minecraft Specialists: Our team includes dedicated Minecraft experts who understand:
- All server types (Vanilla, Paper, Forge, Fabric)
- Popular plugin ecosystems
- Modpack optimization
- Performance tuning techniques
Remember: Minecraft servers benefit greatly from regular maintenance, backups, and staying updated with the latest versions!