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.

neumond

Members
  • Joined

  • Last visited

Everything posted by neumond

  1. Solved. Things are much more easier than I thought. 1. Take cloner tool, use it on NPC. In opened dialog remember "tab" and "name" parameters, choose server side and save. 2. Now just world.spawnClone(x, y, z, tab, name) e.g.: world.spawnClone(90, 109, 465, 1, 'Ristai')
  2. Oh, I'm trying to do wrong thing. Just found actual (for me) version of API: https://github.com/Noppes/CustomNPCsAPI/tree/1.8.0/noppes/npcs/api from noppes.npcs.api import NpcAPI api = NpcAPI.Instance() new_npc = api.createNPC(world.getMCWorld()) print(type(new_npc)) Currently it gives me NPCWrapper instance without errors. Trying further..
  3. Hi, thank you for amazing mod you've made. But I've tried lots of things to spawn NPCs from my script and this just didn't work, mod just ignores (continuing execution without any stacktraces/messages) world.spawnClone, npc.executeCommand. Tried even doing "noppes npc Name create" from command block, but this wrote "Player only" inside interface of command block as last error message. How can I spawn NPC from my python scripts?

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.