Skip to content

connorwally/Minecraft-Plugins

Repository files navigation

Minecraft Plugins [1.18]

An assortment of minecraft plugins for learning the Java Plugin API's.

ChangeTeam

  • GUI: Allows players to change team via a custom GUI.
  • ItemStack API: Changes the players armor (leather) to the new team's team colour.

CustomEnchants

  • Enchant API: Adds a new enchantment to Minecraft "Telepathy".
  • Events: Items mined with the Telepathy enchant automatically enter the players inventory.

CustomRecipe

  • CustomRecipe API: Allows crafting of a Nether Star with 4x Ghast Tear's surrounding 1x Emerald block
    • ( - G - , G E G , - G - )
  • CustomRecipe API: Allows crafting of an "Emerald Pickaxe" with Fortune 5, with 3x Emerald Block, 2x Sticks
    • ( E E E , - S -, - S - )

DiamondCounter

  • Events: Tracks the number of diamonds mined by a player.
  • File I/O: Stores tracked player data in a file.

GodBoots

  • ItemStack API: Allow spawning of "GodBoots" at the players location by command.
  • Events: When boots are equipped and the player jumps - leap. Also prevent fall damage.

KitGUI

  • GUI: Create a custom GUI displaying available Kits to the player.
  • Item and Block API: Spawns a chest at the players location with the selected kit inside.

PlayerHeads

  • Player API: Use a command to be provided the head with the meta of the player passed in via args;

PrivateVault

  • Chest API: Create a private chest that the player can access and use on command.
  • File I/O: Store a players private chest within a data file.

RandomBlock

  • Events: On block break, drop a random item from config at the players location.
  • Configs: Store a list of possible random blocks to spawn at the players location.

StarTool

  • Events: Listen for click event, and shoot a fireball if they have the StarTool. The fireball spawns drowned if it hits an entity.
  • Commands: Spawn a StarTool (trident) at the players location.

About

Various Minecraft 1.18 plugin projects used for learning Minecraft API, Java and Git.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages