promotional bannermobile promotional banner
premium banner
Send http requests out of your Minecraft world

Description

Send http requests out of your Minecraft world:

New Commands:

 

/httprequest GET "<URL>" show chat

Shows response of a GET request to chat

 

/httprequest GET "<URL>" show actionbar

Shows response of a GET request to actionbar

 

/httprequest GET "<URL>" show entity <entity>

Sets a Custom Name to an entity whith the respond of a GET request

 

/httprequest GET "<URL>" return <showinchat>

Used by other mods

 

 

 

/httprequest POST "<URL>" "<jsonbody>" header "<header>" "<value>" show chat

Shows response of a POST request to chat

 

/httprequest POST "<URL>" "<jsonbody>" header "<header>" "<value>" show actionbar

Shows response of a POST request to actionbar

 

/httprequest POST "<URL>" "<jsonbody>" header "<header>" "<value>" show entity <entity>

Sets a Custom Name to an entity whith the respond of a POST request

 

/httprequest POST "<URL>" "<jsonbody>" header "<header>" "<value>" return <showinchat>

Used by other mods

 

 

 

/httprequest POST "<URL>" "<jsonbody>" noheader show chat

Shows response of a POST request to chat

 

/httprequest POST "<URL>" "<jsonbody>" noheader show actionbar

Shows response of a POST request to actionbar

 

/httprequest POST "<URL>" "<jsonbody>" noheader show entity <entity>

Sets a Custom Name to an entity whith the respond of a POST request

 

/httprequest POST "<URL>" "<jsonbody>" noheader return <showinchat>

Used by other mods