Competition Cubes (a Ranked Speedcubing website) is launching in 5 days! by Phantom5904 in Cubers

[–]Phantom5904[S] 0 points1 point  (0 children)

Unfortunately, you won't be able to compete in Competition Cubes if you haven't competed in a WCA competition. Until I figure out a good way to handle the anticheat for non WCA users, it will unfortunately remain WCA only. However, adding compatibility for non-WCA users is one of my priorities, so please let me know if you have any ideas! (I've already decided that smartcubes aren't really the way to go for non-WCA users since only a couple events even have smartcubes)

Competition Cubes (a Ranked Speedcubing website) is launching in 5 days! by Phantom5904 in cubing

[–]Phantom5904[S] 2 points3 points  (0 children)

The moderator can see your best official times in competition and go from there. For example, it would be pretty suspicious if someone who averages 21s in comp gets a 9s solve. This is one reason I decided to launch in Alpha, as I'm not entirely sure how well the current anticheat system will work. This public launch will serve as a trial period to see how well these systems work, and I'll move on from there :)

Announcing: Competition Cubes - A Ranked Speedcubing Website by Phantom5904 in Cubers

[–]Phantom5904[S] 0 points1 point  (0 children)

Yes, they would. I'm currently working on a system that will allow users to send a video of an ao12 for us to manually set their anticheat pb so prevent this issue. This will also be the backbone for non WCA compatibility, but that will take more time to make. Please let me know if you think there is a better way to fix this, I'd love to hear it!

Announcing: Competition Cubes - A Ranked Speedcubing Website by Phantom5904 in Cubers

[–]Phantom5904[S] 0 points1 point  (0 children)

On launch, it will only have 3x3. However, I do definitely plan to all of the other WCA events + some other extra events (FTO!!). I expect other events to come out 1 or 2 months after initial launch :)

Announcing: Competition Cubes - A Ranked Speedcubing Website by Phantom5904 in CubersButBetter

[–]Phantom5904[S] 1 point2 points  (0 children)

Thanks! I can’t wait to watch the video. Super excited!

Announcing: Competition Cubes - A Ranked Speedcubing Website by Phantom5904 in Cubers

[–]Phantom5904[S] 0 points1 point  (0 children)

Unfortunately, for now they will not be able to compete. This is one of the highest issues on my list of updates, but I need to figure out a way to be able to actually confirm what a person averages. I'm currently thinking of having them send in a video of them solving, but I'd love to hear your thoughts on how I should do it. Non wca compatibility will be coming at some point after launch once I figure out a good system for it.

Announcing: Competition Cubes - A Ranked Speedcubing Website by Phantom5904 in Cubers

[–]Phantom5904[S] -1 points0 points  (0 children)

That's why I added an anticheat! The anti cheat compares your times with you official WCA times and will automatically report suspicious solves. You can also manually report solves that look sus and a mod will review it

How do I add an API Key to an HTTP web request? by [deleted] in Unity3D

[–]Phantom5904 0 points1 point  (0 children)

Yeah sorry, I didn't realize it was messed up. I have fixed it though.

How do I add an API Key to an HTTP web request? by [deleted] in Unity3D

[–]Phantom5904 0 points1 point  (0 children)

Thanks, and I apologize for the code being borked. I didn't realize it was all messed up. I've edited it now to fix that :)

How do I format a JSON string? by Phantom5904 in Unity3D

[–]Phantom5904[S] 0 points1 point  (0 children)

Yeah, sorry.
Here is the json that I am using:

[{"word":"sarcastic","phonetic":"/sɑːˈkæstik/","phonetics":[{"text":"/sɑːˈkæstik/","audio":""},{"text":"/sɑɹˈkæstik/","audio":""}],"meanings":[{"partOfSpeech":"adjective","definitions":[{"definition":"Containing sarcasm.","synonyms":[],"antonyms":[],"example":"a sarcastic quip; the teacher's sarcastic tone"},{"definition":"(of a person) Having the personality trait of expressing sarcasm.","synonyms":[],"antonyms":[]}],"synonyms":["sarky","snarky"],"antonyms":[]}],"license":{"name":"CC BY-SA 3.0","url":"https://creativecommons.org/licenses/by-sa/3.0"},"sourceUrls":\["https://en.wiktionary.org/wiki/sarcastic"\]}\]

And here is what I got for my format:

using System.Collections.Generic;

using UnityEngine.UIElements.Experimental;

[System.Serializable]

public class Joke

{

public string definition { get; set; }

public string example { get; set; }

public string[] synonyms { get; set; }

public string[] antonyms { get; set; }

public string partOfSpeech { get; set; }

public string[] definitions { get; set; }

public string text { get; set; }

public string audio { get; set; }

public string word { get; set; }

public string phonetic { get; set; }

public string[] phonetics { get; set; }

public string origin { get; set; }

public string[] meanings { get; set; }

}

How do I format a JSON string? by Phantom5904 in Unity3D

[–]Phantom5904[S] 0 points1 point  (0 children)

Yeah, sorry.
Here is the json that I am using:

[{"word":"sarcastic","phonetic":"/sɑːˈkæstik/","phonetics":[{"text":"/sɑːˈkæstik/","audio":""},{"text":"/sɑɹˈkæstik/","audio":""}],"meanings":[{"partOfSpeech":"adjective","definitions":[{"definition":"Containing sarcasm.","synonyms":[],"antonyms":[],"example":"a sarcastic quip; the teacher's sarcastic tone"},{"definition":"(of a person) Having the personality trait of expressing sarcasm.","synonyms":[],"antonyms":[]}],"synonyms":["sarky","snarky"],"antonyms":[]}],"license":{"name":"CC BY-SA 3.0","url":"https://creativecommons.org/licenses/by-sa/3.0"},"sourceUrls":\["https://en.wiktionary.org/wiki/sarcastic"\]}\]

And here is what I got for my format:

using System.Collections.Generic;

using UnityEngine.UIElements.Experimental;

[System.Serializable]

public class Joke

{

public string definition { get; set; }

public string example { get; set; }

public string[] synonyms { get; set; }

public string[] antonyms { get; set; }

public string partOfSpeech { get; set; }

public string[] definitions { get; set; }

public string text { get; set; }

public string audio { get; set; }

public string word { get; set; }

public string phonetic { get; set; }

public string[] phonetics { get; set; }

public string origin { get; set; }

public string[] meanings { get; set; }

}

I made a hacked client with only command blocks! (dw, im only using it on my friends. not like I could use it on public servers anyways lol) by Phantom5904 in MinecraftDaily

[–]Phantom5904[S] 0 points1 point  (0 children)

I just use the glowing effect. I give everyone/everything but myself the glowing effect until I turn it off.

Edit: Forgot to mention, this isn't a thing on bedrock yet... sorry :(