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
Myles
36879f8d02
Fix small issue with updater
2016-03-06 13:02:54 +00:00
Myles
fe77df1434
Fix brewing #141
2016-03-06 12:25:54 +00:00
Myles
713361f973
Merge pull request #148 from StamBoom/master
...
Fix commandblock minecarts
2016-03-06 11:20:50 +00:00
Mats
a314b86f57
Fix commandblock minecarts
2016-03-06 12:18:18 +01:00
Myles
840c90f871
Don't use GSON >.>
2016-03-06 11:03:41 +00:00
Myles
2a247595c8
Handle invalid version numbers
2016-03-06 10:49:21 +00:00
Myles
4124c3454e
Change it so when there is no connection we don't bug them. Also change it to use http instead of https, as https requires certain certificate info by linux.
2016-03-06 10:46:38 +00:00
HugoDaBosss
c4185e3056
Merge pull request #147 from fillefilip8/patch-4
...
Made the config use the default bukkit config methods insteed.
2016-03-06 10:56:07 +01:00
fillefilip8
d6403d495d
Opps :) Github likes me :D Removed the new api methods from this branch :D
2016-03-06 10:42:26 +01:00
fillefilip8
d7f54048ff
Made the config use the default bukkit config methods insteed.
2016-03-06 10:39:58 +01:00
Myles
e487eeb395
Update to 0.5.3, add inventory title tracking so we're working towards some of the inventory bugs with new ones.
2016-03-06 00:25:24 +00:00
Myles
0d0e1c16ea
Fix issue with formatting :) (fixes quotes)
2016-03-05 23:24:23 +00:00
Myles
f462ff9e8a
Fix weird closedchannel bug
2016-03-05 22:16:43 +00:00
Myles
5582556d8a
Fix issue with biomes on chunks, #125
2016-03-05 22:05:17 +00:00
Myles
ef6214a442
Fix getHandItem across reloads, though half the things will still break on reload :(
2016-03-05 21:23:14 +00:00
Myles
369710333c
Change updating so it doesn't tell you on current version up to date but warns if you're on a newer version than expected / older one in console.
2016-03-05 21:15:51 +00:00
Myles
30c4fea044
Add new /viaversion dontbugme, change method if the version looks like it's custom / debug (not compiled by maven)
2016-03-05 20:54:35 +00:00
Myles
eccc5091b5
Merge pull request #139 from HugoDaBosss/master
...
Added proper update message (based on checkplys)
2016-03-05 20:40:48 +00:00
HugoDaBosss
65770d7c5b
Added proper update message
2016-03-05 21:37:12 +01:00
Myles
715e873bae
Bump version to 0.5.2
2016-03-05 20:21:21 +00:00
Myles
eced599818
Merge pull request #138 from StamBoom/master
...
Fix commandblocks
2016-03-05 20:06:54 +00:00
Mats
6db7755633
Fix commandblocks
2016-03-05 20:36:06 +01:00
Myles
653c3d3984
Merge pull request #131 from StamBoom/patch
...
Fix book formatting and invalid book tag at empty book
2016-03-05 19:18:39 +00:00
HugoDaBosss
5ca841837d
Added BungeeCord to the Issue Template
2016-03-05 20:04:16 +01:00
HugoDaBosss
554e037044
Merge pull request #133 from fillefilip8/patch-2
...
Fixed some maven warnings.
2016-03-05 19:48:26 +01:00
fillefilip8
457d7e4777
Fixed some maven warnings.
2016-03-05 14:37:01 +01:00
Mats
b3dc465498
Remove debug message
2016-03-05 11:35:32 +01:00
Mats
c56109a64c
Fix book formatting and invalid book tag at empty book
2016-03-05 11:30:17 +01:00
Myles
d5e720fe09
Merge pull request #130 from HugoDaBosss/patch-8
...
Fix spawners showing the correct mob
2016-03-05 00:28:24 +00:00
HugoDaBosss
a42526bb88
Small formatting
2016-03-05 01:24:15 +01:00
HugoDaBosss
bd5f44b477
Fixed spawners showing the correct mob
2016-03-05 01:21:37 +01:00
Myles
d5d8881677
Add debug to show metadata ID on error
2016-03-04 23:30:37 +00:00
Myles
ac2178a247
Add debug mode so we can analyse packets
2016-03-04 23:10:07 +00:00