I hereby claim:
- I am nfitzen on github.
- I am nfitzen (https://keybase.io/nfitzen) on keybase.
- I have a public key whose fingerprint is 23CF AD3A 9B7C 68F2 8DDF 5A2E 6BB0 BA9B 70CB 1DDD
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
/summon falling_block ~ ~1 ~ {Block:stone,Time:1,Passengers:[{id:falling_block,Block:redstone_block,Time:1,Passengers:[{id:falling_block,Block:activator_rail,Time:1,Passengers:[{id:commandblock_minecart,Command:gamerule commandBlockOutput false},{id:commandblock_minecart,Command:"fill ~2 ~-2 ~-2 ~8 ~ ~2 stained_hardened_clay 15 hollow"},{id:commandblock_minecart,Command:"fill ~2 ~-1 ~-2 ~8 ~-1 ~2 stained_glass 10 replace stained_hardened_clay"},{id:commandblock_minecart,Command:" /scoreboard objectives add redstone dummy"},{id:commandblock_minecart,Command:" /scoreboard objectives add craftede dummy"},{id:commandblock_minecart,Command:" /tellraw @a [{\"text\":\"Craftable Elytra in Only One Command\\n\",\"color\":\"blue\"},{\"text\":\"by \",\"color\":\"reset\"},{\"text\":\"NateROCKS112\",\"color\":\"red\",\"clickEvent\":{\"action\":\"open_url\",\"value\":\"https://youtube.com/NateROCKS112\"},\"hoverEvent\":{\"action\":\"show_text\",\"value\":\"Click here to go to the creator's channel!\\n:D\"}}]"},{id:commandb |
Shoutouts to [SimpleFlips][youtube:user/SimpleFlips]. This is adapted from my comment on his video here. It's mostly just not-running, but includes other things to make you slower.
You can copy and paste this (the raw Markdown) into YouTube verbatim. Please link here so people can copy it easier. If you do modify this, please fork for sharing improvements.
# Copyright (C) 2020 Nathaniel Fitzenrider <https://github.com/nfitzen> | |
# | |
# SPDX-License-Identifier: MIT | |
from glob import iglob | |
filematch = './**/*.mcfunction' | |
def update_file(filename: str, oldcr: str, newcr: str): | |
'''update_file(filename, str, str) -> open(filename).write() |
#!/usr/bin/env python3 | |
# SPDX-FileCopyrightText: 2020-2021 Nathaniel Fitzenrider <https://github.com/nfitzen> | |
# | |
# SPDX-License-Identifier: CC0-1.0 | |
# DISCLAIMER: SELF-BOTTING CAN GET YOU PERMANENTLY BANNED FROM DISCORD! USE AT YOUR OWN RISK! | |
import discord | |
disclaimer = "DISCLAIMER: SELF-BOTTING CAN GET YOU PERMANENTLY BANNED FROM DISCORD! USE AT YOUR OWN RISK!" |
#!/usr/bin/env bash | |
# SPDX-FileCopyrightText: 2020-2021 Nathaniel Fitzenrider <https://github.com/nfitzen> | |
# | |
# SPDX-License-Identifier: CC0-1.0 | |
# This program requires a copy of the Minecraft server software | |
# and its corresponding client version downloaded through the Launcher. | |
# save `server.jar` in the current working directory. | |
# Get version. This can only be done by running the server to my knowledge. |
#!/usr/bin/env python3 | |
# SPDX-FileCopyrightText: 2021 Nathaniel Fitzenrider <https://github.com/nfitzen> | |
# | |
# SPDX-License-Identifier: CC0-1.0 | |
# Note: only works with membership screening enabled. | |
import discord | |
ROLE_ID = None |
#!/usr/bin/env python3 | |
# SPDX-License-Identifier: MIT | |
# MIT License | |
# | |
# Copyright (C) 2021 Nathaniel Fitzenrider <https://github.com/nfitzen> | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a | |
# copy of this software and associated documentation files | |
# (the "Software"), to deal in the Software without restriction, including | |
# without limitation the rights to use, copy, modify, merge, publish, |
/* SPDX-License-Identifier: CC0-1.0 */ | |
/* SPDX-FileCopyrightText: 2021 nfitzen <https://anilist.co/nfitzen> */ | |
/* I have zero clue how to select every (4n+k)th element. */ | |
.markdown ol { | |
list-style-type: decimal; | |
} | |
.markdown ol ol { |
:: SPDX-License-Identifier: MIT | |
:: MIT License | |
:: | |
:: Copyright (C) 2021-2022 nfitzen <https://github.com/nfitzen> | |
:: | |
:: Permission is hereby granted, free of charge, to any person obtaining a copy | |
:: of this software and associated documentation files (the "Software"), to deal | |
:: in the Software without restriction, including without limitation the rights | |
:: to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
:: copies of the Software, and to permit persons to whom the Software is |