discord

  • 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. skUnity Discord

    Discord Thread How can I set my own trade pool for wandering merchants?

    The idea is to spawn a wandering merchant with my own trade pool. Thing is - I have no clue how to do that. Any ideas? Posted by: stazekwantsmorecoffee from the skUnity Discord. View the thread on skUnity Discord here
  2. skUnity Discord

    Discord Thread Offhand

    How do I make it so you can use this item when its in your off hand? on right click: player is holding white dye if name of player's held item is "&f&lWind Fan": set {_waited} to difference between {windfan.%player%.lastused} and now if {_waited} is less than 3 seconds...
  3. skUnity Discord

    Discord Thread custom tag being removed from block

    when i retract my block with the custom tag theres a chance for the custom tag to be removed and it will go back to functioning like a normal block Posted by: nathan.5718 from the skUnity Discord. View the thread on skUnity Discord here
  4. skUnity Discord

    Discord Thread Money

    How to make sure that when using the command /pay [nick] [amount], this specified amount is given to the player Posted by: deatherazo from the skUnity Discord. View the thread on skUnity Discord here
  5. skUnity Discord

    Discord Thread Level System

    on first join: set {level::%player's uuid%} to 0 on break of wheat[age=7]: add 1 to {xp::%player's uuid%} send action bar "&a+1 &6exp" to player if {lvreq::%player's uuid%} is not set: if {xp::%player's uuid%} > 100: set {lvreq1::%player's uuid%} to 1...
  6. skUnity Discord

    Discord Thread Rent System

    Can someone help me with the rent system I'm currently working on? I can look and unlock the door as I want, but how can I do that just 1 Player can rent it? options: prefix: "&6&lHaus&7&o»" on join: set {gemietet::%player's uuid%} to false set {gemietet} to false on rightclick: if...
  7. skUnity Discord

    Discord Thread NPC Creation using skript-packet

    I am trying to create fake players using packets. I'm using the packet Info[/i]Update]https://wiki.vg/Protocol#PlayerInfoUpdate to create data for a player entity but it's not working past line 9. Can anyone who knows nms or just packets in general tell me how to use the packet properly? Server...
  8. skUnity Discord

    Discord Thread SkBee plugin not loading

    https://pastebin.com/9gKCnzCg Posted by: nuukyy from the skUnity Discord. View the thread on skUnity Discord here
  9. skUnity Discord

    Discord Thread Skript not setting scoreboard for all players

    Code: on join: while player is online: wait 10 ticks while {participatingall} is true: wait 3 ticks player's world is "minigame" {scoreboardtogglecmd} is true set {sortedindices::*} to sorted indices of {nxpoints::*} in...
  10. skUnity Discord

    Discord Thread command distance

    Hello everybody! We really need a team that will be executed only next to other players within a radius of 5 blocks! Thanks! Posted by: kanne47 from the skUnity Discord. View the thread on skUnity Discord here
  11. skUnity Discord

    Discord Thread How can I save items into nbt of an item?

    Hello! I'm trying to make a script that will add a backpack item that will keep it's contents saved in it's NBT. So how can I save multiple items into the NBT and then load it easily? Posted by: madpancake from the skUnity Discord. View the thread on skUnity Discord here
  12. skUnity Discord

    Discord Thread Flag claiming issue

    I cannot place or remove blocks with this skript, and /removeclaim says "<none>, <none Posted by: zdoot from the skUnity Discord. View the thread on skUnity Discord here
  13. skUnity Discord

    Discord Thread chat tool tip

    Can somone write script for chat tool tip i don't know how to do that Posted by: ng5054 from the skUnity Discord. View the thread on skUnity Discord here
  14. skUnity Discord

    Discord Thread can't understand this event

    I have a problem with the event on inventory slot change Posted by: workwolf from the skUnity Discord. View the thread on skUnity Discord here
  15. skUnity Discord

    Discord Thread pvp command

    title Posted by: nitayk from the skUnity Discord. View the thread on skUnity Discord here
  16. skUnity Discord

    Discord Thread Erm how do i protect maps on item frames?

    There seems to be nothing in either skript documentation about map interaction events that doesnt require an obscure addon. Is there any way to protect maps with vanilla skript? Posted by: milk4lyfe from the skUnity Discord. View the thread on skUnity Discord here
  17. skUnity Discord

    Discord Thread SCOREBOARD

    Hello so im trying to do a scoreboard but for some reason HEX colors dont work i dont know if im doing it wrong or not PLEASE HELP! Posted by: .dpool. from the skUnity Discord. View the thread on skUnity Discord here
  18. skUnity Discord

    Discord Thread script diamond sims

    Hello, I don't know how to do it at all but I would like to know if it's possible to make a script that allows you to have a diamond above the player's head like in the sims this will allow you to display the teams players through icons. I told myself that this is possible thanks to armor stand...
  19. skUnity Discord

    Discord Thread i need help im trying to get this defense skript to work however i dont know what to do from here...

    every 3 ticks: loop all players: set loop-player's scaled armor to 5 #makes everyones armor 5 armor visibly set {armor.%loop-player%} to loop-player's armor * 1 set {maxarmor.%loop-player%} to loop-player's max armor * 1 send action bar "&a❈...
  20. skUnity Discord

    Discord Thread Changing a player's nametag color with teams

    Hello I want to make a player's nametag color red as seen here, I've tried changing the color of the player's team but that has seem to do nothing Posted by: sexingher from the skUnity Discord. View the thread on skUnity Discord here