Skip to content

Instantly share code, notes, and snippets.

@PEMapModder
Created October 29, 2015 14:32
Show Gist options
  • Save PEMapModder/762de8a26f6cf763c444 to your computer and use it in GitHub Desktop.
Save PEMapModder/762de8a26f6cf763c444 to your computer and use it in GitHub Desktop.
$ php -r '$files = [];
foreach(new RecursiveITeratorIterator(new RecursiveDirectoryIterator(".")) as $file){ if(is_file($file) and filesize($file) <= 4096) $files[basename($file)] = filesize($file) / 1024; }
arsort($files);
print_r($files);'
Array
(
[PharPluginLoader.php] => 3.9365234375
[SendUsageTask.php] => 3.9208984375
[FormattedCommandAlias.php] => 3.89453125
[QueryHandler.php] => 3.8857421875
[DoubleChestInventory.php] => 3.8837890625
[WhitelistCommand.php] => 3.8828125
[Perlin.php] => 3.8447265625
[Slab.php] => 3.8359375
[MetadataStore.php] => 3.6904296875
[QueryHandler__64bit.php] => 3.6494140625
[ShapedRecipe.php] => 3.6376953125
[QueryHandler__32bit.php] => 3.6142578125
[ChunkSection.php] => 3.6044921875
[RakLib.php] => 3.5966796875
[RCON.php] => 3.595703125
[UUID.php] => 3.583984375
[Tool.php] => 3.5830078125
[EffectCommand.php] => 3.578125
[BanList.php] => 3.5341796875
[WoodSlab.php] => 3.517578125
[Noise.php] => 3.5126953125
[Packet.php] => 3.498046875
[Cactus.php] => 3.490234375
[TeleportCommand.php] => 3.46875
[ExceptionHandler.php] => 3.431640625
[BurningFurnace.php] => 3.427734375
[OfflinePlayer.php] => 3.392578125
[Packet__64bit.php] => 3.3916015625
[PrimedTNT.php] => 3.38671875
[Packet__32bit.php] => 3.36328125
[PermissionAttachment.php] => 3.3603515625
[msa.ini] => 3.3583984375
[fr_FR.ini] => 3.357421875
[de_DE.ini] => 3.3544921875
[UUID__64bit.php] => 3.3330078125
[UUID__32bit.php] => 3.2861328125
[EntityDamageEvent.php] => 3.28515625
[BaseLevelProvider.php] => 3.283203125
[es_ES.ini] => 3.2802734375
[InstallerLang.php] => 3.2666015625
[HelpCommand.php] => 3.2587890625
[nl_NL.ini] => 3.2548828125
[ms_MY.ini] => 3.224609375
[it_IT.ini] => 3.2021484375
[ChunkRequestTask.php] => 3.1953125
[Vine.php] => 3.1904296875
[Stair.php] => 3.1328125
[tr_TR.ini] => 3.1123046875
[AsyncTask.php] => 3.109375
[no_NO.ini] => 3.0751953125
[sv_SE.ini] => 3.06640625
[PlayerCreationEvent.php] => 3.060546875
[VersionString.php] => 3.0537109375
[Trapdoor.php] => 3.0498046875
[KillCommand.php] => 3.0439453125
[SimpleChunkManager.php] => 3.0419921875
[VersionCommand.php] => 3.0078125
[BanEntry.php] => 2.984375
[SpawnpointCommand.php] => 2.982421875
[Ladder.php] => 2.9638671875
[TaskHandler.php] => 2.9453125
[en.ini] => 2.93359375
[en_US.ini] => 2.9326171875
[Vector2.php] => 2.9189453125
[Sapling.php] => 2.9189453125
[ConsoleCommandSender.php] => 2.91796875
[AcknowledgePacket.php] => 2.91796875
[Achievement.php] => 2.8857421875
[SimpleChunkManager__64bit.php] => 2.880859375
[InventoryType.php] => 2.8515625
[GiveCommand.php] => 2.828125
[MovePlayerPacket__64bit.php] => 2.8095703125
[zh_CN.ini] => 2.80859375
[BlockMetadataStore.php] => 2.7978515625
[SimpleChunkManager__32bit.php] => 2.787109375
[Info.php] => 2.7861328125
[MovePlayerPacket.php] => 2.78515625
[MovePlayerPacket__32bit.php] => 2.78515625
[EmptyChunkSection.php] => 2.7744140625
[BigTree.php] => 2.7685546875
[yaml.php] => 2.72265625
[UDPServerSocket.php] => 2.7158203125
[ShapelessRecipe.php] => 2.6904296875
[Position.php] => 2.666015625
[ChunkLoader.php] => 2.6611328125
[GamemodeCommand.php] => 2.6220703125
[weakref.php] => 2.62109375
[BanIpCommand.php] => 2.595703125
[Grass.php] => 2.587890625
[FloatingTextParticle.php] => 2.5703125
[GarbageCollectorCommand.php] => 2.5595703125
[Compound.php] => 2.546875
[lav.ini] => 2.53125
[GenerationTask.php] => 2.5107421875
[LevelEventPacket.php] => 2.4599609375
[Crops.php] => 2.4599609375
[Fire.php] => 2.45703125
[PlayerChatEvent.php] => 2.455078125
[ThreadedLoggerAttachment.php] => 2.4501953125
[RegisteredListener.php] => 2.427734375
[FenceGate.php] => 2.4267578125
[Bucket.php] => 2.4189453125
[EnchantCommand.php] => 2.4169921875
[EnchantingTable.php] => 2.4150390625
[MelonStem.php] => 2.4140625
[PumpkinStem.php] => 2.41015625
[AddEntityPacket__64bit.php] => 2.40625
[Painting.php] => 2.3779296875
[Flower.php] => 2.373046875
[PluginLogger.php] => 2.3681640625
[Random.php] => 2.3427734375
[AddEntityPacket__32bit.php] => 2.3369140625
[AddEntityPacket.php] => 2.3369140625
[PlayerInteractEvent.php] => 2.328125
[AddPlayerPacket__64bit.php] => 2.3203125
[PlayerActionPacket.php] => 2.3056640625
[Worker.php] => 2.3017578125
[SplFixedByteArray.php] => 2.296875
[Plugin.php] => 2.296875
[AddPlayerPacket__32bit.php] => 2.2958984375
[AddPlayerPacket.php] => 2.2958984375
[Sign.php] => 2.2939453125
[Thread.php] => 2.28125
[Licenses.txt] => 2.275390625
[Fence.php] => 2.255859375
[TextWrapper.php] => 2.2490234375
[Torch.php] => 2.2412109375
[SignPost.php] => 2.2392578125
[Carpet.php] => 2.224609375
[Villager.php] => 2.2060546875
[SpawnEgg.php] => 2.1982421875
[StoneWall.php] => 2.1875
[SpruceTree.php] => 2.1875
[SetWorldSpawnCommand.php] => 2.181640625
[TallGrass.php] => 2.1748046875
[BiomeSelector.php] => 2.171875
[EntityShootBowEvent.php] => 2.1533203125
[DifficultyCommand.php] => 2.1376953125
[AttachableThreadedLogger.php] => 2.1328125
[UseItemPacket.php] => 2.123046875
[TextPacket.php] => 2.1201171875
[ContainerSetContentPacket.php] => 2.1201171875
[Fallable.php] => 2.083984375
[BanListCommand.php] => 2.0830078125
[EntityDamageByEntityEvent.php] => 2.080078125
[Zombie.php] => 2.078125
[TellCommand.php] => 2.0673828125
[TNT.php] => 2.06640625
[LowMemoryEvent.php] => 2.06640625
[Tree.php] => 2.06640625
[ContainerSetContentPacket__64bit.php] => 2.064453125
[ChestInventory.php] => 2.0537109375
[ContainerSetContentPacket__32bit.php] => 2.052734375
[PlayerActionPacket__64bit.php] => 2.0517578125
[KickCommand.php] => 2.01953125
[WaterLily.php] => 2.0029296875
[CommandReader.php] => 2.001953125
[Logger.php] => 1.9951171875
[ThreadedFactory.php] => 1.9931640625
[Event.php] => 1.9921875
[DataPacket.php] => 1.9873046875
[Lava.php] => 1.98046875
[BlockBreakEvent.php] => 1.9775390625
[Cache.php] => 1.9755859375
[PluginCommand.php] => 1.9697265625
[PlayerActionPacket__32bit.php] => 1.96875
[ara.ini] => 1.9638671875
[UseItemPacket__64bit.php] => 1.9560546875
[MovingObjectPosition.php] => 1.9453125
[UseItemPacket__32bit.php] => 1.9208984375
[EntitySpawnEvent.php] => 1.919921875
[PlayerBucketEvent.php] => 1.9189453125
[GroundCover.php] => 1.91796875
[EntityExplodeEvent.php] => 1.9130859375
[BanCommand.php] => 1.88671875
[Location.php] => 1.8818359375
[MoveEntityPacket__64bit.php] => 1.8642578125
[UPnP.php] => 1.86328125
[SnowLayer.php] => 1.861328125
[Mycelium.php] => 1.857421875
[Thin.php] => 1.85546875
[PermissionAttachmentInfo.php] => 1.8525390625
[StartGamePacket__64bit.php] => 1.8505859375
[LightPopulationTask.php] => 1.8486328125
[ClassLoader.php] => 1.8486328125
[MoveEntityPacket__32bit.php] => 1.8447265625
[MoveEntityPacket.php] => 1.8447265625
[vi_VN.ini] => 1.8408203125
[StartGamePacket.php] => 1.826171875
[StartGamePacket__32bit.php] => 1.826171875
[PardonIpCommand.php] => 1.8203125
[FurnaceInventory.php] => 1.814453125
[Particle.php] => 1.8115234375
[VanillaCommand.php] => 1.810546875
[ChunkManager.php] => 1.8095703125
[FurnaceBurnEvent.php] => 1.80859375
[PlayerDeathEvent.php] => 1.8056640625
[EntityDespawnEvent.php] => 1.802734375
[AddItemEntityPacket__64bit.php] => 1.7978515625
[Wood.php] => 1.796875
[Stone.php] => 1.779296875
[AddItemEntityPacket__32bit.php] => 1.7734375
[ar_SA.ini] => 1.7734375
[LoginPacket.php] => 1.7734375
[AddItemEntityPacket.php] => 1.7734375
[DeopCommand.php] => 1.771484375
[PluginsCommand.php] => 1.7705078125
[NetherBrickFence.php] => 1.7705078125
[SignChangeEvent.php] => 1.763671875
[ExplodePacket.php] => 1.76171875
[OpCommand.php] => 1.755859375
[Spawnable.php] => 1.748046875
[SayCommand.php] => 1.740234375
[FurnaceRecipe.php] => 1.73828125
[DefaultGamemodeCommand.php] => 1.736328125
[SERVER_HANDSHAKE_DataPacket__64bit.php] => 1.736328125
[BaseTransaction.php] => 1.736328125
[ServerCommandEvent.php] => 1.73046875
[GeneratorRegisterTask.php] => 1.73046875
[Metadatable.php] => 1.7255859375
[LevelProviderManager.php] => 1.724609375
[TranslationContainer.php] => 1.7236328125
[BlockPlaceEvent.php] => 1.7197265625
[CraftingEventPacket.php] => 1.6953125
[CraftItemEvent.php] => 1.69140625
[PlayerCommandPreprocessEvent.php] => 1.681640625
[SERVER_HANDSHAKE_DataPacket.php] => 1.677734375
[SERVER_HANDSHAKE_DataPacket__32bit.php] => 1.677734375
[Anvil.php] => 1.673828125
[DumpMemoryCommand.php] => 1.671875
[UpdateAttributesPacket__64bit.php] => 1.669921875
[CraftingInventory.php] => 1.66796875
[ListCommand.php] => 1.6669921875
[LoginPacket__64bit.php] => 1.662109375
[Pond.php] => 1.6552734375
[SourceInterface.php] => 1.6484375
[IntArray.php] => 1.64453125
[UpdateAttributesPacket__32bit.php] => 1.640625
[UpdateAttributesPacket.php] => 1.640625
[LoginPacket__32bit.php] => 1.638671875
[Permissible.php] => 1.638671875
[BrownMushroom.php] => 1.6240234375
[PlayerListPacket__64bit.php] => 1.6201171875
[EventPriority.php] => 1.6181640625
[UpdateBlockPacket.php] => 1.6142578125
[FurnaceSmeltEvent.php] => 1.61328125
[RespawnPacket.php] => 1.61328125
[GlowingRedstoneOre.php] => 1.609375
[ContainerInventory.php] => 1.607421875
[EntityEventPacket__64bit.php] => 1.6044921875
[ForestBiome.php] => 1.603515625
[PlayerListPacket__32bit.php] => 1.6005859375
[PlayerListPacket.php] => 1.6005859375
[SaveCommand.php] => 1.5986328125
[MeCommand.php] => 1.5986328125
[SetEntityMotionPacket__64bit.php] => 1.59375
[zu_ZA.ini] => 1.5830078125
[Fuel.php] => 1.5830078125
[ExplosionPrimeEvent.php] => 1.5810546875
[EntityEventPacket.php] => 1.580078125
[EntityEventPacket__32bit.php] => 1.580078125
[StainedClay.php] => 1.578125
[TileEntityDataPacket.php] => 1.5771484375
[ReloadCommand.php] => 1.5751953125
[SetEntityMotionPacket__32bit.php] => 1.57421875
[SetEntityMotionPacket.php] => 1.57421875
[PardonCommand.php] => 1.564453125
[EnchantTable.php] => 1.55859375
[DoublePlant.php] => 1.5556640625
[RegionLoader.php] => 1.5537109375
[EntityRegainHealthEvent.php] => 1.5400390625
[ThreadManager.php] => 1.537109375
[StoneBricks.php] => 1.537109375
[IntArray__64bit.php] => 1.53515625
[RedstoneOre.php] => 1.5341796875
[EntityTeleportEvent.php] => 1.529296875
[CraftingEventPacket__64bit.php] => 1.5283203125
[FlintSteel.php] => 1.521484375
[Dandelion.php] => 1.5126953125
[IntArray__32bit.php] => 1.51171875
[Ore.php] => 1.5078125
[CraftingEventPacket__32bit.php] => 1.4931640625
[Task.php] => 1.4873046875
[RedMushroom.php] => 1.4853515625
[Sandstone.php] => 1.47265625
[CallbackTask.php] => 1.466796875
[DoubleSlab.php] => 1.4658203125
[MobEffectPacket__64bit.php] => 1.4658203125
[ServerInstance.php] => 1.4638671875
[SeedCommand.php] => 1.4560546875
[EntityInventoryChangeEvent.php] => 1.4443359375
[Stonecutter.php] => 1.4443359375
[MobArmorEquipmentPacket__64bit.php] => 1.44140625
[Planks.php] => 1.44140625
[MobEffectPacket__32bit.php] => 1.44140625
[MobEffectPacket.php] => 1.44140625
[EntityArmorChangeEvent.php] => 1.4404296875
[Wool.php] => 1.4365234375
[IPlayer.php] => 1.4326171875
[LitPumpkin.php] => 1.4287109375
[CLIENT_CONNECT_DataPacket__64bit.php] => 1.427734375
[HayBale.php] => 1.4267578125
[PlayerQuitEvent.php] => 1.421875
[PluginLoader.php] => 1.421875
[MobArmorEquipmentPacket__32bit.php] => 1.4169921875
[MobArmorEquipmentPacket.php] => 1.4169921875
[EndPortalFrame.php] => 1.416015625
[Air.php] => 1.4111328125
[TileEntityDataPacket__64bit.php] => 1.41015625
[Water.php] => 1.408203125
[Workbench.php] => 1.4052734375
[CompressBatchedTask.php] => 1.404296875
[MobEquipmentPacket__64bit.php] => 1.40234375
[GenericSound.php] => 1.3955078125
[PlayerRespawnEvent.php] => 1.39453125
[SaveOffCommand.php] => 1.3916015625
[PlayerKickEvent.php] => 1.3916015625
[Double.php] => 1.3896484375
[Float.php] => 1.3876953125
[SaveOnCommand.php] => 1.3857421875
[PlayerJoinEvent.php] => 1.3837890625
[PlayerItemHeldEvent.php] => 1.37890625
[MobEquipmentPacket__32bit.php] => 1.3779296875
[MobEquipmentPacket.php] => 1.3779296875
[EntityDeathEvent.php] => 1.375
[TileEntityDataPacket__32bit.php] => 1.375
[CommandMap.php] => 1.3720703125
[CLIENT_HANDSHAKE_DataPacket.php] => 1.3720703125
[CLIENT_CONNECT_DataPacket__32bit.php] => 1.369140625
[CLIENT_CONNECT_DataPacket.php] => 1.369140625
[StopCommand.php] => 1.3623046875
[FullChunkDataPacket.php] => 1.361328125
[InventoryTransactionEvent.php] => 1.357421875
[Farmland.php] => 1.357421875
[ByteArray.php] => 1.3515625
[DoubleWoodSlab.php] => 1.3505859375
[AddPaintingPacket__64bit.php] => 1.3486328125
[BirchTree.php] => 1.3486328125
[GrassPath.php] => 1.341796875
[Pumpkin.php] => 1.3359375
[EntityBlockChangeEvent.php] => 1.333984375
[Dirt.php] => 1.3310546875
[ContainerSetSlotPacket.php] => 1.3251953125
[AddPaintingPacket.php] => 1.32421875
[AddPaintingPacket__32bit.php] => 1.32421875
[PlayerMoveEvent.php] => 1.322265625
[ContainerOpenPacket.php] => 1.3203125
[SpawnChangeEvent.php] => 1.3203125
[EntityDamageByChildEntityEvent.php] => 1.3193359375
[MobSpawnParticle.php] => 1.3193359375
[PlayerLoginEvent.php] => 1.318359375
[EntityLevelChangeEvent.php] => 1.306640625
[EnchantmentEntry.php] => 1.296875
[TaigaBiome.php] => 1.294921875
[MetadataValue.php] => 1.29296875
[EnchantInventory.php] => 1.2919921875
[PlayerAnimationEvent.php] => 1.2900390625
[PlayerPreLoginEvent.php] => 1.287109375
[Cobweb.php] => 1.283203125
[AnvilInventory.php] => 1.2822265625
[RemoveBlockPacket.php] => 1.28125
[MountainsBiome.php] => 1.28125
[Int.php] => 1.2802734375
[DestroyBlockParticle.php] => 1.2783203125
[GenericParticle.php] => 1.275390625
[OPEN_CONNECTION_REPLY_2__64bit.php] => 1.2705078125
[PlayerDropItemEvent.php] => 1.267578125
[RemoteConsoleCommandSender.php] => 1.2666015625
[ItemBlock.php] => 1.265625
[PlayerAchievementAwardedEvent.php] => 1.265625
[EnchantmentList.php] => 1.2646484375
[TileEventPacket.php] => 1.2607421875
[InventoryPickupArrowEvent.php] => 1.259765625
[PlayerItemConsumeEvent.php] => 1.25390625
[Chunk.php] => 1.25390625
[EntityDamageByBlockEvent.php] => 1.2529296875
[Bricks.php] => 1.251953125
[EntityCombustEvent.php] => 1.25
[InventoryPickupItemEvent.php] => 1.248046875
[MossStone.php] => 1.2451171875
[NamedTag.php] => 1.244140625
[ByteArray__64bit.php] => 1.2421875
[OPEN_CONNECTION_REPLY_2__32bit.php] => 1.2412109375
[OPEN_CONNECTION_REPLY_2.php] => 1.2412109375
[InventoryOpenEvent.php] => 1.2392578125
[InteractPacket__64bit.php] => 1.2353515625
[DataPacketReceiveEvent.php] => 1.23046875
[WallSign.php] => 1.23046875
[SoulSand.php] => 1.2294921875
[BatchPacket.php] => 1.228515625
[DataPacketSendEvent.php] => 1.2275390625
[InventoryEvent.php] => 1.224609375
[AcaciaWoodStairs.php] => 1.2216796875
[SetEntityLinkPacket__64bit.php] => 1.220703125
[ByteArray__32bit.php] => 1.21875
[BirchWoodStairs.php] => 1.21875
[WoodDoor.php] => 1.21875
[nor.ini] => 1.21875
[LapisOre.php] => 1.21484375
[String.php] => 1.2138671875
[EntityCombustByBlockEvent.php] => 1.212890625
[Lapis.php] => 1.2109375
[Cobblestone.php] => 1.2099609375
[Glowstone.php] => 1.2080078125
[AnimatePacket__64bit.php] => 1.2080078125
[InteractPacket__32bit.php] => 1.2080078125
[InteractPacket.php] => 1.2080078125
[Netherrack.php] => 1.2060546875
[EmeraldOre.php] => 1.203125
[DiamondOre.php] => 1.203125
[IronBars.php] => 1.203125
[Ice.php] => 1.201171875
[Obsidian.php] => 1.2001953125
[Iron.php] => 1.19921875
[Gold.php] => 1.1982421875
[OakTree.php] => 1.1962890625
[IronOre.php] => 1.1962890625
[Gravel.php] => 1.1953125
[GoldOre.php] => 1.1953125
[CoalOre.php] => 1.1943359375
[Long__64bit.php] => 1.193359375
[EntityCombustByEntityEvent.php] => 1.1884765625
[OPEN_CONNECTION_REQUEST_2__64bit.php] => 1.1875
[ContainerSetDataPacket.php] => 1.185546875
[EntityMoveEvent.php] => 1.185546875
[PlayerGameModeChangeEvent.php] => 1.1845703125
[InventoryCloseEvent.php] => 1.1845703125
[AnimatePacket.php] => 1.18359375
[AnimatePacket__32bit.php] => 1.18359375
[SetDifficultyPacket.php] => 1.1826171875
[TransactionGroup.php] => 1.1826171875
[DeadBush.php] => 1.1806640625
[TakeItemEntityPacket__64bit.php] => 1.1796875
[SetTimePacket.php] => 1.177734375
[SetEntityDataPacket__64bit.php] => 1.1748046875
[BatchPacket__64bit.php] => 1.1728515625
[SetEntityLinkPacket__32bit.php] => 1.171875
[SetEntityLinkPacket.php] => 1.171875
[Int__64bit.php] => 1.1708984375
[AdvancedSourceInterface.php] => 1.1708984375
[RemoveBlockPacket__64bit.php] => 1.169921875
[Mineshaft.php] => 1.16796875
[Long.php] => 1.1669921875
[Long__32bit.php] => 1.1669921875
[PlayStatusPacket.php] => 1.1640625
[SetHealthPacket.php] => 1.1630859375
[BlockSpreadEvent.php] => 1.1630859375
[BatchPacket__32bit.php] => 1.1611328125
[OPEN_CONNECTION_REQUEST_2__32bit.php] => 1.158203125
[OPEN_CONNECTION_REQUEST_2.php] => 1.158203125
[EntityMotionEvent.php] => 1.1572265625
[SetSpawnPositionPacket.php] => 1.15625
[UNCONNECTED_PONG__64bit.php] => 1.154296875
[WoodStairs.php] => 1.15234375
[Short.php] => 1.1513671875
[SetEntityDataPacket__32bit.php] => 1.150390625
[OreType.php] => 1.150390625
[SetEntityDataPacket.php] => 1.150390625
[Int__32bit.php] => 1.1474609375
[RemoveBlockPacket__32bit.php] => 1.146484375
[Tag.php] => 1.1435546875
[BlockGrowEvent.php] => 1.1416015625
[MonsterSpawner.php] => 1.138671875
[ChunkEvent.php] => 1.138671875
[PlayerToggleSprintEvent.php] => 1.134765625
[IcePlainsBiome.php] => 1.1318359375
[GeneratorUnregisterTask.php] => 1.1318359375
[RemovePlayerPacket__64bit.php] => 1.1318359375
[DarkOakWoodStairs.php] => 1.1298828125
[PlayerToggleSneakEvent.php] => 1.1279296875
[TakeItemEntityPacket__32bit.php] => 1.1279296875
[TakeItemEntityPacket.php] => 1.1279296875
[SetDifficultyPacket__64bit.php] => 1.126953125
[JungleWoodStairs.php] => 1.125
[SpruceWoodStairs.php] => 1.125
[PlainBiome.php] => 1.125
[OceanBiome.php] => 1.123046875
[RiverBiome.php] => 1.123046875
[AsyncWorker.php] => 1.1220703125
[PluginTask.php] => 1.1201171875
[ChunkLoadEvent.php] => 1.1201171875
[SetDifficultyPacket__32bit.php] => 1.115234375
[ProjectileLaunchEvent.php] => 1.1142578125
[LevelEvent.php] => 1.11328125
[RemoteServerCommandEvent.php] => 1.11328125
[RemovePlayerPacket.php] => 1.107421875
[RemovePlayerPacket__32bit.php] => 1.107421875
[SetHealthPacket__64bit.php] => 1.107421875
[BrickStairs.php] => 1.1064453125
[OPEN_CONNECTION_REPLY_1__64bit.php] => 1.1044921875
[FileWriteTask.php] => 1.099609375
[PING_DataPacket__64bit.php] => 1.0986328125
[PONG_DataPacket__64bit.php] => 1.0986328125
[UNCONNECTED_PONG.php] => 1.09765625
[UNCONNECTED_PONG__32bit.php] => 1.09765625
[WaterAnimal.php] => 1.09765625
[BlockEvent.php] => 1.09765625
[SetHealthPacket__32bit.php] => 1.095703125
[ContainerClosePacket.php] => 1.0947265625
[Animal.php] => 1.09375
[PlayerBedEnterEvent.php] => 1.09375
[Sand.php] => 1.091796875
[PluginEvent.php] => 1.087890625
[PlayerBucketEmptyEvent.php] => 1.0830078125
[PlayerBucketFillEvent.php] => 1.08203125
[ItemDespawnEvent.php] => 1.080078125
[RemoveEntityPacket__64bit.php] => 1.0791015625
[MethodEventExecutor.php] => 1.0791015625
[NetherBrickStairs.php] => 1.078125
[DisconnectPacket.php] => 1.0771484375
[TextContainer.php] => 1.076171875
[Transaction.php] => 1.076171875
[OPEN_CONNECTION_REPLY_1.php] => 1.0751953125
[OPEN_CONNECTION_REPLY_1__32bit.php] => 1.0751953125
[StoneBrickStairs.php] => 1.0751953125
[CobblestoneStairs.php] => 1.07421875
[ServerKiller.php] => 1.0732421875
[PING_DataPacket.php] => 1.0712890625
[PING_DataPacket__32bit.php] => 1.0712890625
[PONG_DataPacket.php] => 1.0712890625
[PONG_DataPacket__32bit.php] => 1.0712890625
[SandstoneStairs.php] => 1.0703125
[FakeBlockMenu.php] => 1.068359375
[Bedrock.php] => 1.06640625
[QuartzStairs.php] => 1.0615234375
[AdventureSettingsPacket.php] => 1.0615234375
[ProjectileHitEvent.php] => 1.0556640625
[RemoveEntityPacket.php] => 1.0546875
[RemoveEntityPacket__32bit.php] => 1.0546875
[AttachableLogger.php] => 1.0517578125
[SandyBiome.php] => 1.0498046875
[Fish.php] => 1.0478515625
[PlayerMetadataStore.php] => 1.0458984375
[SnowyBiome.php] => 1.0419921875
[HurtArmorPacket.php] => 1.0419921875
[LevelMetadataStore.php] => 1.0400390625
[PlayerBedLeaveEvent.php] => 1.0380859375
[GrassyBiome.php] => 1.037109375
[Container.php] => 1.0361328125
[EntityMetadataStore.php] => 1.0341796875
[HardenedClay.php] => 1.03125
[Byte.php] => 1.0263671875
[Flowable.php] => 1.025390625
[SwampBiome.php] => 1.0234375
[DropItemPacket.php] => 1.0224609375
[ItemSpawnEvent.php] => 1.0224609375
[Bookshelf.php] => 1.0166015625
[Snow.php] => 1.0166015625
[EndStone.php] => 1.0166015625
[CachedEncapsulatedPacket.php] => 1.015625
[GlassPane.php] => 1.01171875
[CommandSender.php] => 1.0107421875
[WoodenDoor.php] => 1.0087890625
[Podzol.php] => 1.0087890625
[ServerOperator.php] => 1.0068359375
[Glass.php] => 1.00390625
[Math.php] => 1.001953125
[IronDoor.php] => 1.0009765625
[CommandExecutor.php] => 1
[OPEN_CONNECTION_REQUEST_1.php] => 1
[BlockFormEvent.php] => 0.9990234375
[DustParticle.php] => 0.9951171875
[el_GR.ini] => 0.9921875
[ItemBreakParticle.php] => 0.9892578125
[ZombieInfectSound.php] => 0.98828125
[GhastShootSound.php] => 0.984375
[AnvilBreakSound.php] => 0.984375
[BlazeShootSound.php] => 0.984375
[ZombieHealSound.php] => 0.984375
[AnvilFallSound.php] => 0.982421875
[Cake.php] => 0.982421875
[DoorCrashSound.php] => 0.982421875
[GlowingObsidian.php] => 0.9814453125
[AnvilUseSound.php] => 0.98046875
[DoorBumpSound.php] => 0.98046875
[NetherReactor.php] => 0.9794921875
[JungleTree.php] => 0.9794921875
[EntityEvent.php] => 0.9794921875
[Bed.php] => 0.978515625
[TerrainParticle.php] => 0.9775390625
[EndermanTeleportSound.php] => 0.9765625
[PopSound.php] => 0.9765625
[LaunchSound.php] => 0.974609375
[Wood2.php] => 0.9736328125
[BatSound.php] => 0.9736328125
[ClickSound.php] => 0.9736328125
[GhastSound.php] => 0.9736328125
[SlotType.php] => 0.97265625
[FizzSound.php] => 0.9716796875
[DoorSound.php] => 0.9716796875
[DesertBiome.php] => 0.970703125
[LeavesDecayEvent.php] => 0.9697265625
[Populator.php] => 0.966796875
[BeetrootSeeds.php] => 0.9638671875
[PluginDisableEvent.php] => 0.962890625
[PluginEnableEvent.php] => 0.9619140625
[PumpkinSeeds.php] => 0.958984375
[DiamondPickaxe.php] => 0.9560546875
[DiamondShovel.php] => 0.9521484375
[Sugarcane.php] => 0.9521484375
[WoodenPickaxe.php] => 0.9521484375
[WheatSeeds.php] => 0.9521484375
[MelonSeeds.php] => 0.951171875
[EventExecutor.php] => 0.9501953125
[WoodenShovel.php] => 0.9482421875
[DiamondSword.php] => 0.9482421875
[StonePickaxe.php] => 0.9482421875
[CookedFish.php] => 0.9453125
[StoneShovel.php] => 0.9443359375
[GoldPickaxe.php] => 0.9443359375
[WoodenSword.php] => 0.9443359375
[PlayerEvent.php] => 0.9443359375
[IronPickaxe.php] => 0.943359375
[SmallMountainsBiome.php] => 0.9423828125
[Recipe.php] => 0.94140625
[DiamondAxe.php] => 0.9404296875
[StoneSword.php] => 0.9404296875
[GoldShovel.php] => 0.9404296875
[Carrot.php] => 0.939453125
[IronShovel.php] => 0.939453125
[DiamondHoe.php] => 0.939453125
[Potato.php] => 0.939453125
[BlockUpdateEvent.php] => 0.939453125
[GoldSword.php] => 0.9365234375
[WoodenAxe.php] => 0.9365234375
[WoodenHoe.php] => 0.935546875
[IronSword.php] => 0.935546875
[MushroomStew.php] => 0.9345703125
[BeetrootSoup.php] => 0.9345703125
[StoneAxe.php] => 0.9326171875
[StoneHoe.php] => 0.931640625
[RedstoneParticle.php] => 0.9306640625
[PluginLoadOrder.php] => 0.9287109375
[IronHoe.php] => 0.927734375
[GoldAxe.php] => 0.927734375
[IronAxe.php] => 0.927734375
[GoldHoe.php] => 0.927734375
[InstantEnchantParticle.php] => 0.92578125
[SmokeParticle.php] => 0.9248046875
[CriticalParticle.php] => 0.9248046875
[Snowball.php] => 0.9228515625
[Nameable.php] => 0.921875
[EnchantmentTableParticle.php] => 0.921875
[Sponge.php] => 0.921875
[CLIENT_DISCONNECT_DataPacket.php] => 0.921875
[Coal.php] => 0.919921875
[Sound.php] => 0.919921875
[HeartParticle.php] => 0.9189453125
[HappyVillagerParticle.php] => 0.916015625
[AngryVillagerParticle.php] => 0.916015625
[InkParticle.php] => 0.9150390625
[LargeExplodeParticle.php] => 0.9140625
[HugeExplodeParticle.php] => 0.912109375
[RainSplashParticle.php] => 0.91015625
[EntityFlameParticle.php] => 0.9091796875
[WaterDripParticle.php] => 0.908203125
[SplashParticle.php] => 0.9072265625
[LavaDripParticle.php] => 0.90625
[LevelUnloadEvent.php] => 0.90625
[ChunkUnloadEvent.php] => 0.90625
[PermissionRemovedExecutor.php] => 0.9052734375
[EnchantParticle.php] => 0.9052734375
[End.php] => 0.904296875
[WaterParticle.php] => 0.904296875
[SporeParticle.php] => 0.9033203125
[ExplodeParticle.php] => 0.9033203125
[DiamondChestplate.php] => 0.9033203125
[HellBiome.php] => 0.90234375
[Cancellable.php] => 0.90234375
[PortalParticle.php] => 0.9013671875
[BubbleParticle.php] => 0.9013671875
[FlameParticle.php] => 0.8994140625
[LavaParticle.php] => 0.8974609375
[DiamondLeggings.php] => 0.8974609375
[ChainChestplate.php] => 0.8974609375
[CookedPorkchop.php] => 0.8955078125
[GoldChestplate.php] => 0.89453125
[IronChestplate.php] => 0.89453125
[CookedChicken.php] => 0.892578125
[GlowstoneDust.php] => 0.892578125
[DiamondHelmet.php] => 0.8916015625
[ChunkPopulateEvent.php] => 0.8916015625
[ChainLeggings.php] => 0.8916015625
[ChainHelmet.php] => 0.8896484375
[LeatherBoots.php] => 0.888671875
[NormalBiome.php] => 0.888671875
[DiamondBoots.php] => 0.888671875
[IronLeggings.php] => 0.888671875
[GoldLeggings.php] => 0.888671875
[LeatherPants.php] => 0.888671875
[LeatherTunic.php] => 0.888671875
[GoldenApple.php] => 0.88671875
[RawPorkchop.php] => 0.88671875
[NetherBrick.php] => 0.88671875
[pl_PL.ini] => 0.88671875
[BakedPotato.php] => 0.88671875
[ChainBoots.php] => 0.88671875
[PumpkinPie.php] => 0.8837890625
[NetherQuartz.php] => 0.8837890625
[RawChicken.php] => 0.8837890625
[GoldNugget.php] => 0.8837890625
[LeatherCap.php] => 0.8828125
[IronHelmet.php] => 0.8828125
[GoldHelmet.php] => 0.8828125
[ServerEvent.php] => 0.8818359375
[GoldBoots.php] => 0.8798828125
[IronBoots.php] => 0.8798828125
[CustomInventory.php] => 0.87890625
[Patchable.php] => 0.87890625
[Gunpowder.php] => 0.87890625
[LogLevel.php] => 0.87890625
[Slimeball.php] => 0.87890625
[CompatibleClassLoader.php] => 0.876953125
[Minecart.php] => 0.8759765625
[IronIngot.php] => 0.8759765625
[Redstone.php] => 0.8759765625
[Beetroot.php] => 0.8759765625
[GoldIngot.php] => 0.8759765625
[RawBeef.php] => 0.875
[FenceGateDarkOak.php] => 0.875
[Emerald.php] => 0.873046875
[Compass.php] => 0.873046875
[Leather.php] => 0.873046875
[prop.png] => 0.8720703125
[FenceGateAcacia.php] => 0.8701171875
[FenceGateSpruce.php] => 0.8701171875
[FenceGateJungle.php] => 0.8701171875
[Camera.php] => 0.8701171875
[Quartz.php] => 0.8701171875
[Cookie.php] => 0.8701171875
[ReversePriorityQueue.php] => 0.8681640625
[Diamond.php] => 0.8681640625
[Feather.php] => 0.8681640625
[Shears.php] => 0.8681640625
[StringItem.php] => 0.8681640625
[Wheat.php] => 0.8671875
[FenceGateBirch.php] => 0.8671875
[Arrow.php] => 0.8671875
[Steak.php] => 0.8671875
[Clock.php] => 0.8671875
[Paper.php] => 0.8671875
[Flint.php] => 0.8671875
[Melon.php] => 0.8671875
[Bread.php] => 0.8671875
[Sugar.php] => 0.8671875
[Clay.php] => 0.8642578125
[Bone.php] => 0.8642578125
[Book.php] => 0.8642578125
[Apple.php] => 0.8623046875
[Stick.php] => 0.8623046875
[Brick.php] => 0.8623046875
[Egg.php] => 0.861328125
[Dye.php] => 0.861328125
[Bow.php] => 0.8603515625
[Bowl.php] => 0.859375
[VectorMath.php] => 0.859375
[InventoryHolder.php] => 0.85546875
[LevelInitEvent.php] => 0.8515625
[UNCONNECTED_PING__64bit.php] => 0.8515625
[link.png] => 0.849609375
[StillWater.php] => 0.8486328125
[Furnace.php] => 0.84765625
[Wolf.php] => 0.8466796875
[StillLava.php] => 0.845703125
[LevelLoadEvent.php] => 0.8447265625
[LevelSaveEvent.php] => 0.8447265625
[GarbageCollectionTask.php] => 0.83984375
[about.png] => 0.8369140625
[PluginIdentifiableCommand.php] => 0.8369140625
[Ageable.php] => 0.8330078125
[Enderman.php] => 0.8291015625
[UNCONNECTED_PING__32bit.php] => 0.82421875
[UNCONNECTED_PING.php] => 0.82421875
[Object.php] => 0.8232421875
[Transparent.php] => 0.8212890625
[Solid.php] => 0.80859375
[Armor.php] => 0.8056640625
[Hanging.php] => 0.7890625
[Skeleton.php] => 0.7880859375
[Vehicle.php] => 0.787109375
[Creeper.php] => 0.7802734375
[StonecutterBigShapedRecipe.php] => 0.779296875
[Ozelot.php] => 0.77734375
[Explosive.php] => 0.77734375
[Sheep.php] => 0.77734375
[StonecutterShapedRecipe.php] => 0.7763671875
[MonkeyPatch.php] => 0.7744140625
[Pig.php] => 0.7744140625
[BigShapelessRecipe.php] => 0.7744140625
[LoggerAttachment.php] => 0.7744140625
[ServerException.php] => 0.76953125
[Monster.php] => 0.76953125
[Creature.php] => 0.7685546875
[ChunkException.php] => 0.7685546875
[BigShapedRecipe.php] => 0.7685546875
[PluginException.php] => 0.767578125
[LevelException.php] => 0.7666015625
[Silverfish.php] => 0.7626953125
[PigZombie.php] => 0.7607421875
[Spider.php] => 0.7587890625
[Chicken.php] => 0.7587890625
[InstantEffect.php] => 0.7578125
[Slime.php] => 0.7568359375
[ProjectileSource.php] => 0.7568359375
[Cow.php] => 0.7548828125
[Attachable.php] => 0.7509765625
[Damageable.php] => 0.7509765625
[Colorable.php] => 0.75
[Tameable.php] => 0.7490234375
[Rideable.php] => 0.7490234375
[NPC.php] => 0.744140625
[Listener.php] => 0.7412109375
[README.md] => 0.7373046875
[plug.png] => 0.7275390625
[InvalidArgumentCountException.php] => 0.7001953125
[ThreadedLogger.php] => 0.6953125
[UndefinedVariableException.php] => 0.6943359375
[UndefinedConstantException.php] => 0.6943359375
[StringOutOfBoundsException.php] => 0.693359375
[InvalidStateException.php] => 0.6923828125
[ArrayOutOfBoundsException.php] => 0.6923828125
[InvalidKeyException.php] => 0.6904296875
[ClassCastException.php] => 0.689453125
[UndefinedPropertyException.php] => 0.6875
[ClassNotFoundException.php] => 0.68359375
[exit.png] => 0.67578125
[cs_CZ.ini] => 0.6455078125
[stop.png] => 0.6298828125
[uk_UA.ini] => 0.578125
[UNCONNECTED_PING_OPEN_CONNECTIONS.php] => 0.51953125
[start.png] => 0.4990234375
[ADVERTISE_SYSTEM.php] => 0.4736328125
[DATA_PACKET_B.php] => 0.4658203125
[DATA_PACKET_C.php] => 0.4658203125
[DATA_PACKET_5.php] => 0.4658203125
[DATA_PACKET_6.php] => 0.4658203125
[DATA_PACKET_9.php] => 0.4658203125
[DATA_PACKET_D.php] => 0.4658203125
[DATA_PACKET_A.php] => 0.4658203125
[DATA_PACKET_E.php] => 0.4658203125
[DATA_PACKET_8.php] => 0.4658203125
[DATA_PACKET_F.php] => 0.4658203125
[DATA_PACKET_4.php] => 0.4658203125
[DATA_PACKET_7.php] => 0.4658203125
[DATA_PACKET_1.php] => 0.46484375
[DATA_PACKET_0.php] => 0.46484375
[DATA_PACKET_2.php] => 0.46484375
[DATA_PACKET_3.php] => 0.46484375
[NACK.php] => 0.4638671875
[ACK.php] => 0.4619140625
[ell.ini] => 0.2568359375
[tlh.ini] => 0.13671875
[gle.ini] => 0.1357421875
[mlt.ini] => 0.1337890625
[afr.ini] => 0.11328125
[fi_FI.ini] => 0.0400390625
[mt_MT.ini] => 0.005859375
[ga_IE.ini] => 0.005859375
[et_EE.ini] => 0.005859375
[en_PT.ini] => 0.005859375
[af_ZA.ini] => 0.005859375
[he_IL.ini] => 0.005859375
[id_ID.ini] => 0.005859375
[th_TH.ini] => 0.005859375
[pt_PT.ini] => 0.005859375
[lv_LV.ini] => 0.005859375
[tlh_AA.ini] => 0.005859375
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment