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

    Item showcase / spinning armor stand

    Suggested name: Spinny armor stand (doesn’t matter) Spigot/Skript Version: server version 1.18.2, skript version 2.6.4 What I want: Basically I’m creating an item showcase, for example a sword on top of an obsidian block, I got most of it done but I want to recreate the spin/ up and down...
  2. I

    gen Skript breaks itself with no errors

    Here i have a gen skript im working on, everything works fine and skript reloads with no errors. once the player gets to tier 17 "bamboo" they lose ownership over the gen so they cant break the gen or upgrade it any further. the only way to combat this is if they place tier 17 then upgrade it...
  3. I

    I need a trading Skript

    Suggested name: Simple Trading Spigot/Skript Version: Server 1.18.2 - Skript 2.6.3 What I want: I want players to be able to safely trade with either through a gui. I need the command to have a cooldown so players wont spam it. I need the gui to have a decline and accept trade button and thats...
  4. I

    How do you add to a player's total mined blocks

    Im using the %statistic_mine_block% placeholder to show how many blocks a player has mine but when using my auto pickup skript the amount does not go up. I've disabled the skript then mined a block to test if the skript was the problem and it is because it worked fine. on break: if...
  5. I

    Error loading skript gui

    Im making a shop gui skript for my server but for some reason i get this error in console whenever i reload the skript. I have essentials X, Vault, Skript, And Skript-GUI all latest version. https://pastebin.com/0KJXRCz6
  6. I

    How to add fortune and silk touch to my auto pickup?

    I got that part, I need to know how to make fortune and silk touch work with the code I have
  7. I

    How to add fortune and silk touch to my auto pickup?

    Basically i want every block to be auto picked up when broken. This is the first skript i tried then realized fortune nor silk touch works with this. i know why im jsut not sure how to implement it. on block break: if player's gamemode is not creative: if player has permission...