md_5
e73aabd666
Update to Minecraft 1.14.4
2019-07-20 09:00:00 +10:00
md_5
a77ba00b60
Remove outdated build delay.
2019-07-20 09:00:00 +10:00
md_5
5f88938850
Tweak build expiration to 7 days
2019-07-10 19:57:22 +10:00
md_5
fe3930ce00
Update to Minecraft 1.14.3-pre4
2019-06-21 20:00:00 +10:00
md_5
da071ec5a7
Remove outdated build delay.
2019-06-21 19:52:34 +10:00
md_5
89c52b7b0e
Update to Minecraft 1.14.1
2019-05-14 10:00:00 +10:00
md_5
1fee35bef3
Remove outdated build delay.
2019-05-14 08:50:43 +10:00
md_5
68e72f630e
SPIGOT-4863: --eraseCache doesn't work
2019-05-04 20:54:32 +10:00
md_5
bfec7c79cd
Apply outdated build delay
2019-04-24 09:52:43 +10:00
md_5
5fea790398
Apply import ordering rules to CraftBukkit classes
2019-04-23 14:56:58 +10:00
md_5
a46fdbc62c
Remove outdated build delay.
2019-04-22 16:44:07 +10:00
md_5
1be05a2146
Prepare for imminent Java 12 release
2019-03-17 12:53:55 +11:00
md_5
b26fb37427
Update outdated spigot link
2019-02-09 10:42:26 +11:00
md_5
282dad196d
Tweak outdated windows
2018-11-28 15:22:20 +11:00
md_5
e2785f4eda
Remove note about development build
2018-11-02 19:19:00 +11:00
md_5
b4230a9a7e
Update to Minecraft 1.13.2
2018-10-23 06:00:00 +11:00
md_5
a639ae44d2
Remove outdated build delay.
2018-10-23 05:57:42 +11:00
md_5
65bb2d0f7d
Increase expiration time to 10 days
2018-09-22 17:14:27 +10:00
md_5
ce1af0c348
Update to Minecraft 1.13.1
2018-08-26 12:00:00 +10:00
md_5
162bda93ff
Add note about 1.13.1
2018-08-26 13:58:37 +10:00
md_5
2f17f677aa
Tweak outdated windows
2018-08-03 09:13:30 +10:00
md_5
1a6b4f5392
Update to Minecraft 1.13
2018-07-22 12:00:00 +10:00
md_5
421c1728c8
Update to Minecraft 1.13-pre7
2018-07-15 10:00:00 +10:00
md_5
2f3ed3b2d0
Remove outdated build delay.
2018-06-17 13:02:54 +10:00
md_5
9a1f5ee80a
Update to Minecraft 1.12.2
2017-09-18 20:00:00 +10:00
md_5
8f472147b7
Remove outdated build delay.
2017-09-14 21:39:04 +10:00
md_5
20ab5d3d10
Add build delay back
2017-08-04 16:09:17 +10:00
md_5
9a1fc1e2ee
Remove outdated build delay.
2017-08-03 21:10:43 +10:00
md_5
11323bf873
Increase expiration time to two weeks.
2017-07-04 20:52:11 +10:00
md_5
6aa0fa3206
Increase expire time to 7 days
2017-06-17 17:45:09 +10:00
md_5
5195487ec6
Update to Minecraft 1.12-pre2
2017-05-14 12:00:00 +10:00
md_5
36e3402814
Remove outdated build delay.
2017-05-14 10:35:01 +10:00
md_5
5ae629285e
Increase expiration time to two weeks.
2017-01-31 21:39:17 +11:00
md_5
730bb6ac83
10 day build expire
2017-01-09 10:38:33 +11:00
md_5
50acb4477d
Increase expire time to 7 days
2016-12-26 09:39:59 +11:00
md_5
8ea0c87f51
Update to Minecraft 1.11.1
2016-12-21 07:00:00 +11:00
md_5
4d99feddd0
Reduce outdated build delay further.
2016-12-01 10:19:09 +11:00
md_5
c91ca4a541
Build expiry is now 1 week
2016-11-28 10:19:33 +11:00
md_5
c25ddf063a
Update to Minecraft 1.11
2016-11-17 12:41:03 +11:00
md_5
e5c51c790f
Actually return.
2015-01-05 09:25:27 +11:00
md_5
93efa5a803
"Fix" SPIGOT-349 - don't allow + or ! in path.
2015-01-05 09:24:44 +11:00
zreed
45be36a7b8
Update JLine
...
Later releases include the TerminalLineSettings patch. Also move call to AnsiConsole.systemInstall() to avoid patching AnsiWindowsTerminal.
2014-12-12 11:06:13 +11:00
t00thpick1
553acdf0cd
[Bleeding] Implement Mojang command fallback system. Adds BUKKIT-5385
2014-02-08 03:17:14 -06:00
Travis Watkins
f5f71a5502
Print message on startup before loading log4j
...
Log4j takes a long time to load on startup. Before it loads, the server
appears to have frozen as there is no output until after. We now print
a loading message before this happens to let the user know the server
is actually working.
2013-12-09 14:12:34 -06:00
Luke Granger-Brown
b1f6d16bfa
Change local jline checks to not use String literals. Fixes BUKKIT-2455.
...
Refactoring dependencies 'changes' the string literal in the code. This
commit changes the literal to instead use a char[] to initialize a new
String. On a bytecode level, there will not exist a String literal for these
two values; the shade plugin will no longer refactor them.
Refactoring jline also changes the other String literals we use for
notifying jline of the current state. To insure that our local code reflects
the inner logic in jline, the key value was changed to the static final
variable located in TerminalFactory. Likewise, UnsupportedTerminal uses the
explicit class name (as reflection is used later with the value that has
been set).
2012-09-09 17:02:48 -05:00
feildmaster
a43d621c01
Update CraftBukkit to Minecraft 1.3.1
2012-08-02 04:58:50 -05:00
Travis Watkins
13fcb9e371
Make log-strip-color a simple flag instead of a boolean.
2012-06-02 14:43:38 -05:00
Travis Watkins
4c8f6f2caa
Add option to strip color codes from server.log file
2012-05-16 13:21:23 -05:00
Erik Broes
a4ce846d07
Fix formatting.
2012-01-15 10:54:57 +01:00
Nathan Adams
589f66bd1b
Added new --noconsole command argument, thanks to mkurzeja for the idea
2011-11-05 20:15:19 +00:00