Websend 2.0 BETA

Details

  • Filename
    Websend2.0.zip
  • Uploaded by
  • Uploaded
    Jul 8, 2012
  • Size
    232.96 KB
  • Downloads
    873
  • MD5
    5dd64e41839f0637cca03c8baa3e9fb8

Supported Bukkit Versions

  • CB 1.2.5-R4.0

Changelog

1. bukkit -> php
- Added /Output/PrintToConsole:message /Output/PrintToPlayer:message /Output/PrintToPlayer-playerName:message and /Output/Broadcast:message
- ExecuteBukkitCommand has been replaced with ExecutePlayerCommand. Finally!
- Added ExecuteScript:scriptname. See point 3 for details.
- Added onlinePlayersIP[]. Contains ips of players specified in onlinePlayers[]
2. php -> bukkit -> php
Completely rewritten. Use the supplied Websend.php as a php api for your php -> bukkit scripts.
Syntax of older versions will NOT work with this version.
This version also has a limited implementation of output returing. Read more here: http://dev.bukkit.org/server-mods/websend/pages/plugin-output-capturing-beta/
3. Websend Java scripts (NOT javascript!)
New feature. Allows you to write scripts in Java. These will be compiled and loaded into the JVM on server start.
These scripts are callable via php scripts.
4. Trusted Hosts
This acts as a whitelist for connections. Default allows all connections. To change, edit trusted.txt

There may be more things that I already forgot about.

Please report any bugs you encounter so I can get this into a stable release ASAP.

PHP -> Bukkit seems to give me problems at random moments.
Its caused by the unpack function used in the readByte() function.
Report if you have the same problem. Please contact me if you know a solution