log

  • 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. 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...
  2. gangula

    Solved Tree problem

    Script Version: 2.6.1 Script Author: Bensku Minecraft Version: 1.12.2 Full Code: on join: if {log.%player%} is not set: set {log.%player%} to 0 on place of jungle log: if {log.%player%} <= 6: add 1 to {log.%player%} if {log.%player%} = 7: cancel event...
  3. dmc

    Solved logs of chat saving to yaml file

    Hello, I need to write messages with sender to yaml file. That's what I have right now: on chat: load yaml "plugins\.logs\chat.yml" as "plugins\.logs\chat.yml" wf "%now% < %player% > %message%" to "plugins\.logs\chat.yml" save yaml "plugins\.logs\chat.yml" (but it isnt working) bump...
  4. FrostPVP™️

    Solved I need a combat log skript

    Uh I need a custom combat log skript for my server - They get warned: make console execute command: warn %player% Combat Log - When they get /killed when combat log: broadcast "&d&lBedr0ck&5&lPVP &8>> &e(player that combat logged) &chas Combat Logged" - when they come back into the game and...
  5. P

    Solved Why this code gives the player a log or a leave not just a log?

    give a log:0 to player How can I change it to work fine?
  6. Aidanete

    My play sound effect don't work and don't show log errors

    I put an effect to play a sound but it doesn't work, there are no log errors for this. play sound "entity_generic_eat" with volume 1 and pitch 1 at event-location for event-player Please, help