split

  • 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. Dominiiikk

    Custom Chat placeholer

    Hello, I want to make a custom placeholer, when a player's message includes "[kct]" it sends his normal message and replaces the "[kct]" part with a custom string. This is what I want it to look like. Its from a plugin. But mine looks like this: Im using this code, anyone knows how to split...
  2. S

    How can i splitt a message, so i can make a color gradient

    Hey, I made an "actionbar timer" skript about a month ago and wanted to make a color gradient for the text like in this video: Here is my code: https://pastecode.io/s/ievx4mxu
  3. Dovias

    [expression] Split text by every "x" characters.

    Want to split text by every "x" characters, but cant find an expression which does this? No problem, just use this freshly made expression by me!. Add this to new .sk file or at the top of your skript of choice. You could use this without the skript-mirror, but i know there's a lot of people who...
  4. L

    Solved split String at "\n"

    Hello ! TLDR: I want to split text "variable \n variable \n variable" on each "\n" and turn "variable" into an element of a list. After looking in java code, docs and other horrible things i'm in front of this little easy problem but i just can't find the right exact way to write it. So i...
  5. XSKRIPTX

    Balance split (NEED HELP)

    Hello, it is possible do split balance? example: 5.000 instead of 5000 i work with: {coins.%player%}
  6. T

    Split

    What i want is that it says 1,000 instead of 1000 in my variable {gold::%player%} I found this skript: but how do i make it work for my variable? function spaced(n: text) :: text: set {_s::*} to split {_n} at "." if {_s::*} is not set: return a({_n}) else: return...