CraftBukkit/Spigot
11d06bdb64
FIX: CraftServer.getOfflinePlayers was not converting set->array well.
...
An incorrect method was being used to convert from Set<OfflinePlayer>
to OfflinePlayer[].
Relates to BUKIT-404
By: Andrew Ardill <andrew.ardill@gmail.com >
2012-01-02 10:25:43 +11:00
CraftBukkit/Spigot
1553d52430
Teach CraftServer.getOfflinePlayers to also give all online players.
...
This method is most useful when it gives all the players who have ever
logged on to the server. Previously, it was not distinguishing between
players who had previously logged on, and were currently logged in,
and those who had previously looged on and were not currently logged in.
A distinction was made, however, between those currently logged in,
but who had not logged in previously.
This commit ensures that all players who have ever logged in (and are
listed as either logged in, or they have a player .dat file) will be
returned by the mentioned method.
Fixes BUKKIT-404
By: Andrew Ardill <andrew.ardill@gmail.com >
2011-12-27 16:48:09 +11:00
CraftBukkit/Spigot
cfe88f3a5c
Update for cleanup in Bukkit
...
By: Erik Broes <erikbroes@grum.nl >
2011-12-25 15:35:12 +01:00
CraftBukkit/Spigot
67af7c0ed5
Implemented CraftServer.getAllowEnd(). Thanks codename-B!
...
By: Erik Broes <erikbroes@grum.nl >
2011-12-09 18:55:36 +01:00
CraftBukkit/Spigot
e1c6569f8e
Implement new interface ConsoleCommandSender.
...
Also use abstracted ServerCommandSender to reduce complexity! Yay!
By: Andrew Ardill <andrew.ardill@gmail.com >
2011-12-07 17:04:00 +11:00
CraftBukkit/Spigot
a84f36b67f
Performance update to remove several very high counts of temp object creation
...
By: Tahg <tahgtahv@gmail.com >
2011-12-06 08:52:45 -05:00
CraftBukkit/Spigot
33742d5592
Implemented server.getOfflinePlayers
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-12-04 17:57:00 +00:00
CraftBukkit/Spigot
0939b7a7f9
Updated to use mc-dev rename revision 1
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-11-29 23:17:43 +00:00
CraftBukkit/Spigot
540f893f86
Fixed multiworld loading of some worlds, yay for 1 letter fixes :D
...
By: Erik Broes <erikbroes@grum.nl >
2011-11-30 21:47:51 +01:00
CraftBukkit/Spigot
b90c9ef770
Implemented Enchantment API
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-11-27 00:39:25 +00:00
CraftBukkit/Spigot
aa9a64c1d7
Fixed NPE in player inventory + don't ignore the cancel state of world unloads
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-11-24 20:27:16 +00:00
CraftBukkit/Spigot
be5fc81d31
Update for 1.0.0
...
By: Erik Broes <erikbroes@grum.nl >
2011-11-20 00:01:14 -08:00
CraftBukkit/Spigot
f37f615a88
Added new --noconsole command argument, thanks to mkurzeja for the idea
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-11-05 20:14:26 +00:00
CraftBukkit/Spigot
4c25ba70ad
Implemented bukkit versioning
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-10-31 04:02:54 +00:00
CraftBukkit/Spigot
5ee5bffb9f
Added new bukkit.yml entry (settings -> world-container) to control the directory worlds are stored in
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-10-12 04:24:41 +01:00
CraftBukkit/Spigot
f9067422f1
Updated to the new Configuration api
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-10-10 21:10:48 +01:00
CraftBukkit/Spigot
7bf7abfa5f
Fixed multiworld difficulty.
...
World difficulty was incorrectly being set to 0 or 1 on reload depending
on spawn-monsters instead of the difficulty server property.
By: EvilSeph <evilseph@gmail.com >
2011-10-03 10:08:38 -04:00
CraftBukkit/Spigot
6e38cffca0
Added missing call for WorldUnload event.
...
By: EvilSeph <evilseph@gmail.com >
2011-10-02 23:16:58 -04:00
CraftBukkit/Spigot
49395291c2
Minimal diffs! Move methods for the new list-name away from nms
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-10-03 00:34:51 +01:00
CraftBukkit/Spigot
4c3b2cbd0b
Ensure there's only one OfflinePlayer object per actual offline player
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-25 04:21:35 +01:00
CraftBukkit/Spigot
36b341bfc8
Implemented getOperators
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-25 03:28:00 +01:00
CraftBukkit/Spigot
a013800772
Adds a method that returns the File representation of the update folder. Thanks raphfrk
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-25 02:22:06 +01:00
CraftBukkit/Spigot
a7c822dfbb
Implemented new createWorld method
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-25 01:05:10 +01:00
CraftBukkit/Spigot
7cddc13d28
Blocked access to ColouredConsoleSenders constructor, implemented getConsoleSender
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-24 23:14:13 +01:00
CraftBukkit/Spigot
86526921b7
Update to mcdev rename revision 01 for 1.8.1
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-24 22:03:31 +01:00
CraftBukkit/Spigot
d18f001535
Implemented configurable ping packet limit.
...
By: EvilSeph <evilseph@gmail.com >
2011-09-16 20:57:43 -04:00
CraftBukkit/Spigot
23a92651f7
Update for Minecraft 1.8.1
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-15 18:01:13 +01:00
CraftBukkit/Spigot
ebd9037c1e
Implemented gamemode methods
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-15 02:22:20 +01:00
CraftBukkit/Spigot
d902201875
Update for Minecraft 1.8
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-15 01:23:52 +01:00
CraftBukkit/Spigot
edd95d4ca5
Implemented new GameMode methods (hint: You can't set game mode yet. Sorry.)
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-09 01:17:53 +01:00
CraftBukkit/Spigot
19b4260c01
Added new Server.getPlayerExact() method, added whitelist methods and don't use vanilla commands
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-03 15:57:54 +01:00
CraftBukkit/Spigot
4ec3915949
Implemented new ban and unban methods
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-03 02:13:07 +01:00
CraftBukkit/Spigot
df08315cf4
Implemented IP-banning methods
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-03 01:59:28 +01:00
CraftBukkit/Spigot
e6a01fa70a
Implemented OfflinePlayer
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-03 00:41:48 +01:00
CraftBukkit/Spigot
2eaed3d4a0
Implemented new broadcast method
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-02 22:24:28 +01:00
CraftBukkit/Spigot
f61f314d74
Implemented Server.shutdown()
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-02 20:18:35 +01:00
CraftBukkit/Spigot
5550ed992a
Commands are now "bukkit.command.x" instead of "craftbukkit.command.x", added legacy perms for compat
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-02 19:19:50 +01:00
CraftBukkit/Spigot
ca9b5fba58
Version message doesn't need to be printed manually now
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-02 16:56:10 +01:00
CraftBukkit/Spigot
f9b17ea956
Refactored default permission registration. Added "craftbukkit" and "craftbukkit.command" parent perms, and fixed whitelist adding
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-08-18 14:04:59 +01:00
CraftBukkit/Spigot
1bf14e8416
Made suiciding through the /kill command not reliant on pvp being allowed.
...
By: EvilSeph <evilseph@gmail.com >
2011-08-15 14:30:27 -04:00
CraftBukkit/Spigot
6d7cc61d4d
Revert "Implements interface for changing the view distance."
...
By: EvilSeph <evilseph@gmail.com >
2011-08-15 14:27:02 -04:00
CraftBukkit/Spigot
363d5d3f22
Implements interface for changing the view distance.
...
Uses default view distance if player's view distance is not set
Throws an illegal argument exception if view distance is set too high
or too low.
Pushes notifications of server and world view distance changes to the player.
Move view distance functions from PlayerManger to WorldServer.
Set player minimum view distance to 1 for now.
Reset player's 'last known' position when recalculating visible chunks.
Use per-player view distance in chunk distance checks
By: Andrew Ardill <andrew.ardill@gmail.com >
2011-08-12 00:37:22 +10:00
CraftBukkit/Spigot
fd2530530d
Added API for manipulating map items. Thanks SpaceManiac, codename_B, sk89q and dested!
...
By: EvilSeph <evilseph@gmail.com >
2011-08-12 22:47:47 -04:00
CraftBukkit/Spigot
7746a2055d
Added permissions for each vanilla command - see http://wiki.bukkit.org/Vanilla_permissions . Removed op requirement for all server commands :o
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-08-13 02:13:35 +01:00
CraftBukkit/Spigot
ceab047443
Added "getViewDistance()", "getAllowNether()", "hasWhitelist()" and "getAllowFlight()". Thanks robin0van0der0v!
...
By: EvilSeph <evilseph@gmail.com >
2011-08-07 20:25:46 -04:00
CraftBukkit/Spigot
6bc7228c46
Implemented per world setting to keep the spawn in memory or not.
...
By: Rigby <rigby@onarandombox.com >
2011-07-27 00:24:27 +01:00
CraftBukkit/Spigot
75eaae7e97
Chunk Compression on seperate thread. Thanks to Zeerix.
...
By: Rigby <rigby@onarandombox.com >
2011-07-26 17:03:52 +01:00
CraftBukkit/Spigot
2a8e727a99
Implemented new permission system
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-07-17 17:19:41 +01:00
CraftBukkit/Spigot
b558d85c05
Removed some old deprecated code and clean up javadocs + warnings
...
By: Erik Broes <erikbroes@grum.nl >
2011-07-17 15:34:40 +02:00
CraftBukkit/Spigot
81d54eaa7c
Fixed the accounting for world UID conflicts.
...
By: EvilSeph <evilseph@gmail.com >
2011-07-13 15:35:05 -04:00