This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
lieudusty's profile picture

Is it posible to....

Started by lieudusty, 26 July 2012 - 05:01 PM
lieudusty #1
Posted 26 July 2012 - 07:01 PM
is it possible to run server commands (E.g /i, /fly) through a computer?
Noodle #2
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).
Lyqyd #3
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.
Noodle #4
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)
brett122798 #5
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.
lieudusty #6
Posted 27 July 2012 - 01:30 AM
Is there a plugin that executes commands by redstone powering a block or something? That would seem like a plugin that might be made.
I found a plugin that executes commands from signs when there is redstone input. I guess that can be used. =D
brett122798 #7
Posted 27 July 2012 - 01:58 AM
Is there a plugin that executes commands by redstone powering a block or something? That would seem like a plugin that might be made.
I found a plugin that executes commands from signs when there is redstone input. I guess that can be used. =D
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…
Noodle #8
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..
brett122798 #9
Posted 27 July 2012 - 02:31 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..
That's a cool idea, but how?
Noodle #10
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.
brett122798 #11
Posted 27 July 2012 - 02:41 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.
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.
Noodle #12
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!
server.sendCommand("money pay ".. name .." ".. amount)
brett122798 #13
Posted 27 July 2012 - 02:55 AM
^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)
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
lieudusty #14
Posted 27 July 2012 - 06:19 AM
^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)
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.