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

    Solved Very easy but ı could not :)

    Lets see if i understood, you need something like this? command /trd [<player>]: trigger: arg 1 is set: player command "trade %arg 1%" arg 1 is not set: send "&c&l[SYSTEM] &7&l/trade (Player name)" to player
  2. couger44

    Pearlthrough skript error

    You are using a block event (event-block) in a projectile event.
  3. couger44

    Open GUI

    Can you send the full code and the screenshot of the error?
  4. couger44

    Solved Help me!

    No, because what you are checking with the condition i wrote earlier is the variable {permissions::*}
  5. couger44

    Solved Custom enchants

    Skellett.
  6. couger44

    Solved Help me!

    I never did something like this, but try: #add permission. command /addperm [<offline player>] [<string>]: permission: addperm.use trigger: arg 1 and arg 2 are set: add arg 2 to {permissions::%arg 1%::*} send "&aDone!" #Test. command /test: trigger...
  7. couger44

    script not working

    When you have a question, post it on the skript help forum. Whatever, appears when when you reload the skript?
  8. couger44

    Solved Console Execute

    Should. Obviously, they requires all of those conditions that you set for them to be able to.
  9. couger44

    Solved Console Execute

    Fix the variable. This you putted. loop {generator::1::}: The name of the variable should not end with separators. In this case, add the :: * to your variable in the loop. Like this: loop {generator::1::*}:
  10. couger44

    Solved remove and add to players inventory

    Be sure to create another post when you have a question apart from the original post. For your answer this would work: on right click on sign: line 1 is "[Warp]": line 2 is "netherpvp": line 3 is "everyone": player command "warp netherpvp"Mark the post as...
  11. couger44

    Help skript new craft for certain item and blocking old craft

    You need SkQuery to do this: on load: register new shapeless recipe for 1 brick block using brick, brick, air, brick, brick, air, air, air, air Also, if you have SkBee, you can do: on load: register new shaped recipe for brick block using brick, brick, air, brick, brick and air with id...
  12. couger44

    Solved Remove Player Tag Name (above player)

    I specifically don't remember, but i have: SkRayFall, SkQuery, MundoSk, Skellett, TuSKe.
  13. couger44

    Solved remove and add to players inventory

    Uff, i wouldn't know how to answer you. In my case, I learned skript through of a person's skripts. And then I was deepening the learning in this forum.
  14. couger44

    Solved remove and add to players inventory

    I recommend you create your own 'setspawn' skript. Avoid problems like the one you just told me. command /setspawn: permission: setspawn.use trigger: set {spawn} to player's location send "&aThe spawn has been set!" command /spawn: trigger: teleport player...
  15. couger44

    Solved remove and add to players inventory

    Then add to the code: on command "/spawn": clear player's inventoryBe careful with the CombatLog plugins you have. If the player is in combat and uses the /spawn, all items will be deleted. If you have your server's spawn in a separate world, do this: on player world change: if world is...
  16. couger44

    Solved remove and add to players inventory

    Something like this? on join: wait a tick clear player's inventory on command "/warp netherpvp": set slot 1 of player's current inventory to chest named "&aKit Selector &7(Right Click)"
  17. couger44

    How to make custom death messages but if the weapon has a custom name like if its renamed in an anvi

    Try: on death: victim is a player: attacker is a player: set {_weapon} to name of attacker's tool broadcast "&7%victim%&6 was killed by&7 %attacker%&6 using %{_weapon}%"
  18. couger44

    Top Blocks Mined leaderboard

    If the code works, mark the post as solved.
  19. couger44

    Top Blocks Mined leaderboard

    Well, it was my localhost server. Therefore, i have most addons to test without errors. These i have: MundoSk, Skellett, SkQuery, skRayFall, skript-mirror, TuSKe.
  20. couger44

    Top Blocks Mined leaderboard

    I tried it on my localhost server and it works: First, mine detection: https://gyazo.com/01b770f77aafd490e175db48d59ad25b Second, top list: https://gyazo.com/26980ab84439fa0613a6ecf7b6a2a2a6