Skip to main content

Endpoints

Basic

Supported Direct Server URIs

  • cheatbreaker://connect/<server.ip> - Launches the game version already selected in the user's launcher and connects to the defined server
  • cheatbreaker://connect/<server.ip>/<version> - Launches the defined version (1.7 or 1.8) and connects to the defined server

Supported Remote Server URIs

  • https://cheatbreaker.net/connect?ip=<server.ip> - Launches the game version already selected in the user's launcher and connects to the defined server
  • https://cheatbreaker.net/connect?ip=<server.ip>&ver=<version> - Launches the defined version (1.7 or 1.8) and connects to the defined server

Supported Direct Launch URIs

  • cheatbreaker://launch/<branch / automatic> - Launches the game version selected in the user's launcher from the defined or assigned branch
  • cheatbreaker://launch/<branch / automatic>/<version> - Launches the defined version (1.7 or 1.8) from the defined or assigned branch

Advanced

Base Direct URI

  • cheatbreaker://launch?{param1}&{param2}&{param3}...

Base Remote URI

  • https://cheatbreaker.net/connect?{param1}&{param2}&{param3}...

Supported Parameters

  • serverID=<mappingsServerID> - Gets the default IP for the defined server from our server mappings
  • serverAddress=<server.ip> - Sets a server IP to launch with
  • serverPort=<serverPort> - Sets a server port to launch with
  • ver=<version> - Sets the launch version (1.7 or 1.8)
  • gameBranch=<branch / automatic> - Sets the defined or assigned branch
  • onGameLaunch=<focused / minimized / hide / keep> - Focuses / minimizes / hides the launcher window or keeps it the way the user defined it in the launcher settings

Examples

  • cheatbreaker://connect/goldenpvp.net/1.7 - Connect to the GoldenPvP Network using 1.7.10 on the branch assigned to the user
  • https://cheatbreaker.net/connect?ip=goldenpvp.net&ver=1.7 - Connect to the GoldenPvP Network using 1.7.10 on the branch assigned to the user
  • cheatbreaker://launch/master/1.7 - Launches 1.7.10 from the master branch
  • cheatbreaker://launch?serverID=goldenpvpnetwork&ver=1.7&gameBranch=master&onGameLaunch=hide - Connects to the GoldenPvP Network using 1.7.10 on the master branch and hides the launcher
  • https://cheatbreaker.net/connect?serverID=goldenpvpnetwork&ver=1.7&gameBranch=master&onGameLaunch=hide - Connects to the GoldenPvP Network using 1.7.10 on the master branch and hides the launcher