maciekmm
4d1f0cbb26
Added getKickedFrom() to ServerKickEvent.
2014-06-22 17:11:27 +10:00
Moehritz
1a7efeabc4
Fix unregisterCommand(s) - second try
2014-06-20 19:43:36 +10:00
xxyy
107d6b011d
Fix ServerPing NPE w/ String favicons
...
Currently, passing a null favicon String to the ServerPing(Protocol, Players, String, String) constructor causes a NPE. However, passing a null `Favicon` object to the corresponding constructor does not cause one. Setting the favicon String using the setFavicon(String) method doesn't cause a NPE either.
Therefore, the NPE thrown by the constructor is inconsistent and should be avoided. Please find a sample NPE here: http://newpaste.md-5.net/pmtqjc8vl (Note the `null` favicon)
This PR changes the documented (unintended?) behaviour by adding a null check before passing the favicon String to the alternative `Favicon` object constructor. This makes the constructor consistent with the other one and the `setFavicon(String)` method. This also adds compatibility for old (made before Favicon API) plugins passing `null` favicon Strings (and expecting no favicon to be displayed instead of a NPE).
Thanks!
2014-06-11 16:09:20 +10:00
md_5
91989564e5
Add method to get player's locale
2014-06-11 16:03:10 +10:00
Thinkofdeath
3c938c03c7
Fix BaseComponent calling the wrong method when inheriting from another BaseComponent ( Fixes #1049 )
2014-06-08 13:07:42 +01:00
md_5
00db351dd6
Deprecate tab list API - it will be removed in Minecraft 1.8 as the updates by Mojang render it useless.
2014-05-25 09:19:34 +10:00
Jonas Konrad
2af8dac70c
Pull up getFaviconObject to the API
2014-05-03 17:29:48 +10:00
Thinkofdeath
6775b9230c
Update Team packet's field names. unknown -> nameTagVisibility, unknown2 -> color
2014-04-16 14:46:48 +01:00
md_5
5a638f2290
Enable 14w11 support, changing servers is a bit iffy though due to EntityMap not being complete.
2014-04-16 11:01:41 +10:00
md_5
3715756be7
Update packets for MINECRAFT_14_11_a
2014-04-16 10:48:40 +10:00
Jonas Konrad
994a996981
Fix NPE while encoding when favicon was missing
2014-04-15 20:17:26 +10:00
Jonas Konrad
e2eba52162
Revert "Revert "Implement Favicon API""
...
This reverts commit 13decac4b9
.
2014-04-15 20:17:26 +10:00
md_5
13decac4b9
Revert "Implement Favicon API"
...
This reverts commit 18316eb5f8
.
2014-04-15 15:08:12 +10:00
md_5
7ebe5184a4
Clarify favicon.create javadoc
2014-04-15 11:11:11 +10:00
Keir Nellyer
a642346a2c
Add method to get a connected player via their UUID
2014-04-15 11:07:17 +10:00
Jonas Konrad
18316eb5f8
Implement Favicon API
2014-04-15 11:05:20 +10:00
md_5
66a70fef5b
Add #983 - disabled commands for players only.
2014-04-14 16:24:16 +10:00
md_5
dc2da29c16
Code format.
2014-04-13 14:15:41 +10:00
Thinkofdeath
bf9521472b
Support setting uuid's on ServerPing.PlayerInfo + fix plugins which don't provide a valid uuid.
2014-04-09 20:26:07 +01:00
Keir Nellyer
13848def72
Return a Users UUID as a UUID object whilst keeping support for returning as a String
2014-04-04 21:35:07 +11:00
Keir Nellyer
a4dd0dba88
Allow 'softdepends' in plugin description
2014-04-01 19:55:59 +11:00
Jonas Konrad
5ae2e24c84
Fix uppercase color codes
2014-03-15 20:19:48 +01:00
Jonas Konrad
c29676e4fc
Fix NPE when converting invalid color character from legacy text
2014-03-15 19:56:19 +01:00
Jonas Konrad
92ebce2ec6
Add TabCompleteEvent
2014-03-14 20:51:47 +11:00
kamcio96
9cd7c1ac03
Add ProxyReloadEvent
2014-03-14 20:49:45 +11:00
md_5
8502ab54c0
Revert "Fix #872 - use default server if forced host not found, OR force default is set."
...
This reverts commit 1fb7a3bf1d
.
2014-03-14 19:27:51 +11:00
md_5
3301c95066
Revert "Rejig forced hosts some more - closes #927 "
...
This reverts commit 72cadac76e
.
2014-03-14 19:27:46 +11:00
md_5
72cadac76e
Rejig forced hosts some more - closes #927
2014-03-13 13:32:48 +11:00
md_5
1fb7a3bf1d
Fix #872 - use default server if forced host not found, OR force default is set.
2014-03-10 11:23:26 +11:00
md_5
4a7f8015e5
Close #918 - use case insensitive lookup for Yaml locations
2014-03-10 11:04:46 +11:00
Thinkofdeath
38f12840ca
Correct component loop detector
2014-02-21 20:56:10 +00:00
Thinkofdeath
941450b4e4
Detect component loops
2014-02-21 10:13:40 +00:00
Fabian Fassbender
4faf507ad9
Added getPermissions() to the CommandSender API to get a unmodifiable Collection of all Permissions. The ConsoleSender returns an empty Set where as the UserConnection gives its real Permissions.
2014-02-08 14:17:01 +01:00
md_5
1f1cdb47e4
Search for bungee.yml and then plugin.yml for Bungee plugins.
2014-02-02 12:22:25 +11:00
md_5
b2f517fa63
Implement dual protocol version support.
2014-01-27 11:26:27 +11:00
Thinkofdeath
5c12f900b3
Correct the extra check
2014-01-26 01:12:55 +00:00
Thinkofdeath
6641d199b3
Move the extra check out of hasFormatting
2014-01-26 00:41:13 +00:00
Thinkofdeath
83b0229277
Fix formatting leaking through components when arrays are used + cases where component's extra wouldn't serialize
2014-01-26 00:37:33 +00:00
md_5
aa91354666
Make sure plugin onLoad is really called onLoad. This fixes regression #822 from when we implemented plugin depends.
2014-01-22 12:07:16 +11:00
md_5
f1b329bf21
Finish implementing modules. If anyone wants to test... be my guest.
2014-01-14 13:13:27 +11:00
Thinkofdeath
d4e4796739
Remove pointless Getter annotations
2014-01-13 19:48:49 +00:00
md_5
7483b4d276
Shuffle some internal stuff to API so that modules will compile
2014-01-10 09:58:31 +11:00
Joey Sacchini
cb4f70ecc7
Fix null pointer in depend resolution. This closes issue #515 .
2014-01-07 14:34:07 +11:00
md_5
80caa2b669
Code format :(
2014-01-03 19:52:35 +11:00
Thinkofdeath
b0a8371570
Fix client crash when an empty message is sent using TextComponent.fromLegacyText
2014-01-02 15:39:38 +00:00
YoshiGenius
0ff1f4724a
Add new lines
2013-12-23 08:45:48 +11:00
YoshiGenius
1baba3cd7d
Fix javadoc - spelling and details
2013-12-22 13:05:45 +11:00
md_5
075518b643
Implement a connect callback - see #760
2013-12-21 13:11:27 +11:00
thinkofdeath
0dcba749dc
Merge pull request #748 from thinkofdeath/master
...
Chat Component API
2013-12-14 02:31:42 -08:00
Thinkofdeath
00ac965d42
Remove class Getter annotation
2013-12-14 10:16:58 +00:00