x4e / PaperBin

An experiment at improving the performance of PaperMC
Other
96 stars 8 forks source link

Unclear build instructions #17

Closed recursivetree closed 3 years ago

recursivetree commented 3 years ago

There are no clear instructions on how to build and use the latest version of paperBin (with the new features since the last release)

I tried ./gradlew build, but it fails

x4e commented 3 years ago

Please post the error message

recursivetree commented 3 years ago

`

Task :compileKotlin FAILED e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/Main.kt: (5, 38): Unresolved reference: MinecraftServer e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/Main.kt: (6, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/Main.kt: (7, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/Main.kt: (60, 3): Unresolved reference: Versioning e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/Main.kt: (66, 3): Unresolved reference: CraftServer e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/Main.kt: (72, 3): Unresolved reference: MinecraftServer e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/PaperBinInfo.kt: (8, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/PaperBinInfo.kt: (9, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/PaperBinInfo.kt: (10, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/PaperBinInfo.kt: (11, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/PaperBinInfo.kt: (102, 19): Unresolved reference: Plugin e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/PaperBinInfo.kt: (103, 64): Unresolved reference: Plugin e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/PaperBinInfo.kt: (110, 8): Unresolved reference: Plugin e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/PaperBinInfo.kt: (137, 3): Unresolved reference: Bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/PaperBinInfo.kt: (137, 56): Unresolved reference: Command e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/PaperBinInfo.kt: (138, 4): 'execute' overrides nothing e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/PaperBinInfo.kt: (138, 33): Unresolved reference: CommandSender e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/PaperBinInfo.kt: (151, 3): Unresolved reference: Bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/PaperBinInfo.kt: (151, 54): Unresolved reference: Command e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/PaperBinInfo.kt: (152, 4): 'execute' overrides nothing e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/PaperBinInfo.kt: (152, 33): Unresolved reference: CommandSender e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/PaperBinInfo.kt: (165, 3): Unresolved reference: Bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/PaperBinInfo.kt: (165, 55): Unresolved reference: Command e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/PaperBinInfo.kt: (166, 4): 'execute' overrides nothing e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/PaperBinInfo.kt: (166, 33): Unresolved reference: CommandSender e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiChunkBan.kt: (15, 3): Unresolved reference: NetworkManager e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiChunkBan.kt: (15, 54): Unresolved reference: it e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiChunkBan.kt: (16, 4): Unresolved reference: it e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiChunkBan.kt: (22, 13): Unresolved reference: Packet e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiChunkBan.kt: (29, 10): Unresolved reference: extraPackets e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiChunkBan.kt: (29, 24): Cannot choose among the following candidates without completing type inference: public inline fun Iterable<???>.forEach(action: (???) -> Unit): Unit defined in kotlin.collections public inline fun <K, V> Map<out ???, ???>.forEach(action: (Map.Entry<???, ???>) -> Unit): Unit defined in kotlin.collections e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiChunkBan.kt: (29, 34): Cannot infer a type for this parameter. Please specify it explicitly. e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiChunkBan.kt: (41, 18): Unresolved reference: TileEntity e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiChunkBan.kt: (43, 19): Unresolved reference: TileEntityChest e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiChunkBan.kt: (45, 19): Unresolved reference: TileEntityEnderChest e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiCrasher.kt: (6, 38): Unresolved reference: ItemStack e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiCrasher.kt: (7, 38): Unresolved reference: Items e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiCrasher.kt: (8, 38): Unresolved reference: PacketPlayInWindowClick e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiCrasher.kt: (9, 38): Unresolved reference: PlayerConnection e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiCrasher.kt: (19, 30): Unresolved reference: PlayerConnection e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiCrasher.kt: (19, 56): Unresolved reference: PacketPlayInWindowClick e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiCrasher.kt: (19, 82): Unresolved reference: ItemStack e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiCrasher.kt: (21, 21): Unresolved reference: Items e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (6, 38): Unresolved reference: EntityPlayer e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (7, 38): Unresolved reference: EnumItemSlot e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (8, 38): Unresolved reference: ItemElytra e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (9, 38): Unresolved reference: Items e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (10, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (11, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (12, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (13, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (14, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (15, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (24, 3): Unresolved reference: Bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (25, 4): Unresolved reference: EntityToggleGlideEvent e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (26, 12): Unresolved reference: Listener e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (27, 4): Unresolved reference: EventPriority e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (33, 45): Unresolved reference: Listener e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (33, 62): Unresolved reference: Event e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (35, 12): Unresolved reference: EntityToggleGlideEvent e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (39, 18): Unresolved reference: CraftEntity e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (41, 22): Unresolved reference: EntityPlayer e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (42, 45): Unresolved reference: EnumItemSlot e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (43, 29): Unresolved reference: Items e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (43, 41): Unresolved reference: ItemElytra e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiElytraFly.kt: (44, 24): Assignment operators ambiguity: public open fun (): [ERROR : ] defined in root package public open fun (): [ERROR : ] defined in root package e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiGrief.kt: (6, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiGrief.kt: (7, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiGrief.kt: (8, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiGrief.kt: (9, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiGrief.kt: (10, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiGrief.kt: (18, 4): Unresolved reference: Material e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiGrief.kt: (19, 4): Unresolved reference: Material e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiGrief.kt: (20, 4): Unresolved reference: Material e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiGrief.kt: (21, 4): Unresolved reference: Material e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiGrief.kt: (28, 3): Unresolved reference: Bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiGrief.kt: (29, 4): Unresolved reference: PlayerBucketEmptyEvent e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiGrief.kt: (30, 12): Unresolved reference: Listener e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiGrief.kt: (31, 4): Unresolved reference: EventPriority e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiGrief.kt: (37, 31): Unresolved reference: Listener e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiGrief.kt: (39, 12): Unresolved reference: PlayerBucketEmptyEvent e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiGrief.kt: (41, 24): Unresolved reference: blockClicked e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiGrief.kt: (41, 55): Unresolved reference: blockFace e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiGrief.kt: (44, 10): Unresolved reference: isCancelled e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (27, 13): Unresolved reference: Item e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (27, 28): Unresolved reference: Blocks e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (29, 29): Unresolved reference: Item e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (30, 4): Unresolved reference: Item e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (30, 19): Unresolved reference: Blocks e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (31, 4): Unresolved reference: Item e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (31, 19): Unresolved reference: Blocks e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (32, 4): Unresolved reference: Item e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (32, 19): Unresolved reference: Blocks e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (33, 4): Unresolved reference: Item e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (33, 19): Unresolved reference: Blocks e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (34, 4): Unresolved reference: Item e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (34, 19): Unresolved reference: Blocks e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (35, 4): Unresolved reference: Item e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (35, 19): Unresolved reference: Blocks e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (36, 4): Unresolved reference: Item e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (36, 19): Unresolved reference: Blocks e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (37, 4): Unresolved reference: Item e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (37, 19): Unresolved reference: Blocks e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (38, 4): Unresolved reference: Items e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (39, 4): Unresolved reference: Items e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (40, 4): Unresolved reference: Items e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (49, 35): Unresolved reference: ItemStack e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (50, 20): Unresolved reference: ItemStack e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (63, 24): Cannot infer a type for this parameter. Please specify it explicitly. e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (64, 35): Cannot infer a type for this parameter. Please specify it explicitly. e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (66, 24): Unresolved reference: Enchantment e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (70, 46): Unresolved reference: maxLevel e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (86, 15): Unresolved reference: NBTTagList e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (86, 47): Unresolved reference: NBTTagCompound e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (86, 82): Unresolved reference: NBTTagCompound e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiIllegalItem.kt: (92, 24): Unresolved reference: NBTTagCompound e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (8, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (9, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (10, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (11, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (12, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (13, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (14, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (15, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (16, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (17, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (18, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (31, 61): Unresolved reference: World e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (31, 73): Unresolved reference: BlockPosition e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (32, 18): Unresolved reference: Location e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (78, 3): Unresolved reference: Bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (79, 4): Unresolved reference: PlayerMoveEvent e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (80, 12): Unresolved reference: Listener e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (81, 4): Unresolved reference: EventPriority e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (86, 3): Unresolved reference: Bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (87, 4): Unresolved reference: VehicleEnterEvent e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (88, 12): Unresolved reference: Listener e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (89, 4): Unresolved reference: EventPriority e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (94, 3): Unresolved reference: Bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (95, 4): Unresolved reference: VehicleExitEvent e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (96, 12): Unresolved reference: Listener e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (97, 4): Unresolved reference: EventPriority e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (102, 3): Unresolved reference: Bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (103, 4): Unresolved reference: BlockPlaceEvent e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (104, 12): Unresolved reference: Listener e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (105, 4): Unresolved reference: EventPriority e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (114, 43): Unresolved reference: Listener e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (114, 60): Unresolved reference: Event e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (116, 12): Unresolved reference: BlockPlaceEvent e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (120, 17): Unresolved reference: Player e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (127, 45): Unresolved reference: Listener e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (127, 62): Unresolved reference: Event e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (129, 12): Unresolved reference: VehicleEnterEvent e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (134, 17): Unresolved reference: Player e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (141, 44): Unresolved reference: Listener e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (141, 61): Unresolved reference: Event e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (143, 12): Unresolved reference: VehicleExitEvent e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (148, 17): Unresolved reference: Player e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (155, 37): Unresolved reference: Listener e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (155, 54): Unresolved reference: Event e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (157, 12): Unresolved reference: PlayerMoveEvent e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (178, 24): Unresolved reference: Location e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (188, 4): Unresolved reference: World e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (193, 4): Unresolved reference: World e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiNetherRoof.kt: (198, 4): Unresolved reference: World e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiPhysicsCrash.kt: (8, 38): Unresolved reference: Block e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiPhysicsCrash.kt: (9, 38): Unresolved reference: BlockPosition e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiPhysicsCrash.kt: (22, 54): Unresolved reference: BlockPosition e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiPhysicsCrash.kt: (22, 81): Unresolved reference: Block e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiPortalGodmode.kt: (6, 38): Unresolved reference: EntityPlayer e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiPortalGodmode.kt: (7, 38): Unresolved reference: PacketPlayInFlying e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiPortalGodmode.kt: (8, 38): Unresolved reference: Vec3D e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiPortalGodmode.kt: (25, 18): Unresolved reference: Vec3D e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiPortalGodmode.kt: (26, 13): Unresolved reference: EntityPlayer e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiPortalGodmode.kt: (27, 13): Unresolved reference: PacketPlayInFlying e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiPortalGodmode.kt: (30, 11): Unresolved reference: a e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiPortalGodmode.kt: (30, 40): Unresolved reference: x e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiPortalGodmode.kt: (32, 11): Unresolved reference: b e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiPortalGodmode.kt: (32, 40): Unresolved reference: y e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiPortalGodmode.kt: (34, 11): Unresolved reference: c e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiPortalGodmode.kt: (34, 40): Unresolved reference: z e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/AntiPortalGodmode.kt: (36, 11): Unresolved reference: M e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/BlockTickRateLimiter.kt: (17, 12): Unresolved reference: Block e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/BlockTickRateLimiter.kt: (22, 13): Unresolved reference: BlockStationary e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/BlockTickRateLimiter.kt: (27, 13): Unresolved reference: BlockFlowing e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/BlockTickRateLimiter.kt: (30, 13): Unresolved reference: BlockMagma e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/BlockTickRateLimiter.kt: (36, 13): Unresolved reference: BlockLeaves e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/BlockTickRateLimiter.kt: (40, 13): Unresolved reference: BlockGrass e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/BlockTickRateLimiter.kt: (44, 13): Unresolved reference: BlockLongGrass e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/BlockTickRateLimiter.kt: (47, 13): Unresolved reference: BlockSoil e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/BlockTickRateLimiter.kt: (51, 13): Unresolved reference: BlockFire e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/CustomNbtEvents.kt: (5, 38): Unresolved reference: Entity e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/CustomNbtEvents.kt: (6, 38): Unresolved reference: NBTTagCompound e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/CustomNbtEvents.kt: (7, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/CustomNbtEvents.kt: (8, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/CustomNbtEvents.kt: (20, 13): Unresolved reference: Entity e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/CustomNbtEvents.kt: (21, 10): Unresolved reference: NBTTagCompound e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/CustomNbtEvents.kt: (24, 36): Unresolved reference: callEvent e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/CustomNbtEvents.kt: (26, 36): Unresolved reference: callEvent e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/CustomNbtEvents.kt: (56, 43): Unresolved reference: Entity e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/CustomNbtEvents.kt: (56, 60): Unresolved reference: NBTTagCompound e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/CustomNbtEvents.kt: (56, 77): Unresolved reference: Event e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/CustomNbtEvents.kt: (57, 25): Unresolved reference: HandlerList e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/CustomNbtEvents.kt: (58, 2): 'getHandlers' overrides nothing e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/CustomNbtEvents.kt: (58, 30): Unresolved reference: HandlerList e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/CustomNbtEvents.kt: (61, 43): Unresolved reference: Entity e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/CustomNbtEvents.kt: (61, 60): Unresolved reference: NBTTagCompound e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/CustomNbtEvents.kt: (61, 77): Unresolved reference: Event e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/CustomNbtEvents.kt: (62, 25): Unresolved reference: HandlerList e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/CustomNbtEvents.kt: (63, 2): 'getHandlers' overrides nothing e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/CustomNbtEvents.kt: (63, 30): Unresolved reference: HandlerList e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/LightUpdateRateLimiter.kt: (10, 38): Unresolved reference: BlockPosition e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/LightUpdateRateLimiter.kt: (11, 38): Unresolved reference: Chunk e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/LightUpdateRateLimiter.kt: (12, 38): Unresolved reference: MCUtil e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/LightUpdateRateLimiter.kt: (173, 38): Unresolved reference: Chunk e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/LightUpdateRateLimiter.kt: (173, 54): Unresolved reference: BlockPosition e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/LightUpdateRateLimiter.kt: (177, 15): Unresolved reference: BlockPosition e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/LightUpdateRateLimiter.kt: (239, 22): Unresolved reference: MCUtil e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/LightUpdateRateLimiter.kt: (247, 38): Unresolved reference: Chunk e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/OptimisedEveryoneSleeping.kt: (7, 38): Unresolved reference: WorldServer e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/OptimisedEveryoneSleeping.kt: (50, 18): Unresolved reference: WorldServer e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/OptimisedEveryoneSleeping.kt: (52, 29): Unresolved reference: players e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/OptimisedEveryoneSleeping.kt: (54, 47): Unresolved reference: isClientSide e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/OptimisedEveryoneSleeping.kt: (57, 18): Cannot infer a type for this parameter. Please specify it explicitly. e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/TpsCompensation.kt: (11, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/TpsCompensation.kt: (38, 17): Unresolved reference: Bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/TpsCompensation.kt: (46, 18): Unresolved reference: ItemFood e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/TpsCompensation.kt: (46, 38): Unresolved reference: ItemPotion e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/TpsCompensation.kt: (46, 60): Unresolved reference: ItemMilkBucket e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/VillageRateLimiter.kt: (9, 12): Unresolved reference: bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/VillageRateLimiter.kt: (21, 14): Unresolved reference: PersistentVillage e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/VillageRateLimiter.kt: (32, 17): Unresolved reference: Bukkit e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/asyncai/AsyncMobAi.kt: (17, 3): Unresolved reference: EntityLiving e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/asyncai/AsyncMobAi.kt: (18, 4): Unresolved reference: it e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/asyncai/AsyncMobAi.kt: (21, 14): Unresolved reference: EntityLiving e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/asyncai/AsyncMobAi.kt: (38, 5): Unresolved reference: MinecraftServer e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/asyncai/AsyncMobAi.kt: (38, 40): Cannot choose among the following candidates without completing type inference: public inline fun Iterable<???>.forEach(action: (???) -> Unit): Unit defined in kotlin.collections public inline fun <K, V> Map<out ???, ???>.forEach(action: (Map.Entry<???, ???>) -> Unit): Unit defined in kotlin.collections e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/asyncai/AsyncMobAi.kt: (38, 50): Cannot infer a type for this parameter. Please specify it explicitly. e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/asyncai/AsyncMobAi.kt: (43, 42): One type argument expected. Use 'ArrayList<*>' if you don't want to pass type arguments e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/asyncai/AsyncMobAi.kt: (46, 18): Unresolved reference: Entity e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/asyncai/AsyncMobAi.kt: (54, 39): Unresolved reference: EntityPlayer e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/asyncai/AsyncMobAi.kt: (55, 23): Unresolved reference: EntityInsentient e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/asyncai/AsyncMobAi.kt: (778, 47): Unresolved reference: IBlockAccess e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/asyncai/AsyncMobAi.kt: (778, 71): Unresolved reference: BlockPosition e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/asyncai/AsyncMobAi.kt: (778, 87): Unresolved reference: IBlockData e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/asyncai/AsyncMobAi.kt: (780, 7): Unresolved reference: World e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/transformers/asyncai/AsyncMobAi.kt: (781, 7): Unresolved reference: ChunkCache e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/utils/UpdateChecker.kt: (3, 12): Unresolved reference: google e: /Users/yuri/Downloads/PaperBin-master 2/src/main/kotlin/dev/binclub/paperbin/utils/UpdateChecker.kt: (26, 28): Unresolved reference: JsonParser

FAILURE: Build failed with an exception.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.5.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 3s 1 actionable task: 1 executed`

