Posted November 19, 201212 yr Hello, is it possible to use MinecraftForge to make a mod that doesn't needs the users to have it? some sort of Bukkit plugin? The reason I'm not using bukkit is because the server uses Feed The Beast mod pack, and I needed a block logging plugin... Simplifying, what I'm trying to make is a simple mod, that won't need users to download, that logs when someone places/destroys a block, is that possible? I was looking at the API and I found this: public boolean removeBlockByPlayer Is removeBlockByPlayer called everytime someone destroys a block, no matter if they used the right tool? Also, to make something be logged by MC, I just need to make it print to MC server console? For that, would the java's print function work?
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.