Skip to content
forked from onebone/NPC

NPC Plugin ~ Originally by @onebone ~ Maintained by @LeverylTeam

License

Notifications You must be signed in to change notification settings

LeverylTeam/NPC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPC

NPC Plugin ~ Originally by @onebone ~ Maintained by @LeverylTeam

Features:

  • Tracks the player's movement
  • Commands can be set for NPCs
  • Messages can be set for NPCs
  • Uses the creator's skin as the NPC's Skin

Commands:

  • /npc create
    • Create an NPC
    • /npc create Im an NPC!
  • /npc list
    • List all NPCs and their IDs
    • /npc list
  • /npc remove
    • Remove an NPC
    • /npc remove 3
  • /npc message
    • Set a message to an NPC (Messages sent to the player when Tapped)
    • /npc message Hi!
  • /npc command
    • Set a command to an NPC (Command executed when Tapped)
    • /npc command say Hellow World!

Configuration:

save-on-change: true
include-on-player-list: true
max-distance-to-track-player: 8
  • save-on-change: Toggle to save the config on any NPC change
  • include-on-player-list: Toggle to include the NPCs on player list
  • max-distance-to-track-player: Max distance on how many blocks should the NPC track the player

About

NPC Plugin ~ Originally by @onebone ~ Maintained by @LeverylTeam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%