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

    /sell

    remove all (cactus), (red mushroom), (pumpkin seeds), (nether wart), (melon seeds), (sugar cane), (wheat seeds), (carrot), (potato), (poisonous potato), (beetroot seeds), (sweet berries), (kelp), (twisting vines), (bamboo), (pumpkin), (melon slice), (melon), (wheat), (beetroot) from {_p}'s...
  2. lotzy

    год был ебанутым

    год был ебанутым
  3. lotzy

    Addon Skcrew - Sockets update

    Added socket connection support Updated web requests Some code improvements Now Skcrew allow you to communicate servers with each other if you are using Velocity proxy server Web requests now allow you using any request methods with sync and async effects Read the documentation for more...
  4. lotzy

    how use to skript-db item type

    Because 'execute' effect in skript-db is asynchronius, you need make 'delayed effect' with skript-reflect or use sync method.
  5. lotzy

    Solved Need help with Packet sending

    mb on your's server version packet has different fields or another import name of this class, idk but after creation of PacketPlayOutPosition instance you need send this to player player.getHandle().b.a({_packet}) this also can be different on your server version
  6. lotzy

    Is there a player nearby?

    if distance between arg-1 and player is less than or equal to 5:
  7. lotzy

    Solved Need help with Packet sending

    import: net.minecraft.network.protocol.game.PacketPlayOutPosition java.util.Set function packetPosition(loc: location, teleport: boolean) :: object: if {_teleport} is true: set {_set} to Set.of() return new...
  8. lotzy

    Solved make console execute command

    remove ':' on line 4 https://docs.skriptlang.org/effects.html#EffCommand
  9. lotzy

    Hide skript:%command%

    spigot.yml -> send-namespaced: false
  10. lotzy

    help me

    command /wshop: trigger: teleport player to location at -121, 77, -617 in world "world" send title "teleport to shop" to player https://docs.skriptlang.org/expressions.html#ExprLocationAt https://docs.skriptlang.org/effects.html#EffResetTitle
  11. lotzy

    Saving a location in a variable

    Saving blocks is fine, instead of looping blocks ;d
  12. lotzy

    Solved Can't understand this condition "if %arg-1 is set:%"

    Percent symbols are only used inside quotes or variable names: set {_var} to 25 set {_var2} to "amount of something: %{_var}%" broadcast {_var2} # will show 'amount of something: 25' loop 3 times: set {_list::%loop-value%} to loop-value+5 broadcast "%indexes of {_list::*}%" # will show '1,2...
  13. lotzy

    Saving a location in a variable

    why you wanna save blocks, not their locations?
  14. lotzy

    Saving a location in a variable

    create function what return all locations between two locations?
  15. lotzy

    Saving a location in a variable

    if location of event-block is between %location-1% and %location-2%: cancel event
  16. lotzy

    Halloween Event

    store locations of placed head in any list, like {pumpkins::*} on rightclick event check if {pumpkins::*} contains location of clicked block, if condition passed -> then check if uuid of player doesn't exists in list like {received::%location of clicked block%::*} if uuid doesn't exists in this...
  17. lotzy

    Baltop skript

    stop using stupid dots instead of normal lists. loop sorted indices of {money::*} in descending order: broadcast "%loop-value%: %{money::%loop-value%}%"
  18. lotzy

    How do I make it so players can only break a certain block that they placed?

    ты понимаешь, что ты поехавший???
  19. lotzy

    How do I make creepers stop exploding?

    дурачок малолетний.
  20. lotzy

    add message to varible

    add message to {amountt::%player%::*}give player {amounttt.%player%} of tripwire hook named "&a&lVIP Crate Key"