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.

Owen1212055

Members
  • Joined

  • Last visited

Everything posted by Owen1212055

  1. Hello, I am curious if there is a way to make client-side commands that can be autocompleted with tab like any command normally would.
  2. @SubscribeEvent public void onServerStarting(FMLServerStartingEvent event) { // event.getServer().getCommandManager().getDispatcher().register(Commands.literal CommandDispatcher dispatcher = event.getServer().getCommandManager().getDispatcher(); dispatcher.register(Commands.literal("import") .then(Commands.argument("code", StringArgumentType.string()) .executes(ctx -> { Currently, when joining a server it loads this command. How would I be able to also make it load when joining multiplayer servers? (Like what event is it)
  3. Okay so I’ll try looking
  4. When I do that though, the player cannot place the block down until they open their inventory. It acts almost like a ghost item (it disappears when opening a container). Would I be able to manually "refresh" the inventory?
  5. By typing .load in chat, it will give the player an item. This is in multiplayer when the player is in creative.
  6. Since when I try to add an item when on creative mode on a multiplayer server I cannot place down that block until I open my inventory.
  7. This is a client-side mod and doesn't add any new items to the game.
  8. Well don't you have to send a packet to the server if you want to send an item to a player on a multiplayer server?
  9. Well, I want to give the player a certain ItemStack (in a server).
  10. Hello, I need some help with sending items using packets. This is so I can give players items if they are on creative mode on a server. Is there anywhere where I can learn to do this? 1.14

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.