Update notifications

  • 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 community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

FinalPlayer024

Active Member
Oct 19, 2017
94
4
0
Is it possible to disable Skript update notifications? I know it's possible by removing the "skript.admin" permission, but it also grant admin commands..
 
its in the config.yml
[doublepost=1525784361,1525784311][/doublepost]its literally the first thing you see when you open it
 
"check for new version" string is already set to false, but it anyway sends "A new version is available ecc ecc" to all players with "skript.admin"
 
I would almost suggest submitting an issue, BUT.... (since there is an update available im guessing you are using an old version) they won't fix old versions most likely

So I guess at this point, the only logical thing is to tell whomever has the skript.admin permission, to just ignore the message on login
 
update check interval: 12 hours

set this to -1. if thats not working set it to 9999999 hours

if its still not working and you really want to get rid of the message, use this plugin
 
Last edited:
update check interval: 12 hours

set this to -1. if thats not working set it to 9999999 hours

if its still not working and you really want to get rid of the message, use this plugin
Im not sure if -1 will work as the block in the config states to set it to 0 to not run checks as the server is running
It also states that if Check new version is not enabled, this check won't be done.
code_language.skript:
update check interval: 12 hours
# If 'check for new version' is enabled, this sets how often to check for a new update.
# A first check will always be made when the server starts, after that checks will be made in intervals set by this option.
# Set this to 0 to disable repeated checks, in which case only one check will be made when the server starts.
# Please note that this option is currently the only means of making Skript check for an update more than once,
# as '/skript update check' does only display the results of the last check if a check has been made before.
[doublepost=1525819443,1525819412][/doublepost]Also @FinalPlayer024 which version/author of Skript are you running?
 
Status
Not open for further replies.