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

    [Closed] Launching a boat that a player is riding

    Skript Version (do not put latest): Skript 2.3.5 (from GitHub) Skript Author: bensku Minecraft Version: 1.13.2 --- So, I'm trying to create a boat-race plugin (where you drive on the ice). The trouble is, that when a boat meets higher terrain, it obviously can't just "climb it up". So I have...
  2. CustomWorldYT

    Solved Skript help - Defining multiple list variables in "contains"

    Skript Version: 2.2 dev36 (latest) Skript Author: Bensku Minecraft Version: 1.12 I'm trying to do ranks for my FreeOP server in Skript. I can't use permissions, because it's FreeOP (where everyone is opped). I have in game command for setting rank. But now I want to define multiple list...
  3. CustomWorldYT

    Solved Skript help - If list variable contains...

    Skript Version: 2.2 dev36 (currently latest, downloaded from: https://github.com/SkriptLang/Skript/releases) Skript Author: CustomWorldYT (Me) Minecraft Version: 1.12.2 Spigot I'm trying to do an IP check system for my staff, my server is FreeOP and so it's running offline mode. The problem is...
  4. CustomWorldYT

    Solved Placeholders + Variables

    I'm developing Skript, and I want a command to edit messages of plugin in-game, because not every person is friend with Skript's options. I'm using variables to save pieces of messages, that can be edited in-game using command "/edit prefix &a&lNew Prefix &b&l>>" (for example). But now, I want...
  5. CustomWorldYT

    Skript help - Multilined ban reason messages

    Hello there, my question is if it's possible to make multilined ban reasons in Skript.[/B] Skript Version: 2.2 dev36 (Pre-release) Skript Author: CustomWorldYT Minecraft Version: 1.12.2 --- Code example: command /ban <player>: ban arg 1 due to "Banned! \n (?) Reason... blah blah blah"...
  6. CustomWorldYT

    Solved Skript help - Disable plugin specific commands.

    I develop a FreeOP mod in a skript, and I want to ask if it's possible to block every command that contains colons, I don't want OPs to execute commands like /minecraft:advancement blah blah. Is it possible?[/B] Skript Version: 2.2 dev36 (Pre-release) Skript Author: CustomWorldYT Minecraft...
  7. CustomWorldYT

    Solved Skript help - If player name is, then...

    I have recently started to "code" in Skript because I don't know Java. I'm going to code a FreeOP mod for my server, I don't want to use original mod from <some free op server you probably know> because I think that I can do it in Skript. FreeOP servers (if you don't know) are servers when...