Bukkit/Spigot
5c69fd52f0
Update to Minecraft 1.21
...
By: md_5 <git@md-5.net >
2024-06-14 01:05:00 +10:00
Bukkit/Spigot
a3fb15bc23
SPIGOT-7676: Enforce locale parameter in toLowerCase and toUpperCase method calls and always use root locale
...
By: DerFrZocker <derrieple@gmail.com >
2024-06-03 07:18:14 +10:00
Bukkit/Spigot
899f2acb84
#993 : Deprecate Command's permission message methods as they no longer work
...
Ever since Mojang's introduction of Brigadier in 1.13, the client is not
sent any commands to which it does not have permission to execute. If a
client executes a command it is not aware of (and consequently does not
have permission for), the client will send itself instead of forwarding
the failure to the server for its response.
By: 2008Choco <hawkeboyz2@hotmail.com >
2024-04-20 11:26:09 +10:00
Bukkit/Spigot
641a55cbc5
SPIGOT-7467: Add getAddress to RemoteConsoleCommandSender
...
By: md_5 <git@md-5.net >
2023-08-26 18:19:18 +10:00
Bukkit/Spigot
ec575f5252
Update to Minecraft 1.19
...
By: md_5 <git@md-5.net >
2022-06-08 02:00:00 +10:00
Bukkit/Spigot
f37d1372b3
SPIGOT-6944: Correct TabCompleter docs
...
By: md_5 <git@md-5.net >
2022-02-21 12:02:28 +11:00
Bukkit/Spigot
567948a8d1
SPIGOT-6771: Help command tab completion does not respect permissions
...
By: md_5 <git@md-5.net >
2021-10-24 20:33:42 +11:00
Bukkit/Spigot
146a88e577
SPIGOT-6641: Use varargs in sendMessage
...
By: DerFrZocker <derrieple@gmail.com >
2021-07-22 09:38:11 +10:00
Bukkit/Spigot
fe61d84f47
Improve /version command
...
By: md_5 <git@md-5.net >
2021-01-16 13:20:32 +11:00
Bukkit/Spigot
f341d8d29a
#556 : Allow sending messages from specific UUIDs
...
By: Mariell Hoversholm <proximyst@proximyst.com >
2020-10-17 17:42:40 +11:00
Bukkit/Spigot
4e44fa11b3
#525 : Add contributors plugin.yml field.
...
Unlike "authors", names listed under the "contributors" field will not be named when AuthorNagExceptions are thrown. This makes a clear distinction between authorship and contributors as most contributions do not warrant the status of "author".
By: Parker Hawke <hawkeboyz2@hotmail.com >
2020-07-22 18:17:07 +10:00
Bukkit/Spigot
aec6ad036b
#474 : Add ability to set other plugin names as provided API so others can still depend on it
...
By: Phoenix616 <mail@moep.tv >
2020-03-15 18:59:32 +11:00
Bukkit/Spigot
0c53c95293
Add additional checkstyle checks
...
By: md_5 <git@md-5.net >
2020-01-24 17:37:30 +11:00
Bukkit/Spigot
d16413b877
Javadoc improvements per checkstyle
...
By: md_5 <git@md-5.net >
2019-12-22 09:56:28 +11:00
Bukkit/Spigot
7887b38ac0
Update to Minecraft 1.15
...
By: md_5 <git@md-5.net >
2019-12-11 09:00:00 +11:00
Bukkit/Spigot
fb6a646cbc
Update /version to reflect final build status.
...
By: md_5 <git@md-5.net >
2019-12-11 08:00:00 +11:00
Bukkit/Spigot
82854b7bd7
Add Override annotations where appropriate
...
By: md_5 <git@md-5.net >
2019-04-28 11:37:52 +10:00
Bukkit/Spigot
e9ae9842f0
Apply and enforce import ordering rules
...
By: md_5 <git@md-5.net >
2019-04-23 14:33:57 +10:00
Bukkit/Spigot
c240b58f66
Begin implementation of CheckStyle style checking
...
By: md_5 <git@md-5.net >
2019-04-23 14:00:20 +10:00
Bukkit/Spigot
30a442aef7
Update to Minecraft 1.14-pre5
...
By: md_5 <git@md-5.net >
2019-04-23 12:00:00 +10:00
Bukkit/Spigot
3c840f61b8
Update /version to reflect final build status.
...
By: md_5 <git@md-5.net >
2019-04-23 12:00:00 +10:00
Bukkit/Spigot
e86efb4b0b
Use gson for decoding version command
...
By: md_5 <git@md-5.net >
2019-03-23 20:22:06 +11:00
Bukkit/Spigot
5f8c960c7c
Fix command description not being set
...
By: md_5 <git@md-5.net >
2019-03-18 10:34:39 +11:00
Bukkit/Spigot
416c865476
SPIGOT-2540: Add nullability annotations to entire Bukkit API
...
By: Darkyenus <darkyenus@gmail.com >
2019-03-13 17:42:57 +11:00
Bukkit/Spigot
1855bf0649
SPIGOT-4572: Make default no permission message clearer
...
By: md_5 <git@md-5.net >
2019-01-14 10:07:31 +11:00
Bukkit/Spigot
c6cddd3663
Clarify what "return false" in onCommand does.
...
By: md_5 <git@md-5.net >
2018-11-15 11:07:00 +11:00
Bukkit/Spigot
66cea125d6
Minor cosmetic cleanups to imports etc
...
Please see https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/pull-requests/389/overview
By: Parker Hawke <hawkeboyz2@hotmail.com >
2018-10-27 14:55:52 -04:00
Bukkit/Spigot
6f25985272
Use String.split for simple splits
...
By: md_5 <git@md-5.net >
2018-10-27 18:22:29 +11:00
Bukkit/Spigot
70727107ce
Fix some additional documentation typos
...
Thanks mrfloris
By: md_5 <git@md-5.net >
2018-01-15 12:53:01 +11:00
Bukkit/Spigot
9d7599793b
SPIGOT-3748: Throw error message if executing disabled command
...
By: md_5 <git@md-5.net >
2018-01-09 08:32:37 +11:00
Bukkit/Spigot
2eee02bdd6
SPIGOT-3744: Missing permission check in broadcastCommandMessage
...
By: md_5 <git@md-5.net >
2018-01-07 09:22:30 +11:00
Bukkit/Spigot
7f32fecc86
Fix tab completion for plugins / reload command
...
By: md_5 <git@md-5.net >
2017-11-10 10:48:31 +11:00
Bukkit/Spigot
417599c2ab
Some minor improvements from static analysis
...
By: md_5 <git@md-5.net >
2017-11-07 17:28:28 +11:00
Bukkit/Spigot
e3d4acc303
Assorted whitespace fixes
...
By: md_5 <git@md-5.net >
2017-08-06 09:08:05 +10:00
Bukkit/Spigot
2f502ca65a
Deprioritise Bukkit Commands
...
By: md_5 <git@md-5.net >
2017-06-21 19:14:31 +10:00
Bukkit/Spigot
975152bbcb
Remove Bukkit reimplimentations of Vanilla commands.
...
By: md_5 <git@md-5.net >
2017-05-14 12:00:00 +10:00
Bukkit/Spigot
6882eee6d0
Clarify behavior of tab completing in command blocks
...
By: Pokechu22 <Pokechu022@gmail.com >
2017-04-13 17:45:15 -07:00
Bukkit/Spigot
f1fb3d9462
Update to Minecraft 1.11
...
By: md_5 <git@md-5.net >
2016-11-17 12:40:59 +11:00
Bukkit/Spigot
497a87b5b5
Fix compat with older tab completing commands.
...
By: md_5 <git@md-5.net >
2016-08-25 10:36:34 +10:00
Bukkit/Spigot
359e6edb63
SPIGOT-215: Implement infrastructure for Location tab completes
...
By: DemonWav <demonwav@gmail.com >
2016-08-25 09:48:22 +10:00
Bukkit/Spigot
3b51e3f230
Deprecate and stop using Java15Compat class.
...
By: md_5 <git@md-5.net >
2016-07-29 17:28:25 +10:00
Bukkit/Spigot
7f7f1608e8
BUILDTOOLS-251: Make much of Bukkit locale independent
...
By: md_5 <git@md-5.net >
2016-06-26 19:31:59 +10:00
Bukkit/Spigot
b54985de63
SPIGOT-1030: Allow commands.yml to act on aliases
...
By: md_5 <git@md-5.net >
2016-06-25 21:34:11 +10:00
Bukkit/Spigot
a7e868a7a4
Allow setName to change a Command name before registration.
...
By: Aikar <aikar@aikar.co >
2015-07-31 18:50:06 +10:00
Bukkit/Spigot
a90b22e320
SPIGOT-469: Add nag message for using (buggy) reload command.
...
By: md_5 <git@md-5.net >
2015-01-25 10:28:03 +11:00
Bukkit/Spigot
8d487db2b5
Allow Entities to be CommandSenders and add ProxiedCommandSender
...
By: Thinkofdeath <thinkofdeath@spigotmc.org >
2015-01-04 23:26:45 +00:00
Bukkit/Spigot
5378ab4579
Fix the version checker
...
By: Thinkofdeath <thinkofdeath@spigotmc.org >
2014-12-28 11:12:57 +00:00
Bukkit/Spigot
e2327f48c3
Whoops, testing code
...
By: Thinkofdeath <thinkofdeath@spigotmc.org >
2014-12-27 22:53:04 +00:00
Bukkit/Spigot
80cdeac288
Fix the version check
...
By: Thinkofdeath <thinkofdeath@spigotmc.org >
2014-12-27 22:41:26 +00:00
Bukkit/Spigot
096f489fd9
Implement version checking into the /version command
...
By: Thinkofdeath <thinkofdeath@spigotmc.org >
2014-12-27 00:23:17 +00:00