85e1f2eb7e
mcchatspy is now a command based instead of permission node based
2019-01-03 01:26:08 -08:00
ebec5d6f70
Added some JSON, much more to come.
2019-01-02 08:06:18 -08:00
bec088c969
Some work on milestones is done
2018-12-31 10:10:00 -08:00
0d260a74c9
Refactoring to make my life easier
2018-12-29 05:24:55 -08:00
a316bb7bd2
Not much work was done today because of testing & research
...
The real work begins soon
2018-12-28 06:29:08 -08:00
8a02230fd2
Updating strings relating to the project.
2018-12-24 17:52:39 -08:00
565fb35217
Update McmmoCommand.java
2018-12-23 16:40:57 -05:00
184b98bbdc
BREAKING CHANGE - Fix typo in secondary skill enum...... Fixes #2891
2018-09-14 22:36:47 -04:00
210b418e44
Get string before format. ( #3507 )
2018-07-26 19:52:15 -04:00
fbe26af2d7
Merge remote-tracking branch 'origin/master'
2018-07-23 22:14:44 -04:00
0a1559511a
Quick and dirty 1.13 update. I.e. it now compiles for 1.13.
2018-07-23 22:13:57 -04:00
aee60f2c09
Mctop Cooldown message correction. Closes https://github.com/mcMMO-Dev/mcMMO/issues/3470 ( #3481 )
2018-07-15 10:08:52 -04:00
29c55312a5
Don't allow these commands on child skills.
2018-05-01 23:12:06 -04:00
8901db4e18
Add Beetroot to herbalism skill
...
Merge pull request #2918 from isokissa3/master
His was better.
(cherry picked from commit 3ed0fdf330
)
2016-06-26 17:14:19 -04:00
dcd79e87e1
This command probably works
2016-04-23 00:32:04 -04:00
616200f20f
Fix compile
2015-11-04 15:48:42 -05:00
8927e16b1f
Fix skillreset argument validation. Fixes #2651
2015-11-04 15:43:07 -05:00
4e013b44d8
Support offline player experience editing
2015-07-18 10:50:38 -04:00
63b332216e
Read summon item from config in /taming command
2014-10-11 11:38:53 +02:00
2dd8e719c8
UUID support for parties
2014-09-28 11:13:23 +02:00
eac5d1ee7a
Improve auto mod config generator
2014-08-31 19:10:49 +02:00
a3943aab24
Add checks for loaded/unloaded profiles in commands
2014-08-19 22:23:19 -06:00
1503e58d11
More relevant donation information
2014-08-19 23:45:54 -04:00
d687543910
Prevent players from having more than one database querying command running at once.
2014-08-19 18:11:56 -04:00
b7774251eb
Remove need for thread locks in profile loading, just reschedule as needed. also stagger based on number of previous attempts.
2014-08-05 23:02:41 -04:00
df4fc8149d
Stagger load attempts more.
2014-08-05 19:03:55 -04:00
857e12b96e
SQLDatabaseManager optimizations, async profile loading -t00thpick1, zreed
...
This commit changes our shared connection into a connection pool utility to prevent
thread locks from multiple actions attempting to access the database at the same time.
In additon, profile loading has been moved off the main thread at login time, to
allieviate the performance issues caused by it.
Fixes #2138 , Fixes #2119 , Fixes #1982 , Fixes #1953
2014-08-01 20:31:17 +02:00
c10525ada9
Add UUID support! - zreed, slipcor, t00thpick1
...
This commit updates our database managers to use UUIDs instead
of usernames for persistent storage.
Fixes #1979
2014-08-01 20:23:03 +02:00
fb8592495d
Only set detected durability if it's > 0
2014-08-01 01:09:00 +02:00
a48ada306c
Add magical mod importer
...
Usage: Create a folder called 'import' inside /mcMMO/mods/. Place your latest Cauldron 1.7+ startup log in this folder and rename it to 'import.log'.
It is worth noting that it's advisable to create a short log by starting and stopping the server once, or by manually editing the log file to only include material mapping in order to speed up the import process.
When the server is running, use the command /mcimport. You will see the import progress in the console, once it is done the files are created in /mcMMO/mods/output/.
Any item that wasn't recognised gets placed in a .unknown.yml config file. Durability detection only works if the mod is installed when importing (it should be).
2014-08-01 00:22:29 +02:00
ccca3fff26
Don't use hardcoded unlock levels for Blast Mining
2014-07-20 00:43:52 +02:00
2b9b5df1ee
Alter original event and stop firing FakeDamageEvents
...
Fixes #2105
2014-07-02 11:28:21 +02:00
4fb4d6fc0c
Save users asynchronously
2014-06-08 14:12:25 +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
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 #2013
2014-05-11 18:33:50 +02:00
c14a4e9305
Fix /party teleport command
...
Why did we use getCommand("ptp").getExecutor() again?
Fixes #1995
2014-04-21 14:54:09 +02:00
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
79a1ef5d3e
Players need to be in a party to use /ptp
...
Fixes #1967
2014-04-06 12:43:42 +02:00
461871327b
Include new 1.7 biomes in fishing biome XP boost and Ice Fishing check
2014-03-29 17:12:36 +01:00
458dc7db42
Make database command cooldown configurable
2014-03-29 17:02:08 +01:00
beab794c0e
Fixed some issues with the HolidayManager
...
Was severely lacking more lols
2014-03-29 16:52:41 +01:00
0fe3ad7432
Reworked COTW config options + made COTW item configurable
...
Adresses #1481 partially
2014-03-23 14:33:57 +01:00
862d38b587
Clean up all of the imports
2014-03-03 18:27:45 +01:00
840f3d9382
Fix /party kick command
2014-02-28 22:32:09 +01:00
e56d5a0454
Exclude vanished players from tab complete list
...
Part 2 of fixing #1745
2014-02-28 21:56:30 +01:00
0056be2d5f
Assorted cleanup.
2014-02-28 08:36:42 -05:00