Code Monkey home page Code Monkey logo

sktoolbox's People

Contributors

mr-darth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

gluester l3v3lup

sktoolbox's Issues

2 new small things.

The additions:

#  ______                _   _
# |  ____|              | | (_)                TM
# | |__ _   _ _ __   ___| |_ _  ___  _ __  ___
# |  __| | | | '_ \ / __| __| |/ _ \| '_ \/ __|
# | |  | |_| | | | | (__| |_| | (_) | | | \__ \
# |_|   \__,_|_| |_|\___|\__|_|\___/|_| |_|___/
# Name: Grab UUID
# Description: Returns the UUID of the specified player. Useful in functions.
# Usage: set {variable::%getUUID({_p})%} // more uses, this is just one example.
function getUUID(p: player) :: string:
  return uuid of {_p} parsed as player

# Name: Get Essentials Balance
# Description: Returns the Essentials balance of a player.
# Usage: message "&aBalance: %getEssentialsBalanec(player)%" // one of many uses.
function getEssentialsBalance(p: player) :: number:
  return {_p}'s balance```

this is good

so im having a problem with the thiccening of juice sauce thiccening

Hello

It needs more gigi

Errors

Server: Paper 1.16.1
Spigot: 2.5-beta1
Skript-reflect v2.1.0
ThatPacketAddon 1.0-BETA.3

Errors

 [Skript] Reloading skToolbox.sk...
