Ryan James
a3bfcefdca
Added fallback options on CommandHandler
2016-03-07 19:39:10 +00:00
Myles
098b787355
Update to 0.5.8-SNAPSHOT
2016-03-07 19:36:47 +00:00
Myles
abb9665813
Merge pull request #166 from StamBoom/master
...
Change DataInputStream / DataOutputStream to readNBT / writeNBT
2016-03-07 19:30:41 +00:00
Myles
012eec47b5
Temp arrays are evil, (memory optimisation)
2016-03-07 19:19:14 +00:00
Mats
2d40afa3a1
Change DataInputstream / Outputstream to readNBT / writeNBT
2016-03-07 19:58:07 +01:00
Myles
a92a7d6e02
Merge pull request #165 from StamBoom/savedthehorses
...
Fixed horses inventory/elytra exception
2016-03-07 18:52:11 +00:00
Myles
fc7cdb4244
Clear bytes instead of reading them, close streams when done. (May fix a few memory leaks)
2016-03-07 18:51:18 +00:00
Mats
d5b375b264
Fixed horses inventory/elytra exception
2016-03-07 19:45:00 +01:00
Myles
99eadbe343
Update readme
2016-03-07 16:50:50 +00:00
Myles
38d33dba16
Remove more methods (Sorry last one didn't build!)
2016-03-07 16:44:55 +00:00
Myles
b3de4de0cd
Remove us.myles.ViaVersion.chunks, I must have looked past this but it's not used.
2016-03-07 16:34:22 +00:00
Myles
6b5c166a22
Merge pull request #162 from phenomax/master
...
General code improvements
2016-03-07 16:28:04 +00:00
Phenomax
1aea00036f
[~] smaller bugfixes]
...
[~] switched back to jdk 7
2016-03-07 16:22:11 +01:00
Phenomax
1262847a0e
[+] added lombok in order to smaller code by removing unnecessary getter, setter and constructors
...
[~] switched to bytecode version 1.8 (lambda expressions)
[~] general code cleanup (lambda expressions, for each, collapsed catch blocks, diamond maps)
2016-03-07 15:43:31 +01:00
Myles
21cfb1297f
Fix powered minecart data
2016-03-07 11:51:51 +00:00
Myles
0b1cb61986
Send team at difficulty to avoid any issues with bungee #161
2016-03-07 11:31:04 +00:00
Myles
44907b3e8d
Add /viaversion autoteam to toggle auto teaming for 1.8 colliding.
2016-03-07 11:09:43 +00:00
Myles
dac616d72c
Bump snapshot version up
2016-03-06 23:42:27 +00:00
Myles
528b234d5a
Add collision options, fixes #95 . (By default auto teams players until they're added to a team so you can't push!)
2016-03-06 23:22:45 +00:00
HugoDaBosss
e4288383f4
Merge pull request #159 from HugoDaBosss/patch
...
Change package name from bossbarapi to lowercase.
2016-03-06 23:39:52 +01:00
BuildTools
bb17eb01b8
Update
2016-03-06 23:17:51 +01:00
Myles
ca6638c740
return null if the item is null :)
2016-03-06 21:40:15 +00:00
Myles
d8ce66ce29
Merge pull request #158 from StamBoom/bossbar
...
Implement 1.9 BossBarAPI for developers
2016-03-06 18:35:55 +00:00
Mats
8460c157a5
Commit API
2016-03-06 19:27:26 +01:00
Mats
0b807569ad
Implement 1.9 BossBarAPI for developers
2016-03-06 19:20:39 +01:00
Myles
75d001d09b
Merge pull request #157 from rj0495/patch-3
...
Travis Build Status
2016-03-06 17:37:37 +00:00
Ryan James
2118379cf7
Travis Build Status
2016-03-06 17:35:54 +00:00
Myles
cd2441ee52
Update README.md
2016-03-06 17:22:56 +00:00
Myles
ffb4fb5c5a
Merge pull request #155 from sgdc3/master
...
Improve POM and fix dead code
2016-03-06 16:48:41 +00:00
Myles
c404f2206c
Blame a class when the childHandler doesn't inject
2016-03-06 16:16:26 +00:00
Gabriele C
aec5aa48da
Bump
2016-03-06 16:38:58 +01:00
Gabriele C
b63051a796
Improve POM and fix dead code
2016-03-06 16:36:54 +01:00
Myles
ea4650000e
Bump to 0.5.5
2016-03-06 15:16:36 +00:00
Myles
2d2018b8d0
Disable latest feature due to it breaking signs (no more sync chunks for now)
2016-03-06 15:10:54 +00:00
HugoDaBosss
736a853a85
Merge pull request #153 from HugoDaBosss/patch
...
Make Metadata Rewriter exception output more clear
2016-03-06 16:00:50 +01:00
HugoDaBosss
dfd4c5f93e
Formatting
2016-03-06 15:55:53 +01:00
HugoDaBosss
2ac87acc8a
Make Metadata Rewriter exception output more clear
2016-03-06 15:52:06 +01:00
Myles
3c5a6a3b7b
Fix README, also change a bit of the fixJson so that it can handle quotes on signs.
2016-03-06 14:40:23 +00:00
Myles
6efb5c1b64
Merge pull request #151 from HugoDaBosss/patch
...
Fix checkforupdates changing from false to true
2016-03-06 14:20:45 +00:00
HugoDaBosss
91de7e5a22
Fix checkforupdates changing from false to true
...
FIXED:
When starting the server when checkforupdates is false, it won't register the listener.
So when you enable checkforupdates using /viaversion dontbugme it won't send you messages until a restart.
2016-03-06 15:11:36 +01:00
Myles
1c42ae1ee8
Update version to 0.5.4
2016-03-06 13:52:38 +00:00
Myles
c5ac3c9b3d
Don't freeze current thread when sending chunks
2016-03-06 13:49:33 +00:00
Myles
0ea32b3318
Merge pull request #150 from HugoDaBosss/patch
...
Fix mob spawners when no EntityId is given
2016-03-06 13:45:56 +00:00
Myles
8afc850ed3
Add new config option "sync-chunks", chunks will now be sent in sync with the MC thread when true, this fixes timings (paper spigot mostly issue)
2016-03-06 13:45:26 +00:00
HugoDaBosss
3c6dcfe5bf
Update OutgoingTransformer.java
2016-03-06 14:42:50 +01:00
HugoDaBosss
59d637e0f5
More formatting (stupid eclipse)
2016-03-06 14:42:22 +01:00
HugoDaBosss
923f3088c0
Formatting
2016-03-06 14:40:52 +01:00
HugoDaBosss
4f8aff9c01
Forgot to remove debug message
2016-03-06 14:37:51 +01:00
HugoDaBosss
99ceb9ae79
Fix mob spawners when no EntityId is given
2016-03-06 14:32:57 +01:00
Myles
6e0554f4a4
Fix enchanting tooltips
2016-03-06 13:22:56 +00:00