Bukkit/Spigot
41c45c2342
[Bleeding] Added automatically generated plugin-level sub-indexes to the master help index. Addresses BUKKIT-1180
...
By: rmichela <deltahat@gmail.com >
2012-03-15 02:27:35 -04:00
Bukkit/Spigot
aaab1cba23
Generic cleanup of warnings, whitespace and style.
...
By: Erik Broes <erikbroes@grum.nl >
2011-12-25 16:02:30 +01:00
Bukkit/Spigot
a8e72bdb91
Many javadoc fixes thanks to Celtic Minstrel
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-25 02:56:40 +01:00
Bukkit/Spigot
e60edf31eb
Commands now have the ability to set a permission required before execution
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-02 19:20:54 +01:00
Bukkit/Spigot
855f4133b6
Whitespace + general cleanup
...
By: Erik Broes <erikbroes@grum.nl >
2011-05-14 23:22:54 +02:00
Bukkit/Spigot
b191786a1b
Compensate for sendMessage losing its 'unintended splitting on existing newlines'-feature
...
By: Erik Broes <erikbroes@grum.nl >
2011-03-12 17:01:56 +01:00
Bukkit/Spigot
bfad019c31
Don't throw commands if the plugin is disabled
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-03-07 16:41:50 +00:00
Bukkit/Spigot
6410e49ab9
Java 1.5 compat.
...
By: Erik Broes <erikbroes@ripe.net >
2011-03-02 15:23:15 +01:00
Bukkit/Spigot
5256cbb8a8
PluginCommand getExecutor + javadocs
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-28 10:35:58 +00:00
Bukkit/Spigot
9c2782bea7
Added JavaPlugin.getCommand
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-28 01:35:03 +00:00
Bukkit/Spigot
0a0e475f83
Tweaks to command system to allow setting executors via plugins (no more ambiguous onCommand in plugins)
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-28 00:30:59 +00:00
Bukkit/Spigot
023ff0a43d
We need to set cmdSuccess accordingly.
...
By: EvilSeph <evilseph@unaligned.org >
2011-02-18 21:30:19 -05:00
Bukkit/Spigot
636c1ec83a
Exception handling in commands
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-18 16:25:06 +00:00
Bukkit/Spigot
df05c36540
Refactored event calling so its front loading avoiding the lookup for each event call.
...
This now uses an annoymous class implementing IExecutor that facilitates direct event method handler calling
Changed commands from being executed exclusively by a player to by a CommandSender to facilitate external command callers such as rcon
Fixed CustomEventListener
Merged in additional events
Added getFullName to PluginDescriptionFile which returns the combination of Name and Version
There's also a few bits of reformatting as it seems someones been editing with either tabs or dos eol :(
By: stevenh <steven.hartland@multiplay.co.uk >
2011-01-29 16:23:56 +00:00
Bukkit/Spigot
f0ab429e01
Fixed empty check in PluginCommand
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-20 03:08:15 +00:00
Bukkit/Spigot
ab6f5d4bc2
Updated commands to have optional aliases, and to fallback to /pluginName:cmdName on name conflict.
...
By: VictorD <victor.danell@gmail.com >
2011-01-18 01:12:50 +01:00