Websend
Websend
EOL notice:
After almost 6 years, this plugin has reached an end-of-life status.
I will no longer be maintaining this plugin. If you are a developer and are interested in the source code of this project, feel free to use it as it is published under an MIT license.
To all the great people in the community: Thank you for the wonderful time!
Documentation can be found on Github wiki. (Edit: 9/2/2017: link fixed)
Source code can be found on Github.
What does this plugin do?
This plugin enables PHP developers to access minecraft commands from a web-based script.
A scheme: Ingame command -> Your php-enabled server -> Your PHP file does stuff and provides output/commands -> Plugin executes commands and prints output. Or: Webpage command -> bukkit server -> Plugin executes commands and prints output.
A few of the possibilities:
Online adminstration screen Online console Membership system (become VIP with a donation) Paypal donation system ...
Features:
Seperate thread (no server lag because of the wait.) Commands (ingame or console emulation) Command to color output send from php. Secure connection (protected with password hash) Permissions support (just "websend") Both ways enabled (PHP -> bukkit | bukkit -> php (-> bukkit))
Head over to the files for the latest version, and here for installation instructions.
Documentation and more.
-
View User Profile
-
Send Message
Posted Mar 21, 2012Nice work WaterFlames. HOpe you keep it updated and maybe some day release source.
I have just used this to make an ingame translation for my non-danish players.
And output capturing would be NICE!
-
View User Profile
-
Send Message
Posted Mar 20, 2012@Riwolfes
Could you please double check this by downloading the lastest websend and craftbukkit and using them in a seperate test environment? It's just that that error is highly unlikely.
@bjornleijdstrom
Replied to your pm.
-
View User Profile
-
Send Message
Posted Mar 18, 2012@Waterflames
Still having problems with 2 commands getting sent; both the message in the log and the command. 1 more thing; how can I stop the log-message to get broadcasted?
-
View User Profile
-
Send Message
Posted Mar 18, 2012[SEVERE] An error occured while trying to do a bukkit -> php connection. (POST) java.lang.NullPointerException at Waterflames.websend.POSTHandler.sendData(POSTHandler.java:142) at Waterflames.websend.POSTHandler.sendPOST(POSTHandler.java:102) at Waterflames.websend.PosterThread.run(PosterThread.java:50)
Getting the same error on 1.5.1 using "/ws timeset".
-
View User Profile
-
Send Message
Posted Mar 15, 2012@chaseoes Output capturing isn't working for now.
@JWhy Should be simply "websend"
@jacklink01 I'll fix the bug
-
View User Profile
-
Send Message
Posted Mar 15, 2012What are the permissions nodes for websend? Can't find them atm :/
-
View User Profile
-
Send Message
Posted Mar 14, 2012Is it possible to use plugin output capturing with default Bukkit commands?
-
View User Profile
-
Send Message
Posted Mar 14, 2012@Waterflames
I said this earlier but I think you may have missed it. Not all of the color codes you provide work properly. None of the dark ones work. They all end up putting the word "dark" in front of the text and color it the non-dark color. Also, you should add the rest of the colors and change the names you gave them to the correct names (Ex: Aqua, lightblue, blue, etc..)
-
View User Profile
-
Send Message
Posted Mar 12, 2012I'm looking to hire a PHP Dev to set this up with my server and generally create an online store similar to Buycraft, as I have no experience working with PayPal IPNs, etc. Message me if you can do this, payment will be involved, of course.
-
View User Profile
-
Send Message
Posted Mar 12, 2012@Grichecth
Could you post the exact error you are getting now? The error could be (and probably is) slightly different.
-
View User Profile
-
Send Message
Posted Mar 10, 2012@Waterflames
I'm still getting the same nullpointer error as described below while running 1.5.1. Any suggestions?
-
View User Profile
-
Send Message
Posted Mar 10, 2012@Waterflames
Thanksalot for taking that much care of this!
-
View User Profile
-
Send Message
Posted Mar 10, 2012Fixed error in websend 1.5.1
-
View User Profile
-
Send Message
Posted Mar 9, 2012@MariuszT
Same problem as you and JWhy. Posted here:
http://dev.bukkit.org/server-mods/websend/forum/bugs/33681-errors-with-ws/#p1
-
View User Profile
-
Send Message
Posted Mar 9, 2012Same problem as JWhy. Websend 1.5 and bukkit 2044.
-
View User Profile
-
Send Message
Posted Mar 8, 2012@jacklink01
No I am using R6 so far. Have not tried it with the beta build.
-
View User Profile
-
Send Message
Posted Mar 7, 2012@jacklink01
With the new version @waterflames uploaded it's working for me. (That's 1.5, i think he rebuilt it and replaced the old 1.5)
Edit: From console it works, but not from ingame, because of the $_POST-playerdata:
-
View User Profile
-
Send Message
Posted Mar 7, 2012@uncovery
Are you able to use 1.5 on the 1.2.3 Beta Build? I am not. I get an error when I use any of the ws commands I have made. Everything worked fine before on 1.4.3 with 1.1 R4.
-
View User Profile
-
Send Message
Posted Mar 7, 2012How do I use WSEvents? Gan you give a short documentatio? An example? Thank you :)
-
View User Profile
-
Send Message
Posted Mar 7, 2012Thanks a lot for the 1.5 update, I see the enchantments are now fixed! Is there a changelog available to see what else is new/fixed/changed?