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

3655 Commits

Author SHA1 Message Date
fdb96a2cf8 Updated PayPal info for donations.
Cherry-picked from PR 
2012-01-31 13:29:03 -05:00
e82d5db4b3 Update to mining
- Make a bit more efficient
 - Some more comments
2012-01-31 12:59:33 -05:00
563baea812 Selectively setExecutor for commands based on config. 2012-01-31 04:10:39 -05:00
3613cbd48b Merge remote branch 'origin/master' 2012-01-31 00:36:38 -08:00
f937e44018 Removal of alias variables and update of all commands 2012-01-31 00:36:07 -08:00
2c7730b478 Temporary fix for redstoneore duplication:
Handle it the same way as a block we cannot use data for.

Closes issue 
2012-01-31 03:34:49 -05:00
50af20037a We do not need aliasing anymore 2012-01-31 00:22:54 -08:00
b7955ea29e Upate to config
Now has a default config copied over on first run (can and should be commented!)
Currently loads defaults from our in-jar file then what we define in code, could remove what we have in-code?
The power of the auto-formatter compells you
2012-01-31 02:59:46 -05:00
7cefdedea2 Added Nether Wart, Lily Pads, and Vines to Herbalism
Cherry picked from pull 
2012-01-31 01:25:17 -05:00
61c6cd1b55 Change from FileConfiguration to YamlConfiguration 2012-01-30 13:47:47 -08:00
401af172ae Update LoadProperties to use new FileConfiguration 2012-01-30 12:20:43 -08:00
1aa231c902 Merge remote branch 'org.eclipse.jgit.transport.RemoteConfig@10a3c73/master' 2012-01-30 12:21:00 -05:00
b695f9ed27 Update for 1.1-R3
Includes fix from R2 as a breakage was introduced, but does not work with R2 because it also does not include the workaround for invalid block type being returned by BlockPlaceEvent.

Closes 
2012-01-30 10:47:01 -05:00
f3283de8dd Terrible horrible workaround for R2 behavior 2012-01-30 10:09:45 -05:00
d1ce5f0be5 Updates to allow for configuration of items found while fishing. 2012-01-30 02:12:12 -05:00
5b45ea3739 Merge remote branch 'org.eclipse.jgit.transport.RemoteConfig@10a3c73/master' 2012-01-30 00:13:31 -05:00
3552b756e0 Update changelog and fix bug 2012-01-29 16:05:46 -05:00
01bbd9bcac New McMMOItemSpawnEvent
- Changed all of mcMMO to use one drop method to facilitate new event
- Added a missing bit of copyright notice to last event
2012-01-29 02:51:59 -05:00
a61efae527 Fix issues in last commit 2012-01-28 21:19:35 -05:00
3fef87923a Some optimizations
As suggested by @bm01 in issue :
- Pass PlayerProfile and current time to monitorSkills
- Pass PlayerProfile and current time to watchCooldowns

Testing with only one player seems to indicate a near-negligible increase in performance, but could be useful with more users online.
2012-01-28 21:13:40 -05:00
c8869c86be Fix typo. 2012-01-28 19:41:39 -05:00
42ddf648b1 Possible fix for [Issue ] 2012-01-28 12:44:49 -05:00
fded7cad96 Fix typo
Stop programming at late night
2012-01-28 02:35:20 -05:00
23354ce049 New custom event McMMOPlayerLevelUpEvent 2012-01-28 02:00:18 -05:00
299f440f63 Change damage to use events system
Should provide a fix for issue 

Also update pom and removed an unused import.
2012-01-28 01:24:29 -05:00
7c60217882 Update version and fix compilation issues 2012-01-27 21:43:56 -05:00
7d19fe68d9 Made Arcane Forging fully configurable. 2012-01-27 12:26:35 -05:00
486fb5635d Better variable names for Arcane Forging config 2012-01-27 11:55:06 -05:00
dfe2d0a585 Made Arcane Forging more configurable - options for keeping enchants & downgrading enchants 2012-01-27 10:51:08 -05:00
e1399427f0 Fixed cast issue with Repair Mastery - fixes Issue 2012-01-26 21:57:17 -05:00
5863efbdd8 Events + Alias (not really fix) fix
Changed Bukkit events to new event system
Changed aliasing to send both the mcmmo command and the command used.
2012-01-26 18:42:46 -05:00
85fe839e91 Update changelog and fix for Jenkins build 2012-01-26 15:19:07 -08:00
7e7505381b Merge pull request from gmcferrin/patch-2
Fix for [Issue ] - Combat XP Gain
2012-01-26 15:14:09 -08:00
aadfb22f00 Fixed lack of ; in pull request 2012-01-26 15:11:15 -08:00
ff9b6fd98a Fix for [Issue ] - Combat XP Gain 2012-01-26 17:09:38 -05:00
ac51683161 Commented out obsolete isGold() method 2012-01-26 12:46:03 -05:00
802be6907d Standardized logic for functions isShovel(), isAxes(), isMiningPick(), isGold(), isSwords(), and isHoe() 2012-01-26 12:31:52 -05:00
3932036a2c Bugfix for getMaxDurability() checking for Diamond ID values instead of Gold ID values. 2012-01-26 12:17:02 -05:00
fd1064a9b9 Updates for repairing bows & leather armor. 2012-01-26 11:55:12 -05:00
f0146d99c2 Typo fixing. 2012-01-26 11:34:10 -05:00
328c7d4b5f Update src/main/java/com/gmail/nossr50/skills/Repair.java 2012-01-26 10:56:16 -05:00
984dbd9b7a Allow for repair of bows & leather armor with the anvil. 2012-01-26 10:36:12 -05:00
1cfdfab2b7 Fix typos and type cast mismatch from pull request 2012-01-25 14:33:38 -08:00
17d584f911 Merge pull request from gmcferrin/master
Repair & Fishing Fixes
2012-01-25 14:15:04 -08:00
b5c11de15c Changes to pom for getting dependancies from repos
Moved resources around to be better organized
Added in fix for commands which got lost ?
gitignore
Increment version to dev-2
2012-01-25 16:52:09 -05:00
96acb4df97 Implemented ShakeMob functions for all existing mobs 2012-01-19 18:07:46 -05:00
75cf202987 Fixed issue with Redstone being unable to break with Super Breaker without a diamond pickaxe. 2012-01-19 16:05:09 -05:00
fd3cee96f0 Fixed typos in conflicting enchantments section. 2012-01-19 15:59:44 -05:00
aee71789f2 Changed durability calculation to use Bukkit API function. Fixed bug where it was impossible to get the last possible loot item in each tier. Fixed bug where it was possible to get conflicting enchantments. Fixed bug where enchantments couldn't be any higher than level 1. 2012-01-19 14:29:03 -05:00
da9a4b80e4 Fixed bug with being unable to repair Gold Hoe. Fixed bug with item durability - now uses getMaxDurability from org.bukkit.material 2012-01-19 12:46:54 -05:00