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

    Solved Custom namespace for commands

    idk if this is possible at all but if it is, how to make custom namespaces for commands so instead of typing "/skript:command" you type "/somethingelse:command" oh also uhh "/skript:somethingelse:command" is not what i want ok thanks for reading
  2. M

    My shop skript's buyable stuff (stone, logs, etc) not showing

    Skript Version: Skript 2.51 (dev20c) Skript Author: Bensku Minecraft Version: 1.16.3 --- Full Code: Code (Skript): command /gh: trigger: set {money::%uuid of player%} to 1000 command /gy: trigger: set {money::%uuid of player%} to 0 command /shop: trigger: open virtual...
  3. M

    Solved get money from mobs

    Skript Version: Skript 2.2 (dev20c) (i forgot, i'm going to assume its that version) Skript Author: Bensku Minecraft Version: 1.12.2 I am trying to make a script that gives you money when you kill a mob (for example, a zombie). I am aware that there are other plugins that do this, i just want to...