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

    Gamerule - Not Supplied.

    Thanks very much to everyone who tried to help! <3 Yours, - TheCringleYT
  2. TheCringleYT

    Gamerule - Not Supplied.

    Hello everyone, Can anyone tell me how to make the following. Instant Death Pretty self explanatory, you die instantly ONLY WHEN YOU FALL INTO THE VOID! Thanks, - TheCringleYT
  3. TheCringleYT

    Hey, love your YouTube channel <3

    Hey, love your YouTube channel <3
  4. TheCringleYT

    Script Premium Hub - Configuration update!

    Added more features and commands - as seen on the home.
  5. TheCringleYT

    Script Premium Hub Final

    • /setlobby | Sets the lobby location for /lobby. -------------------------------------------------------------- • /lobby | Teleports you to the lobby. -------------------------------------------------------------- • /sethub | Sets the hub location for /hub...
  6. TheCringleYT

    Skin Chat Notification.

    Thanks for trying :(
  7. TheCringleYT

    Skin Chat Notification.

    Dear reader, I was just wondering if there is an existing way to make it so if someone entered the command '/discount' it would display the discount along with the player's head in pixels etc. Link: ---------------->...
  8. TheCringleYT

    HAPPY NEW YEAR!

    Happy New Year Yours, - TheCringleYT
  9. TheCringleYT

    Solved Non-Message command.

    Thank you very much!
  10. TheCringleYT

    Solved Non-Message command.

    Dear users, Could any of you tell me how execute the command "/configuration reload" but not send something like "Successfully reloaded all skripts" but say something like "Successfully reloaded all the configuartion files!" instead except that would only happen with a command that's not "/sk...
  11. TheCringleYT

    Premium Hub

    ? = Included ? = Coming Soon? -------------------------------------------------------------- Checks if lobby is set ? -------------------------------------------------------------- Configurable GUI ? https://discord.gg/gxjg5eE - FASTEST SUPPORT Otherwise, PM me and I can help you.
  12. TheCringleYT

    Solved Why doesn't work why function?

    Your skript needs an event and no errors to function, you have errors and it's probably because you need an event. Try putting - 'on skript load:' before your skript starts. I would recommend checking the documentation before you post on the forums, theirs normally everything you need on the...
  13. TheCringleYT

    Solved Staff Chat.

    Thanks Everyone. Thread Locked
  14. TheCringleYT

    Bugg with removing items

    Try looking on the Documentation or SkriptHub (skripthub.net) for further help
  15. TheCringleYT

    I lost my teet xD

    I lost my teet xD
  16. TheCringleYT

    help get region corners pos 1 , pos 2

    There is a resource called "Regions", use that.
  17. TheCringleYT

    Bugg with removing items

    Try this ;) command /remove: trigger: set {removing.item} to player's held item remove {removing.item} from player's inventory
  18. TheCringleYT

    Solved Fishing (Small Script)

    Try this: on fishing: if player is holding a fishing rod named "&bNovice Rod": wait 5 seconds set {fishing.done} to true chance of 50%: send "Hi" to player set {fishing.done} to false stop chance of 50%: send "Bye"...
  19. TheCringleYT

    teleport player to location at (63,53,-145) in world "world" not working

    Try executing a player command after that: Like: /tp %player% %arg-1%
  20. TheCringleYT

    Solved Connecting With MySQL (Skellett) [SOLVED]

    Try executing the command from a console for your player - set the command to have: command /table [<offlineplayer>] If that doesn't work then look on skripthub like I mentioned (skripthub.net) or make a request in the 'Requests' section on the SkUnity page (forums.skunity.com/fourms/requests)...