how to remove this warning??

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

  • 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.
Jul 9, 2017
34
0
6
27
Items do not have numeric ids on Minecraft 1.13 or newer. This script will not work on those versions!

lopriptool\DebugTool.sk, line 21: send "&aID: &e%id of player's tool%:%data value of tool%" to player')
im still using 1.12.2
 
Just edit your config.sk in /plugins/skript like this:

code_language.skript:
disable variable conflict warnings: true
# Disables warnings of potential variable name conflicts if set to true.
# I recommend to not touch this option, but if you do so you should at least set it back to false
# whenever you create new scripts with new variables.
 
Just edit your config.sk in /plugins/skript like this:

code_language.skript:
disable variable conflict warnings: true
# Disables warnings of potential variable name conflicts if set to true.
# I recommend to not touch this option, but if you do so you should at least set it back to false
# whenever you create new scripts with new variables.
already is
 
its because items ids are no longer used "%id of player's tool%" in newer mc versions
 
Status
Not open for further replies.