Posted November 8, 20213 yr Hello! I making mod with a drill, and i need my TE to break block as FakePlayer due to mod can be used with plugins like WorldGuard and it's would break blocks in regions (grief). I created that but seems like the player is OP or something, because even if i place my drill in region it's not saying that he can't break block: (Inside my TileEntity) private static FakePlayer fakePlayer = new FakePlayer((ServerWorld) getWorld(), new GameProfile(UUID.randomUUID(), "DrillBlockFake")); Edited November 8, 20213 yr by alowave
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.