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

    Solved Can someone explains list with more than 1 index?

    I want to understand list with more than one index for example: {list::index 1:: index 2} and how I can take advantage of this types of list using loops like example: loop {list::index 1::*}
  2. Mich

    custom permissions...?

    https://forums.skunity.com/resources/skperms-a-skript-permission-manager.35/
  3. Mich

    custom permissions...?

    YUOTE="Minecoll_YT, post: 61845, member: 7188"]What about just using the normal skript way to check if a player has permission and using a normal java made permission system? but he don't have a permission system like permissionsex
  4. Mich

    custom permissions...?

    There is an addon for permission
  5. Mich

    Skript not working?

    Some free hosting services ban skript ok your own server should work correctly
  6. Mich

    Skript not working?

    I think the problem is because is ban skript because some users use on command "stop" cancel event and prevent the server from stop. Someone should make a skript that doesn't let you do that so this free service like alternos let you use skript
  7. Mich

    i have a problem with pathfinder!

    Use SK bee because SK query I think it doesn't have support anymore for lates version. I give you an example give me a second Command /entity: Trigger: Spawn a cow Set {_entity} to the last spewned entity While {_entity} is alive: Set path target with...
  8. Mich

    How do I stop Team A from healing Team B with a splash potion of healing

    I have been thinking and you might be able to use on right click with the potions and set a location at the player location then on heal detect a radius around that location the loop players and if the player is not from the team cancel event
  9. Mich

    Simple villager defender

    Feel free to modify this script and dont uploaded just tell me and I update the script and I add you to contributors if you make it better. The game have a gui shop feel free to modify that and zombies can spawn with armor or tools if you add them to the game. You need sk bee add on for...
  10. Mich

    How do I stop Team A from healing Team B with a splash potion of healing

    On heal is too late you need to use on healing to cancel the event
  11. Mich

    Anvil Gui for creditcard ATM skript

    please use inset code to be able to help you because is unreadable
  12. Mich

    Script Simple villager defender 2022-04-24

    Feel free to modify this script and dont uploaded just tell me and I update the script and I add you to contributors if you make it better. The game have a gui shop feel free to modify that and zombies can spawn with armor or tools if you add them to the game. You need sk bee add on for...
  13. Mich

    Skript Cooldown

    thanks
  14. Mich

    Solved Leather cap removes effect poison

    https://skunity.com/downloads
  15. Mich

    Solved help with command

    to call this function you have to do command /test <integer>: #if integer does not work try number trigger: set {_code} to genCode(arg 1) #or command /test: trigger: set {_code} to genCode(10)#generate a 10 character code message "%{_code}%"
  16. Mich

    Skript Cooldown

    the problem is you are using a local variable you have to use a personal variable for each player: local variables are define like this {_variable} is goin to delete it selft when the event completes on. global variables are like this {spawn} you can store something in here like a location and...
  17. Mich

    Solved unbrakable blocks

    with this code you can remove blocks every 30 minutes #If you want the to disapear 1 by one on place: set {_blockloc} to location of event-block add {_blockloc} to {blocks::*} wait 30 minute set event-block to air remove {_blockloc} from {blocks::*} #remove all blocks on...
  18. Mich

    Solved Scoreboard help

    there is a tutorial easy to follow in the tutorial section on how to do scoreboards with sk bee
  19. Mich

    open chest to someone else

    command /men <player>: permission: "op" trigger: wait 1 tick open chest with 3 rows named "&6Main Menu" to arg 1
  20. Mich

    Gui slot with if statement

    you are using local variables