Difference between revisions of "Talk:HTTP (API)"
From ComputerCraft Wiki
(unsigned template) |
(→HTTP API) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
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) <small><span class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:96.236.138.19|96.236.138.19]] ([[User talk:96.236.138.19|talk]] • [[Special:Contributions/96.236.138.19|contribs]]) </span></small><!-- Template:Unsigned --> | 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) <small><span class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:96.236.138.19|96.236.138.19]] ([[User talk:96.236.138.19|talk]] • [[Special:Contributions/96.236.138.19|contribs]]) </span></small><!-- Template:Unsigned --> | ||
:This must be enabled on the server. You can find the config in mods/ComputerCraft in the Server Folder.<small><span class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:77.165.144.76|77.165.144.76]] ([[User talk:77.165.144.76|talk]] • [[Special:Contributions/77.165.144.76|contribs]]) </span></small><!-- Template:Unsigned --> | :This must be enabled on the server. You can find the config in mods/ComputerCraft in the Server Folder.<small><span class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:77.165.144.76|77.165.144.76]] ([[User talk:77.165.144.76|talk]] • [[Special:Contributions/77.165.144.76|contribs]]) </span></small><!-- Template:Unsigned --> | ||
+ | |||
+ | == 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? <br />If so, that's not possible without the ComputerCraft code. (on server-side) --[[User:Thesbros|Thesbros]] 18:27, 5 November 2012 (MSK) | ||
+ | |||
+ | Thanks for your help, I'll be sure to pass that on to the administration of my server. |
Latest revision as of 11:48, 6 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 (talk • contribs)
- 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 (talk • contribs)
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)
Thanks for your help, I'll be sure to pass that on to the administration of my server.