1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-24 18:01:26 +02:00
Commit Graph

5359 Commits

Author SHA1 Message Date
d527584248 A private method cannot be abstract >.> 2014-06-28 23:49:46 -07:00
0a4de6e2fc Reword statement in standards.md 2014-06-28 23:48:12 -07:00
4b20f12eff Fix a NPE with getFlowerAndGrassXp()
Fixes 
2014-06-23 22:52:34 +02:00
0de1187012 Fixed setting custom names and lore with treasures 2014-06-22 20:42:48 +02:00
8e474170e4 Fix crafting with items received from Salvage
Only set metadata on Salvage items when it’s not set to -1
Fixes 

And cleanup some javadocs in Salvageable
2014-06-18 11:44:21 +02:00
2eeb9b1f35 Set a pretty repair material name in armor.yml
Adds 
2014-06-15 17:46:16 +02:00
3de6e2c3f1 Add full Repairable support in armor config files
You can now fully configure armor to be repairable from the armor.yml
config files.

Adds Repair_MinimumLevel and Repair_XpMultiplier to armor.yml
2014-06-15 17:46:16 +02:00
98d166808f Finish the tools.yml header 2014-06-15 17:45:52 +02:00
f75e15dfdc Set a pretty repair material name in tools.yml
Adds 
2014-06-15 17:31:50 +02:00
f2b892b7d5 Add full Repairable support in tools config files
You can now fully configure a tool to be repairable from the tools.yml
config files.

Adds Repair_MinimumLevel and Repair_XpMultiplier to tools.yml
2014-06-15 17:28:54 +02:00
883ada01f8 Fix typo with XP_Modifier in tools.default.yml 2014-06-15 17:18:49 +02:00
3a8f45a04d Fix bugs with pistons
This commit improves piston tracking and fixes a couple of bugs with
block tracking.

Fixes 
2014-06-15 14:26:02 +02:00
906609696b Workaround a CB bug by tracking piston events
There is a bug in Craftbukkit that causes piston events to fire
multiple times. We need to keep track of the extend and retract events
to see which piston events should be processed.
2014-06-15 14:26:02 +02:00
66ccde4310 MCPC+ is now known as Cauldron 2014-06-14 11:34:35 -07:00
4970cdc3f4 Add mcmmo.skills.salvage permission to plugin.yml
Fixes issue where players would have access to the Salvage child skill
by default.

Mentioned in 
2014-06-12 13:42:42 +02:00
1becc874ba Check if input is a water bottle first 2014-06-09 22:55:03 +02:00
b107a8dc7c Fire brew event after outputs have changed
and before experience is granted.
Part 2 of fixing 
2014-06-09 02:04:59 +02:00
37aebc1716 Calculate Alchemy XP based on potion stage
Adds 
2014-06-09 01:56:07 +02:00
836877ff93 Alchemy should fire BrewEvents
Fixes 
2014-06-09 01:43:50 +02:00
28a846e0cb Update changelog 2014-06-08 18:23:07 +02:00
0185a30ec9 Fix an IndexOutOfBoundsException: Index: 0
In SaveTimerTask.java

Fixes 
2014-06-08 18:21:13 +02:00
38e1947302 Remove PvpLogger checks
No longer needed when testing with Combat Tag v6.1.4, the NPCs have
metadata „NPC”.

Fixes 
2014-06-08 18:11:18 +02:00
4fb4d6fc0c Save users asynchronously 2014-06-08 14:12:25 +02:00
6d719988bf 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 
2014-06-03 12:23:42 +02:00
b1c1f0e21e Added missing Salvage permissions to plugin.yml 2014-05-25 23:45:20 +02:00
3f34cc7365 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-05-25 23:20:19 +02:00
3c6c2837bd Check permission before sending anvil messages 2014-05-25 22:46:35 +02:00
4bcef76fd8 Let config key take priority here 2014-05-24 15:42:15 +02:00
2fd5d7aa81 Cleanup RepairConfig leftovers in SalvageConfig
Some copy/pasta I forgot to remove
2014-05-24 15:24:25 +02:00
5080c68dce Fix Maximum Quantity in Salvage configs 2014-05-24 15:23:50 +02:00
3403aef37d Don't display child skills on scoreboards
This fixes an issue where the scoreboard would not display properly
when using /mcstats or /inspect.

Fixes 
2014-05-23 17:03:02 +02:00
53a34c12d2 Add SALVAGE to MISC_SKILLS List 2014-05-23 14:23:05 +02:00
59417d6721 Add changelog entry for Salvage child skill
Closes 
2014-05-19 16:59:28 +02:00
93d63dbca5 Minor cleanup of imports 2014-05-18 17:06:50 +02:00
4643cf1070 A whole bunch of more work to convert Salvage to a child skill 2014-05-18 17:04:39 +02:00
GJ
91bf54019e Convert Salvage to a child skill. 2014-05-18 17:04:38 +02:00
ead716ef0d Fix a NPE when tab completing with /ptp
Fixes 
2014-05-11 18:33:50 +02:00
8fec1af257 Fix a bunch of small formatting issues 2014-05-11 15:15:44 +02:00
99248caba3 Redstone ore now throws events when it flips on or off.
Fixes issue 
2014-05-11 01:30:11 -07:00
af64bdf742 Added API to check if an entity is bleeding 2014-05-02 19:41:44 +02:00
66a4925371 Use getAllyName() here instead 2014-05-02 00:53:05 +02:00
8eb6acd60f Add option to prevent hopper transfers of bottles 2014-04-27 15:03:07 +02:00
ce6892f2e6 Update README.md 2014-04-24 16:00:02 +02:00
c14a4e9305 Fix /party teleport command
Why did we use getCommand("ptp").getExecutor() again?

Fixes 
2014-04-21 14:54:09 +02:00
5825eb1696 Make sure to shorten long ability and skill names
(cherry picked from commit 236ccd6ebdd0834f87b373794e1597ef36fb2ff6)
2014-04-21 14:09:52 +02:00
bfebbd0095 Fix formatting
(cherry picked from commit 4e36073e6e2dc3aeba087d605cef79fc4a8a9779)
2014-04-21 14:09:41 +02:00
GJ
b204507a82 Use strings instead of OfflinePlayers for scoreboards.
(cherry picked from commit 89b596591ec1974e0201395dc6e76353e4709572)
2014-04-21 14:09:09 +02:00
9f53426511 Added API to XP events to get XP gain reason 2014-04-18 22:32:32 +02:00
03c2282c3f Fix the calculations for Iron Arm Style in the Unarmed command. 2014-04-18 02:16:35 -07:00
20092d55fd Fix bug where dodge would check the wrong player 2014-04-18 00:49:40 +02:00