Recent content by Deku

  • 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!

  1. Deku

    Multiple args or command

  2. Deku

    groups help

    I would like to make sure that if a person is in a group he changes the chat in one way, otherwise if the person is in 2 groups he changes it in another. if groups of player contains "VIP-Cadetto": if groups of player contains "USA-Medico": loop all players...
  3. Deku

    Groups error

    I would like to make sure that if a person is in a group he changes the chat in one way, otherwise if the person is in 2 groups he changes it in another. if groups of player contains "VIP-Cadetto": if groups of player contains "USA-Medico": loop all players...
  4. Deku

    Multiple args or command

    How can I make sure that in a command there is a command (/ roles) that by adding different args (doctor, soldier) gives me different answers? There is my code on command: if(cmd.getName().equalsIgnoreCase("roles")) { if (args.length == 1) { if...
  5. Deku

    Giving Names to Snowballs

    can you paste the code?
  6. Deku

    dont work

    on rightclick on a chest: if clicked block's location is location -798, 113, 985 in world "ezez": if player's group is {usa}: set {tesorousa.%player%} to true send "a" if player's group is {ger}: set {tesoroger.%player%} to true Why dont...
  7. Deku

    Percentage

    Thanks you to much! it works
  8. Deku

    Carry a max of items

    Could such a thing be done? A certain player can carry a maximum of 64 food and 64 eggs, and cannot take more than 64 food and eggs?
  9. Deku

    Config.yml skript

    How does it work?
  10. Deku

    why dont work

  11. Deku

    Config.yml skript

    how do i create an editable yml file (config.yml) of my skript? command /globale [<text>]: permission: gui.head permission message: &9&lComrades &7» &cNessun Permesso. aliases: /global trigger: if arg 1 is set: set {prefisso.%player%} to placeholder...
  12. Deku

    why dont work

    Nope
  13. Deku

    why dont work

    command /negozio [<text>]: trigger: if player's group is "GER-Soldato" or "USA-Soldato": if arg 1 is not set: set {lore::1} to "&c&lSTATISTICHE:", " ", "&Costo: &95.000€", "&eModalità: &9Combattimento Ravvicinato", "&eDanno: &90.5"...
  14. Deku

    Percentage

    How do you get the percentage of who voted yes and no among all players? variables: {votisi::*} = 0 {votino::*} = 0 command /aprivoto: trigger: delete {votisi::*} delete {votino::*} set {voto::*} to "&e''&aTi sta piacendo il server?&e''"...
  15. Deku

    Choose Random player to tip

    command /tipauto [<player>]: permission: {@rankmvp+} trigger: if arg-1 is not set: make console execute command "sw give coins %executor% 100" send "&aUn Jugador te ha dado propina y has recibido 100 coins en skywars." to arg-1 send "&aHas dado...