An assortment of minecraft plugins for learning the Java Plugin API's.
- GUI: Allows players to change team via a custom GUI.
- ItemStack API: Changes the players armor (leather) to the new team's team colour.
- Enchant API: Adds a new enchantment to Minecraft "Telepathy".
- Events: Items mined with the Telepathy enchant automatically enter the players inventory.
- 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 - )
- Events: Tracks the number of diamonds mined by a player.
- File I/O: Stores tracked player data in a file.
- 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.
- 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.
- Player API: Use a command to be provided the head with the meta of the player passed in via args;
- 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.
- 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.
- 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.