Archived
1
Fork 0
A joke plugin for most Minecraft servers that allows the use of Frost Walker on a bucket
This repository has been archived on 2021-01-19. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2021-01-19 18:55:50 -05:00
.github CI 2021-01-19 18:52:35 -05:00
.vscode mostly functional plugin 2021-01-19 15:36:08 -05:00
gradle/wrapper working on buildsystem 2021-01-19 10:17:12 -05:00
src/main/java/ca/retrylife/FrostBucket Add a README 2021-01-19 18:52:00 -05:00
.classpath POC of frostbucket item and anvil logic 2021-01-19 11:28:43 -05:00
.gitattributes working on buildsystem 2021-01-19 10:17:12 -05:00
.gitignore mostly functional plugin 2021-01-19 15:36:08 -05:00
AnvilScreenshot.png Add a README 2021-01-19 18:52:00 -05:00
build.gradle mostly functional plugin 2021-01-19 15:36:08 -05:00
gradle.properties mostly functional plugin 2021-01-19 15:36:08 -05:00
gradlew working on buildsystem 2021-01-19 10:17:12 -05:00
gradlew.bat working on buildsystem 2021-01-19 10:17:12 -05:00
LICENSE Initial commit 2021-01-19 09:58:49 -05:00
lombok.config working on buildsystem 2021-01-19 10:17:12 -05:00
README.md download shield 2021-01-19 18:55:50 -05:00
settings.gradle working on buildsystem 2021-01-19 10:17:12 -05:00

FrostBucket Build plugin Download

FrostBucket is a server-side Minecraft plugin that adds a new item, the Frost Bucket. This item turns water into ice. The FrostBucket plugin does not have any intentional practical use, but just exists to satisfy a concept brought up on a late-night Discord call a few months ago: "What if you could put Frost Walker on a bucket?"

Technical details

The FrostBucket plugin hooks into the Anvil UI, and looks for a combination of a bucket and a Frost Walker enchanted book (Level 1 or 2). If this case is found, the server overrides the cost and output item to produce a Frost Bucket.

The Frost Bucket is not actually a new item, but a minecraft:bucket with some custom NBT (glint, durability, name, lore, ...). The server checks for a player holding this custom item, and overrides the client right-click handler to either pick up water, or place ice.

Screenshots

Frost Bucket creation