md_5
ce1af0c348
Update to Minecraft 1.13.1
2018-08-26 12:00:00 +10:00
md_5
3418f8d7a1
SPIGOT-4298: Block command sender returns wrong block
2018-08-22 08:52:17 +10:00
md_5
fc1b107579
SPIGOT-4046: Fix selectors in tick functions
2018-07-19 10:59:16 +10:00
md_5
b4bff6fc3d
SPIGOT-4026: Clicking on command error suggestion should return verbatim input
2018-07-17 06:49:40 +10:00
md_5
1fccb89501
Fix completion of multiple arguments in Bukkit commands
2018-07-16 21:03:46 +10:00
md_5
421c1728c8
Update to Minecraft 1.13-pre7
2018-07-15 10:00:00 +10:00
md_5
31d3159f04
SPIGOT-3613: Success count not reset for exceptions.
2017-10-17 21:08:43 +11:00
md_5
876d22cd55
SPIGOT-3561: Fix selectors in SuccessCount
2017-09-09 12:51:18 +10:00
md_5
f3356f1074
Treat Vanilla commands as Bukkit Commands
2017-06-21 19:14:51 +10:00
md_5
a479029a85
Ensure gameLoop function gets selectors applied.
2017-05-26 16:43:56 +10:00
md_5
5195487ec6
Update to Minecraft 1.12-pre2
2017-05-14 12:00:00 +10:00
md_5
c25ddf063a
Update to Minecraft 1.11
2016-11-17 12:41:03 +11:00
md_5
2f5bda8a67
SPIGOT-2630: Console tab complete
2016-08-26 08:06:06 +10:00
DemonWav
c74e2a7301
SPIGOT-215: Implement infrastructure for Location tab completes
2016-08-25 09:48:52 +10:00
md_5
21e3b05522
SPIGOT-2552: Aliases for Vanilla commands
2016-07-26 09:05:08 +10:00
md_5
5fc80916f5
SPIGOT-2369: Tab completing non existant command
2016-06-09 20:47:39 +10:00
md_5
88157110ad
Implement TabCompleteEvent
2016-05-16 16:59:57 +10:00
md_5
aa008dff0f
Update to Minecraft 1.9
2016-03-01 09:32:45 +11:00
Thinkofdeath
f27339caf8
SPIGOT-977: Use vanilla's handling for command messages for vanilla commands
...
Fixes gamerules that control the output of those messages
2015-07-08 23:19:21 +01:00
Cory Redmond
7722428895
Add the ability for commandblocks to be sent messages via the API.
2015-04-19 09:15:15 +10:00
Thinkofdeath
a25c96eda7
SPIGOT-742: Throw an exception instead of passing null when the sender cannot be converted
2015-04-13 11:51:04 +01:00
Thinkofdeath
d8a9c7be42
Update to Minecraft 1.8.3
2015-03-04 09:48:58 +00:00
Thinkofdeath
15e81cf551
SPIGOT-449: Fix the wrong caller being used in chain execute commands
2015-01-25 15:17:48 +00:00
Thinkofdeath
5b92dc3d0a
Whoops missed a file
2015-01-04 23:36:55 +00:00
Thinkofdeath
64157d1de5
SPIGOT-189: Remove ListenerWrapper in favour of just doing it in EntityPlayer
2014-12-12 19:27:37 +00:00
Thinkofdeath
54888dfafb
Wrap player's ICommandListener so that our permission system can handle permission
...
for vanilla commands
2014-12-12 10:33:54 +00:00
Thinkofdeath
b13fd35165
Re-enable selectors for players and the console using vanilla commands
2014-12-11 20:05:48 +00:00
Thinkofdeath
14d69f1513
Remove old dev comments
2014-12-11 00:40:25 +00:00
Thinkofdeath
cc2b09de09
Add basic support for executing commands from signs
...
TODO: Wrap the player in to allow for plugins to handle it better
2014-12-05 23:10:47 +00:00
Thinkofdeath
24557bc2b3
Update to Minecraft 1.8
...
For more information please see http://www.spigotmc.org/
2014-11-28 17:16:30 +11:00
Travis Watkins
dbb5e6e3cd
Update CraftBukkit to Minecraft 1.7.10
2014-07-08 14:31:10 -05:00
WolfieMario
4873b12890
Increment loop index whether or not command succeeded. Fixes BUKKIT-5455
...
When VanillaCommandWrapper dispatches a command containing a
PlayerSelector wtih c>-1 (implicitly true for @a), it loops over the
selected players and exectures the command with each player. However, the
loop index is only incremented if the command fails. As a result, a
successful command is repeated on the same player indefinitely, locking up
the server. This commit fixes the issue by incrementing the loop index
regardless of whether the command succeeds, ensuring the command is only
executed once per player identified by the PlayerSelector.
2014-03-22 13:55:20 -06:00
Nate Mortensen
385ace970e
Update CraftBukkit to Minecraft 1.7.5
2014-03-21 23:56:34 -04:00
EvilSeph
8234570795
Rename Minecraft command permission nodes to meet fallback spec.
2014-02-11 00:48:39 -05:00
t00thpick1
553acdf0cd
[Bleeding] Implement Mojang command fallback system. Adds BUKKIT-5385
2014-02-08 03:17:14 -06:00
mbax
2726696652
Update CraftBukkit to Minecraft 1.7.2
2013-11-30 19:26:12 -06:00
Phillip Schichtel
ffcd0f4502
Provide a tab completion handler for JLine. Adds BUKKIT-4168
2013-09-10 20:57:31 -05:00
Nate Mortensen
6c09066e22
Update CraftBukkit to 1.6.1
2013-07-01 12:10:06 -05:00
Travis Watkins
5f089137ee
Cleanup comments, formatting, etc
2013-03-25 00:51:36 -05:00
James Clarke
3ad423af07
ANSI color codes now reset text attributes. Fixes BUKKIT-3508
...
The client resets all formatting after a color code is received, but currently the ANSI codes do not, and so the console does not accurately reflect the appearance of the formatted text. Instead, the ANSI color codes are now set to reset all text attributes.
2013-03-23 00:26:22 -04:00
Travis Watkins
5df704bf5a
Use name given to command block instead of "@". Fixes BUKKIT-3803
2013-03-17 20:19:32 -05:00
Travis Watkins
83d29e461c
Update CraftBukkit to Minecraft 1.5
2013-03-15 13:28:59 -05:00
Travis Watkins
46d7cd1e05
Use BlockCommandSender for dispatching Command block commands
...
Also allow commands that don't start with a / to match vanilla behavior
2012-10-31 06:37:46 -05:00
Travis Watkins
60819c6693
Update CraftBukkit to Minecraft 1.4(.2).
2012-10-27 22:19:03 -04:00
Wesley Wolfe
e2b1514daf
Bulk pending cleanup.
2012-09-09 23:19:28 -05:00
feildmaster
a43d621c01
Update CraftBukkit to Minecraft 1.3.1
2012-08-02 04:58:50 -05:00
Wesley Wolfe
266212f9f8
Fix bold states while printing; Fixes BUKKIT-1716
2012-05-26 15:32:38 -05:00
Wesley Wolfe
25cfdfa05e
Change mapping of Gold from yellow bold to yellow; Addresses BUKKIT-1717
2012-05-26 15:27:55 -05:00
EdGruberman
31d488a386
Update to jline 2. Fixes BUKKIT-717
...
JLine 2 allows for better color matching in the console and support for
colors in console on Windows. Hopefully provides better performance as well.
2012-05-15 23:27:51 -05:00
rmichela
b5e92871eb
[Bleeding] Added ConversationAbandonedEvent and supporting infrastructure. Whenever a conversation exits, the ConversationAbandonedEvent is triggered with details about how the conversation ended and what, if anything caused it to end. Fixes BUKKIT-986
2012-03-08 01:29:49 -05:00