Commit Graph

356 Commits

Author SHA1 Message Date
filoghost
e4ece4dc80 Allow AIR as icon and treat it like other invalid materials
Invalid materials cannot be viewed in the inventory or as Item entity,
but can exist as ItemStack. They will be replaced by bedrock
2018-08-31 13:44:40 +02:00
filoghost
54fede4a72 Remove unused method 2018-08-31 13:34:02 +02:00
filoghost
4d100e59c9 Native 1.13 support and remove Material aliases starting from 1.13 2018-08-31 13:26:28 +02:00
filoghost
1d99c91b04 Use property for spigot-api version 2018-08-29 12:01:38 +02:00
filoghost
776a6ce2f7 Use artifact spigot-api globally and change scope to "provided" 2018-08-29 10:19:03 +02:00
filoghost
6c82640e7e Use Spigot's official chat API 2018-08-28 17:26:24 +02:00
filoghost
47de261216 Remove unused method 2018-08-28 16:13:46 +02:00
filoghost
e6d4a23c4a Update for Spigot 1.13.1 2018-08-28 16:10:19 +02:00
filoghost
966e0d1d05 Also check world 2018-08-25 13:17:34 +02:00
filoghost
52172d8dd2 Improve code readability 2018-08-24 18:28:52 +02:00
filoghost
a1d21e8754 Rename module 2018-08-24 18:28:13 +02:00
filoghost
0ad5cdac32 Use StackWalker on Java 9+ and add compatibility layer 2018-08-24 18:24:13 +02:00
filoghost
57f7e0e9e4 Remove useless log 2018-08-22 15:37:02 +02:00
filoghost
64fe5659bc Improve logs and debug messages 2018-08-22 15:31:07 +02:00
filoghost
f74d80ba43 Workaround to fix adding entity to a world on Paper servers 2018-08-22 12:14:24 +02:00
filoghost
df5d3f9c26 Simplify reflection handling 2018-08-21 16:39:39 +02:00
filoghost
4237707b62 Add example sources back 2018-08-21 14:53:07 +02:00
filoghost
6d095f8165 Remove Forge support as it was used only in 1.7 2018-08-21 00:12:00 +02:00
filoghost
4214b251cf Fix offsets 2018-08-21 00:05:32 +02:00
filoghost
e026a78622 Drop 1.7 support 2018-08-20 22:33:23 +02:00
filoghost
bfbe3400ce Refactor MinecraftVersion into NMSVersion 2018-08-20 20:46:32 +02:00
filoghost
a67866ff42 Set armor stands as markers on Minecraft 1.8 2018-08-20 18:27:04 +02:00
filoghost
49d6930389 Fix console error on invalid icon 2018-08-20 17:00:33 +02:00
filoghost
95d2a26f4f Avoid error with RedisBungee on 1.13+ until it gets updated for 1.13 2018-08-20 14:17:12 +02:00
filoghost
1b3a29aab6 Prevent hoppers from picking up items 2018-08-20 13:34:02 +02:00
filoghost
a2dbc9c318 Unneeded variable 2018-08-16 11:08:37 +02:00
filoghost
aad20eee38
Merge pull request #90 from DoNotSpamPls/master
Swap mcstats.org for bStats.org
2018-08-16 10:49:10 +02:00
DoNotSpamPls
28d9c92afa Fix indenting 2018-08-16 11:12:45 +03:00
DoNotSpamPls
e5de439381 Swap mcstats.org for bStats 2018-08-16 11:09:19 +03:00
filoghost
65cc3f43f7 Improve updater version extraction for dev builds 2018-08-07 13:14:19 +02:00
filoghost
7421303525 Initial update to 1.13 2018-08-06 00:07:12 +02:00
filoghost
cae74ee88d
Add maven repository info 2018-02-08 13:23:31 +01:00
filoghost
7d189ee9e2 Better Javadocs support 2018-02-02 17:56:34 +01:00
filoghost
2e1d51f55b Restrict file reads to the plugin's folder 2018-02-01 20:38:15 +01:00
filoghost
f7a007d1f9 Remove unneeded annotation 2018-01-29 16:08:24 +01:00
filoghost
8cc189bbcb More generic Forge detection 2018-01-29 16:06:26 +01:00
filoghost
dcee93e3e9 Convert to Maven 2017-12-21 18:05:32 +01:00
filoghost
98e5827a8a Attempt to fix error with ProtocolLib's temporary players 2017-08-02 14:29:52 +02:00
filoghost
81fb3ef028 Update for spigot 1.12 2017-06-08 14:01:07 +02:00
filoghost
1a41b4bd0d Fixes #58 2017-05-19 20:01:21 +02:00
filoghost
f3c03a9c24 Require ProtocolLib 4.0 for Minecraft 1.11+ 2017-03-15 16:06:32 +01:00
filoghost
28231bef2d Increase version for release 2017-03-03 22:23:06 +01:00
filoghost
a5c947998b Fixes #42 2017-03-03 22:19:55 +01:00
filoghost
20acd2fc82 Performance improvement to get the stack trace element (the call is ~8
times faster)
2017-03-01 18:04:19 +01:00
filoghost
d8955fce02 Revert 1.11 performance improvement 2017-03-01 17:06:12 +01:00
filoghost
9837ae969e Better placeholder error handling. Fixes #22 2017-02-17 11:36:58 +01:00
filoghost
0073567444 Increase version for release 2017-02-13 14:03:17 +01:00
filoghost
f28607dab2 Better entity registration, shouldn't override the slime ID 2017-02-06 17:06:15 +01:00
filoghost
d6f7da4e74 Protection against async chunk loads caused by other plugins 2017-02-06 11:34:01 +01:00
filoghost
02c6fe50d5 Fixes #40 2016-12-12 19:39:59 +01:00