Recent content by Linegrite

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

    How check player region

    No, unfortunately this is not what I need. Thanks for trying to help :)
  2. L

    How check player region

  3. L

    How check player region

    I want the script to check if the player has access to the region in which he clicked on the portal
  4. L

    How check player region

    Hi, I need that when a player clicks on the ender portal, the script checks if this player is in the member or in the owners of the region
  5. L

    How check player region

    Hi, I need help. I have a script that, when clicked on a portal, removes it. How can I make sure that the first check is whether this region is available to the player?
  6. L

    Solved mob damage

    this? on damage of a player: cancel event
  7. L

    Tuske gui opening in another gui

    Multi-pages GUI from https://forums.skunity.com/threads/gui-manager-tutorial.2349/ function openMenu(p: Player, type: String): if {_type} is "page 1": open virtual chest inventory with size 1 named "Page 1" to {_p} make a gui slot 0 of {_p} with stone named "Go to page 2" to...
  8. L

    Tuske gui opening in another gui

    Just make function for open gui
  9. L

    Solved Execute PHP Script on Website

    Create a request, like "mysite.com/newuser.php?user={user}&password={pass}"
  10. L

    Help with skript:

    You can do this, but this is not the forum section
  11. L

    write files

    Try this: append "My test" to file "plugins/MySkript/file.txt" this using Skent
  12. L

    Solved tab completer

    Just create new file "completer.sk" with this code: on tab completer for "/et": if argument at 2 is not set: set {_completers::*} to "give", "take", "set" and "reset" loop {_completers::*}: add loop-value to completions else: stop skript with...
  13. L

    baltop gui

    Hi, show ur skript
  14. L

    Solved Execute PHP Script on Website

    Try this send a request to "Your request"
  15. L

    Tuske gui opening in another gui

    Create a function for all guis and call this function, when you need to sry for the English, I'm not a native speaker