Posted May 31, 201411 yr Hi! I wondered, if there is a possibility to create an area, where the difficulty is an other Could you please give me some tips? Mike
May 31, 201411 yr Different dimension or different area in same dimension? In the first, you can change the difficulty of each dimension. In the second, assuming you want to change damage output or such, you can just watch events, check to see if they are in your area, and change the damage value. Long time Bukkit & Forge Programmer Happy to try and help
May 31, 201411 yr Author Different dimension or different area in same dimension? In the first, you can change the difficulty of each dimension. In the second, assuming you want to change damage output or such, you can just watch events, check to see if they are in your area, and change the damage value. Different areas in the same dimension. Are you able to give me some tips for that? That would be great Mike
May 31, 201411 yr Create a range for your area. Perhaps in the config. Load that up into a class. Anytime a mob attacks a player (look through events), check to see if the player is inside the range in that class. If so, modify the damage as you see fit. This will work for other types of things as well. That should be enough of a description to pull it off. If not, you are going to have to study up first anyhow or it won't work. Long time Bukkit & Forge Programmer Happy to try and help
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.