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.

Clements

Members
  • Joined

  • Last visited

Everything posted by Clements

  1. So I use PermissionsEX API (https://github.com/PEXPlugins/PermissionsEx/wiki/Native-API-example) like it should be used for a Bukkit Plugin, but in my mod ?
  2. Hi all, I have a MCPC+ server with PermissionEX and I'm making mods for it. I'd like to know if it's possible to hook into PermissionEX (which is a Bukkit plugin) with a Forge Mod. Thank you for your help.
  3. Hello everyone, I'm making a GUI for my MCPC+ server and I'd like to know what's the best way to get the player money and draw it to the GUI ? I thought to connect to the MySQL database which has the player balances on it but I don't know if it possible and if this is a good way. Also, how to make my GUI draw something only in Multiplayer Mode ? I tried that in my drawScreen method, but it doesn't work. if(!mc.getMinecraft().theWorld.isRemote){ this.drawString(fontRendererObj, "Money:", posX+10, posY+30, 0xf5f5dc); this.drawString(fontRendererObj, getMoneyFromMysql()+"$", posX+50, posY+30, 0xffe100); }

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.