Commit Graph

1117 Commits

Author SHA1 Message Date
Olof Larsson
05b632e8d5 Reflection actually demanded ImmutableList so revert to that 2017-12-17 14:22:00 +01:00
Olof Larsson
04f6ae211f Shade the Xlib in as well 2017-12-17 13:32:03 +01:00
Olof Larsson
9c5f6a06a4 Use Xlib guava some more 2017-12-17 13:25:59 +01:00
Olof Larsson
5a380503e0 Use xlib guava to restore Minecraft 1.7 compat 2017-12-17 09:23:05 +01:00
Olof Larsson
7babdf910c Use MassiveXlib shaded artifact 2017-12-17 09:14:12 +01:00
Magnus Ulf Jørgensen
1d02942085 Improve player cleaning system 2017-11-16 15:41:26 +01:00
TheComputerGeek2
81ca676c08 Msons are immutable, so reuse them 2017-11-08 06:09:27 +01:00
Olof Larsson
fa9c320201 This is 2.13.3-SNAPSHOT 2017-10-12 11:08:45 +02:00
Olof Larsson
a01c1fde6a This is 2.13.2 2017-10-12 11:08:20 +02:00
Olof Larsson
e2a117a437 Fixed typo in comment 2017-10-12 10:56:38 +02:00
Olof Larsson
31b5e40c5e Fix broken README.md 2017-10-12 10:54:28 +02:00
Olof Larsson
cf446663d0 Show mixin assignment only if debugEnabled is true 2017-10-12 10:20:11 +02:00
Olof Larsson
9f12bddae4 Use bStats instead of MCStats 2017-10-11 09:41:23 +02:00
Olof Larsson
d5d17005d9 Update Issue Template 2017-08-08 20:05:37 +02:00
Olof Larsson
975850da0e This is 2.13.2-SNAPSHOT 2017-08-08 19:33:08 +02:00
Olof Larsson
24db2f2903 This is 2.13.1 2017-08-08 19:32:46 +02:00
Olof Larsson
0f098dd31c Add evasion of low risk NPE in TypeSenderIdAbstract 2017-08-08 17:22:34 +02:00
Olof Larsson
8b9112c2da Factions integration bugfix. Verify that the Factions plugin is the official MassiveCraft Factions plugin and not the outdated FactionsUUID. 2017-08-08 17:03:23 +02:00
Olof Larsson
43b88fb5ab Fix compatibility with CraftBukkit 1.12.1 in NmsBasics module that was lost due to CraftBlockEntityState feature. 2017-08-08 16:32:50 +02:00
Olof Larsson
4fe9e627dc Add unused disable system 2017-07-20 20:00:27 +02:00
Magnus Ulf Jørgensen
04618e6e98 Improve player clean output message 2017-07-20 16:42:36 +02:00
Magnus Ulf Jørgensen
a89dace930 Automatic inactivity cleanup 2017-07-20 15:33:36 +02:00
Olof Larsson
482151aa9a Improve last fly active tracker 2017-07-18 10:01:34 +02:00
Magnus Ulf Jørgensen
1b0b7455dd Allow prioritisation of commands to avoid ambiguity 2017-07-16 10:13:51 +02:00
ulumulu1510
334b31e060 Make automatic loading deal properly with anonymous classes. 2017-07-16 10:12:36 +02:00
Olof Larsson
a077762b62 Sanitise firework flight power 2017-07-07 12:26:18 +02:00
ulumulu1510
f68970865f Renaming to fit with usual naming pattern for inner Entity enums. 2017-07-04 22:42:48 +02:00
ulumulu1510
aa91956967 Add TypeVariant (Parrot variants) from 1.12. 2017-07-04 22:38:26 +02:00
Olof Larsson
99509319f7 This is 2.13.1-SNAPSHOT 2017-07-02 19:58:59 +02:00
Olof Larsson
4eee2da7fe This is 2.13.0 2017-07-02 19:31:22 +02:00
Olof Larsson
3964089955 Remove dangerous RecipeUtil method. 2017-07-02 18:23:53 +02:00
Olof Larsson
d74690ec7c Add consoleColorsEnabled configuration option 2017-07-02 17:20:51 +02:00
Olof Larsson
0e4c5d7ee4 Catch Throwable instead of Exception for NMS activate auto. Fixes #304. 2017-07-02 15:58:51 +02:00
Olof Larsson
65fa8de0f7 This is 2.13.0-SNAPSHOT 2017-06-23 10:46:45 +02:00
Olof Larsson
773c5b5757 This is 2.12.1 2017-06-23 10:25:20 +02:00
Olof Larsson
af502e82b0 Compensate for Guava 21 issue where spaces in the directory names would cause failure when attempting to autoload classes. 2017-06-22 07:31:58 +02:00
Olof Larsson
dc6d82551a This is 2.12.1-SNAPSHOT 2017-06-22 07:17:44 +02:00
Olof Larsson
5e73af94e5 This is 2.13.0-SNAPSHOT 2017-06-11 20:13:47 +02:00
Olof Larsson
47cfb5270a This is 2.12.0 2017-06-11 19:57:57 +02:00
Olof Larsson
2742bab229 Use full class name for auto activate debug 2017-06-11 19:57:22 +02:00
Olof Larsson
830c3e3707 Order activate auto classes by name 2017-06-11 19:47:28 +02:00
Olof Larsson
43550468f9 Remove development remnant in mixin constructor 2017-06-11 19:28:12 +02:00
Olof Larsson
5503ba44f0 Initial Pass at Minecraft 1.12 support 2017-06-11 19:02:26 +02:00
Olof Larsson
22180b7b3d Add 1_12_R1 naming awareness to Mixin 2017-06-11 14:07:32 +02:00
TheComputerGeek2
6ea17bb720 Allow TypeNameAbstract to detect disallowed characters 2017-06-06 09:10:59 +02:00
TheComputerGeek2
e9b62e3fbc Add PredicateOnlineTo
Provides a predicate for checking if a given SenderEntity is online to a given command sender

Allow priority lines to use mson
2017-06-06 09:03:27 +02:00
Olof Larsson
1d3738e3a5 This is 2.12-SNAPSHOT 2017-06-04 16:20:46 +02:00
Olof Larsson
3472775d31 This is 2.11.0 2017-06-04 15:51:03 +02:00
Magnus Ulf Jørgensen
3f865d40e7 Database entities should implement Identified 2017-05-28 19:10:45 +02:00
Magnus Ulf Jørgensen
fe23c20387 Fix UOE 2017-05-28 18:16:27 +02:00