Recent content by glowgrew

  • 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

    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.