Andrew Ardill
|
93a4a9ba8c
|
Teach MinecraftServer how to handle Remote Console commands.
This fixes BUKKIT-220. Thanks for the help bawoodruff!
|
2011-12-07 17:45:50 +11:00 |
|
Tahg
|
bc8f02788f
|
Performance update to remove several very high counts of temp object creation
|
2011-12-06 08:52:45 -05:00 |
|
Nathan Adams
|
062d94d6bc
|
Implemented 1.0.1 fixes. This fixes BUKKIT-3, BUKKIT-39, BUKKIT-150
|
2011-12-01 21:43:54 +00:00 |
|
Nathan Adams
|
8fbe78a2c3
|
Updated to use mc-dev rename revision 1
|
2011-11-30 21:46:19 +00:00 |
|
Nathan Adams
|
9907638130
|
Fixed ancient vanilla typo in offline mode warnings. Thanks to Alexitaly92 for catching it.
|
2011-11-26 01:09:04 +00:00 |
|
Nathan Adams
|
c6beae8872
|
Fixed allow-nether being ignored
|
2011-11-24 18:48:01 +00:00 |
|
Nathan Adams
|
246ff3b352
|
Made the new Status info list plugins (test it out at http://dinnerbone.com/minecraft/tools/status/ )
|
2011-11-20 00:01:57 -08:00 |
|
Erik Broes
|
345ea36c7b
|
Update for 1.0.0
|
2011-11-20 00:01:33 -08:00 |
|
Nathan Adams
|
75d9b04deb
|
Added new bukkit.yml entry (settings -> world-container) to control the directory worlds are stored in
|
2011-10-12 04:25:03 +01:00 |
|
Dinnerbone
|
44136f2e7d
|
Blocked access to ColouredConsoleSenders constructor, implemented getConsoleSender
|
2011-09-24 23:14:13 +01:00 |
|
Dinnerbone
|
0118a20d6a
|
Update to mcdev rename revision 01 for 1.8.1
|
2011-09-24 22:05:22 +01:00 |
|
Erik Broes
|
a2957c7b8f
|
Stop sending multiple time packets to each client
|
2011-09-23 20:20:18 +02:00 |
|
Dinnerbone
|
900c541246
|
Bunchafixes which may or may not have any end result
|
2011-09-16 20:10:11 +01:00 |
|
Dinnerbone
|
9252230e3a
|
Update for Minecraft 1.8.1
|
2011-09-15 18:01:13 +01:00 |
|
Dinnerbone
|
5b2c774edc
|
Update for Minecraft 1.8
|
2011-09-15 01:23:52 +01:00 |
|
Tahg
|
6e4b12cdf1
|
safety check (and hopeful fix) for chunk saving
|
2011-08-19 23:17:48 -04:00 |
|
tahg
|
effc6c8559
|
Fix placement of scheduler tick
|
2011-08-07 00:45:56 -03:00 |
|
Rigby
|
4117d6b65e
|
Implemented per world setting to keep the spawn in memory or not.
|
2011-08-05 15:52:38 -04:00 |
|
EvilSeph
|
85805e53a3
|
Added ServerCommandEvent. Thanks celticminstrel!
|
2011-08-03 12:10:09 -04:00 |
|
Dinnerbone
|
2f218ba6b1
|
Update for 1.7.3
|
2011-07-08 13:25:53 +01:00 |
|
Erik Broes
|
1497eec04a
|
Update for 1.7.2
|
2011-07-01 14:07:34 +02:00 |
|
Dinnerbone
|
61a7a0633c
|
Update to minecraft 1.7_01
|
2011-06-30 15:47:36 +01:00 |
|
Dinnerbone
|
a679e7f380
|
Update to Minecraft 1.7
|
2011-06-30 15:19:25 +01:00 |
|
Erik Broes
|
a98c7ba2c7
|
Massive renaming update in nms. If you bypassed Bukkit, you will likely break.
Also minimized all the nms diffs and generic cleanups all around.
|
2011-06-27 00:47:03 +02:00 |
|
Dinnerbone
|
e73b10cf9e
|
Fire WorldLoad events on default worlds for plugins who load:startup
|
2011-06-22 18:33:23 +01:00 |
|
Dinnerbone
|
7f0126a364
|
You may now set a generator to a default world using plugin.yml
|
2011-06-22 18:27:52 +01:00 |
|
Dinnerbone
|
d647e2098e
|
Implemented startup plugin loading
|
2011-06-22 18:27:51 +01:00 |
|
EvilSeph
|
4cefee5be7
|
Added world seed display to 'Preparing level' log message for each world
|
2011-06-18 00:29:34 -04:00 |
|
EvilSeph
|
cc1b0a005c
|
Added per player time support. Thanks eisental, Shamebot and needspeed10!
|
2011-06-17 02:29:16 -04:00 |
|
Dinnerbone
|
7aadc3d666
|
Moved spawn-protection from server.properties into (settings.)spawn-radius in bukkit.yml
|
2011-06-17 04:49:58 +01:00 |
|
Dinnerbone
|
a818669be0
|
When someone moves to Bukkit from a vanilla (or other mod) server, move the old nether folder to the bukkit location. (Yes, it sucks, no, there's no alternative.)
|
2011-06-16 21:41:01 +01:00 |
|
Erik Broes
|
96b1b8a10c
|
Generic cleanup
|
2011-06-12 00:30:52 +02:00 |
|
Dinnerbone
|
fedcbdf256
|
Implemented custom chunk generators and block populators
|
2011-06-06 18:38:47 +01:00 |
|
EvilSeph
|
7499e2e0df
|
Fixed chunks saving more than they need to. Thanks Rigby!
|
2011-06-05 11:56:21 -04:00 |
|
Erik Broes
|
62b5da4e3a
|
Update for 1.6.6
|
2011-05-31 15:56:05 +02:00 |
|
Erik Broes
|
6dbd710bbf
|
Update for 1.6.5
|
2011-05-30 22:37:34 -04:00 |
|
Dinnerbone
|
1784e42d5f
|
Fixed a bunch of multiworld issues (entity tracking etc)
|
2011-05-27 00:11:45 +01:00 |
|
EvilSeph
|
036f49ddbf
|
Fixed the Bukkit Scheduler.
|
2011-05-26 17:29:57 -04:00 |
|
Dinnerbone
|
9934dd8561
|
Version fix
|
2011-05-26 15:21:54 +01:00 |
|
Dinnerbone
|
dc76d3a64a
|
Update for 1.6.3
|
2011-05-26 14:30:16 +01:00 |
|
Dinnerbone
|
6903f20242
|
Implemented 1.6!
|
2011-05-26 13:48:22 +01:00 |
|
EvilSeph
|
f8d83d9e03
|
Made player data save only if saving is turned on, in line with how the rest of saving works.
|
2011-05-16 17:33:43 -04:00 |
|
Erik Broes
|
309846d732
|
Whitespace + general cleanup
|
2011-05-15 13:41:46 +02:00 |
|
EvilSeph
|
0faaf5af8a
|
Made the movement speed check more reliable on high load servers.
|
2011-05-09 14:51:01 -04:00 |
|
EvilSeph
|
58d3107e4c
|
Fixing CLI arguments for the 100th time - now with CraftBukkit comment-ey goodness.
|
2011-04-22 00:42:56 -04:00 |
|
Dinnerbone
|
7c455380a9
|
Java compat
|
2011-04-21 15:43:09 +01:00 |
|
Erik Broes
|
a6c8a36dce
|
Update for 1.5_02.
|
2011-04-21 04:25:46 -04:00 |
|
Erik Broes
|
483a878b8b
|
Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.
|
2011-04-20 19:05:14 +02:00 |
|
Dinnerbone
|
87c36febeb
|
Updated to Minecraft version 1.4
|
2011-03-31 21:40:00 +01:00 |
|
Dinnerbone
|
2ac43ce223
|
Ctrl+C saves world before stopping
|
2011-03-29 21:01:04 +01:00 |
|