GithubHelp home page GithubHelp logo

skscraft's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

kartosowski

skscraft's Issues

Some Thoughts - relating to SkriptHub docs & this addon

This isn't a bug or anything just a little suggestion

  1. Your syntaxes on SkriptHub are hoisted, the (1.3) at the beginning of them is pushing them to the very top of the page. This is kind of annoying. I'm not 100% sure what the 1.3 is because the addon version provided is different.
  2. You do not have to list every single Minecraft version your syntax works for, in reality, you really don't even need to provide it but if you do its much easier and visibly accepted to do X.x + as in 1.9+ rather than 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16+.

Lastly, again this is just my opinion, take my advice or not, that is up to you.

~ All being said, have a good day.

Get all connected servers.

Is it possible to add this feature? I find it strange to see that no one has asked for it, but it would make several things much easier, such as loops to get information from all servers more efficiently.

Incredibly laggy.

I want to open another issue to report an actual issue. When you try to make a lot of requests (like 20 at a time), the server tps drops a ton! Even when trying to add delays to optimize the code, it still is slow. I think that this is because it isn't asynchronous.

This is the tps after multiple requests for the whole network info.
Screen Shot 2021-02-03 at 8 50 00 AM
Screen Shot 2021-02-03 at 8 51 00 AM

This is my tps and mspt normally when it tries to grab information to stay updated.
Screen Shot 2021-02-03 at 8 47 57 AM
Screen Shot 2021-02-03 at 8 48 17 AM

Edit: This is the info I'm grabbing to cause the screen shots above!
Screen Shot 2021-02-03 at 8 54 06 AM

Hexcolor-Support

Hey!
Ur plugin doesnt support hexcolors, or i didnt find a way.
pls help

Execute console commands.

Hello, I have been messing with this for a while today. I wanted to ask for a few features if that is okay. If it's even possible, would you add and execute console command "command" on server "server" effect? Thanks!

Conflicts between a skScraft and Skript expression

Description

I cannot retrieve the player's uuid via the player stocked in a variable, the {_uuid} variable give me "none"
I tested the expression by removing plugins one by one and it is actually a conflict with the skScraft's expression and the Skript's expression (this expression I think https://skripthub.net/docs/?id=4621 )

Steps to Reproduce

Code :

command /test:
  trigger:
    test(player)

function test(player: player):
  set {_uuid} to uuid of {_player}
  message "%{_uuid}%" to {_player}

or

command /test:
  trigger:
    set {_player} to player
    set {_uuid} to uuid of {_player}
    message "%{_uuid}%"

Server Information

Server version/platform: Paper 1.16.5
Skript version: 2.5.3
skScraft version: 1.3

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.