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.

Featured Replies

Posted

Hello!

 

I've made a 'Ban screen' for my mod: http://prntscr.com/35b9no

 

So i can stop people that are duches from using my mod,

But so far I can only get that screen to happen once the player logs into a world.

So I'm just wondering if there is any way to replace that as the main menu if the player is banned.

 

So far I have this:

 

@SubscribeEvent
public void banned(RenderGameOverlayEvent e) throws MalformedURLException, IOException{
	if(isBanned(Minecraft.getMinecraft().thePlayer)){
		Minecraft.getMinecraft().displayGuiScreen(new GuiBanned());
	}
}

Former developer for DivineRPG, Pixelmon and now the maker of Essence of the Gods

Read the Mojang Terms of use. That will tell you what you can do, can't do and how far you can go in modding.

If I helped then you help, hit that Thank You button or Applaud.

  • Author

I just read the terms and conditions for modding. Apparently i cant altar and files, but thanks to 1.7 forge, i cant do that even if i wish. So there for im still in the good for a ban page. Unless anyone can prove me wrong?

Former developer for DivineRPG, Pixelmon and now the maker of Essence of the Gods

Ok, I didn't want to give false info so I read all of the Terms of Use and all. Apparently, there is nothing like that... I can nearly promise I saw something there when I started modding... Anyway sorry. (Lol, embarrassing)

If I helped then you help, hit that Thank You button or Applaud.

There is some recent precedent for stopping mod maliciousness here and a couple other topics:

http://www.minecraftforum.net/topic/2323043-to-mod-creators-copyrights-and-malicious-code/

 

This perhaps being a key point,

I've gotten a few reports of this mod possibly acting maliciously if installed without "permission". Per the Minecraft terms of use: "Please think carefully before you make any content available, because it will be made public and might even be used by other people in a way you don‘t like."

 

There will also be a future update to the terms that will address malicious code, which is to say anything that intentionally prevents someone from playing the game, or purposefully negatively affects the game experience.

 

Modders receive permission to play the game and distribute mods from Mojang, just like other players, through the terms of use. They do not get to dictate their own terms of use for content that is created for Minecraft.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

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.