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

    Solved Player gets a item

    So, I ran into another problem, im trying to make a autocompresser skript but its clearing the compressed items too heres the code i tried if 64 <= amount of emeralds in loop-player's inventory: remove 64 emeralds from loop-player give 1 emerald of silk...
  2. N

    Solved Player gets a item

    Ill post my code and mark this as solved once I have access to my PC lol
  3. N

    Solved Player gets a item

    I use free server hosting so definitely gonna lag but I'll try the code
  4. N

    Solved Player gets a item

    Hey, so I want to do something when a player gets a item I've tried googling and looking through skunity docs but all I find is "on pickup" but I want it to happen whenever they get a item whether it was from a /give command a skript using "give player 5 diamonds" or picking it up this is the...
  5. N

    Can some help me make a VERY SIMPLE generator script

    like this every 0.5 seconds: drop dirt at location(x, y, z)
  6. N

    Script AutoPickup Script

    Neelix_bear updated AutoPickup Script with a new update entry: Fixed alot of items Read the rest of this update entry...
  7. N

    Script AutoPickup Script - Fixed alot of items

    i added alot of items that can no longer be duped! (im lazy so im not making a list of them)
  8. N

    Im Stupid Please Help

    i made this it should do that i also made it so if they die they keep their invis :) command /invis [<player>]: permission: skript.invistru trigger: if arg-1 is set: if {invis::%arg-1's uuid%} is not set: send "&bInvis mode is now &3enabled&b." to...
  9. N

    GUI Skript with buttons that execute commands

    this should work but I havent tested it command /ci: permission: ci.sk permission message: &cNo Permission. trigger: wait 2 ticks open chest with 3 rows named "&8Clear Inventory" to player format slot 0 of player with gray stained glass pane named " " to be...
  10. N

    Custom recipes

    your correct
  11. N

    Script AutoPickup Script - Fixed duping glitch for skulls/heads and fixed autosmelt

    i patched the duping glitch for skulls and player heads and autosmelt wasnt working so i fixed that
  12. N

    Script AutoPickup Script

    Neelix_bear updated AutoPickup Script with a new update entry: Fixed duping glitch for skulls/heads and fixed autosmelt Read the rest of this update entry...
  13. N

    How to make a player take less damage?

    this should work! on damage of a player: if attacker is a player: if {presistance::%attacker's uuid%} is set: set damage to damage - {presistance::%attacker's uuid%}*0.15 also i think you meant "persistance" not "presistance"
  14. N

    Script AutoPickup Script

    if i just did "set {_gui} to a new chest inventory with 6 rows" it would be blank to actually load it you have to do a bunch of other stuff
  15. N

    Script WorldGuard Addon Script for Servers

    i added something you told me to add thats all
  16. N

    Script AutoPickup Script

    actually their pretty good except for the duping glitch... i even learned how to make gui's in variables (that save through restarts ofc)
  17. N

    Script WorldGuard Addon Script for Servers - Added some usage messages and fixed permission messages

    So i added a few usage messages to update the description and i fixed the permission messages so they said "Permission" and not "Permisison" lol the versions finally hit 1.0!!!
  18. N

    Script WorldGuard Addon Script for Servers

    Neelix_bear updated WorldGuard Addon Script for Servers with a new update entry: Added some usage messages and fixed permission messages Read the rest of this update entry...
  19. N

    Script WorldGuard Addon Script for Servers - I added waits

    I took @Shroob 's advise and added waits between commands... thanks for the suggestion
  20. N

    Script WorldGuard Addon Script for Servers

    Neelix_bear updated WorldGuard Addon Script for Servers with a new update entry: I added waits... Read the rest of this update entry...