Difference between revisions of "Talk:HTTP (API)"

From ComputerCraft Wiki
Jump to: navigation, search
Line 6: Line 6:
  
 
Is there a way to make it so that this function can be used by a certain rank such as donor, without having to resort to making computercraft donor only?
 
Is there a way to make it so that this function can be used by a certain rank such as donor, without having to resort to making computercraft donor only?
   Do you mean like have it so only a certain rank (like with PermissionsEX?) can use the HTTP API? If so, that's not possible without the ComputerCraft code. (on server-side) --[[User:Thesbros|Thesbros]] 18:27, 5 November 2012 (MSK)
+
   Do you mean like have it so only a certain rank (like with PermissionsEX?) can use the HTTP API? <br />If so, that's not possible without the ComputerCraft code. (on server-side) --[[User:Thesbros|Thesbros]] 18:27, 5 November 2012 (MSK)

Revision as of 14:27, 5 November 2012

"mod_ComputerCraft.cfg is located in .minecraft/config"
At least for client side it is. Does this file generate server side? (I can get this to work client side, but when playing multiplayer on a server, it's not enabled) — Preceding unsigned comment added by 96.236.138.19 (talkcontribs)

This must be enabled on the server. You can find the config in mods/ComputerCraft in the Server Folder.— Preceding unsigned comment added by 77.165.144.76 (talkcontribs)

HTTP API

Is there a way to make it so that this function can be used by a certain rank such as donor, without having to resort to making computercraft donor only?

  Do you mean like have it so only a certain rank (like with PermissionsEX?) can use the HTTP API? 
If so, that's not possible without the ComputerCraft code. (on server-side) --Thesbros 18:27, 5 November 2012 (MSK)