Recent content by Darrow

  • 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. Darrow

    Solved Repair tools gui

    You're saying you want to the tool to repair in a slot in the GUI once the anvil is clicked in the GUI?
  2. Darrow

    Arrow Permission

    Arrow Perms Arrow perms is a skript that allows server owners to set-up their ranks easier. Arrow perms runs off PermissionEX and maybe more permission plugins in the future, e.g LuckPerms, bPermissions and GroupManager...
  3. Darrow

    How can I decrease the damage?

    can you show your skript?
  4. Darrow

    Inventory save and restor

    if the /join command teleport them to other world via multiverse then their inventory will be saved when they return back to the world they did the command on
  5. Darrow

    New Skripter, trying to learn as much i can. (Help)

    you can read about it here https://en.njol.ch/projects/skript/doc/loops or it can also be found on youtube hope it helps you!
  6. Darrow

    Solved Commands don't show in Bukkit Help

    doesn't work for me so i don't think you can fix it
  7. Darrow

    Solved Commands don't show in Bukkit Help

    Don't think you can fix it because the commands from your skript are ran from the Skript plugin and a stand-alone plugin so the commands in the bukkit help will look something like this /skript :arpload: of course it only shows up on console(maybe in-game too)
  8. Darrow

    Random Integer

    Try this On right click holding a firework star: chance of 50%: wait 3 ticks set {%player%.randommoney} to random integer between 1 and 100 add {player.randommoney} to the player's balance send "&8[&6&lO&8] &7You got %{player.randommoney}%.You got &2%player's...
  9. Darrow

    Remove hearts from a player

    also can be found here http://en.njol.ch/projects/skript/doc/effects#EffHealth
  10. Darrow

    Remove hearts from a player

    this is an example on death of a pig: if attacker is player: damage {player} by 1 heart hope you understand
  11. Darrow

    Event Teleporting

    Try this command /pvpevent [<text>]: permission: pvpevent.sk permission message: &cDu har ikke adgang til denne kommando. trigger: if player has permission "event.join": if arg 1 is "join": teleport player to location at -4, 5, 40 in world "world"...
  12. Darrow

    Script Arrow Permission - Arrow perms Version 0.3

    Arrow Perms V0.3 Whats new? ------------------------------------------------------------------------ I've made it so it is capable with both LuckPerms and PEX you can change this in the skript it self All you have to do is to set it to "true" or "false" PEX on default is set to "True"...
  13. Darrow

    Script Arrow Permission 0.3

    Arrow Perms Arrow perms is a skript that allows server owners to set-up their ranks easier. Arrow perms runs off PermissionEX and maybe more permission plugins in the future, e.g LuckPerms, bPermissions and GroupManager...
  14. Darrow

    Script Arrow Permission - Arrow perms Version 0.2

    Arrow Perms V0.2 Whats new? New commands added, reload command and new permission nodes ------------------------------------------------------------------------ Commands /arpuser {"set", "remove"} {player} {group} - allow players to move users to a group /arpuserp {"add", remove"} {player}...