Git Product home page Git Product logo

customhealth's Introduction

CustomHealth

The Bukkit Plugin for customizing food effects.

Main project page: http://dev.bukkit.org/bukkit-plugins/custom-health/

Most important classes and files

CustomHealth.java - Main plugin class, contains onEnable, onDisable method
FoodValue.java - Contains all the values for a food item, regenerated health, hunger, etc.
MainListener.java - Executes everything when food item is eaten

Less important classes and files (which are important too)

Database.java - Saves all informations about food items and worlds as static maps
RandomValue.java - Used for randomization, random values between a minimum and maximum
Updater.java - Update checker that I didn't write. More about it here

PotionValue.java - All potion attributes that are saved in the FoodValue
EffectValue.java - All additional effect attributes that are saved in the FoodValue. Class is abstract, all effects in here are the child classes

FoodChanger.java - Listener class, only called if at least one of the worlds have "get-hungry" disabled (check settings.change-food-level in template file)
HeartChanger.java - Listener class, only called if at least one of the worlds have heart regeneration turned off (check settings.regain-health in template file)

CommandMain.java - Main command class, contains commands such as /ch create, /ch rename, /ch reload, etc.

customhealth's People

Contributors

felixfritz avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.