fix some Command annotations

This commit is contained in:
Jesse Boyd
2019-07-17 15:43:18 +10:00
parent 0e54f196fc
commit cedb261313
16 changed files with 524 additions and 739 deletions

View File

@ -379,8 +379,8 @@ public class ClipboardCommands {
@Command(
name = "asset",
desc = "Saves your clipboard to the asset web interface",
)
desc = "Saves your clipboard to the asset web interface"
)
@CommandPermissions({"worldedit.clipboard.asset"})
public void asset(final Player player, final LocalSession session, String category) throws WorldEditException {
final ClipboardFormat format = BuiltInClipboardFormat.MCEDIT_SCHEMATIC;
@ -479,8 +479,8 @@ public class ClipboardCommands {
@Command(
name = "/place",
desc = "Place the clipboard's contents without applying transformations (e.g. rotate)",
)
desc = "Place the clipboard's contents without applying transformations (e.g. rotate)"
)
@CommandPermissions("worldedit.clipboard.place")
@Logging(PLACEMENT)
public void place(Player player, LocalSession session, final EditSession editSession,