basic

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

    Skript how to use else in skript

    on right click on diamond ore: if {Cooldown::GoldOre::%uuid of player%} is true: cancel event else: if player is sneaking: if player's balance >= 10000: remove 10000 from player's balance send "&5Voidz&fGenz &7>>> &aUpgraded Your Generator!" set event-block to...
  2. J

    Need help with basic buying system

    Hello everyone again! This is a bit of an odd situation again but I'll give you a rundown. I am trying to make a skript where if you click on a sign it will check how much money you have and if you have more than the specified money it will allow you to click the block underneath it which in...
  3. F

    Script Very basic smelting skript 2021-11-26

    Basic Skript made in 5 minutes for smelting, How to add more? [Advance!] DISCLAMER: THIS IS NOT SUPPOSED TO BE A GOOD SCRIPT. THIS WAS MADE IN 5 MINUTES SO DO NOT COMPLAIN IF ITS BAD! Thank you!
  4. A

    Script Simple Motd (Basic) Build 1

    Basic Motd for all Versions. Tested Version(s): 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 # Welcome to Motd Skript. By: NovaCraft # # Motd: # # Use: Yes/No # # Lines 1 and 2 can contain up to 40 letters # Enable Motd: 'Yes' Line 1: '§b=============== §4[§2local§ahost§4]§b ===============' Line...
  5. J

    Drag and Drop Sell GUI

    Hello, I'm trying to make a GUI when /sell is done. You are supposed to drag and drop the listed items then they will be sold and give the player the set money. Here's what I got so far, I get no errors, the GUI opens correctly but when I drop the items and close the GUI, nothing happens...
  6. Aidanete

    Basic Minigame Mechanics in Skript Language:

    I never did a tutorial, so sorry for any errors I commit. You may know that Minecraft servers are full of different minigames, some mechanics in this games are repeated or useful to clear lag or stuff like that. Today I will show you here how to make some of these mechanics Hope this...