- 欢迎来到Minecraft插件百科!
- 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
- 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289
SpaciousLib
SpaciousLib
外文名 | SpaciousLib |
作者 | AnhCraft |
插件类型 | Spigot / CraftBukkit |
兼容服务端 | 1.8-1.13 |
源地址 | http://dev.bukkit.org/bukkit-plugins/SpaciousLib |
介绍
SpaciousLib提供一些可以节约你抠代码的时间的功能。并且这些功能兼容多版本
特点
⮚ Annotations: - Packet handler: easy to read and modify the packets
@PacketHandler public void packetHandler(PacketListener.Handler handler){ if(handler.getBound() == PacketListener.BoundType.CLIENT_BOUND && handler.getPacket().getClass().getSimpleName().equals("PacketPlayOutChat")){ handler.setCancelled(true); }
} - PlayerCleaner: automatically remove the offline players out of maps, collections => saves the memory! Code (Text): @PlayerCleaner private static List<UUID> players = new
指令
权限
配置
链接
- Javadoc: https://anhcraft.github.io/SpaciousLib/javadoc/
- • Wiki: https://github.com/anhcraft/SpaciousLib/wiki
- • Placeholders: https://cdn.rawgit.com/anhcraft/SpaciousLib/master/.placeholders