CustomHealth v0.7

Details

  • Filename
    CustomHealth.jar
  • Uploaded by
  • Uploaded
    Nov 30, 2013
  • Size
    63.22 KB
  • Downloads
    2,785
  • MD5
    29ddac67fdc69091d65884d2f9e83fb6

Supported Bukkit Versions

  • CB 1.6.4-R2.0

Changelog

0.7

- [ADD] /ch set <#> let's you set the data value for item in hand, values in-game editable
- [ADD] explosion added as an effect (effect: [explosion,<size>,<chance>])
- [ADD] Hunger-values and xp-level can be saved "after-death"
- [ADD] Set amount of hearts that the player can have (200 -> 100 hearts)
- [CHG] cmd effect can take 2 variables: @p (local player name) & @r (random player name)
- [FIX] override would not remove last item in hand

Configuration changes:
- In your world configuration files you can add "max-heart-level" to the settings to change the amount of hearts that the player can have
- In the config.yml file, you can add the 2 booleans "save-food-level" or "save-xp-level" to save and apply the same values to the player, when he dies and respawns.

Note: When save-food-level is set to true, the server should not be reloaded, if a player is in the death screen. Values will be lost, if that happens and player gets his full amount of saturation, exhaustion etc. back again.


0.6.1

[ link ]
- [FIX] Adding hearts to the player works as expected
- [FIX] max-food-level will be applied after player respawns
- [FIX] Update will be searched at plugin start-up, removed server-lag, warns about REAL updates

0.6

[ link ]
- [ADD] New effects! (now separated from potion effects) List of effects
- [ADD] /ch rename <from> <to> will let you rename world configuration files
- [CHG] Missing parameters, food items or sections in the world configuration will be ignored
- [CHG] max-food-level in settings-section is always active now if an acceptable value is put in
- [CHG] Data values of items now stated with an "@" (enchanted golden apple -> golden_apple@1)
- [CHG] /ch plugin will check, if an update is available (can be disabled in config.yml)
- [CHG] /ch reset asks for confirmation now

- [REM] /ch set temporarily removed, working on a better way to use it
- [REM] /ch info command removed
- [REM] Messages in config.yml removed
- [FIX] Inventory bug fixed for the most part (the only problem now)
- [FIX] max-food-level in settings-section working correctly
- [FIX] Setting duration for potion effects working correctly
- [FIX] Stability and performance has been enhanced a lot

0.5.1

[ link ]
- [CHG] Worlds now grouped together. /ch create [amount] to create new config files.

0.5

[ link ]
- [ADD] Multiple worlds! Edit settings and values for each individual world!
- [ADD] Effect -1 removes all effects from the player
- [ADD] milk_bucket added to the config

0.4

[ link ]
- [ADD] Random values, separated with min/max
- [ADD] Customizable max food value when change-food-level is false
- [ADD][BETA] Custom items with custom values via /ch set
- [FIX] Bunch of little bugs when change-food-level is set to false
- [FIX] /ch reload caused some issues in special cases

0.3

[ link ]
- [ADD] Food saturation customizable
- [ADD] Give XP values to the player when eating food
- [CHG] /ch info command shows information about the food item again
- [CHG] /ch plugin shows you the information about the plugin
- [REM] Set command caused too many formatting problems, deleted it for now
- [FIX] Setting the "change-food-level" to false works now correctly
- [FIX] Difference between a normal golden apple and an enchanted golden apple is clear now
- [FIX] Checking for permissions when using the tab auto-complete feature

0.2.1

[ link ]
- [FIX] NullPointerException when right-clicking air
- [FIX] Setting food values and reloading the plugin updates everything now correctly

0.2

[ link ]
- [ADD] Configuration partly in-game editable
- [ADD] Reset command (resets all hearts and food values)
- [ADD] Info command (shows information about the plugin)
- [ADD] Tab auto-complete feature included
- [CHG] Info command renamed into the get command
- [FIX] Cake eating
- [FIX] Potion probability

0.1

[ link ]
- First release

[ADD] - Addition - [CHG] - Change - [REM] - Removed / Deleted - [FIX] - Bug fix