1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Config.yml skript

Discussion in 'Skript' started by Deku, Aug 15, 2020.

Thread Status:
Not open for further replies.
  1. Deku

    Deku Member

    Joined:
    Jul 12, 2020
    Messages:
    36
    Likes Received:
    0
    how do i create an editable yml file (config.yml) of my skript?

    Code (Text):
    1. command /globale [<text>]:
    2.     permission: gui.head
    3.     permission message: &9&lComrades &7» &cNessun Permesso.
    4.     aliases: /global
    5.     trigger:
    6.         if arg 1 is set:
    7.             set {prefisso.%player%} to placeholder "%%vault_prefix%%"
    8.             set {nome.%player%} to placeholder "%%essentials_nickname%%"      
    9.             broadcast "%{prefisso.%player%}%&f%{nome.%player%}% &a» &f%arg 1%"
    10.         else:
    11.             send "&cUsa: /globale (Testo) per inviare un messaggio che tutti riceveranno"
    12.  
    13.        
     
  2. kamilleon

    kamilleon Member

    Joined:
    Nov 18, 2017
    Messages:
    48
    Likes Received:
    0
  3. Deku

    Deku Member

    Joined:
    Jul 12, 2020
    Messages:
    36
    Likes Received:
    0
    How does it work?
     
    #3 Deku, Aug 18, 2020
    Last edited: Aug 18, 2020
Thread Status:
Not open for further replies.

Share This Page

Loading...