Jump to content

Skripting


Active

Recommended Posts

I need a bit of help with skripting, I'm trying to figure out how to skript a simple command where if you typed say something like /romehistory then it would show text in the chat telling them all about it, but I'm a bit overwhelmed and can't figure out how to script it.

Link to comment
Share on other sites

11 minutes ago, Active said:

I need a bit of help with skripting, I'm trying to figure out how to skript a simple command where if you typed say something like /romehistory then it would show text in the chat telling them all about it, but I'm a bit overwhelmed and can't figure out how to script it.

Well, I would suggest asking in the skript topic which can be found here! there is tons of people there that will help you! 🙂

Minehut VIP

7/24/19 - Now

Support team member

10/06/2019 - 02-14-2020

 

Appeal suspensions here                                    Report rule-breakers here                                       Read the rules here

Been playing minehut ever since 2016-17

Boit.png.63027370e8a99b78e907daa410c83600.png

 

Link to comment
Share on other sites

do like this 

command /romehistory:
  trigger:
    send "&8[&6History&8] &7This is about the history"
    wait 3 seconds
    send "&8[&6History&8] &7It was started when the god making the world"
    wait 3 seconds
    send "&8[&6History&8] &7He divide each world to give to his 9 children"

This is some example
u can add permission or other to there too

 

Owner:

MightyRPG and DrunkYard

Just a normal player with a normal life

Love me and I will love u back 😀

xasdgif.gif.e4cfde86c9d36c8ffeae88a9f93d19d3.gif

Link to comment
Share on other sites

  • 4 weeks later...
command /romehistory:
  trigger:
    message "&e[HISTORY]&8 -&7 Rome History"
    wait 5 ticks
    message " "
    wait 5 ticks
    message "&7(text) (text) (text)"

each message "text" is a new line. If you would like something to be on the same line, instead of this:

    message "text text more text"    message "text text more text"    message "text text more text"

message "text text more" 
message "more text"

use this:

message "text text more text"

Hope that helped!

hello am preludal but u can call me preludail. thanks forwatching my signature                                                          

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...