BukkitGreentext
The best >greentext plugin out there. Probably.
Prefix any message with a “>” and *bam* it’s >green. Or postfix it with “<” and it's orange<.

Cool features:
* Per-player and global toggling via command
* Optional permissions check
* Compatibility with emoticons >:c >_<
* Custom exceptions to greenification
* 1.16+ RGB support for 4chan-accurate color
Everything should work right out-of-the-box.
Metrics for the plugin can be found on [bStats](https://bstats.org/plugin/bukkit/BukkitGreentext/2814).
## Usage
Download the plugin JAR
and drop it in the `plugins/` directory of your Minecraft server.
Any message starting with the greater-than sign, `>`,
is made green, whilst any message *ending* with the opposite `<`
is made orange.
Players can avoid making anything starting with `>` green by
prepending a space, i.e. ` >`, or by using `/greentext [on|off]`.
### Configuration
To avoid automatic greenification of angry emotions, e.g. `>:C`,
or Japanese-style emoticons such as `>_>`, *exceptions*
for `:` and `_` are specified in the config file.
Custom exceptions are allowed as well, naturally.
Greentext can be either enabled or disabled upon startup.
In the case the parameter `enabled-by-default` is set true,
each player must manually enable the plugin with `/greentext on`.
Additionally, orangetext, an obscure feature
[used probably once](https://www.reddit.com/r/BannedFrom4chan/comments/221co5/),
can be disabled via config.
If you want to take advantage of 1.16’s full RGB support and
use 4chan-accurate colors in chat, set `use-hex-colors` as true.
### Permissions
If `check-for-permissions` is set true in the config file,
give players the desired permissions to enable use of the plugin:
* `greentext.chat.*`: all features
* `greentext.chat.green`: greentext
* `greentext.chat.orange`: orangetext
* `greentext.toggle`: toggle ability to use features
* `greentext.toggle.others`: toggle others’ ability to use features
Block Helper
# Block Helper
A direct WAILA port for old versions of Minecraft, with almost the same API and many, many additional fixes!
## Download
[**Download on CurseForge**](https://www.curseforge.com/minecraft/mc-mods/block-helper)
[**Download on Modrinth**](https://modrinth.com/mod/block-helper) (More versions are available here)
### Fixers
Some Minecraft versions have bugs. That’s normal. In order to fix some of them, you can install the following fixers:
– [Class Loader Fixer](https://modrinth.com/mod/class-loader-fixer)
– [Font Fixer](https://modrinth.com/mod/font-fixer)
## Old source code
This repository hosts the source code for BlockHelper versions 2.x and onwards.
The source code for older versions (0.x and 1.x), has moved [here](https://github.com/ThexXTURBOXx/BlockHelper-old).
## Installation
### Forge (all versions) / ModLoaderMP (≤ 1.2.3)
#### Client
Just drop the mod into the `mods` folder. Done! 🙂
#### Server
If you are running a server on MC 1.3.x or newer, just copy the Block Helper jar file into the `mods` folder.
On older versions, you need to download the dedicated server build of the mod.
It can be found under “Additional files” both on Modrinth and CurseForge.
In MC b1.5_02 and older, you need to copy all the files from this jar into the server jar.
In all newer versions, it is sufficient to just copy the jar file into the `mods` folder.
#### MCPC+/Cauldron/Bukkit
If you are running a server on MC 1.3.x or newer, just copy the Block Helper jar file into the `mods` folder.
On older versions, you need to download the dedicated Bukkit/MCPC+ build of the mod.
It can be found under “Additional files” both on Modrinth and CurseForge.
In MC b1.7.3 and older, you need to copy all the files from this jar into the Bukkit jar.
In all newer versions, it is sufficient to just copy the jar file into the `mods` folder.
### Fabric
Drop the mod into the `mods` folder and install [Apron](https://github.com/BetterThanUpdates/Apron) or [BetaLoader](https://github.com/paulevsGitch/BetaLoader) (for b1.7.3)
or [Fabricated Forge](https://github.com/arthurbambou/Fabricated-Legacy-Forge) (for 1.3.2+).
## Features
### Mod Compatibility
Next to Vanilla blocks, integration modules for the following mods are in place (list updated only irregularly!):
– Advanced Machines
– Advanced Solar Panels
– Applied Energistics 1
– Barrels
– BuildCraft 2 and 3
– ChickenChunks
– Ender Storage
– Equivalent Exchange 1, 2 and 3
– Factorization
– Falling Meteors
– Flora & Soma / Natura
– Forestry
– Forge Multipart
– GregTech
– IC²
– Immibis’s Microblocks
– IndustrialCraft
– InfiCraft
– NEI
– Pam’s Mods
– Project Zulu
– Railcraft
– Red Power
– Thaumcraft
– Thermal Expansion
– Total Panels
– Twilight Forest
Some of these mods still host downloads to this day.
If you cannot find downloads for some of these,
chances are that they are still downloadable via [MCModArchive](https://mcmodarchive.femtopedia.de/).
### API
Block Helper features WAILA’s API (with minimal changes) from version 2.x onwards.
Since there are many resources online on how to use the API, I will keep this as simple as possible here and just list a few “good” examples:
– [Block Helper’s own plugins](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.5.2/src/main/java/mcp/mobius/waila/addons)
– [BlockHelperAddons](https://github.com/VintageModsReforged/BlockHelperAddons)
Just try to follow these examples and you will succeed. To safely register your plugin, use the code snippet from the
JavaDoc of the `mod_BlockHelper#registerPlugin` function.
### Other features
Yes, Block Helper has a few additional features and integrations you probably have not seen before 🙂
On the Modrinth and CurseForge page, there are a few images of most of these features in action!
_Please note that not every feature is available for every Minecraft version due to modding limitations._
#### NEI/AMI/HMI integration
– Two new keybinds (default: NUM3 and NUM4), which show all the recipes for or using the
block currently looked at
– Show the mod an item is from in the item’s tooltip [this also works without NEI/AMI/HMI in Apron]
– Another keybind specific for NEI (default: I), which shows all the applicable enchantments for the
currently highlighted item in the inventory
#### World Overlays
Just like NEI in MC 1.4.7 and onwards, Block Helper features a light level overlay and chunk border overlay. The default
keybinds for these are F7 and F9, respectively.
## Source Code
Block Helper is being developed for:
– [a1.2.6](https://github.com/ThexXTURBOXx/BlockHelper/tree/a1.2.6)
– [b1.1_01/b1.1_02](https://github.com/ThexXTURBOXx/BlockHelper/tree/b1.1_02)
– [b1.2_02](https://github.com/ThexXTURBOXx/BlockHelper/tree/b1.2_02)
– [b1.3_01](https://github.com/ThexXTURBOXx/BlockHelper/tree/b1.3_01)
– [b1.4_01](https://github.com/ThexXTURBOXx/BlockHelper/tree/b1.4_01)
– [b1.5/b1.5_01](https://github.com/ThexXTURBOXx/BlockHelper/tree/b1.5_01)
– [b1.6.5/b1.6.6](https://github.com/ThexXTURBOXx/BlockHelper/tree/b1.6.6)
– [b1.7-b1.7.3](https://github.com/ThexXTURBOXx/BlockHelper/tree/b1.7.3)
– [b1.8/b1.8.1](https://github.com/ThexXTURBOXx/BlockHelper/tree/b1.8.1)
– [b1.9p5](https://github.com/ThexXTURBOXx/BlockHelper/tree/b1.9p5)
– [1.0/1.0.1](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.0)
– [1.1](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.1)
– [1.2.3](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.2.3)
– [1.2.4/1.2.5](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.2.5)
– [1.3.2](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.3.2)
– [1.4](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.4)
– [1.4.1/1.4.2](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.4.2)
– [1.4.3](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.4.3)
– [1.4.4/1.4.5](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.4.5)
– [1.4.6/1.4.7](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.4.7)
– [1.5.x](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.5.2)
Blinding Pumpkin Overlay
You ever wanted to completely blind your foes with a curse of binding pumpkin? Then this is the resource pack for you!
Should work for every version.
It just makes the pumpkin overlay completely black, thats it.
[Alternative Download [PlanetMinecraft]](https://www.planetminecraft.com/texture-pack/blinding-pumpkin-overlay)
Black Hole Moon
# 
Thanks for checking out Black Hole Moon! This Resource Pack will change the boring moon to a Black Hole. Great to prank your friends, or just to change the moon to something else.
## FAQ
### Does this require any external mods?
Nope. This Resource Pack does not need any external mods for it to function properly.
### Can you put this pack on CurseForge?
I do not plan to put this pack on CurseForge, and probably never will.
### On some versions of Minecraft it either says “The pack is too new” or “The pack is too old”
On these versions “supported_formats” in pack.mcmeta was not introduced yet, because of that it looks at “pack_format” and says on the lines of “Pack format 5? (pack format for 1.15.2) That is old. This pack must not work on me anymore” even though the pack supports that version. Best you can do is just ignore it and enable the pack anyway, do the same if it says “pack is too new”.
### Did you make the Pixel Art yourself?
Yes! and you are free to use it on whatever project your working on. Credit would be appreciated, but its not mandatory, just dont copy the Resource Pack outright and publish it claiming its your own.
Better Together Panorama
This resource pack replaces the default panorama in Minecraft with the one from the Better Together Update. It features a new landscape that includes a nice lake and a more detailed landscape, providing a fresh backdrop for your gameplay. The updated panorama aims to enhance the overall aesthetic of the game, creating a more immersive environment as you start your adventures. Download this resource pack to enjoy a different visual experience in your Minecraft title screen.
BeTPA
A somewhat simple TPA (Teleport Request) plugin for Minecraft Beta (most versions), with way too many features! Probably supports other versions too…
Feel free to customize the messages to your liking, as well as adjust the request time limit.
| Commands | Description | Permission* |
|———————|—————————————————————————–|————-|
| `tpa ` | Sends a teleport request to a player | tpa.request |
| `tpaccept [player]` | Accepts a teleport request from one or more players (if none are specified) | tpa.answer |
| `tpadeny [player]` | Denies a teleport request from one or more players (if none are specified) | tpa.answer |
| `tpareload` | Reloads the plugin | tpa.reload |
> ⚠️ The permissions are, by default, disabled (except for the /tpareload command). Enable them in the config.
**Minimum Java required:** 8
Beta+
A simple texture pack to enhanced your beta world.
## Features
– Outlined ores
– Dark GUI
– Old cobblestone & Old Mossy cobblestone
– Newer developer art dispenser, mob spawner and, Coco **Beans**
– Wool from 1.12
– Translucent Pumpkin (b1.8+)
and more to come in the future
Message me on discord for whatever @ Minix#4977
## What’s “New beta+?”
New beta+ was created to be used for version beta 1.8 and beta 1.9
Beta+ is for “old school” beta 1.0 – 1.7.3
Bedwars Ultimate
This Resource Pack focuses on Bedwars and PvP Textures, like tiny Swords or some simple Block Textures.
Tools and Weapons:
25
Blocks:
128
Items:
11
Armor and Equipment:
21
Coming soon: Item Textures 🙂
Bare Bones Moon Fix
it bothered me that the Bare Bones pack didnt have the same moon texture as the trailers. so I fixed that
Backport Everything

**Backport Everything** attempts to convert modern Minecraft into older versions!
If you want to see what older versions look like with new textures, _this is the pack for you_. Test them out on older versions for a laugh, play with updated textures for servers that aren’t at the latest version, or start a world in beta or alpha with a weird updated look.
Currently updated for **1.21.11 textures**, this pack aims to bring modern versions to older ones. Currently, the pack **supports versions 1.20.1 and older**, dating back to the first version in 2009 with the pre-classic build rd-132211, which features only grass and cobblestone.
There are other packs available, such as [MC New Textures](https://modrinth.com/resourcepack/mc-new-textures), [Modernity](https://modrinth.com/resourcepack/modernity) and [Modern Textures](https://modrinth.com/resourcepack/modern-textures), but I find that they either miss out some textures (e.g. leather armour, fast leaves) or don’t support the beta and alpha versions.
A couple of the things that this pack supports:
– Backported 1.21.11 textures to all versions (OptiFine, MCPatcher or equivalent required for some textures)
– New redstone repeater, comparator & torch (1.20.1 to 1.8)
– HD ghast texture from 1.21.6 (1.20.1 to 1.6.1)
– HD Minecraft logo (1.20.1 to b1.8)
– Unique spawn egg textures (1.20.1 to 1.8, OptiFine required before 1.13)
– Wolf colour variants (1.20.1 to 1.8, OptiFine/Entity Texture Features required)
– Bush texture (1.20.1 to 1.8)
– Cold & warm cow, pig & chickens (1.20.1 to 1.8, OptiFine/ETF required)
– Tall & short dry grass textures (1.20.1 to 1.8)
– [The Aether](https://modrinth.com/mod/aether) (b1.7.3 & 1.2.5) and [Aether on Station API](https://modrinth.com/mod/aether-stapi) (b1.7.3)
A few things this pack doesn’t support at the moment:
– New music released after 1.21.1, check out [Tunes : Backport](https://modrinth.com/resourcepack/tunes-backport) by wasabliss. I’d add it, but the zip file size would be huge.
– [Horse](https://modrinth.com/resourcepack/horse-backport), [vex](https://modrinth.com/resourcepack/vex-backport), [bat](https://modrinth.com/resourcepack/bat-backport) & [zombie piglin](https://modrinth.com/resourcepack/zombie-piglin-backport) model backports, see Scutoel’s packs linked. These models require OptiFine and break textures on vanilla versions. I’m not adding them because that would make OptiFine a dependency.
– Bogged models, see [Bogged Backport](https://modrinth.com/resourcepack/bogged-backport) by realllyrandommann. Not added for the same reason as above.
– [Leaf litter](https://modrinth.com/resourcepack/leaf-litter-backport) and [wildflowers](https://modrinth.com/resourcepack/wildflowers-backport), see ludo_silver_’s packs linked. Not added, as they are a little janky since they don’t work as a standalone block, but they are an alternative grass texture.
**For 1.5.2 and older, texture packs are not one-click install on Modrinth unlike resource packs, you’ll need to install them to your instance (which you may need to create), click the three dots to the right of the start button on the specific instance screen, click ‘Open folder’, and move the Backport Everything zip file from the ‘resourcepacks’ folder to the ‘texturepacks’ folder.**
**Texture packs are not supported natively before Alpha v1.2.2**, but earlier versions can have their textures swapped out using a jar mod. I don’t _really_ know why you’d want to play those versions, but it’s funny to see them working with the latest textures. **If you need help installing versions that don’t support texture packs natively, please check the bottom of this page for a guide.**
Just a note, rd-20090515 kept crashing for me on launch, and so I can’t test it. But since it’s just 13 textures, you won’t be missing much if you can’t run it yourself.
This was a fun little project, but there are **probably a few texture issues here and there** from the conversion. If you notice any problems and are willing to let me know, please email [[email protected]](mailto:[email protected]), and I’ll address the issue.
OptiFine 1.7.2 and newer [can be found here](https://optifine.net/downloads). For archived versions of OptiFine, MCPatcher, and additional files, [click here to access my GitHub archive](https://github.com/backporteverything/Backport-Everything/tree/main/Supplementary%20Files). If you have any other suggestions for mods, feel free to email me.
### License
All original content is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
Vanilla Minecraft assets are © Mojang Studios and are not included under CC BY-SA 4.0.
Select assets from Qwuiblington’s [actually correct new default texture backport](https://www.curseforge.com/minecraft/texture-packs/actually-correct-1-14-texture-backport) are included under Public Domain.
OptiFine Custom Entity Model (.jem) files sourced from the pack: [Farm Animals Backport](https://modrinth.com/resourcepack/spring-to-life-textures-backport), included with permission from SirJumpy8772.
### How to add textures to versions older than Alpha v1.2.2
To add textures to old versions that don’t support texture packs, you’ll need to add them as a jar mod using [Prism Launcher](https://prismlauncher.org/) or [MultiMC](https://multimc.org/). They’re pretty much the same, but Prism Launcher has fancy extra features.
Unfortunately, Modrinth does not currently support jar mods for older versions.
1. Download the ZIP file for the version of Minecraft you want to change. You’ll need it for later.
2. Download and install either [Prism Launcher](https://prismlauncher.org/) or [MultiMC](https://multimc.org/); take your pick.
3. Open either Prism or MultiMC, log in to your Microsoft account and then click the ‘Add Instance’ button in the top-right corner.
4. In the ‘Custom’ (Prism) or ‘Vanilla’ (MultiMC) section, on the right-hand side, tick the checkboxes for ‘Betas’ and ‘Alphas’ in the filter list.
5. Scroll down to the version you want to play, select it and click the OK button in the bottom-right.
6. Once you’ve clicked OK, an icon will appear for the version you selected. Right-click the icon, then click ‘Edit…’ (Prism) or ‘Edit Instance’ (MultiMC).
7. Go to the ‘Version’ tab if you’re on Prism Launcher.
8. Once you’re on the version tab, you should see a list of actions on the right-hand side. Click the ‘Add to Minecraft.jar’ button.
9. A new window should appear, locate the Backport Everything file, select it and open it.
10. The jar mod should now be installed. You can then launch Minecraft, and the new textures should work!