Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 2.28 KB

README.md

File metadata and controls

28 lines (24 loc) · 2.28 KB

Minecraft-Plugins

Built: September 2014 – October 2021

Welcome to my Minecraft Plugins repository! A sizable chunk of the second half of my childhood was spent on building random stuff in Minecraft using object-oriented server-side plugin APIs such as Bukkit and SpigotMC. Here are some of the files I managed to dig out of my old computers! Though this isn't much of a coherent project, hopefully you'll find a thing or two that you like. You could also just look at some of the screenshots :D

Metropolis Plugin Features

  • Custom NPC vendors that sell a variety of goods (at an affordable price!) through an intuitive GUI;
  • Custom NPC tellers and ATMs that allow players to interact with their bank accounts through spoken dialogue;
  • Simple persistent banking system that keeps track of chequing account balances for each player;
  • Multiple tiers of food with different consumption effects and rarities;
  • Ketchup and mustard dispensers that can be right clicked while holding a hot dog in hand;
  • Custom chairs that finally allow players to sit in Minecraft;
  • Smooth, fully functioning elevator system that can be used to climb floors in a skyscraper quickly;
  • Water dispenser that refills empty cups so players never go thirsty;
  • Trash cans for responsible citizens who do not wish to litter on the beautiful streets of the city;
  • Working traffic lights;
  • Epic gaming chairs for office employees;
  • Wallets that can store cash and facilitate transactions where applicable; and
  • Job shrines for players to make money (random tasks that pop up in thematically appropriate areas).

MMORPG Plugin Features

  • Traditional MMORPG character creation & selection lobby with multiple choices for class and race;
  • Minecraft skin overriding that allows players to define their own visual characteristics (i.e. eye colour);
  • Custom composite mobs constructed using an amalgamation of Minecraft armour stands that are programmed to obey physics;
  • An assassin's dagger that can be used to damage mobs within the custom combat and hitbox system; and
  • An enormous boreal forest!

Minecraft-Plugins