This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
Is it posible to....
Started by lieudusty, 26 July 2012 - 05:01 PMPosted 26 July 2012 - 07:01 PM
is it possible to run server commands (E.g /i, /fly) through a computer?
Posted 26 July 2012 - 07:03 PM
That was my plugin idea here.
I don't know if it has been made, but I think it would have to be more server involved rather than normal (because they are server commands). I assume Cloudy could just add this ability to r4 or 1.4 (update).
I don't know if it has been made, but I think it would have to be more server involved rather than normal (because they are server commands). I assume Cloudy could just add this ability to r4 or 1.4 (update).
Posted 26 July 2012 - 07:05 PM
is it possible to run server commands (E.g /i, /fly) through a computer?
Look for the Op Panel or similar name in the peripherals section of the forum. It probably comes closest to what you're looking for.
Posted 26 July 2012 - 07:08 PM
The peripheral requires everyone download it. I just want the plugin where you can OP the computer id and if cloudy or dan could add an api for server commands..
I assume Cloudy could just add this ability to r4 or 1.4 (update)
Posted 26 July 2012 - 08:11 PM
Is there a plugin that executes commands by redstone powering a block or something? That would seem like a plugin that might be made.
Posted 27 July 2012 - 01:30 AM
I found a plugin that executes commands from signs when there is redstone input. I guess that can be used. =DIs there a plugin that executes commands by redstone powering a block or something? That would seem like a plugin that might be made.
Posted 27 July 2012 - 01:58 AM
That would work very good. You could execute up to 31 different commands. You get send outputs from left, right, back, bottom, top and the ouputs could be in binary. Or you could use rednet to tell other computers to execute the commands…I found a plugin that executes commands from signs when there is redstone input. I guess that can be used. =DIs there a plugin that executes commands by redstone powering a block or something? That would seem like a plugin that might be made.
Posted 27 July 2012 - 02:22 AM
I was thinking more console-based
if smp then
rom/programs/SMP -- Something like that
end
At that folder there would be the whole console program or something like that..Posted 27 July 2012 - 02:31 AM
That's a cool idea, but how?I was thinking more console-basedAt that folder there would be the whole console program or something like that..if smp then rom/programs/SMP -- Something like that end
Posted 27 July 2012 - 02:36 AM
The idea is for Cloudy to figure out since he has the bukkit port.
Its also dan's because he would have to configure that new API for server commands.
Its also dan's because he would have to configure that new API for server commands.
Posted 27 July 2012 - 02:41 AM
Yeah, it's a very very good idea. I had this idea where there could be "credit cards" but you don't carry anything around, you just buy stuff by typing your Username/Password on the computer and you'll be charged through rednet. Executing commands through computers would be awesome cause you could sell commands like "/heal" or "/give player item." So it would be a great edition to the already epic ComputerCraft.The idea is for Cloudy to figure out since he has the bukkit port.
Its also dan's because he would have to configure that new API for server commands.
Posted 27 July 2012 - 02:43 AM
^Same idea but using floppies..
It would be awesome if the computers could send commands and if they were configurable!
It would be awesome if the computers could send commands and if they were configurable!
server.sendCommand("money pay ".. name .." ".. amount)
Posted 27 July 2012 - 02:55 AM
Oh wow, I didn't think about floppies… well thanks for making me a bit less stressed out. Anyway, this is the time for Dan to see this thread! lol^Same idea but using floppies..
It would be awesome if the computers could send commands and if they were configurable!server.sendCommand("money pay ".. name .." ".. amount)
Posted 27 July 2012 - 06:19 AM
Yeah thats the reason i asked this question is because I wanted to make a computercraft store. Where you enter in what you want and a dispenser will shoot it out.^Same idea but using floppies..
It would be awesome if the computers could send commands and if they were configurable!server.sendCommand("money pay ".. name .." ".. amount)