How do you use the http utility plugin

Started by FrogInALog_ on

Topic category: Plugins and third-party tools

Last seen on 17:57, 29. Jun 2023
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do you use the http utility plugin

I want to make a mod where if someone subscribes to my youtube channel I die so I need to make an http get request with the http-utility mod but when I make a request like this

send the http request Create http get request to url "youtube.com" and get response

I can't use it as text, please help

Last seen on 07:19, 4. May 2024
Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I assume you use this Plugin…
Thu, 06/29/2023 - 12:46

I assume you use this Plugin.

I made for example a Mod that adds a new Command called uuid that outputs randomly a new UUID from this API Website that generate UUIDs for Minecraft.

Here is the Procedure where I get a HTTP Request as String: