Recent content by FindME

  • 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 community!

    Now, what are you waiting for? Join the community now!

  1. FindME

    Solved Help, snow man notifer

    on spawn of a snowman: set {_smloc} to location of last spawn entity clear {smplayers::*} loop all players in radius 3 of last spawned entity: add loop-player to {smplayers::*} send "&c[ALERT] Snowman Spawned at %{_smloc}% by {smplayers::*}"this prob works idk
  2. FindME

    Hiring Hiring a full-time Skript developer for a new Minecraft Server

    dm me on discord if u have a snippet alr lmk but if not I can get started discord --> Cleisss
  3. FindME

    Player's Cursor Help

    why not check if they click the card and check all available slots for cards loop then replace your card with the empy one? so if looped slot = card slot, card = empty set slot to blah
  4. FindME

    Holding Crossbow Animation

    command /gun: trigger: set {gun} to a crossbow named "&cAssault Rifle" set nbt of {gun} to "{Unbreakable:1b}" give {gun} to player on left click holding a crossbow: if player's tool is a crossbow named "&cAssault Rifle": cancel event play sound...
  5. FindME

    Player's Cursor Help

    would cursor slot and clicked slot not be the same?
  6. FindME

    Number Formatting

    function shortNumber(n: number) :: text: set {_suffixes::*} to "k", "m", "b", "t", "aa", "ab", "ac", "ad", "ae", "af", "ag", "ah", "ai", "aj", "ak" set {_i} to 0 while {_n} >= 1000 and {_i} < size of {_suffixes::*}: set {_n} to {_n} / 1000 add 1 to {_i}...
  7. FindME

    Koth

    Copy Example: options: hill-world: "your_world_name" hill-pos1: 100, 64, 100 # bottom corner hill-pos2: 110, 70, 110 # top corner We need to look every second to see if anyone's in that box. If someone is, make them the king and start counting time. If not, reset. Use an "every 1 second"...
  8. FindME

    Leaderboard of blocks broken

    hologram plugin > use a skript adoon that exports the placeholder > call skript playerholder in hologram config
  9. FindME

    Script (Discontinued) [Bunz] Custom Shop for Noobs 1

    Custom Shop [SKRIPT] Introducing "Custom Shop" a powerful and user-friendly /shop command for Minecraft servers that lets players browse and purchase items effortlessly through chat menus. No confusing GUIs or signs. Overall, a clean, chat-based shop system that you can fully customize to suit...
  10. FindME

    Script (Discontinued) [Bunz] Custom Shop for Noobs

    FindME submitted a new resource: [Bunz] Custom Shop for Noobs - A shop for those who need a starting project! Read more about this resource...
  11. FindME

    Script (Discontinued) [Bunz] On Join Super Counter - Fixs for last update

    Fixed Some Unnecessary code.
  12. FindME

    Script (Discontinued) [Bunz] On Join Super Counter

    FindME updated [Bunz] On Join Super Counter with a new update entry: Fixs for last update Read the rest of this update entry...
  13. FindME

    Script (Discontinued) [Bunz] On Join Super Counter - Fix + New Content

    Fixed the 1st join missing number of player join. Added Joining Streak for every 24 hours player adds to streak etc.
  14. FindME

    Script (Discontinued) [Bunz] On Join Super Counter

    FindME updated [Bunz] On Join Super Counter with a new update entry: Fix + New Content Read the rest of this update entry...
  15. FindME

    Script (Discontinued) [Bunz] On Join Super Counter - Command Fix (Excessive Code)

    Fixed up the excessive code that was a part of the /join (player) command.