Search results

  1. chadulous__

    An option to get all code templates on a codespace when removing

    Basically a '-f' option on '/p codespace remove' command that forces the command to ignore that there is code there and puts all code templates in your inventory (will error if your inventory does not have enough space)
  2. chadulous__

    Programming What is your favorite Database and why? [full stack developers only]

    Im not going to create a poll because people could really say some obscure databases that arent on the list
  3. chadulous__

    Is there a way to get all of the possible code blocks?

    I'm currently working on a programming language that "compiles" to nbt for DiamondFire templates and I need all of the possible code blocks, such as The possible data for Player Event Send message, and all of its tags
  4. chadulous__

    Regex capture group support

    Set Variable: Match Regex 3 params Variable - Variable to set String - String to match String - Regex to use 1 tag Group Type - Named or Ordered when group type is named, all Regex groups must be named ((?<name>[A-z0-9]+)\|(?<message>[A-z0-9 ]+): {name: “MaverickQuill”, message: “Hello...
  5. chadulous__

    Does anyone know how to do that teleport transition?

    There are multiple games I've seen such as engineers that have this fade effect when the player is teleported, does anyone know how to do this and can you share?
Top Bottom