Posted October 21, 201410 yr There are multiple instances inside my mod where I need to add a score to track whether the player should be given a item, or if the player can use the item. I know I can declare a integer and use that, however, I want this to be able to function on multi player, and only set it for the player. Any help is appreciated. There's 10 types of people in this world; Those that understand binary and those that don't.
October 21, 201410 yr NBT -Mitchellbrine Minecraft can do ANYTHING, it's coded in Java and you got the full power of Java behind you when you code. So nothing is impossible. It may be freaking fucking hard though, but still possible If you create a topic on Modder Support, live by this motto: I don't want your charity, I want your information
October 21, 201410 yr Set an integer in the player's data for the score per-player. NBT stands for Named Binary Tag. It's very useful for per-player integers/boolean/strings/etc. -Mitchellbrine Minecraft can do ANYTHING, it's coded in Java and you got the full power of Java behind you when you code. So nothing is impossible. It may be freaking fucking hard though, but still possible If you create a topic on Modder Support, live by this motto: I don't want your charity, I want your information
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.