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

    Yet another broken script...

    https://pastebin.com/J0XyaV4K This is a simple among us skript for my friend's server. I get many errors when I use this, but there are so many lines of code (around 113), that it isn't surprising. Anybody have help? Thank you.
  2. acai

    An extremely confusing script that i need help with

    command /friends [<text>] [<player>]: permission: acai.friendscmd trigger: if arg-1 is "add": if arg-2 is set: add arg-2 to {friendslist::%player%} else: if arg-1 is "remove": if arg-2 is set: remove arg-2 from {friendslist::%player%} else...
  3. acai

    Skript Using "Loops"

    Hello! Welcome to my second tutorial. This is a very simple lesson, but I am using it in a way some people would not. We will be using loops to count players, entities, and blocks today! How do I use loops, you may ask? After an event and the correct syntax, you can use a loop. Let's start with...
  4. acai

    Skript List Variables

    [DELETED]
  5. acai

    Solved Creating and Deleting Worlds with MultiVerse?

    Hello! I'm making a minigame, but creating worlds with Multiverse doesn't seem to work. Any help? My code (quite long): #-------------------- on damage: damage cause is fall: cancel event command /mbadmin [<text>] [<text>]: permission: gumble.mineblock.admin trigger: if...
  6. acai

    MineBlock-SK

    MineBlock is a simple, skyblock-like minigame! Oak logs do not break, and you can sell items with /mbsell. - - - - - - - - - - - - - Requirements: Multiverse-Core SkQuery TuSKe VoidGenerator - - - - - - - - - - - - - Features: TPS-Friendly Custom No external resources used to code this - - - - -...
  7. acai

    ClearLag-SK

    - - - - - - - - - - - - - Use: Every 5 minutes, dropped items will be cleared. Simple! - - - - - - - - - - - - - Command Usage: /lagclear hostile (will clear hostile mobs) /lagclear force (will force dropped items to be cleared) - - - - - - - - - - - - - Works great, and saves plugin room (if...
  8. acai

    Help with Server Control Skript

    on join: if player has permission "whitelist.bypass": cancel event else: if {whitelist} is 1: if "%{whitelist::*}%" doesn't contain "%player%": kick player due to "You're not on the whitelist!" else: if {whitelist} is 0: cancel event else...