@Amber3Worked on a website for Minecraft YSWS! Really happy with how this turned out :D
@AnthonyPagone0Hello everyone!
Over the summer, I created a mod for Minecraft Java that lets you toggle auto jump on and off for accessibility, and efficient stair climbing.
Check it out here: modrinth.com/mod/toggleautojump
@Amber3I learnt about Minecraft Fabric server-side modding today!
I'm making a Slack chat relay mod. This is my first time properly using Java and it's been... an experience. I successfully got Bolt setup and running on a Minecraft server in socket mode after a lot of hassle which is good progress! I also got a config file setup and working... except I used a client side mod, whoops. Need to fix that tomorrow.
github.com/dillonb07/slackbridge
@hex40my :minecraft: minecraft modpack is out! For a while I've been trying to create my perfect version of Minecraft - and I think Super is pretty close to that. it's based on Fabulously Optimized, but adds a ton more mods for immersion + quality of life. it's also client side!
get it on :modrinth://modrinth.com/modpack/super>
@MNT0Milestone in Botics [Minecraft Fabric 1.20.2] !
Haven't been able to do all that I wanted to since I got distracted with other projects but here is the close to final version!
github.com/MNTadros/Botics
Some progress pics:
@pepperjack0A crappy python program that translates Chinese strings located into JS source files to English (quick explanation: a friend found an interesting minecraft bedrock mod but it was written using Chinese... se he decompressed it and asked for a hand to translate its contents). Here the repo: github.com/pepperjackdev/javascript_translator_from_chinese
@Justus0Made a plot plugin for Minecraft, using special items and bossbars to be more beautiful, designed for larger communities with different sub-groups (schools, scout districts, etc.)
Plots are assigned on a per-chunk basis. Group plots as well as personal plots are possible in order to allow gamified exchange between different groups. Plugin is already being play-tested on an active server.
GH: github.com/just-dev-creator/homburg-server
@AndyNoob0i updated my minecraft inventory enchanting plugin to be able to set maxes for certain enchants that doesn't have effects past certain levels
github.com/AndyNoob/click-enchant
@Bingley0I'm working on a mod to add trading cards and battles into Minecraft! I've created a system to manage cards/battles so far. github.com/BingleyPro/card-clash
@Beenana0I finally got the top panel of my Minecraft RFID jukebox glued and sanded! To glue the parts I used super glue and melted some excess filament onto the parts to fuse the plastic together.
To learn more about the project check out: github.com/Beenana02/RFID-minecraft-jukebox
@Tyler0github.com/TowsterBusiness/Armorstand-Animation
This plugin moves armorstands in animations to make funny dances or emotes.
You can change the positions of the animation by changing the Animation class in a easy to change animation file.
The positions of the armor stands are dependant on the quaterneon armorstand system that minecraft uses
@Thorben0Kubernetes Minecraft Server Deployment CLI
I just released 1.1.0-beta adding a few features:
• added command to delete deployments
• added table printing to output formatted
• removed API connection in some commands to improve performance
Of course I addressed a few bug fixes as well. Check it out on GitHub!
github.com/FourtySeven047/Kubernetes-MC-Server-Deployment-CLI
@LuisAFK0A while back I started working on ReplCraft, a Minecraft Fabric mod that lets users programmatically interact with your Minecraft world. It's a rewrite of LeeFlemingRepl/replcraft, which is a Spigot/Paper plugin, so that it can be used in the new ReplMC 1.21 Fabric server. It's still a work-in-progress though.
@szym402pl0I made a "Victory Point" system in Minecraft. It entails having levels, health & damage perks per level, ability to override how many points killing each single entity can give and placeholders so you can make leaderboard holograms like you see on those minigame servers. github.com/szym402pl/victory-point-system
@Kaspian0I updated my minecraft plugin FishyBusiness with some cool changes including:
• Automated github releases
• Hook for my other plugin POBox
• Commands for points
• Safer placeholder handling
Repo link: github.com/KaspianDev/FishyBusiness
@Beenana0I made some more progress on the code for my Minecraft RFID jukebox.
I added a start-up script and updated the main script to read a file to figure out which id corresponds to which disc!
github.com/Beenana02/RFID-minecraft-jukebox