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 community!

    Now, what are you waiting for? Join the community now!

  1. glowgrew

    left indefinitely

    left indefinitely
  2. glowgrew

    RAS » Rotating Armor Stand

    it isnt
  3. glowgrew

    Read First D̶o̶c̶s̶ ̶a̶r̶e̶ ̶d̶o̶w̶n̶ Docs are up

    It's because admin's functions are available?
  4. glowgrew

    Tool Not Breaking From Loss of Durability

    Basic mechanics are done in my script already.
  5. glowgrew

    Tool Not Breaking From Loss of Durability

    https://forums.skunity.com/resources/✪-oresense-✪-easily-generate-ores-in-a-few-lines.272/
  6. glowgrew

    Held item name

    you want to get an ID instead of item's name?
  7. glowgrew

    Held item name

    name of tool
  8. glowgrew

    Solved Kit error

    24 hourses isn't a timespan. Maybe you mean 24 hours?
  9. glowgrew

    Need Help pls

    Follow the rules in help request format.
  10. glowgrew

    inventory item

    set {_name} to name of item in slot 1 of player's inventoryNot tested yet.
  11. glowgrew

    Setting items from variable

    No, there isn't.
  12. 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?
  13. 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...
  14. 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...
  15. glowgrew

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

    Ah, hello there.
  16. glowgrew

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

    About: This script allows you to create easily ore generators, like CosmicPrisons. Features: Light Weight - 31 lines (w/out commands); Easy - just one command to setup a generator. Soft Depend: Skript SkQuery Skellett Setup: Just one command: /mine setup, then place a generator. That's all...
  17. glowgrew

    Solved Parsing a location

    # How to parse location from list or variable correctly? set {_var} to "%{_list::1}%" parsed as location
  18. 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: "...
  19. glowgrew

    Solved Protocol block

    Hello. I need a syntax for a block that shown only for a specific player. Help me to find it.
  20. 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: