Jump to content

ChatGPT skripting


Lapzzo

Recommended Posts

Hello Minehut!

I have not been on Minehut for a while, and am planning to make a return. Before I return, I wanted to have a quick chat with the community.

Since ive been gone, major things have happened in the AI world. For example, company OpenAI, has realised DALL.E which can turn word prompts into images, within seconds! 

Another major thing that has happened with AI is ChatGPT.

If you dont know what ChatGPT is, its an Artificial Intelligence Chat bot. This gives people ways to do things faster and more efficient then any human can.

Another useful feature ChatGPT holds is coding and programming. I have been playing around in different languages, and the thought came to me today, "can GPT do Skripting?"

I tried it, and surprisingly it could! I tried a simple prompt,

Can you make it so if the player types /hello and is standing on blue wool, they get launched and get sent the message &d&lWEEEE!

And it responded, 

Yes, I can help you create a Skript script that will launch a player and send them a message if they are standing on blue wool and type the command "/hello". Here's an example script that should accomplish this:

on command "hello":
    if player is standing on blue wool:
        set {_player} to player
        wait 1 tick
        {_player} add velocity 0, 3, 0
        send "&d&lWEEEE!" to {_player}

This surprised me, as I didnt expect it to do skripting. This is just a simple request, but im pretty sure it could do more advanced Skripts.

I came here to ask, Whats your opinion on this Minehut?

  • Like 1

 

imgonline-com-ua-resize-CNNkL1drx5M-removebg-preview.png.d6a8ae8b5eb862005fb056c21f934200.png

Link to comment
Share on other sites

This will make alot of servers without having skill, which could be bad and good. well, skripting is easy anyway

___________________________________________________________________________________________________________________________________

*Deep voice* GETTT AWAY FROM ME

____________________________________________________________________________________________________________________________________

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...