Learn how to join our server and start playing in 60 seconds!
Play Now

So the "best" minecraft player got exposed..

Did he cheated?


  • Total voters
    12

UpperGround

Great Reporter
Joined
Jul 1, 2019
Messages
13,103
Points
300
This is a predefined message to bypass the Word+Char filter, please ignore this, The actual reply is below;

yea
he actually claims to NOT have the knowledge required to build a mod that fakes the RNG of getting enderpearls in a piglin trade
 

UpperGround

Great Reporter
Joined
Jul 1, 2019
Messages
13,103
Points
300
This is a predefined message to bypass the Word+Char filter, please ignore this, The actual reply is below;

what
I in fact have to disagree. It is well known that dream is a plugin developer meaning he's familiar with java programming. Thus he would understand how random chance works and setting percent chances. In java how you get a random chance is with Random.nextInt() to get a random number between 0 and 100 then you set up your code like so:

Java:
/*class here that runs when a piglin is traded with i don't know events off the top of
my head so we'll just call it PiglinBarterEvent*/
public void PiglinBarterEvent(PiglinBarterEvent event) {
    Random rand = new Random();
    //so lets say we want a 20% chance of getting ender pearls
    if (rand.nextInt(100) < 20) {
        ItemStack pearl = new ItemStack(Material.ENDER_PEARL);
       
        pearl.dropNaturally();
    }
    //here is the other 80% of the time
    else {
        //do stuff
    }
   
}

this means that out of 100 tries you would get roughly 20 ender pearls. For someone with dreams experience with coding this would be exceedingly easy to prove mathematically. I am a big fan of dreams but even I can't deny the hard proof. Unfortunately it looks like dream did fake this speedrun however my hope is that he owns up, admits his mistake, and moves on with his life. I certainly won't hold a grudge.
 

UpperGround

Great Reporter
Joined
Jul 1, 2019
Messages
13,103
Points
300
This is a predefined message to bypass the Word+Char filter, please ignore this, The actual reply is below;

ok
This is a predefined message to bypass this annoying filter
Because he has 3 twitter accounts
Dream
dreamwastaken
dreamwastaken2
 

Silver Wing

The Pika
Joined
Mar 14, 2019
Messages
10,962
Points
259
IGN
SilverWing_YT / Silverizz
This is a predefined message to bypass the Word+Char filter, please ignore this, The actual reply is below;

ok
This is a predefined message to bypass this annoying filter
alrite
 

UpperGround

Great Reporter
Joined
Jul 1, 2019
Messages
13,103
Points
300
This is a predefined message to bypass the Word+Char filter, please ignore this, The actual reply is below;

i told u this 167290 times omg
 
OP
OP
cryingcar

cryingcar

Epic Pika
Joined
Dec 15, 2020
Messages
155
Points
26
please vote if dream cheated or not cuz i think some people did not saw it thanks for reading make sure to vote yes or no its based on ur thoughts
 

UpperGround

Great Reporter
Joined
Jul 1, 2019
Messages
13,103
Points
300
This is a predefined message to bypass the Word+Char filter, please ignore this, The actual reply is below;

ok
 

Silver Wing

The Pika
Joined
Mar 14, 2019
Messages
10,962
Points
259
IGN
SilverWing_YT / Silverizz
This is a predefined message to bypass the Word+Char filter, please ignore this, The actual reply is below;

alright*
This is a predefined message to bypass this annoying filter
alrite
 

Silver Wing

The Pika
Joined
Mar 14, 2019
Messages
10,962
Points
259
IGN
SilverWing_YT / Silverizz
This is a predefined message to bypass the Word+Char filter, please ignore this, The actual reply is below;

ok
This is a predefined message to bypass this annoying filter
alrite
 
Top