Jump to content

ThatOneTqnk

Member
  • Posts

    44
  • Joined

  • Last visited

Everything posted by ThatOneTqnk

  1. Looking at the source, the 'where' filter loops anyway, it just is not evident to the Skripter. https://github.com/SkriptLang/Skript/blob/ec1e8d88bcd28f65c5a7613f63c0812332072256/src/main/java/ch/njol/skript/expressions/ExprFilter.java#L89-L109 So there shouldn't be a difference in performance actually. You have to iterate, a server cannot do multiple operations at once.
  2. What?: ThatPacketAddon - Skript Addon that lets you send packets to client. Requires ProtocolLib 4.4.0+. Where?: https://forums.skunity.com/resources/thatpacketaddon.847/ Why?: Packets allow us to interact to directly interact with the minecraft protocol. This used to be on Minehut (not this specific addon, but sending packets). At some point, Minehut did not want outgoing HTTP requests or something, so they removed all of the addons that had that feature: that included MundoSK, since MundoSK had websocket client. Issue was that MundoSK also had the packet functionality, so that was a shame. However, the same author made an addon (quite recently too), ThatPacketAddon, that is strictly for packets. So I do not see a reason for it not to be added unless the addon has other features I am unaware of. Also, we can already LISTEN to incoming and outgoing packets, we just cannot send arbitrary packets to clients.
  3. Bukkit refers to the Bukkit API, how plugins tell the server to do stuff. CraftBukkit and Spigot are the actual modified server software, we are on Spigot 1.14.3
  4. you also may want to consider looking into loops and list variables to save you from hardcoding all of that command /yikes: trigger: open virtual chest inventory with 4 rows named "&6Demo" for player set {_full} to "ABCDEFGHIJKLMNOPQRSTUVWXYZ" set {_len} to length of {_full} set {_start} to 0 loop {_len} times: set {_a} to the first character of {_full} format gui slot {_start} of player with gold block named "&6%{_a}%" to close then execute console command "warp %player% %{_a}%" add 1 to {_start} set {_full} to (subtext of {_full} from characters 2 to (the length of {_full})) format gui slot {_start} of player with emerald block named "&6FREE" to close then execute console command "warp %player% FREE"
  5. https://github.com/Tuke-Nuke/TuSKe/wiki/Documentation#effformatgui
  6. im pro skrrptr function getBestSkrrptr() :: text: return "ThatOneTqnk" :O
  7. Looking at the source, the 'where' filter loops anyway, it just is not evident to the Skripter. https://github.com/SkriptLang/Skript/blob/ec1e8d88bcd28f65c5a7613f63c0812332072256/src/main/java/ch/njol/skript/expressions/ExprFilter.java#L89-L109
  8. 16 i like how even if you don't perform order of operations it is still 15
  9. Lightning more like Legend

    1. MrScopes

      MrScopes

      tqnk more like pqnzer

×
×
  • Create New...