nossr50
a19ddb46b6
Fixing some bugs, tweaking some strings for COTW
2019-07-02 00:32:38 -07:00
nossr50
53d6065185
Numerous COTW tweaks
2019-07-01 23:50:30 -07:00
nossr50
04c6bd8750
Admin notifications convenience methods handled by NotificationManager
2019-05-18 10:09:45 -07:00
nossr50
734dfcdec5
Add toggle to disable event information on player join
2019-05-16 11:40:47 -07:00
nossr50
c8a32b8b38
Add toggle for event broadcasts - General.EventBroadcasts
2019-05-16 11:34:26 -07:00
nossr50
f1d9f787f4
2.1.35
2019-04-04 00:39:00 -07:00
nossr50
ac10261803
Blast Mining uses Pickaxe + Missing Taming XP entries
2019-04-03 21:54:49 -07:00
nossr50
f3837265db
2.1.33
2019-04-02 23:03:48 -07:00
nossr50
ae551e17cd
2.1.32
2019-04-01 10:16:43 -07:00
nossr50
c6d055cb48
Completely remove Fireworks from mcMMO
2019-04-01 10:04:45 -07:00
nossr50
b7d33f0227
Adding missing Double Drop entries for Woodcutting
2019-03-29 18:11:32 -07:00
nossr50
a22636b2d9
Flux Mining will now be a passive and not an item
2019-01-28 17:48:26 -08:00
nossr50
76ddcc4cf0
You can now enable Party Friendly Fire
2019-01-21 15:43:54 -08:00
nossr50
87f84a5f66
Fixed a bug where Retro mode made you 10x luckier
2019-01-20 02:08:26 -08:00
nossr50
b7b0ff13e7
Fixing some redundancy
2019-01-19 19:18:29 -08:00
nossr50
66878d72bf
mcMMO will now start properly with scoreboards off
2019-01-18 14:24:37 -08:00
nossr50
29befac27e
Scoreboards are now OFF by default
...
I don't like them.
2019-01-18 14:20:31 -08:00
nossr50
f1feeed670
bstats
2019-01-16 11:05:43 -08:00
nossr50
4a30fcc2de
2.1.0 is probably playable now, but not unfinished
2019-01-15 02:43:44 -08:00
nossr50
4fcf0b0519
Reducing the amount of config confusion for retro mode
...
This is to avoid confusion, if you want this kind of customization I'll add it in but disassociate it with retro mode.
2019-01-14 22:48:37 -08:00
nossr50
da6b6841b7
Prevent commands from setting players to negative levels
2019-01-14 22:21:33 -08:00
nossr50
95d60e646d
Diminishing returns now has an optional minimum gains setting
2019-01-14 22:11:58 -08:00
nossr50
c3bacd8de6
Minor config change
2019-01-13 00:31:58 -08:00
nossr50
6f77bb206d
Refactoring + adding a new skillranks config (not functional yet)
2019-01-12 23:54:53 -08:00
nossr50
a21b4585c5
Classic Scaling is now Retro Mode to avoid confusion
2019-01-12 22:14:23 -08:00
nossr50
d3c47935d4
Some refactoring
2019-01-12 19:56:54 -08:00
nossr50
85fd0a79bc
Sounds volume and pitch are now configurable in the new sounds.yml file
2019-01-12 19:08:54 -08:00
nossr50
4cfb7a5f4b
mcMMO now supports SSL and tries to use it by default for MySQL (turn this off in config.yml MySQL.Server.SSL)
...
this fixes a lot of console spam from default mysql installs
2019-01-12 17:26:17 -08:00
nossr50
19c38f0cb1
Parties can now have max size limits (configurable), by default party sizes are unlimited.
2019-01-11 06:17:07 -08:00
nossr50
adc83d29a7
The new URL links can now be disabled in config.yml
2019-01-11 02:24:11 -08:00
nossr50
7c024314b7
Classic mode setting is now UseOldLevelScaling to lessen confusion
2019-01-11 01:52:16 -08:00
nossr50
f828084246
Added config option to easily disable all scoreboards
2019-01-11 01:47:36 -08:00
nossr50
bec088c969
Some work on milestones is done
2018-12-31 10:10:00 -08:00
nossr50
0d260a74c9
Refactoring to make my life easier
2018-12-29 05:24:55 -08:00
nossr50
93d10c0739
Starting work on converting skills to use the new 100-scale system
2018-12-26 23:59:43 -08:00
t00thpick1
fecf83c79c
Don't break on double drops for woodcutting.
2018-07-30 20:44:10 -04:00
ezeiger92
feeb17d6f0
Scale fishing drop chance by lure rather than subtracting 1
...
Fixes mcMMO-Dev/mcMMO#3383
Added config option for lure enchantment modifier
Fixes lure enchantment having no effect on drops from offhand
2018-02-15 15:48:21 -08:00
t00thpick1
9df72e61a2
Mob Health bars global toggle
2017-10-03 23:32:54 -04:00
t00thpick1
1488946fc5
Merge pull request #2694 from Maximvdw/patch-1
...
Fixed NPE when skill is not in config
2016-03-12 17:56:40 -05:00
Dor
a557fc7d3c
Use getItemInMainHand()
...
Add 1.9 blocks to be detected for experience rewards.
Add experience rewards for the Chorus plant.
Add experience rewards for the Shulker mob.
2016-03-11 16:20:23 +02:00
t00thpick1
272e99d41f
Master volume config option
2016-03-06 16:48:56 -05:00
t00thpick1
f4b6d7845e
Add config option to auto-truncate player skill levels that exceed the configured max level. Adds #2512
...
Also removes a good bit of magic numbering from FlatFileDatabaseManager
2015-11-12 19:10:30 -05:00
Maxim Van de Wynckel
f9879be439
Fixed NPE when skill is not in config
...
When a skill is not configured this would throw an NPE as the section is not found.
Found while trying to get information from an McMMOLevelUp event
2015-09-27 00:50:26 +02:00
mjkaufer
9426f44cdd
Added isUnarmed Method
...
Checks if the player is not holding a tool, as opposed to checking if
the player is holding air. This means that attacking with something such
as a dirt block would count as unarmed.
2014-12-29 16:31:18 +01:00
TfT_02
eda18bc990
Only show the scoreboard tips a couple of times
...
We can assume a player knows how scoreboards work after showing them
the tips a few times across multiple login sessions
Adds #1833
2014-12-23 14:08:29 +01:00
TfT_02
3ea845cfd9
Changed Flux Mining mechanics
...
Previously, Flux Mining would get unlocked at a specified level with a
specified chance. Once unlocked, the player would have no control over
this ability and some players complained they would like to be able to
turn it on and off.
By adding a new furnace recipe, to craft a special pickaxe - a Flux
Pickaxe - this issue is solved. If a player doesn’t want to use Flux
Mining, they simply shouldn’t mine using a Flux Pickaxe.
Crafting a Flux Pickaxe is simple, just place one of the vanilla
pickaxes in a furnace and cook it up.
Every time the ability is successful, extra durability damage is dealt
to the tool. Just like with other abilities.
Adds #2320
2014-12-22 16:58:22 +01:00
TfT_02
262e711bcc
Add option for Chimaera Wings to ignore bed spawns
...
Adds #2365
2014-12-18 23:04:38 +01:00
TfT_02
c31281971c
Summon amount limits and new ability
2014-10-11 11:38:52 +02:00
TfT_02
eda38cba66
Add lifespan to Taming summons
2014-10-11 11:25:57 +02:00
TfT_02
0838cbb874
Add option to not show ability names on scoreboard
...
Adds #2249
2014-10-04 14:05:30 +02:00