TfT_02
b791649432
Also include the end value!
2014-06-09 18:22:40 +02:00
TfT_02
306ac5d949
Add debug messages
2014-06-09 17:21:06 +02:00
TfT_02
fb75eac1f7
Minor cleanup
2014-06-09 17:20:55 +02:00
TfT_02
44a4448527
Add support for data value ranges in blocks.yml
...
For example `Block_1|0-5`
2014-06-09 13:43:34 +02:00
TfT_02
001ea19b1c
Update pom.xml and changelog
2014-06-09 00:07:34 +02:00
TfT_02
3f347091c4
Update changelog
2014-06-09 00:05:06 +02:00
TfT_02
f4dbbd7e57
Fix an IndexOutOfBoundsException: Index: 0
...
In SaveTimerTask.java
Fixes #2039
2014-06-09 00:05:05 +02:00
TfT_02
e4d3cb5f4d
Remove PvpLogger checks
...
No longer needed when testing with Combat Tag v6.1.4, the NPCs have
metadata „NPC”.
Fixes #2017
2014-06-09 00:05:05 +02:00
riking
e455b41ab9
Save users asynchronously
2014-06-09 00:05:05 +02:00
TfT_02
ea704a87db
Remove this check here, allows Salvage in Adv mode
...
We’re already checking if the players game mode isn’t CREATIVE, so we
can safely remove this check.
Fixes #2059
2014-06-09 00:05:04 +02:00
TfT_02
813d9049c2
Added missing Salvage permissions to plugin.yml
2014-06-09 00:05:04 +02:00
TfT_02
67314e1320
Actually fix maximumQuantity reading from config
...
Now we try to automatically detect the maximum quantity if possible and
fall back to the config if the user has set a value there.
Also fixed the feedback message which said „Minimum quantity” instead
of „Maximum quantity”
2014-06-09 00:05:04 +02:00
TfT_02
0e6611c7e9
Check permission before sending anvil messages
2014-06-09 00:05:04 +02:00
TfT_02
7d82d5ff7b
Let config key take priority here
2014-06-09 00:05:04 +02:00
TfT_02
eb51081a66
Cleanup RepairConfig leftovers in SalvageConfig
...
Some copy/pasta I forgot to remove
2014-06-09 00:05:03 +02:00
TfT_02
00c89d2cf6
Fix Maximum Quantity in Salvage configs
2014-06-09 00:05:03 +02:00
TfT_02
d88afaf696
Don't display child skills on scoreboards
...
This fixes an issue where the scoreboard would not display properly
when using /mcstats or /inspect.
Fixes #2037
2014-06-09 00:05:01 +02:00
TfT_02
c6be608e5e
Add SALVAGE to MISC_SKILLS List
2014-06-09 00:03:34 +02:00
TfT_02
9def3d5eb4
Add changelog entry for Salvage child skill
...
Closes #561
2014-06-09 00:03:34 +02:00
TfT_02
a052bfda7e
Minor cleanup of imports
2014-06-09 00:03:33 +02:00
TfT_02
c35c3c0dab
A whole bunch of more work to convert Salvage to a child skill
2014-06-09 00:03:32 +02:00
GJ
23f5946cac
Convert Salvage to a child skill.
2014-06-09 00:03:30 +02:00
TfT_02
813eeb8873
Fix a NPE when tab completing with /ptp
...
Fixes #2013
2014-06-09 00:03:29 +02:00
TfT_02
8e60403fc1
Fix a bunch of small formatting issues
2014-06-09 00:03:23 +02:00
Sean Porter
23b4ff7134
Redstone ore now throws events when it flips on or off.
...
Fixes issue #2021
2014-06-09 00:02:49 +02:00
TfT_02
b16dec4532
Added API to check if an entity is bleeding
2014-06-09 00:02:49 +02:00
TfT_02
271ba2e5f1
Use getAllyName() here instead
2014-06-09 00:02:48 +02:00
TfT_02
c9ab2bebd6
Add option to prevent hopper transfers of bottles
2014-06-09 00:02:48 +02:00
TfT_02
ef4bbca36a
Update README.md
2014-06-09 00:02:47 +02:00
TfT_02
ad789ea2bf
Fix /party teleport command
...
Why did we use getCommand("ptp").getExecutor() again?
Fixes #1995
2014-06-09 00:02:47 +02:00
TfT_02
b848968094
Added API to XP events to get XP gain reason
2014-06-09 00:01:24 +02:00
Sean Porter
c572054e67
Fix the calculations for Iron Arm Style in the Unarmed command.
2014-06-09 00:00:36 +02:00
TfT_02
2e6a43ac97
Fix bug where dodge would check the wrong player
2014-06-09 00:00:35 +02:00
TfT_02
837e59d187
Check if player has a mcMMOPlayer object
...
Fixes #1976
2014-06-09 00:00:34 +02:00
TfT_02
7f7aa9e799
Prevent accidentally breaking regrown crops
...
Adds #828
2014-06-09 00:00:34 +02:00
TfT_02
10c18de9bf
Added option to open /mcstats after logging in
...
Added #1033
2014-06-09 00:00:34 +02:00
TfT_02
0b92023937
Players need to be in a party to use /ptp
...
Fixes #1967
2014-06-09 00:00:33 +02:00
TfT_02
04f02ca7f4
Support MATERIAL|data
format in treasures.yml
...
Allows users to use the same material type for multiple treasures in
treasures.yml
Fixes #1965
2014-06-09 00:00:33 +02:00
TfT_02
d701553efe
Check event.getBow() != null
...
Fixes #1933
2014-06-09 00:00:32 +02:00
TfT_02
e812a949db
Vanished players no longer get hit by AoE effects
...
Fixes #1964
2014-06-09 00:00:32 +02:00
TfT_02
f88dd29926
Updater should not be running on the main thread
...
Fixes #1957
2014-06-09 00:00:26 +02:00
TfT_02
c588708056
Move PlayerUpdateInventoryTask to runnables.player
2014-06-08 23:59:52 +02:00
TfT_02
a9f800ac68
Add option to drop extra fish
...
Allows enabling of old fishing mechanic where fish was always caught,
even when a treasure was found
2014-06-08 23:59:20 +02:00
TfT_02
d407f85704
Update pom.xml and changelog.txt for 1.4.08 release
1.4.08
2014-03-29 17:06:01 +01:00
TfT_02
458dc7db42
Make database command cooldown configurable
2014-03-29 17:02:08 +01:00
TfT_02
beab794c0e
Fixed some issues with the HolidayManager
...
Was severely lacking more lols
2014-03-29 16:52:41 +01:00
TfT_02
8256f5461c
Using an axe is required to earn Woodcutting XP
...
Not really sure why or when this check had gone missing..
2014-03-26 09:52:59 +01:00
TfT_02
0fe3ad7432
Reworked COTW config options + made COTW item configurable
...
Adresses #1481 partially
2014-03-23 14:33:57 +01:00
TfT_02
04e5dda127
Actually fix Repair lucky perk with Arcane Forging downgrade chance
2014-03-23 14:33:57 +01:00
TfT_02
f65adea2f9
Added minimum jump strength requirement and config option
...
for horses summoned with "Call of the Wild"
2014-03-23 13:41:31 +01:00