rmichela
463856b8a0
[Bleeding] Added Conversations API. Addresses BUKKIT-864
2012-03-01 03:52:18 -05:00
Erik Broes
b9fca3c04d
Generic cleanup of warnings, whitespace and style.
2011-12-25 16:02:30 +01:00
Andrew Ardill
db33bcd1e4
BREAKING: Change ConsoleCommandSender to an interface.
...
Implementations will now need to implement the console command sender.
This is done to increse the separation between the Bukkit API and it's
implementations. This allows the implementations more freedom when dealing
with consoles and reducing chances for breaking plugin compatibility in the
future.
2011-12-07 17:42:33 +11:00
Dinnerbone
a07d79e275
Added server.getConsoleSender, blocked access to create a ConsoleCommandSender
2011-09-24 23:11:01 +01:00
Dinnerbone
e1f69e0867
Added the ability to access offline players & more reverse lookup fixes in Permissible.
2011-09-03 00:41:22 +01:00
Dinnerbone
fb594732b5
Added new permission system
2011-07-17 17:17:47 +01:00
Erik Broes
992f1f2bf3
Whitespace + general cleanup
2011-05-15 14:06:02 +02:00
Dinnerbone
fb30fd5fad
Changed ConsoleCommandSender to use stripColor instead of hardcoded
2011-02-23 11:44:12 +00:00
Dinnerbone
86aa75c3b5
ConsoleCommandSender no longer has a default constructor, use ConsoleCommandSender(server). Added entity.getServer
2011-02-23 11:33:03 +00:00
Dinnerbone
ebf854c93e
Strip colours for console output
2011-02-01 18:26:31 +00:00
Dinnerbone
61f6259762
Deprecated CommandSender.isPlayer (instanceof!) and added ConsoleCommandSender
2011-02-01 16:45:29 +00:00