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

    Thanks for advice, Shane, however the boat is still not launched, even if I removed the underscores in the variables. I also tried to modify my script a little, currently it looks like this: command /boat: trigger: spawn boat at player's location set {%player%.boat} to last...
  2. 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...
  3. 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...
  4. CustomWorldYT

    Solved Skript help - If list variable contains...

    Thank you for your code, it worked for me. Thanks alot. :) I thought it was person who made the script, but it was strange to me... However, noone noticed that I kept saying that I made the Skript, until now. xD
  5. 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...
  6. CustomWorldYT

    Solved Placeholders + Variables

    This might work, thank you very much.
  7. 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...
  8. CustomWorldYT

    Skript help - Multilined ban reason messages

    I know it requires sk addons, I said it was thing I tested earlier so just ignore it. It looks like multilined ban reasons cannot be used in Skript with no addons, and it looks like I gotta install some addons or just keep 1 lined ban messages. You guys tired your best and showed me awesome...
  9. CustomWorldYT

    Skript help - Multilined ban reason messages

    @MeHow so how exactly I put multi lines in ban reason? Does this Skript require any addons? I'm Skript beginner and I don't know a lot about Skript stuff. I putted all code you gave me into a test skript, but it still doesn't work. Currently, my ban command looks like following: command /ban...
  10. CustomWorldYT

    Skript help - Multilined ban reason messages

    Thank you everyone for your reply. However, Games, I don't want to use addons, I want Skript with no dependencies (If possible.) Also if am I right, skript-mirror is another Skript addon. As I said, I want (possibly) Skript with no addons. Any other ideas? :/
  11. 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"...
  12. CustomWorldYT

    Solved Skript help - Disable plugin specific commands.

    Thank you, this code helped me. :)
  13. 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...
  14. CustomWorldYT

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

    Such fix. Much reply. Very thx! WOW! OK just thx you very much, it worked!
  15. 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...