Search results

  • 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

    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...
  2. 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...
  3. 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...
  4. 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...
  5. 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?
  6. 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...
  7. 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"...
  8. 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''"...
  9. Deku

    Mistery Box

    It is possible to make a script in which, every 30 minutes a case is generated in a specific place (-798 114 985 (world ezez)), with a duration of 1 minute, which contains a number between 40 and 60 of emeralds, lapis , redstone, diamonds? At the end of the minute the cashier disappears. Please...
  10. Deku

    One times command

    How can you make a command that you can run only once?
  11. Deku

    Fines list

    I would like to make commands to add the fine (already done), to remove it and to see the fines of that particular player .. How can I put a list of fines to that player? Here is my code for now command /multa [<player>] [<text>]: usage: &cUso corretto: /multa (Player) (Motivo)...
  12. Deku

    Solved No move for 10 seconds

    I would like to create a skript that at the specific command blocks my movements for 10 seconds, and adds me blindness and slowness always for 10 seconds, how can I do it? command /immobilizza [<player>]: permission: immobilizza permission message: &cNessun Permesso trigger...
  13. Deku

    Transition

    I would like to create a skript that processes a purchase, I have reached a point but I would like to add a number to the transition code (ID), which increases every time the command is executed command /kalskmx: trigger: if balance of player is greater than 699...