英文: Don't repeat checks on event methods (Bukkit/Spigot) 问题 我正在审查我一个重要项目的代码库,我注意到有超过150个事件处理程序,它...
Spigot / Bukkit的Event-API是如何工作的?
英文: How does the Event-API of "Spigot / Bukkit" work? 问题 我正在尝试理解Java中的面向对象编程是如何工作的。为此,我认为S...
如何连续接受两个输入,并且使第二个输入不与第一个输入相同输出?
英文: How to take two inputs one after another and have the second one not output the same as the firs...
收集特定参数
英文: Collecting specific arguments 问题 public boolean onCommand(CommandSender sender, Command command,...
与整数有关的问题在登录到Minecraft服务器时发生
英文: Problem with integers when logging to minecraft server 问题 int i = 1; void waitForLogin(String me...
Spigot中加入带有彩色关机消息时出现错误。
英文: Error in Spigot when Joining with colored shutdown message 问题 我在Spigot 1.8中有一个带有颜色的关机和重启消息。 spig...
如何为Java插件文本制作工具提示。
英文: how to make a tooltip for java plugins text 问题 I'm trying to make a tooltip for a Minecraft plug...
字符串发送命令后,发送命令名称而不是文本。
英文: string sends command name instead of text after command 问题 所以我试图执行广播命令,但它发送出命令名称,我不知道为什么?如果你有任何想...
Spigot InventoryClickEvent仅在第二次点击时在库存中找到物品。
英文: Spigot InventoryClickEvent only find item in inventory on second click 问题 我想创建一个插件,在其中我有一个表格,在该表...
如何在else/if语句中忽略args[1]。
英文: How to ignore args[1] in the else/if 问题 我试图为我的服务器创建一个虚假插件,但我不知道如何解决游戏中的这个错误: "尝试执行此命令时发生内部错...
3