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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. K

    Loop & list problem

    Hey guys, got a problem with lists. I want to add expire system for a region market. on rightclick on sign: line 1 of the clicked block is "[Region]": if line 4 is empty: set {regiontmp} to line 2 clear {moneytemp} set {moneytemp} to line 3...
  2. K

    Solved Help put actual date on a sign

    Actually fixes everything :D Thank you all!
  3. K

    Solved Help put actual date on a sign

    Actually works but puts just {datetmp} to the sign :D
  4. K

    Solved Help put actual date on a sign

    on rightclick on sign: line 1 of the clicked block is "[Region]": set {datetmp} to now set line 2 to {datetmp} Sorry for another help thread :D asking for such questions
  5. K

    Solved Need help with sign text & balance

    on rightclick on sign: line 1 of the clicked block is "[Region]": set {regiontmp} to line 2 if line 4 is empty: set {moneytmp} to line 3 if player's money is more than or equal to {moneytmp}: remove {moneytmp} from player's money...
  6. K

    pvp toggle per player

    Thank you! I added that attackers who disabled it cannot attack.
  7. K

    pvp toggle per player

    Did someone already createn a script like this?
  8. K

    Solved Pickpocket

    Wow, I didn't know that this is so easy xD thanks
  9. K

    Solved Pickpocket

    Suggested name: PickpocketSk What I want: Player's can shift-rightclick other players to open their inventory and can steal some of their stuff.
  10. K

    Warp script deleting warps

    Thanks, works with using clear {warps::%arg 1%} and removing arg-1 from the list
  11. K

    Warp script deleting warps

    Full Code: : trigger: if player has permission "warp.setwarp" or "warp.*": if arg 1 is set: remove arg 1 from {warps::*} wait 1 tick message " " message "&e&l(!) %arg 1% has been set as a Warp."...
  12. K

    Script Ion - A Recreation of Essentials

    Download dead again
  13. K

    Access to offline player's inventory

    Can someone help me how I can access the inventory and the enderchest of an offline player?
  14. K

    Solved Noob protection help

    Skript Version:26 Skript Author:Bensku Minecraft Version: --- on damage of a player: if attacker is a player: {playtime.hour.%victim%} is lesser than 6 cancel event I'm trying to make a pvp protection for players that have lesser than 6 hours playtime, the playtime is in a...