Recent content by Michele

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

    I need help fix a skript

    Hello, I found a script that one of my friends need but it has 32 errors and I'm not good enough to fix them. # WorldHost Legendary v1.2.0 options: support-see: rank.support #Permission to see support requests lobby-world: world #Main world for commands to be dispatched from...
  2. M

    Script PunishmentGUI

    Michele submitted a new resource: PunishmentGUI - Punish your players with a simple GUI Read more about this resource...
  3. M

    Script PunishmentGUI 0.1

    PunishmentGUI PunishmentGUI is a script that allows you to punish rule-breakers with a simple GUI! Commands: /punishments <player> /punish <player> Configuration: Everything is configurable! You can configure texts and effects! Dependencies: Skript 2.4-beta5 TuSKe 1.8.2 A plugin that can...
  4. M

    Script ServerTools - Update-0.3

    Changelog: +Command /tpa <player> | Request to teleport to another player | No permission +Command /tpaccept | /tpdeny | Accept or deny a player tp request | No permission +Now all the commands /gm (/gmc, /gma, /gms; /gmsp) dont require to write the player name. (Es: /gmc will set your gamemode...
  5. M

    Solved script issue

    Oh ok, anyways fixed it ty anyways!
  6. M

    Solved script issue

    I don't understand exactly what do you mean with the code block, but I'll try to make with arguments
  7. M

    Solved script issue

    This is my script: Command /privateworld: trigger: send "&4==================PrivateWorlds================" send "&aThis server is running PrivateWorlds" send "&eVersion: 0.1" send "&1Build: 1-(Beta)" send "&3Made by: buccimichele5" send...
  8. M

    Script ServerTools 0.3

    ServerTools ServerTools is a simple script that adds some commands that every server should have. I made this script for people who don't want complicated scripts or external plugins such as essentials. Commands and permissions /help-st : Help command | No permission /servertools : Info about...
  9. M

    Script ServerTools - Update 0.2

    #Update 0.2# Changelog: +Command /setmotd <message> : Sets a join message | setmotd.sut +Command /showmotd : Shows the join message | No permission +Command /sethome : Set your home to current location | No permission +Command /home : Teleport to your home | No permission -Command /announcement...
  10. M

    ServerTools

    ServerTools ServerTools is a simple script that adds some commands that every server should have. I made this script for people who don't want complicated scripts or external plugins such as essentials. Commands and permissions /help-st : Help command | No permission /servertools : Info about...
  11. M

    Solved Url text

    I'll check if I have the latest version but I'm pretty sure that I have it.
  12. M

    Solved Skript fatal error

    Ok thanks for the help :emoji_smiley:
  13. M

    Solved Skript fatal error

    Ok, I'll try but until today it worked perfectly on my server. Anyways since there isn't any stable version for 1.14.x wich beta version should I use?
  14. M

    Solved Skript fatal error

    Skript Version (do not put latest): Skript 2.3.7 Skript Author: Bensku Minecraft Version: 1.14.3-1.14.4 --- Full Code: Code (Skript): Command "/gmc": trigger: make player execute the command "/gamemode creative" Command "/gms": trigger: make player execute the command...
  15. M

    Solved Url text

    On reload it says that he can't understand this expression: set {NEWEST_VERSION} to line 2 from url "https://pastebin.com/raw/amWVVsZ8" The entire skript: Command /update-sk: trigger: set {NEWEST_VERSION} to line 2 from url "https://pastebin.com/raw/amWVVsZ8" How do I fix?