Slimefun

Slimefun

3M Downloads

WTF

mckuhei opened this issue ยท 25 comments

commented

๐Ÿ“ Description (REQUIRED)

QQๆˆชๅ›พ20210115225727

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. update MetricsModule

๐Ÿ’ก Expected behavior (REQUIRED)

null

๐Ÿ“œ Server Log

๐Ÿ“‚ /error-reports/ Folder

๐Ÿงญ Environment (REQUIRED)

  • Server Software: paper
  • Minecraft Version: 1.16.3
  • Slimefun Version: 4.3-stable-200802
  • CS-CoreLib Version:1.6.3
commented

You are using a modified version

commented

BTW, please look this
QQๆˆชๅ›พ20210115231305

commented

It downloaded metrics whats wrong with it

commented

lastest Slimefun with 1.6.3 CS-CoreLib

commented

lastest Slimefun with 1.6.3 CS-CoreLib

You are not using our Slimefun...
Wrong plugin.

commented

I mean the actual problem is the wrong file size, not necessarily the percentage.
You can either open a new issue with all the necessary details or make a pull request.

commented

image
This is an actual Slimefun build.

commented

MD5: 38931ECC646703E6CBCC45E7A250D642
SHA1: 29430A08A9A04AECCD15839744113AEABB90A51E
CRC32: 762043CE
IDK what's problem

commented

Whats your question or your issue.
You are really unclear about it

commented

Whats your question or your issue.
You are really unclear about it

over 100 percert
I am sorry because My English so junk.

commented

When something is 100 % it means it completed the download

commented

but it over 100 %,I think this is a bug

commented

QQๆˆชๅ›พ20210115232339
47432 bytes......

commented

Are you even using official slimefun version if so run /sf versions and send it

commented

QQๆˆชๅ›พ20210115232809

commented

We dont support rc builds

commented

How should i download?

commented

See the link @NCBPFluffyBear send and click the green text

commented

QQๆˆชๅ›พ20210115233513
still

commented

Run /sf versions pleass

commented

QQๆˆชๅ›พ20210115233812

commented

Alright, please make a new bug report with that version then and give detailed descriptions on what exactly the issue is and how it happened.

commented

I have a easy way to solve this problem:

                if (percent != 0 && percent != lastPercentPosted.get()&&percent<=100) {
                    plugin.getLogger().info("# Downloading... " + percent + "% " + "(" + bytesWritten + "/" + totalBytes + " bytes)");
                    lastPercentPosted.set(percent);
                }