[15:02:04 WARN]: org.apache.commons.lang3.RandomStringUtils refers to a non-existent class. (skToolbox.sk, line 94: org.apache.commons.lang3.RandomStringUtils')
[15:02:04 WARN]: org.apache.commons.codec.language.Soundex refers to a non-existent class. (skToolbox.sk, line 95: org.apache.commons.codec.language.Soundex')
[15:02:04 WARN]: com.boydti.fawe.FaweAPI refers to a non-existent class. (skToolbox.sk, line 97: com.boydti.fawe.FaweAPI')
[15:02:04 WARN]: com.boydti.fawe.util.EditSessionBuilder refers to a non-existent class. (skToolbox.sk, line 98: com.boydti.fawe.util.EditSessionBuilder')
[15:02:04 WARN]: com.sk89q.worldedit.world.block.BaseBlock refers to a non-existent class. (skToolbox.sk, line 99: com.sk89q.worldedit.world.block.BaseBlock')
[15:02:04 WARN]: com.sk89q.worldedit.math.BlockVector3 refers to a non-existent class. (skToolbox.sk, line 100: com.sk89q.worldedit.math.BlockVector3')
[15:02:04 WARN]: com.sk89q.worldedit.regions.CuboidRegion refers to a non-existent class. (skToolbox.sk, line 101: com.sk89q.worldedit.regions.CuboidRegion')
[15:02:04 WARN]: com.sk89q.worldedit.bukkit.BukkitAdapter refers to a non-existent class. (skToolbox.sk, line 102: com.sk89q.worldedit.bukkit.BukkitAdapter')
[15:02:04 WARN]: com.sk89q.worldedit.function.pattern.BlockPattern refers to a non-existent class. (skToolbox.sk, line 103: com.sk89q.worldedit.function.pattern.BlockPattern')
[15:02:04 WARN]: com.sk89q.worldedit.extent.clipboard.io.ClipboardFormats refers to a non-existent class. (skToolbox.sk, line 104: com.sk89q.worldedit.extent.clipboard.io.ClipboardFormats')
[15:02:04 WARN]: com.sk89q.worldedit.bukkit.BukkitWorld refers to a non-existent class. (skToolbox.sk, line 105: com.sk89q.worldedit.bukkit.BukkitWorld')
[15:02:04 ERROR]: Return may not be used if the code before it contains any delays. (skToolbox.sk, line 613: return RandomStringUtils.randomAlphanumeric(expr-1.intValue()) if parse mark = 1')
[15:02:04 ERROR]: Return may not be used if the code before it contains any delays. (skToolbox.sk, line 614: return RandomStringUtils.randomAscii(expr-1.intValue()) if parse mark = 2')
[15:02:04 ERROR]: Return may not be used if the code before it contains any delays. (skToolbox.sk, line 615: return RandomStringUtils.randomNumeric(expr-1.intValue()) if parse mark = 3')
[15:02:04 ERROR]: Return may not be used if the code before it contains any delays. (skToolbox.sk, line 616: return RandomStringUtils.randomAlphabetic(expr-1.intValue())')
[15:02:04 WARN]: Possible name conflict of variables {m::%loop-index%} and {m::*} (there might be more conflicts). (skToolbox.sk, line 717: set {_v::%loop-value%} to floor({_v::seconds} / {_m::%loop-index%})')
[15:02:04 WARN]: Possible name conflict of variables {v::%loop-value%} and {v::seconds} (there might be more conflicts). (skToolbox.sk, line 717: set {_v::%loop-value%} to floor({_v::seconds} / {_m::%loop-index%})')
[15:02:05 ERROR]: Return may not be used if the code before it contains any delays. (skToolbox.sk, line 910: return new Soundex().encode(expr-1)')
[15:02:05 WARN]: Possible name conflict of variables {sort::%loop-index%} and {sort::*} (there might be more conflicts). (skToolbox.sk, line 1052: set {_sort::%loop-index%} to loop-value.replace("@place" and "%{_p}%")')
[15:02:06 ERROR]: raw expression 3 can only be set to one object, not more (skToolbox.sk, line 1743: set raw exprs-3 to {_r::*}')
[15:02:06 ERROR]: raw expression 1 can only be set to one object, not more (skToolbox.sk, line 1755: set raw exprs-1 to {_r::*}')
[15:02:07 ERROR]: The function 'EditSessionBuilder' does not exist. (skToolbox.sk, line 1793: set {_editSession} to new EditSessionBuilder(FaweAPI.getWorld("%world of expr-1%")).fastmode(true).build()')
[15:02:07 ERROR]: Can't understand this expression: 'BlockVector3.at(floor(x-pos of expr-1), floor(y-pos of expr-1), floor(z-pos of expr-1))' (skToolbox.sk, line 1794: set {_pos1} to BlockVector3.at(floor(x-pos of expr-1), floor(y-pos of expr-1), floor(z-pos of expr-1))')
[15:02:07 ERROR]: Can't understand this expression: 'BlockVector3.at(floor(x-pos of expr-2), floor(y-pos of expr-2), floor(z-pos of expr-2))' (skToolbox.sk, line 1795: set {_pos2} to BlockVector3.at(floor(x-pos of expr-2), floor(y-pos of expr-2), floor(z-pos of expr-2))')
[15:02:07 ERROR]: The function 'CuboidRegion' does not exist. (skToolbox.sk, line 1796: set {_region} to new CuboidRegion({_pos1}, {_pos2})')
[15:02:07 ERROR]: The function 'BlockPattern' does not exist. (skToolbox.sk, line 1797: set {_baseBlock} to new BlockPattern(new BaseBlock(BukkitAdapter.asBlockState(random item of expr-3)))')
[15:02:07 ERROR]: Can't understand this expression: 'BlockVector3.at((x-pos of expr-2), (y-pos of expr-2), (z-pos of expr-2))' (skToolbox.sk, line 1809: set {_pos} to BlockVector3.at((x-pos of expr-2), (y-pos of expr-2), (z-pos of expr-2))')
[15:02:07 ERROR]: Functions cannot be used here (or there is a problem with your arguments). (skToolbox.sk, line 1811: await ClipboardFormats.findByFile({_schematic}).load({_schematic}).paste(new BukkitWorld(world of expr-2), {_pos}, true, {_includeAir}, null)')
[15:02:07 ERROR]: #!#!
[15:02:07 ERROR]: #!#! [Skript] Severe Error:
[15:02:07 ERROR]: #!#! Could not load skToolbox.sk
[15:02:07 ERROR]: #!#!
[15:02:07 ERROR]: #!#! Something went horribly wrong with Skript.
[15:02:07 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[15:02:07 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[15:02:07 ERROR]: #!#! Here is full list of them:
[15:02:07 ERROR]: #!#! skript-reflect v2.1.0 (https://github.com/TPGamesNL/skript-reflect) SkBee v1.4.8 (https://github.com/ShaneBeee/SkBee) ThatPacketAddon v1.0-BETA.3 (tlatoani.us/thatpacketaddon)
[15:02:07 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[15:02:07 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[15:02:07 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[15:02:07 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[15:02:07 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[15:02:07 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[15:02:07 ERROR]: #!#!
[15:02:07 ERROR]: #!#! Stack trace:
[15:02:07 ERROR]: #!#! java.lang.NullPointerException
[15:02:07 ERROR]: #!#!     at ch.njol.skript.expressions.ExprFilter.access$1(ExprFilter.java:115)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.expressions.ExprFilter$ExprInput.init(ExprFilter.java:190)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:252)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:502)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:840)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1569)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1565)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:502)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:840)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1569)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1526)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1499)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1499)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:502)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:840)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1569)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1565)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:502)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:385)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:840)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1569)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:81)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.effects.EffDoIf.init(EffDoIf.java:64)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:252)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:59)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1031)
[15:02:07 ERROR]: #!#!     at com.btk5h.skriptmirror.util.SkriptUtil.getItemsFromNode(SkriptUtil.java:55)
[15:02:07 ERROR]: #!#!     at com.btk5h.skriptmirror.skript.custom.condition.CustomConditionSection.lambda$init$4(CustomConditionSection.java:119)
[15:02:07 ERROR]: #!#!     at com.btk5h.skriptmirror.skript.custom.CustomSyntaxSection.handleEntriesAndSections(CustomSyntaxSection.java:205)
[15:02:07 ERROR]: #!#!     at com.btk5h.skriptmirror.skript.custom.condition.CustomConditionSection.init(CustomConditionSection.java:103)
[15:02:07 ERROR]: #!#!     at com.btk5h.skriptmirror.skript.custom.CustomSyntaxSection.init(CustomSyntaxSection.java:176)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseEvent(SkriptParser.java:1264)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseEvent(SkriptParser.java:1235)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:670)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$4(ScriptLoader.java:402)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:421)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:465)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.ScriptLoader.reloadScript(ScriptLoader.java:977)
[15:02:07 ERROR]: #!#!     at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:186)
[15:02:07 ERROR]: #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[15:02:07 ERROR]: #!#!     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159)
[15:02:07 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_16_R1.CraftServer.dispatchCommand(CraftServer.java:794)
[15:02:07 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_16_R1.CraftServer.dispatchServerCommand(CraftServer.java:756)
[15:02:07 ERROR]: #!#!     at net.minecraft.server.v1_16_R1.DedicatedServer.handleCommandQueue(DedicatedServer.java:411)
[15:02:07 ERROR]: #!#!     at net.minecraft.server.v1_16_R1.DedicatedServer.b(DedicatedServer.java:378)
[15:02:07 ERROR]: #!#!     at net.minecraft.server.v1_16_R1.MinecraftServer.a(MinecraftServer.java:1213)
[15:02:07 ERROR]: #!#!     at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:1001)
[15:02:07 ERROR]: #!#!     at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$a$0(MinecraftServer.java:177)
[15:02:07 ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[15:02:07 ERROR]: #!#!
[15:02:07 ERROR]: #!#! Version Information:
[15:02:07 ERROR]: #!#!   Skript: 2.5-beta1 (latest)
[15:02:07 ERROR]: #!#!     Flavor: skriptlang-github
[15:02:07 ERROR]: #!#!     Date: 2020-08-02
[15:02:07 ERROR]: #!#!   Bukkit: 1.16.1-R0.1-SNAPSHOT
[15:02:07 ERROR]: #!#!   Minecraft: 1.16.1
[15:02:07 ERROR]: #!#!   Java: 1.8.0_211 (Java HotSpot(TM) 64-Bit Server VM 25.211-b12)
[15:02:07 ERROR]: #!#!   OS: Windows 10 amd64 10.0
[15:02:07 ERROR]: #!#!
[15:02:07 ERROR]: #!#! Server platform: Paper
[15:02:07 ERROR]: #!#!
[15:02:07 ERROR]: #!#! Current node: continue if (slots (integers from 0 to (expr-1.getSize() if holder of expr-1 is not a player, else 36) - 1) of expr-1 where [item amount of input != max stack size of input]) is not set (skToolbox.sk, line 1842)
[15:02:07 ERROR]: #!#! Current item: null
[15:02:07 ERROR]: #!#!
[15:02:07 ERROR]: #!#! Thread: Server thread
[15:02:07 ERROR]: #!#!
[15:02:07 ERROR]: #!#! Language: english
[15:02:07 ERROR]: #!#! Link parse mode: DISABLED
[15:02:07 ERROR]: #!#!
[15:02:07 ERROR]: #!#! End of Error.
[15:02:07 ERROR]: #!#!
[15:02:07 INFO]: [Skript] Encountered 14 errors while reloading skToolbox.sk!
>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.