TfT_02
6a3a564bd4
Use cooldownExpired here as well.
2013-09-22 23:28:09 +02:00
TfT_02
3828f78480
Fixed respawn cooldown checks
...
Thanks @Riking for pointing this out!
2013-09-22 23:28:08 +02:00
Travis Ralston
239d7e33cb
Revert "Metrics be dead"
...
This reverts commit 0a9fd4a92e
.
2013-09-22 12:33:01 -06:00
TfT_02
b8c479549c
Disable our healthbars when the plugin "HealthBar" is found
...
Adds #1477
2013-09-22 16:55:02 +02:00
t00thpick1
0a9fd4a92e
Metrics be dead
2013-09-20 22:23:38 -04:00
TfT_02
4c96161acb
Don't throw errors about dropped columns
2013-09-20 21:39:20 +02:00
TfT_02
ce7a7a31a7
A bit of cleaning up
2013-09-20 00:15:22 +02:00
TfT_02
834e26b44e
Minor improvements
2013-09-19 21:47:12 +02:00
GJ
f71b302f6f
Don't need this anymore.
2013-09-19 15:19:16 -04:00
GJ
566a381e95
Remove debug message, use recipe method for salvage.
2013-09-19 15:17:19 -04:00
GJ
5d7d779a49
Changed format of repair.vanilla.yml. **YOU WILL NEED TO UPDATE YOUR FILE TO THE NEW FORMAT**
2013-09-19 11:02:47 -04:00
GJ
59a35b170c
Oh yeah, that's why.
2013-09-18 15:42:54 -04:00
GJ
14eb473355
Why we were making this so complicated, I'll never know.
2013-09-18 14:55:17 -04:00
GJ
a8e23e08ee
Remove HudType from Flatfile records.
2013-09-18 11:54:23 -04:00
GJ
15f5dcf860
Removed HudType references from the database.
2013-09-18 09:57:28 -04:00
GJ
9be9908a22
Remove unused imports.
2013-09-18 09:39:54 -04:00
GJ
446b6c107b
Remove empty lines from FlatFile - the plugin will not enable if these are present.
2013-09-18 08:34:47 -04:00
GJ
5a3f8ad15f
Add COTW info for horses to the Taming command.
2013-09-17 14:13:11 -04:00
GJ
3a2c6a0827
We can have ' again!
2013-09-17 14:09:39 -04:00
GJ
e865acd871
Fix locale parsing issues.
...
Fixes #1463
2013-09-17 14:03:00 -04:00
TfT_02
4a0e1ba444
Fix a small boo boo
2013-09-16 23:26:06 +02:00
GJ
1a88b0b944
Better way to handle ink sacks, allows for dropping of multiple types.
2013-09-16 12:48:08 -04:00
GJ
e0592b3f62
Don't try to ever pull the mcMMOPlayer here.
...
Fixes #1466
2013-09-16 12:12:31 -04:00
GJ
1ec55c2d7e
Remove the last bits of Spout from our code.
2013-09-16 12:05:39 -04:00
GJ
6427a7dcdf
Fix issues with Skulls in treasures.yml
2013-09-16 11:45:57 -04:00
TfT_02
7bac0e2ca5
Dropped SpoutPlugin support
...
Because SpoutPlugin is not being updated to 1.6.x and mcMMO 1.4.07 does
not support any CB version below 1.6.x SpoutPlugin support is no longer
needed.
https://blog.spout.org/minecraft-1-6-and-the-legacy-finale/
2013-09-16 16:48:42 +02:00
GJ
e8bc2475c3
Add sound for level-up even when not using Spout.
2013-09-16 09:52:09 -04:00
GJ
816b08b14a
Make sure the attacker is a valid player too.
...
Fixes #1464
2013-09-16 08:53:55 -04:00
GJ
64e1448782
Added ability to give items names & lore through treasures.yml.
...
Adds #1419
2013-09-15 21:09:32 -04:00
TfT_02
ae0a27991b
Register when the config files were last updated
2013-09-15 23:10:35 +02:00
TfT_02
f1b82dcbe6
Fixed regex of version string parsing
2013-09-15 23:09:06 +02:00
TfT_02
bfbd50d8f4
Fix another wrong default Material name
2013-09-15 22:52:59 +02:00
GJ
de07316261
Just in case there's something broken in the file.
2013-09-15 16:49:41 -04:00
GJ
eae196c6a1
Fix wrong default material name.
2013-09-15 16:48:05 -04:00
GJ
8af41975ff
Don't keep trying to load if they've got an old file.
2013-09-15 16:09:41 -04:00
GJ
957bbbc9b2
Warn if treasures.yml is outdated.
2013-09-15 15:59:29 -04:00
TfT_02
17faf1561f
Refactor to getMaxLength
2013-09-15 21:45:16 +02:00
TfT_02
ec6419f0ff
Fix formatting of the new Updater
2013-09-15 21:45:16 +02:00
GJ
f6e60bebcc
Fix dropping sideways logs and leaf blocks.
...
Fixes #1460
2013-09-15 15:09:48 -04:00
GJ
797ac20567
Added Horses to the "Shake" ability.
...
Witches no longer drop water bottles from Shake, since they no longer drop them in Vanilla.
Changed format of treasures.yml.
**YOU WILL NEED TO UPDATE YOUR FILE TO THE NEW FORMAT**
2013-09-15 01:07:04 -04:00
GJ
3bc029a0de
Make Updater work with our versioning setup.
2013-09-13 11:46:55 -04:00
GJ
4eba33a1c6
Use doubles in config.yml where appropriate. Change item IDs to item names
...
in light of upcoming Minecraft changes that will remove access to item
IDs.
2013-09-13 09:52:52 -04:00
GJ
800a452d62
Remove use of deprecated function.
2013-09-13 09:11:34 -04:00
GJ
177604e94a
Condense this into one function.
2013-09-13 08:11:32 -04:00
GJ
088015dd4d
Switch to H31ix's updater for security reasons.
2013-09-13 00:59:07 -04:00
t00thpick1
0f2d0aee5f
Fix NPE on /addxp
2013-09-12 21:21:00 -04:00
t00thpick1
1004e2a32b
These duplicate checks are handled in config validation.
2013-09-12 20:52:26 -04:00
t00thpick1
5c2b523f7a
Allow less than one percentages for hardcore losses
2013-09-12 20:52:26 -04:00
GJ
de42063171
Fixed a bug where Kraken messages couldn't be disabled.
...
Fixes #1174
2013-09-12 15:53:43 -04:00
GJ
a49d373af0
Back to active development.
2013-09-12 14:28:51 -04:00