recursivetree commented 3 years ago

basicly it can't find the mc classes

x4e commented 3 years ago

Apologies, I should have clarified the build steps. I've updated the ReadMe with instructions. Fixed in e4e126e.

recursivetree commented 3 years ago

Thanks, I can build now, but if I use the build, it crashes because it can't load the natives.

[paperbin INFORMATION] Registering transformers...
[paperbin INFORMATION] Make sure to enable queue-light-updates in paper config
[paperbin WARNUNG] WARNING: A fatal exception occured while initialising PaperBin 1.81

System Info:
   Title: OpenJDK 64-Bit Server VM
   Vendor: Amazon.com Inc.
   Version: 1.8.0_222
   RT Version: 1.8.0_222-b10
   OS: Mac OS X
   OS_V: 10.14.6
   Arch: x86_64
   JHome: /Users/yuri/.sdkman/candidates/java/8.0.222-amzn/jre
   Bukkit Version: null
   Bukkit Server Version: null
   Minecraft Version: null
[paperbin SCHWERWIEGEND] 
java.lang.UnsatisfiedLinkError: dev.binclub.paperbin.native.NativeAccessor.registerClassLoadHook(Ldev/binclub/paperbin/native/PaperBinClassTransformer;)V
        at dev.binclub.paperbin.native.NativeAccessor.registerClassLoadHook(Native Method)
        at dev.binclub.paperbin.MainKt.main(Main.kt:28)
x4e commented 3 years ago

Since the native lib has updated and there has not yet been a release for this update you will need to build the native lib yourself. There are instructions in the subdir's readme.

You could however try one of these, which are quite recent I think and might work?

https://cdn.discordapp.com/attachments/752106323042107532/775642617777750016/libJvmClassHook.so https://cdn.discordapp.com/attachments/752106323042107532/775642595127721994/JvmClassHook.dll