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

    How can I get a number of Items on player inventory

    How can I make it work? help please! Sorry for my bad English command /blocks: trigger: if player has 1 paper named "&bVoucherBlocks" with lore "&55Claim_Blocks": set {_items} to amount of paper named "&bVoucherBlocks" with lore "&55Claim_Blocks" in player's inventory set...
  2. A

    Solved There's no a player in a periodical event

    I want to create a Personal generator, like EggWars. with a button to turn on/off. I created " {spawn.%player%} " to turn on and off spawn (summon) items. Errors on Reload: There's no a player in a periodical event. Code: every 5 seconds in "world": if {spawn.%player%} is true: if...
  3. A

    Solved Summon items

    How do I summon items in certain cordinates? i want to summon, not drop. It's possible?
  4. A

    Solved How to write a yml

    Hello! I want to write in yaml like this: prefix: "\xa73\xa7l[\xa7d\xa7lTestPrefix\xa73\xa7l]" #Main prefix of the plugin PermissionsEx: 'true' # Set to True if you are using PEX Radius: '1.5' # Set the radius of the explosion I want to put the description of each but dont works! my code: if...