Commit Graph

356 Commits

Author SHA1 Message Date
filoghost
716f11a1e8 Rename example packages 2020-05-16 13:32:51 +02:00
filoghost
b779839058 Rename module folder "Examples" to "Example" 2020-05-16 13:28:17 +02:00
filoghost
60b8490304 Add Maven default goal 2020-05-16 12:58:14 +02:00
filoghost
c25d84111c Use a hierarchical structure for NMS and Example modules 2020-05-16 12:56:36 +02:00
filoghost
b1c2f77bc7 Specify Maven plugin versions only in root POM 2020-05-16 12:30:33 +02:00
filoghost
832e566038 Add Maven enforcer plugin 2020-05-16 12:23:20 +02:00
filoghost
f6469ea3b4 Update .gitignore 2020-05-16 11:52:56 +02:00
filoghost
646e410001 Specify dependency versions only in root POM 2020-05-16 11:51:33 +02:00
filoghost
546320b020 Use correct labels in issue templates 2020-05-16 10:32:28 +02:00
filoghost
ee9548f61c Add issue templates 2020-05-16 09:38:14 +02:00
filoghost
12ef3670d5 Handle hologram line parsing in a single class 2020-05-10 18:01:02 +02:00
filoghost
9d0b11a091 Fix edge case causing IndexOutOfBoundsException 2020-05-09 09:37:16 +02:00
filoghost
7ee3793edd Fix errors on Eclipse (M2E) 2020-04-25 14:25:57 +02:00
filoghost
e882a4d73e Add build number to plugin version on development builds 2020-04-25 11:28:01 +02:00
filoghost
cc50c426f6 Show plugin version in stacktraces 2020-04-22 17:57:16 +02:00
filoghost
f24616586c Add author in plugin.yml 2020-04-20 12:55:00 +02:00
filoghost
58bdece952 Use HTTPS for Maven repository 2020-04-19 17:17:36 +02:00
filoghost
2d24b4edac Move old API to separate Maven module, fix some methods 2020-04-19 17:15:46 +02:00
filoghost
60e024f4db Remove unused JavaCompat module 2020-04-18 13:42:27 +02:00
filoghost
636b7d4b11 Attempt to fix RedisBungee again 2020-04-18 13:38:41 +02:00
filoghost
eae28963bc Remove useless setLockTick() method, minor code cleanup 2020-04-18 13:24:19 +02:00
filoghost
e5936b423d Reimplement precise-hologram-movement differently to fix lag issues
The `precise-hologram-movement` config option was creating lag on some servers. The option is now removed from the configuration and its functionality has been reimplemented through ProtocolLib (when installed). It now uses a different method that doesn't rely on inspecting stacktraces.

Secondly, a workaround was added to fix the Minecraft bug causing entities to not move client side when teleported shortly after spawning. The cause is EntityTrackerEntry (a NMS class) not sending the teleport packet.
2020-04-18 00:14:55 +02:00
filoghost
735c92a612 Handle custom name in newer versions without serializing from/to JSON 2020-04-15 22:25:37 +02:00
filoghost
104d9abd6c Drop 1.8.0 support, since it doesn't have the new chat API 2020-04-13 21:14:39 +02:00
filoghost
09fd0d5f9e Finish sentence in JavaDocs 2020-04-13 20:53:04 +02:00
filoghost
f173c50cb2 Remove unused import 2020-04-13 16:25:15 +02:00
filoghost
7e68239263 Fix the detection of dead entities not being removed 2020-04-13 15:54:10 +02:00
filoghost
d78414c30e Require Spigot (not just CraftBukkit) at startup 2020-04-12 17:04:23 +02:00
filoghost
669f72437c Add info about PacketWrapper to THIRD-PARTY.txt 2020-04-12 10:14:16 +02:00
filoghost
db949bcfd1 Fix ProtocolLib related errors with some plugins 2020-04-11 23:42:03 +02:00
filoghost
269a4bec72 Handle fake entities (negative ID) 2020-04-11 21:55:52 +02:00
filoghost
b589749c24 Handle multiple worlds in "world" placeholder 2020-04-11 20:01:30 +02:00
filoghost
bef2ed58a6 Remove some unused code 2020-04-11 19:37:44 +02:00
filoghost
a41be09ef3 Fix holograms not saving with readImage or readText commands 2020-04-11 19:02:24 +02:00
filoghost
88f230485f Add debug command for helping with issues related to duplicate entities 2020-04-10 14:31:51 +02:00
filoghost
770c86947b Start 2.4.2 development 2020-01-12 18:29:12 +01:00
filoghost
97c9432fec Update version to 2.4.1 for release 2020-01-12 18:25:33 +01:00
filoghost
473d46deac Fix ProtocolLib related errors on 1.15 2019-12-20 15:07:07 +01:00
filoghost
a01db29dda Replace elMakers repository with CodeMC's and Spigot's ones 2019-12-17 19:06:12 +01:00
filoghost
acf7e40af6 Update CodeMC repository URL 2019-12-17 18:48:00 +01:00
filoghost
531e739b08 Fix Maven repository for Spigot 1.15 2019-12-17 18:42:14 +01:00
Charlie J
bcdb8a051f Added 1.15 support. (#237) 2019-12-12 20:32:55 +01:00
filoghost
e5b31de7ea Update bStats repo and version 2019-10-21 18:06:27 +02:00
filoghost
66666dc510 Cache custom name for armor stands in Minecraft 1.13+ 2019-10-21 17:55:02 +02:00
filoghost
8293f8b642 Support icon amount > 1 for API calls 2019-10-17 16:21:20 +02:00
filoghost
0c0ec27233 Add debug helper class for ProtocolLib 2019-10-17 15:13:08 +02:00
filoghost
42cc919035 Add support for NBT data in icons 2019-10-17 15:12:15 +02:00
filoghost
6d3c774f64 Improve code readability 2019-10-16 19:39:09 +02:00
Drc-DEV
7496bf8d4d Actually fix RedisBungee channel for 1.13+ 2019-10-16 19:33:41 +02:00
filoghost
8c09806c25 Start 2.4.1 development 2019-09-11 18:46:10 +02:00