Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.
Tom316 edited this page Oct 30, 2010 · 6 revisions

Welcome to the **MixxitPlugin **wiki!

MixxitPlugin is a PVE and PVP Plugin for the Hey0 Mod of Minecraft.

The plugin provides the foundation and basic functions of combat. This is done through a carefully crafted health system and by adding a damage system to items. Anytime a player attacks a mob or a mob attacks a player, the damage system formulates how much damage should be done based on the type of attack and the weapon used in the attack. The same method works for PVP when a player attacks another player. The health system tracks how much damage a player has taken and displays it on screen via the text box. Once the player reachs a health status of 0 (zero) he is considered dead and his items are dumped onto the ground (depending on your servers settings) an the player is sent to a respawn location (Future addition of a Graveyard marker)

The plugin allows you to configure just about every aspect of it via the MixxitPlugin.properties file. Everything from how much damage a weapon can do to how much health a player will get via eating a food item can easily be modified.

---- Read Me ----

When installing MixxitPlugin you will need to make sure that 2 files exist within your main server directory. One is the MixxitPlugin.properties and the other is MixxitPlugin.txt . The .properties file can be found in the same folder as the plugin and the .txt file can be created by making a blank txt file and naming it MixxitPlugin.txt

Make sure you look through the MixxitPlugin.properties file and set the settings to your liking before hand. The settings within this file will be used each time you startup / restart you server. (In game commands do not effect what is saved in the .properties file.

Clone this wiki locally