dbHost

The hostname or IP address of the MySQL database server.

This property specifies the network location of the MySQL server that will store all McMMO plugin data. It supports both domain names and IP addresses, allowing for flexible deployment scenarios.

Supported Values:

  • Domain names: "localhost", "db.example.com", "mysql.myserver.net"

  • IPv4 addresses: "127.0.0.1", "192.168.1.100", "10.0.0.5"

  • IPv6 addresses: "::1", "2001:db8::1" (with proper URL encoding)

Default Value: "localhost" (assumes database on same server as Minecraft)

Configuration Key: "database.host"

Network Considerations:

  • Local connections (localhost/127.0.0.1) provide best performance

  • Remote connections require proper firewall configuration

  • Domain names require DNS resolution and may introduce latency

  • IPv6 addresses may require special URL formatting in JDBC URLs

Since

1.0.0