So please don't just throw it on your 80 player SMP server and expect that to go well. This plugin more proves that the client does a bad job at skipping to render stuff that is not visible. Known issues Item frames are visually correct after respawning, but their hitbox is at the ...
More Tutorials at the Server Admin Portal! Scheduler Programming Bukkit API Documentation (JavaDocs) Official http://jd.bukkit.org Unofficial http://docs.codelanx.com/Bukkit/1.7.10/ http://bukkit.luricos.de/api/1.7.9-R0.2/ http://d.ld.lc/ ...
1. Set up a Bukkit server such asSpigotorPaper(Paper isrecommendedover Spigot). 2. Download WorldEdit from this page (see the Files tab above for all versions). 3. Put the WorldEdit plugin file into your plugins folder. Check YouTube for tutorials, or read the officialdocumentation. ...
Magic plugin for CraftBukkit/Spigot. Adds powerful magic wands and items to your server. Players may obtain or craft wands that can past a variety of configurable spells. Download Distributed through BukkitDev:https://dev.bukkit.org/projects/magic ...
How to install WorldEdit Bukkit Plugin? Download WorldEdit and extract the WorldEdit.jar file into your “plugins/” folder Either give op or, if you have a permissions plugin, give the permission nodes. Run your server! Note: Permissions list can be foundhere. ...
public PluginLoadOrder getLoad() Gives the phase of server startup that the plugin should be loaded. Possible values are in PluginLoadOrder. Defaults to PluginLoadOrder.POSTWORLD. Certain caveats apply to each phase. When different, getDepend(), getSoftDepend(), and getLoadBefore() beco...
⑵增加让服务器拥有徒弟, 使用 /resadmin server <residence> 来把某个保护区域设置为 "Server Owned(服务器所有)" ⑶增加全局白名单,让某种方块可以在任何保护区内放置。5.MagicSpells v0.6 - 在你的MC世界里增加法术 原帖:http://forums.bukkit.org/threads/fun-magicspells-v0-6-add-magic-to-your-server...
LaggRemover plugin to automate these tasks and take care of everything for you. Like ClearLagg, LaggRemover aims to reduce the load on your server by regularly performing a number of tasks according to a timeline you set using the plugin’s configuration file. It’s really very easy to set...
包路径:org.bukkit.Server 类名称:Server 方法名:getPluginManager Server.getPluginManager介绍 [英]Gets the plugin manager for interfacing with plugins. [中] 代码示例 代码示例来源:origin: Bukkit/Bukkit Bukkit.getServer().getPluginManager().callEvent(event); ...
方法名:getServer Plugin.getServer介绍 [英]Returns the Server instance currently running this plugin [中]返回当前运行此插件的服务器实例 代码示例 代码示例来源:origin: Bukkit/Bukkit @Override protectedbooleanisInputValid(ConversationContextcontext,Stringinput){ ...