Search results

  1. Prox

    How to run scripts like executables

    Welcome to my way of wasting time. Enjoy a tutorial on running scripts like executables. Install Linux. No, this isn't a joke. Linux, or at least any UNIX compliant/like operating system (basically, not Windows) will let you use the shebang symbol (#!) at the start of a file to essentially run...
  2. Prox

    Performing an action for every block inside a sphere

    "Repeat on sphere exists!" . . . and it sucks. Repeat on sphere is no good for doing something inside a sphere. Repeat on sphere does things for points on the surface of a sphere. What you want is probably for every block inside the sphere. There are multiple ways you could use repeat on sphere...
  3. Prox

    Making your life "easier" with RegEx

    Whether you pronounce it "reg x", "rejects", "reggix", or even "riggex", RegEx, or a regular expression, is a helpful tool for most situations. Enabling RegEx To start using RegEx, you need to know how to enable it, because it doesn't start out enabled. RegEx is available in three code actions...
  4. Prox

    :flushed:

  5. Prox

    A General Idea of "Softcoding"

    Softcoding is a tricky concept, it's hard to know what is and isn't softcoding. So, here's a little guide to help clarify some things, as well as a few examples! What is "softcoding"? Softcoding is the action of making a line of code that can interpret some data, and then modify your game or...
  6. Prox

    Do I make Community Skyblock 3?

    Probably a hard no, but might as well ask. If you don't know what Community Skyblock is, it's a game "series" of survival skyblocks where the community "works together" to make cool stuff. Eventually, it always just went to crap after a few map resets and the generators reached level 8. The map...
  7. Prox

    Retirement?

    no.
Top Bottom