AsuDev's Snippets

API AsuDev's Snippets 1.0.1

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

One of the best APIs! But unfortunately I get a few errors.

[16:26:13] [Server thread/WARN]: [skript-reflect] Loaded class org.inventivetalent.glow.GlowAPI from GlowAPI v1.4.13-SNAPSHOT which is not a depend, softdepend or loadbefore of this plugin.
[16:26:13] [Server thread/WARN]: [Skript] me.clip.placeholderapi.PlaceholderAPI refers to a non-existent class. (AAA_Tools.sk, line 28: me.clip.placeholderapi.PlaceholderAPI')
[16:26:13] [Server thread/WARN]: [Skript] com.sk89q.worldedit.bukkit.BukkitWorld refers to a non-existent class. (AAA_Tools.sk, line 36: com.sk89q.worldedit.bukkit.BukkitWorld')
[16:26:13] [Server thread/WARN]: [Skript] com.sk89q.worldedit.extent.clipboard.io.ClipboardFormats refers to a non-existent class. (AAA_Tools.sk, line 37: com.sk89q.worldedit.extent.clipboard.io.ClipboardFormats')
[16:26:13] [Server thread/WARN]: [Skript] com.sk89q.worldedit.math.BlockVector3 refers to a non-existent class. (AAA_Tools.sk, line 38: com.sk89q.worldedit.math.BlockVector3')
[16:26:14] [Server thread/ERROR]: [Skript] Return may not be used if the code before it contains any delays. (AAA_Tools.sk, line 148: return PlaceholderAPI.setPlaceholders(expression-2, "%%%expression-1%%%")')
[16:26:14] [Server thread/ERROR]: [Skript] Return may only be used in custom expression getters. (AAA_Tools.sk, line 178: return {_items::*}'s serialized json form')
[16:26:14] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: map json {_json} to {_items::*} (AAA_Tools.sk, line 188: map json {_json} to {_items::*}')
[16:26:21] [Server thread/ERROR]: [Skript] Can't understand this expression: 'BlockVector3.at(expression-2.getBlockX(), expression-2.getBlockY(), expression-2.getBlockZ())' (AAA_Tools.sk, line 329: set {_pasteLocation} to BlockVector3.at(expression-2.getBlockX(), expression-2.getBlockY(), expression-2.getBlockZ())')
[16:26:21] [Server thread/ERROR]: [Skript] The function 'BukkitWorld' does not exist. (AAA_Tools.sk, line 330: set {_worldToPasteIn} to new BukkitWorld(expression-2.getWorld())')
[16:26:21] [Server thread/ERROR]: [Skript] Can't understand this expression: 'ClipboardFormats.findByFile({_file}).load({_file}).paste({_worldToPasteIn}, {_pasteLocation}, false, expression-3, null)' (AAA_Tools.sk, line 331: set {_pasteSchem} to ClipboardFormats.findByFile({_file}).load({_file}).paste({_worldToPasteIn}, {_pasteLocation}, false, expression-3, null)')