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
|
1ec55c2d7e
|
Remove the last bits of Spout from our code.
|
2013-09-16 12:05:39 -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
|
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
|
25e4700ef9
|
Changed various values to double in advanced.yml for the sake of consistency.
|
2013-09-12 14:18:13 -04:00 |
|
GJ
|
d2bbbb0fe7
|
More deprecation fixes.
|
2013-09-05 16:36:02 -04:00 |
|
GJ
|
fd8d9b02a9
|
Begin trying to remove newly-deprecated "magic numbers"
|
2013-09-05 14:55:08 -04:00 |
|
TfT_02
|
964b2636fb
|
Move experience related settings from config.yml to experience.yml
|
2013-08-23 19:37:44 +02:00 |
|
TfT_02
|
36f1a2d78a
|
Changed the way Repair hands out XP
Closes #373
|
2013-08-15 20:50:19 +02:00 |
|
TfT_02
|
90fcf35c34
|
Javadocs cleanup
|
2013-08-10 20:10:45 +02:00 |
|
GJ
|
15e0570a8c
|
Else if > if
|
2013-07-29 08:45:30 -04:00 |
|
GJ
|
b0eb4b93a8
|
Cleaner way to avoid salvaging chainmail.
|
2013-05-28 12:59:10 -04:00 |
|
GJ
|
54f135aebd
|
We're checking this twice and shouldn't be.
|
2013-05-28 12:53:12 -04:00 |
|
GJ
|
5e00636761
|
And a little more...
|
2013-05-22 22:30:09 -04:00 |
|
TfT_02
|
2d66b8ed12
|
Cleanup - fixing various formatting issues
|
2013-05-18 22:41:42 +02:00 |
|
GJ
|
a7861fc54b
|
Move all miscellaneous Spout code to a single location.
|
2013-05-16 10:51:18 -04:00 |
|
TfT_02
|
3ab4938f3d
|
Also need to locale these two strings
Closes #1019
|
2013-05-02 21:08:20 +02:00 |
|
TfT_02
|
f6e9fd9f3a
|
Add more localisation
|
2013-05-02 21:02:12 +02:00 |
|
GJ
|
b55ce30b2d
|
Clean up our main class a bit more. Still not perfect, but it's getting
there.
|
2013-04-30 15:07:29 -04:00 |
|
TfT_02
|
68a7b540c5
|
Ask a confirmation when a player tries to repair an enchanted item
|
2013-04-25 23:29:49 +02:00 |
|
GJ
|
98dc7b853a
|
Protect our managers.
|
2013-04-25 09:16:42 -04:00 |
|
TfT_02
|
94b560ba01
|
Don't activate abilities when a player is in creative mode.
|
2013-03-25 23:15:09 +01:00 |
|
TfT_02
|
9730cdb880
|
Normalize line endings
|
2013-03-21 20:46:23 +01:00 |
|
GJ
|
255dece550
|
Move Arcane Forging to it's own class to match the structure we used
with Blast Mining.
|
2013-03-18 14:02:53 -04:00 |
|
GJ
|
d78a1efbf6
|
Fixed bug with Repair not decreasing enchanting levels properly.
Fixes #817
|
2013-03-10 15:48:16 -04:00 |
|
t00thpick1
|
df67bd6720
|
Message player only when enchants actually exist
|
2013-03-09 20:05:15 -05:00 |
|
NuclearW
|
03d0ecd450
|
text=auto
|
2013-03-07 14:43:03 -05:00 |
|
GJ
|
3a809dab32
|
Fix downgrade chances all being calculated from Rank4.
|
2013-03-07 12:52:43 -05:00 |
|
GJ
|
9377de930f
|
Fixed bug with using Salvage on stacked items. Stacked items will now
return the appropriate amount of materials. Fixes #802
|
2013-03-07 08:03:18 -05:00 |
|
GJ
|
f6a18ef777
|
Move Salvage functions into Repair
|
2013-03-06 11:31:51 -05:00 |
|
GJ
|
3e084b3b5d
|
Unlock levels go in advanced.yml, not config.yml
|
2013-03-06 11:13:25 -05:00 |
|
GJ
|
2c7f931c4d
|
Removed option to disable Salvage via the config file. This should be
handled via permissions instead.
|
2013-03-06 10:50:59 -05:00 |
|
GJ
|
6b18cec7fb
|
Combine our placedAnvil checks into one function.
|
2013-03-06 10:47:56 -05:00 |
|
GJ
|
08960a2dbc
|
Move Salvage checks into our RepairManager
|
2013-03-06 10:02:34 -05:00 |
|
GJ
|
5f4e269efa
|
Fixed bug with repairing using materials with byte metadata
|
2013-03-06 09:43:09 -05:00 |
|
GJ
|
e5f6da01ec
|
Create a proper RepairManager to match the others, rename our old
RepairManager to RepairableManager.
|
2013-03-06 09:37:09 -05:00 |
|
bm01
|
c0b7f8a323
|
Moved everything that could be moved from PlayerProfile to McMMOPlayer
PlayerProfile now only store stored (flatfile or MySQL) data
|
2013-03-03 17:06:32 +01:00 |
|
GJ
|
cf82ae4c66
|
Fixed bug where repairing an mcMMO ability-buffed item with mcMMO repair
could take the enchant but leave the lore tag
|
2013-03-02 19:38:29 -05:00 |
|
NuclearW
|
a542d6cf3e
|
Squashed commit of the following:
commit cb3e057dee1f2b29838ab654a526baac1baab7d6
Author: NuclearW <incongruency@gmail.com>
Date: Fri Mar 1 00:43:57 2013 -0500
1.4.00 release
commit 4f9628d2e4cde31c8946e9a911ee6f10e1fb6b35
Author: NuclearW <incongruency@gmail.com>
Date: Fri Mar 1 00:07:30 2013 -0500
\r -> \n
commit b2ca22e0477c747143b0f08a28a096967ee6ffd7
Author: GJ <gjmcferrin@gmail.com>
Date: Thu Feb 28 23:53:56 2013 -0500
Commented-out code shouldn't be done like that.
commit 92f131712cc671e3e616c14a22e22769ef6d6d0b
Author: GJ <gjmcferrin@gmail.com>
Date: Thu Feb 28 23:45:36 2013 -0500
More things we missed.
commit 408b03766f6261a03a862a1ab7f5835772feda4a
Author: NuclearW <incongruency@gmail.com>
Date: Thu Feb 28 23:20:13 2013 -0500
Format: util through spout and backup lib
commit d6bd2c29bbb51bee3607247468cfe145d4f38c9e
Author: GJ <gjmcferrin@gmail.com>
Date: Thu Feb 28 22:50:08 2013 -0500
The things we missed the first time through...
commit 393f0b889aa1b7011ee81ee7b15413d8824b8cfb
Author: GJ <gjmcferrin@gmail.com>
Date: Thu Feb 28 22:05:29 2013 -0500
Formatting: Skills
commit c097a6e188a7b760dd1b4389ed81dca417146b16
Author: GJ <gjmcferrin@gmail.com>
Date: Thu Feb 28 19:30:12 2013 -0500
Organize imports.
commit 34c3e74be7eb5f983f21d969e30155c5d82c01c1
Author: GJ <gjmcferrin@gmail.com>
Date: Thu Feb 28 19:09:45 2013 -0500
Fixed a missing fallthrough comment from ChatCommand
commit b4a76c9f022a2fd98bdd8f083accfea03becfd71
Author: GJ <gjmcferrin@gmail.com>
Date: Thu Feb 28 19:09:36 2013 -0500
Formatting: datatypes.* through events.*
commit 3e57dd41d3265a7c8106c7eb026df926770a4d15
Author: NuclearW <incongruency@gmail.com>
Date: Thu Feb 28 17:56:15 2013 -0500
Fix issue with bad rebase
commit e8c8e06b2971555b7334e49128257e3af6f36892
Author: GJ <gjmcferrin@gmail.com>
Date: Thu Feb 28 17:35:32 2013 -0500
Formatting: DatabaseManager, LeaderboardManager, DatabaseUpdateType, and
PlayerStat
commit 13ecf1cc41f377a12991e357ac10abdcda24d6de
Author: NuclearW <incongruency@gmail.com>
Date: Thu Feb 28 17:31:43 2013 -0500
Format: listeners.* through runnables.*
commit 71686e3c0d96c2dcf25442b91703fadda1ea3bb0
Author: NuclearW <incongruency@gmail.com>
Date: Thu Feb 28 17:13:57 2013 -0500
Format PartyLockCommand
commit d50abed10bf94e1a88df3dc5cc07c259aea920ea
Author: NuclearW <incongruency@gmail.com>
Date: Thu Feb 28 16:54:08 2013 -0500
Format: base through config.*
commit 7004823eeebbae5be7728bf9cafc3b04e57b64cf
Author: NuclearW <incongruency@gmail.com>
Date: Thu Feb 28 15:21:40 2013 -0500
Example of using spaces to align like things
commit 534190cfe2481e466fe459d65628550458cc2993
Author: NuclearW <incongruency@gmail.com>
Date: Thu Feb 28 15:12:19 2013 -0500
Capitalization
commit 5b61d3ba4c8d81e6f358b0cf4f460abfe9798414
Author: NuclearW <incongruency@gmail.com>
Date: Thu Feb 28 15:07:43 2013 -0500
Updated readme, added standards.md
commit 5ec0df70fb82c527420a2f437f27f31bd758f884
Author: NuclearW <incongruency@gmail.com>
Date: Thu Feb 28 14:42:16 2013 -0500
Markdown was here, Creole is a loser
commit 70d557c59d086b6a5fb5e0e63c0c1d8eb4c8d19c
Author: NuclearW <incongruency@gmail.com>
Date: Thu Feb 28 13:46:24 2013 -0500
Move MCStats shading to .metrics.mcstats
commit eb9d67e66b1659d6abd2397ecf403343cfeffdda
Author: GJ <gjmcferrin@gmail.com>
Date: Thu Feb 28 13:37:37 2013 -0500
Move ALL the packages!
commit 8ffa9e7b75417b6c7f158613d4b4ffb783dcf2d0
Author: NuclearW <incongruency@gmail.com>
Date: Thu Feb 28 12:37:12 2013 -0500
/r/n -> /n
|
2013-03-01 00:52:01 -05:00 |
|
GJ
|
d28794a587
|
Slightly cleaner way to handle a few of our repair functions.
|
2013-02-19 08:34:08 -05:00 |
|
GJ
|
701822c69f
|
MASSIVE Permissions overhaul. Added a handful of new permissions,
renamed a few more. Changed Green Terra to handle blocks based on
perms rather than the config file.
For more details, read the diff.
|
2013-02-19 01:02:29 -05:00 |
|
GJ
|
083a89c1a3
|
Handle all our donor perks in one class.
|
2013-02-18 11:41:44 -05:00 |
|
GJ
|
284002bf8b
|
No reason to String.valueOf() these.
|
2013-02-15 13:56:30 -05:00 |
|
GJ
|
55b88f0274
|
These belong better in SkillTools than Misc
|
2013-02-13 16:45:49 -05:00 |
|
GJ
|
2ad73e9b2c
|
Optimized our String/number conversions a bit. Also moved all
String-related util functions from Misc.java to StringUtils.java
|
2013-02-13 11:45:48 -05:00 |
|
bm01
|
761fb3b811
|
Bad copy paste
|
2013-02-12 19:19:13 +01:00 |
|
bm01
|
9f22382506
|
Restored original behavior of Salvage.isSalvageable
It doesn't check for custom armors, I don't know if it's a bug or not
Added isMinecraftTool and isMinecraftArmor for clarity
|
2013-02-12 19:15:52 +01:00 |
|
bm01
|
f486492c37
|
For consistency with Bukkit, ItemChecks.isPants -> ItemChecks.isLeggings
|
2013-02-12 19:15:51 +01:00 |
|
GJ
|
7a0f8ea2dd
|
Tweak a few more things with Salvage.
|
2013-02-06 10:28:28 -05:00 |
|