Skript Version: Skript 2.2 (dev23b)
Skript Author: Bensku
Minecraft Version: 1.8.8
---
Full Code:
Errors on Reload:
Console Errors: (if applicable)
Currently my server's console is not working and is having problems. I will update this post when I can obtain the console error.
Addons using (including versions):
Skellett v1.7.7dskUtilities v0.8.8skRayFall v1.9.5Umbaska v2.0 Beta 5.5.1 for Minecraft 1.10SkQuery v3.21.4TuSKe v1.7SharpSK v1.6.0RandomSK v2.0MundoSK v1.7.4WildSkript v1.8WolvSK v1.5.2SkStuff v1.6.3.6, Vixio 1.1.1, Reqn 1.2
Troubleshooting:
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? I have tried to change it multiple times and I have also asked on the Vixio, SkUnity Help Discord, and others.
Skript Author: Bensku
Minecraft Version: 1.8.8
---
Full Code:
code_language.skript:
on track start by player "UnseenMC Bot":
set {song::title} to title of track track player "UnseenMC Bot" is playing
set {song::dur} to duration of track track player "UnseenMC Bot" is playing
on track end by player "UnseenMC Bot":
delete {song::*}
delete {dish::set}
command /discordholo:
trigger:
set {dish::loc} to location of player
send "Location added."
command /testholo:
trigger:
if {song::title} is not set:
send "No track playing."
stop
if {song::dur} is not set:
send "No track playing."
stop
if {dish::loc} is not set:
send "No hologram found."
stop
if {dish::set} is set:
send "Song already playing."
stop
create hologram "&cDiscord song: &f%{song::test}%" at {dish::loc} for {song::dur} seconds
set {dish::set} to true
Console Errors: (if applicable)
Currently my server's console is not working and is having problems. I will update this post when I can obtain the console error.
Addons using (including versions):
Skellett v1.7.7dskUtilities v0.8.8skRayFall v1.9.5Umbaska v2.0 Beta 5.5.1 for Minecraft 1.10SkQuery v3.21.4TuSKe v1.7SharpSK v1.6.0RandomSK v2.0MundoSK v1.7.4WildSkript v1.8WolvSK v1.5.2SkStuff v1.6.3.6, Vixio 1.1.1, Reqn 1.2
Troubleshooting:
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? I have tried to change it multiple times and I have also asked on the Vixio, SkUnity Help Discord, and others.