I cannot figure out why my code just gives me "<none>" instead of the content of the url.
The url https://minecraft-server.eu/api/votes/getForServer/1be38 has a content, obviously. So why doesn't the variable contain the content?
Code:
set {_votes} to text from url "https://minecraft-server.eu/api/votes/getForServer/1be38"
message "{@prefix} &7Seit letztem Reset wurden auf &nVote1 &b%{_votes}% &7Votes gezählt!"
Last edited: