Posted 12 February 2015 - 04:27 AM
Being a server owner this is coming from a server owners point of view.
With the coming of command computers comes the possibility of CC becoming a way to manage servers (in the form of plugins). Of course you would not be able to recreate every bukkit plugin efficently (such as block logging or grief prevention), but most of them is possible. The one limitation to this is the ability to tell the computer running a plugin to do something, apart from things such as chatboxes or using a pocket computer. Although these would be solutions one requires a extra mod and the other is incovient for players on a server.
My suggestion is the ability to add a command like /CC (cmd argument here)
What this command would do is fire a event in command computers, which would return a table with each argument following /CC being a index in the table.
An example of this would be /CC teleport spawn
It would return {playername,"teleport","spawn"}
This would allow people to easily create commands for command block programs they create, so they do not have to be right beside the computer to use their program. As it is the idea is cool, but it is difficult/inconvient to actually use.
With the coming of command computers comes the possibility of CC becoming a way to manage servers (in the form of plugins). Of course you would not be able to recreate every bukkit plugin efficently (such as block logging or grief prevention), but most of them is possible. The one limitation to this is the ability to tell the computer running a plugin to do something, apart from things such as chatboxes or using a pocket computer. Although these would be solutions one requires a extra mod and the other is incovient for players on a server.
My suggestion is the ability to add a command like /CC (cmd argument here)
What this command would do is fire a event in command computers, which would return a table with each argument following /CC being a index in the table.
An example of this would be /CC teleport spawn
It would return {playername,"teleport","spawn"}
This would allow people to easily create commands for command block programs they create, so they do not have to be right beside the computer to use their program. As it is the idea is cool, but it is difficult/inconvient to actually use.
Edited on 12 February 2015 - 03:33 AM