Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (โ‹ฎ) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Leaderboard

Popular Content

Showing content with the highest reputation on 01/22/22 in Posts

  1. Xironite Minecraft Server [1.8.x โ€“ 1.18.x] Xironite is a server dedicated to interacting with our community through hosting events and listening to player feedback! Our main feature is Towny! Towny gives our players a chance to work together and try to make the largest town while recruiting more players to help them. If competition is more your speed, you can compete against other towns in a variety of contests! You can do anything you want, from creating the largest town with your friends to dominating the economy and skill leaderboards! Xironite also adds a tonne of features to Survival, making it feel fresh once again. From custom enchants and tools to dungeons and bosses that will test your skills, Xironite has plenty to keep you busy! On top of all that, our player ranks can be earned in-game through playtime and resource gathering. No need to pay for cool perks! Xironite is constantly evolving based on player feedback and ideas from our amazing management. Join now before you miss our next event! How to Join? Join now using our IP: mc.xironite.org Features Bosses Dungeons Crates & Lootbags Events Robust Anti-Cheat Friendly & Active Community Custom Enchants Custom Tools & Armour PyroMining & PyroFishing Player Feedback & Suggestions Custom Textures ...and much more! Social Media Discord Instagram TikTok YouTube
  2. Looked very nice ๐Ÿ˜€ Effect#removeAttributeModifiers gets called upon effect removal, you may find it useful in your case.
  3. @poopoodice Thanks! So, assuming that I got your comment correctly, would this be a proper way to apply an effect: @Override public void doPostAttack(LivingEntity pAttacker, Entity pTarget, int pLevel) { // IF: Code is executing on the client. if (pAttacker.level.isClientSide()) { return; } // IF: Entity is not living entity. if (!(pTarget instanceof LivingEntity)) { return; } // Cast entity to living entity. LivingEntity mob = (LivingEntity)pTarget; // IF: Player already has effect. if (mob.hasEffect(PlayerMobEffects.STUNNED.get())){ return; } // Calculate hit chance. int hitChance = pLevel * 10; // Create random generator. Random random = new Random(); // Get number between 0 and 99. int roll = random.nextInt(100); // IF: Apply on hit chance was missed. if (roll >= hitChance) { return; } // Calculate duration of the effect int duration = 20 * pLevel; // Create instance of effect. MobEffectInstance effect = new MobEffectInstance(PlayerMobEffects.STUNNED.get(), duration, pLevel); // Apply effect to mob. mob.addEffect(effect); } I have tested the code and it works, although I am not sure if there is smarter way to apply effect. Still need to figure out how to make mob die after it gets stunned.
  4. I just fixed this problem and you'll want to check for any mods that you might have already downloaded that aren't for the version of forge you are trying to play on. hope this helped
  5. A friendly community with lots of awesome plugins to make your Minecraft experience enjoyable :)
  6. Lovely server thatโ€™s perfect for you if youโ€™re interested in a friendly community, pyrofishing/pyromining, custom weapons and more!

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions โ†’ Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.