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

    Solved Loop all bungee servers

    Hello. I new to Java and I'm coding a bungee plugin that sets a header and footer for all bungee-servers. I need a help with a little part of code - see title. for (ProxiedServer s : ???) { Any1?
  2. glowgrew

    Solved Filtering Messages (RegEx)

    # Not working, some1 help please. function filterIp(v: text) :: boolean: {_v} regex doesn't match "(\d{1,3}(\.|\s|-)+\d{1,3}(\.|\s|-)+\d{1,3}(\.|\s|-)+\d{1,3})": return false stop return true on chat: filterIp("%message%") = true: cancel event send...
  3. glowgrew

    Solved Functions r stupid sometimes

    # Function, that returns a colored percent. function color(v: text) :: text: {_v} <= 25: return colored "&c%{_v}%" else if {_v} <= 50: return colored "&6%{_v}%" else if {_v} <= 75: return colored "&e%{_v}%" else if {_v} <= 100: return colored...
  4. glowgrew

    Script ✪ OreSense ✪ Easily generate ores in a few lines.

    Ah, hello there.
  5. glowgrew

    Solved Parsing a location

    # How to parse location from list or variable correctly? set {_var} to "%{_list::1}%" parsed as location
  6. glowgrew

    Solved Get block

    Hello, I have a code: # There's errors on lines 3 and 10. on break of any ore: set {_oretype::*} to block split at "_" position of block is {mine::%{_oretype::1}%}: cancel event set {_loc} to location of block set {_loc} to "%{_loc}%" replace all "x: "...
  7. glowgrew

    Solved Protocol block

    Hello. I need a syntax for a block that shown only for a specific player. Help me to find it.
  8. glowgrew

    RAS » Rotating Armor Stand

    BedWars' Snippet (1.11.2) Not tested on 1.8! Description: Here's a snippet from BedWars. It's called levitation block. Commands: /ras (/rotatingarmorstand). Needs SkQuery and SkStuff. #CODE Soon there will be more snippets... :emoji_v:
  9. glowgrew

    Bind a command to armor stand.

    Hello. How to bind a command to invisible armor stand? on right-click on armor stand: But, it's applying to all armor stands. I don't need it. ik this is possible.
  10. glowgrew

    Solved Rotating ArmorStand

    Suggested name: RotatingArmorStand (idk, lol) What I want: I want a Hypixel's rotating armorstand which is using in their games (like bedwars). Ideas for commands: <none> Ideas for permissions: <none> When I'd like it by: < 2 weeks P. S. It' isnt works, but I tried. command /z <text>: #...
  11. glowgrew

    Function in a function

    Hello. I've got two extra questions how to place a function in a function one("sometext", two("sometext")")and how to use a variable in event every %{example}% parsed as integer times seconds:? Question №1 - Solved.
  12. glowgrew

    Solved "return" in function

    Hello. I have a function: function ColorRandomizer(v1: text, v2: text, v3: player) :: text: add "&a" to {_c::*} add "&b" to {_c::*} add "&c" to {_c::*} add "&d" to {_c::*} add "&e" to {_c::*} add "&6" to {_c::*} add "&3" to {_c::*} add "&2" to {_c::*} add...
  13. glowgrew

    Solved SkellettProxy: Per-server balance.

    Suggested name: - What I want: A per-server balance for bungeecord. From which admins can take, add, set balance. Ideas for commands: /balance <take|add|set> - optional. Ideas for permissions: - When I'd like it by: < 2 weeks
  14. glowgrew

    Solved Giving a skull to player

    Hello. I have to give a skull with nickname, but this code sends "the latter is neither an item type". set slot 5 of player to sean1346's skull named "test" with lore "test" BTW, how can I give a custom skull to a player? @Duetro @ImOfflinezzz (братан, ало) ANYONE?
  15. glowgrew

    Solved YML Variables

    Hello. How can I check a length of arg via YML variable? Problem part of code: length of arg 1 <= "%{config::main::maxhomes}%": This code isn't sending any issues, but it doesn't work.
  16. glowgrew

    Solved Negative "contains"

    Hello everyone. I have a problem with "contains". The negative contains doesn't work. I've tested the values, like this: !contains doesn't contains not contains isn't contains I hope you'll help me with the issue.
  17. glowgrew

    Solved ColorRandomizer

    Category: ChatDesign Suggested name: ColorRandomizer What I want: I would like a chat script, which making chat more colourful and simple. On every message it randomize the main color. It can be a function. Ideas for commands: - Ideas for permissions: - When I'd like it by: - @BrettPlayMC...