Minecraft SocketCraft mod 2026 download
logo
minecraft mod SocketCraft

SocketCraft

Game Version: CB 1.3.1-R2.0
Total Downloads: 2,226
Updated: Aug 23, 2012
Created: Aug 23, 2012
Download SocketCraftDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
SocketCraft v1.0.0 release 8.61 KB Aug 23, 2012 CB 1.3.1-R2.0 2,226 download SocketCraft SocketCraft v1.0.0 releaseDownload

Screenshots

Description

Share this:

SocketCraft

SocketCraft is a light weight plugin that allows you to establish a connection to your server from another location like a webpage or a computer. You can send any console command and have it executed on the server as if you typed it in yourself. You can also send specialized commands to retrieve information such as players online.

Included in the download is a starter sample of php to show you how to use php on your website to connect to your server.

Config.yml

In the config file you need to set your login and password. You should also change the default port to one of your choice.

Commands that can be sent to SocketCraft

CmdConsole Send a console command. You may use any command that can be typed in the consol. Returns OK in the result on success.
SpecialCmd Send a Special SocketCraft Command.
@ONLINECOUNT Send request for online player count. The count is returned in the results.
@ONLINELIST Send request for a list of online players. The result is a comma separated list of names

For an example of usage see http://dev.bukkit.org/server-mods/socketcraft-v1-0-0/pages/sample-php/

Comments

Add a comment