console

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

    I need help urgently <Console Messages>

    I'm using "execute console command" in Skript but it says a lot of messages in the console [01:00:50 INFO]: Displaying particle minecraft:glow [01:00:50 INFO]: Displaying particle minecraft:glow [01:00:51 INFO]: Displaying particle minecraft:glow [01:00:51 INFO]: Displaying particle...
  2. oCerial

    Script SkLogger 1.0.0

    What is this? This is SkLogger, a logging utility for Skript. It it similar to the abandoned skript-logs project, but this time it is based on Hippo and skript-reflect. What are the dependencies? - Skript 2,7.2 and above - skript-reflect from this build or a released version when one comes out...
  3. M

    Solved Skript error during a condition

    I would like to check if the variable is already created if it's not created, then create it but I get an error in the console: on join: if {pb::%player%} is not set: set {pb::%player%} to 0 error: https://pastebin.com/RzmAZmB5
  4. A

    Not being able to send to player

    I'm new to Skript and I'm trying a simple script that only sends a message when the player used the command, /test. In the test command I have send "hello" to player but I get a huge Skript error in the console: dockerserver-minecraft-1 | [02:09:43] [Server thread/ERROR]: #!#...
  5. V

    How to set block to end portal frame with eye

    Hey so I trying to make skript that on click on end portal frame its set to end portal frame with eye and the only option that woked is with set block but this is working just when I make the player execute... when I make the console execute its not working code: make console execute "make...
  6. K

    Functions and communicating with the console

    Script Version: 2.6-beta3 Script Author: KiwiFruit555 (Me) Minecraft Version: 1.17.1 (Paper) The issue is that I need to send a message to the console if the one sending it was the console. There are no errors in the code, it just doesn't work. It stopped working when I tried to implement...
  7. ClaasCode

    Solved UnparsedLiterals must be converted before us

    Hello, i get the Error from the title my Code: on break: if event-block is a gold block: addCoins(player, "Test", 5) function addCoins(name: player, message: text, amount: number = 1): set {_uuid} to uuid of {_name} send "%{_uuid}%" to console
  8. K

    Solved Console Executes Random Commands from List of Commands

    Hello everone, I am really new to skript, I am planning to let console do a single random command among a list of commands after every certain amount of ticks. Here is what I got so far. make console execute command "/cmd1" make console execute command "/cmd2" make console execute command...
  9. A

    Solved Is simple for you, probably.

    Hello! Someone know a skript who can execute a specific command every 2 minutes (COMMAND NEED TO BE EXECUTED BY CONSOLE) in a specific world? I want help, i'm new at coding. :) Please help me someone :(
  10. B

    Can someone help me with this error

    [17:18:12 ERROR]: #!#! [17:18:12 ERROR]: #!#! [Skript] Severe Error: [17:18:12 ERROR]: #!#! [17:18:12 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [17:18:12 ERROR]: #!#! If you're a server admin however please go to...
  11. N

    Solved Time difference for voting

    I wonder how to do this, if someone can fix this skript for me, I would really appreciate it. I found some stuff on the internet, but I didn't quite understand it, so this is why I am asking for this. every 5 minutes: loop all players: if {vote::cooldown::%loop-player's uuid%} is not set...
  12. Pexien

    How to give items that can only break certain blocks

    I am coding a adventure script for my server, and I want to give the player's a diamond pickaxe that can only destroy sponge. How do you add the canDestroy tag in skript? Ir would also be good if I could give players sponge blocks that could only be placed on certain blocks in skript. Is there...
  13. M

    Solved Tellraw in Skript

    Hello, I want to execute a /tellraw command as the console in Skript. My /tellraw command has quotation marks, but the code for executing a console command also needs quotation marks. How could I do this? (I hope my explanation on what I'm trying to do is clear) MatsGaming
  14. Selvati

    Again with things not loading

    Skript Version: dev25 Skrip Author: Bensku Addons: SharpSK SkMorkaz SkQuery-Lime SKUtilities TuSKe Umbaska Errors: At first, with all these addons required for my skripts, sometimes some wouldn't load, at random like I hazd said in mai post yesterday night. Anddd... now skript isn't...
  15. couger44

    Again same error, "plugins/Skript/scripts/" not search .sk's archives

    This has happened to me more than once, I do not get to read the skripts of "plugins/Skript/scripts" On Load Error: Nothing Console Error: [12:46:33 ERROR]: #!#! [12:46:33 ERROR]: #!#! Version Information: [12:46:33 ERROR]: #!#! Skript: 2.2-Fixes-V8b [12:46:33 ERROR]: #!#! Bukkit...
  16. Duetro

    Help with UmbAccess

    Hey, i am currently making some Websites for my Server using UmbAccess. I am always getting this error when trying to send 8193 Characters (8192 are working) [18:43:48] [Server thread/WARN]: [Umbaska] [Fail] Failed to send back the string `X to web server on port 8315 [18:43:48] [Server...