You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NPCs can now override the default Interactable Hologram.
Indevidual NPCs can toggle having the Interactable Hologram, even if it is interactable.
The NPC's escaped name is shown to the player whilst changing it. (Toggleable via the NameReferenceMessages field in the config.yml!)
A new menu page to house the aforementioned items.
A button to delete the NPC from within the menu
A confirmation menu upon attempting to delete an NPC (Yes, even with the command. I may add a bypass flag in the future.)
A button to set the NPC's pitch and yaw, so called its Facing Direction
The /npc command now takes the RAW (unstylized) NPC name as an identifier. (ie. /npc edit foxikle's helper). This does support NPCs with spaces in their name.
Just a note about that, NPC UUIDs still work, they just are not supplied to the tab completion
A new command to teleport to an NPC. /npc goto <NPC>
Requires the customnpcs.commands.goto permission
A new command to move an NPC to you. /npc movehere <NPC>
Requires the customnpcs.commands.movehere permission
A new command to clone an NPC to your current location. /npc clone <NPC>
Requires the customnpcs.commands.clone permission
The Skin menu, the Action Customizer Menu, and the Condition Customizer Menu now all have click sounds
The config version is now 5
The NPC File version is now 1.6
Backing up config.yml if it is irreparably damaged
Importing your current armor to an NPC
New skin menu
Import skins from a player's name
Import skins from a URL
Use the Skin Catalogue (Nothing changed here, but its in the skin menu)
Added a tunnelvision option to npcs (Already an API feature)
A tunnelvisioned NPC does not look at nearby players
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
New Features
NameReferenceMessages
field in theconfig.yml
!)Facing Direction
/npc
command now takes the RAW (unstylized) NPC name as an identifier. (ie./npc edit foxikle's helper
). This does support NPCs with spaces in their name./npc goto <NPC>
customnpcs.commands.goto
permission/npc movehere <NPC>
customnpcs.commands.movehere
permission/npc clone <NPC>
customnpcs.commands.clone
permissionconfig.yml
if it is irreparably damagedtunnelvision
option to npcs (Already an API feature)Teleport
action now teleports players asynchronously, for more performanceBug Fixes
Developer changes
NPCApi.NPC
classclone
methods.Equipment
object now has a method to import from anEntityEquipment
object.Action#getArgsCopy
now returns a mutable listActionType
now has a field determining if the action can have a delayNew Contributors
Full Changelog: v1.5.2...v1.6
Acknowlegdments
A huge thank you goes out to Nutric! He has been instrumental to this update through his patronage on Patreon!
That's it! Here is a little peek at the future of CustomNPCS!
1.7
1.8
Cheers!
-Foxikle <3
This discussion was created from the release CustomNPCs v1.6.
Beta Was this translation helpful? Give feedback.
All reactions