bukkit.plugin.java.JavaPlugin; public class GroundClearPlugin extends JavaPlugin implements Listener { @Override public void onEnable() { // 注册事件监听器 Bukkit.getPluginManager().registerEvents(this, this); } @Override public void onDisable() { // 插件禁用时执行清理操作 clearGroundItems(); ...
This flag enables Pufferfish to use SIMD instructions on your CPU, making some maths faster. Currently, it's only used for making rendering in game plugin maps (like imageonmaps) possibly 8 times faster. "Too good to be true" plugins Plugins removing ground items Absolutely unnecessary since ...
This is only applicable to block items. The block names are displayed in the item's tooltip. Setting the value to undefined will clear the list.ParametersblockIdentifiers?: string[] = null String list of block types that the item can be placed on.Notes:...
clearDynamicProperties(): void Clears the set of dynamic properties declared for this behavior pack within the world. getAbsoluteTime getAbsoluteTime(): number Returns the absolute time since the start of the world. Returnsnumber getAllPlayers ...
setCanPlaceOn(blockIdentifiers?: string[]): void The list of block types this item can be placed on in Adventure mode. This is only applicable to block items. The block names are displayed in the item's tooltip. Setting the value to undefined will clear the list. ...
A lightweight, customizable way to clear dropped items from your world or server. Inspired by the clearlag bukkit plugin.
This is a liteloader mod for minecraft 1.9, 1.9.4 and 1.10.x based on a feature in Not Enough Items. It is designed to show a yellow "X" over blocks where the light level will allow mobs to spawn during the day (ie. above ground in the overworld) and a red "X" over blocks whe...
Click the ground once in the clear space to create a 16 by 16 base. If you're not happy with the placement, you can undo that step with Ctrl Z and try again. When you're happy with the base, change the Block Type to glass and check the boxes for Hollow and Face Mode. The si...
at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:522) ~[client-1.19.2-20220805.130853-srg.jar%23418!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:configured:set_background_texture_2,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:configured:set_backgroun...
Fix #1567 Fix #1575 Improve display of wildcard items with no creative menu subtypes - mezz Add warning log when a mod GUI does not draw the dark background layer - mezz Update French Localization (#1557) - Neerwan Make defensive copies of gui exclusion areas to prevent a bug when they...