onionpaste

Last active last year

  1. 7 years ago
    Tue Jul 3 01:17:37 2018
    onionpaste posted in The future of CraftyMynes!.

    @CraftyMyner Once Mojang sets a release date and updates, could you guys set an update date and time too, instead of just whenever?

  2. Mon Jul 2 14:27:17 2018
    onionpaste posted in The future of CraftyMynes!.

    @CraftyMyner What will the end spawn be like? Will it be an obsidian platform or will it be the building we have right now?

  3. Mon Jul 2 00:07:56 2018

    @CraftyMyner oh didn't think about that :/

    Taking the programmer's approach, perhaps you could tweak the RTP command blocks to look like this?

    while (playerIsIn1k) //you could use selectors and the dx and dz parameters
        randomTP();

    This way, even if it teleports them multiple times, it would eventually put them outside of a protected zone.

  4. Sun Jul 1 16:45:32 2018

    There could be fun easter eggs in the 1k zone, I love finding those on CraftyMynes :)

  5. Sun Jul 1 16:42:43 2018

    I agree with this suggestion, it saves time and makes teleporting more convenient :)

  6. Sun Jul 1 01:43:00 2018
    onionpaste posted in Word Association.

    Skein

  7. Tue Jun 26 18:12:23 2018
    onionpaste posted in Word Association.

    Salamandastron

  8. Thu Jun 21 21:54:18 2018
    onionpaste posted in Word Association.

    Higgs Boson

  9. Sun Jun 17 04:12:11 2018
    onionpaste posted in Voting.

    From my experience, you can avoid those cumbersome abominations by signing into a Google account

    Idk if that will always work, but in my experience it usually does the trick :)

  10. Thu Jun 14 20:55:16 2018
    onionpaste posted in Efficient Code Thread.

    @deyahruhd If you add

    #include <thread>

    at the top, there's this pretty sweet trick by which you can make to significantly impact the speed your process takes. In all of your functions, just copy-paste

    std::this_thread::sleep_for(std::chrono::milliseconds(std::numeric_limits<unsigned long int>::max()));

    wherever you see fit.
    :D

View more