====== NPC Controller ====== Dies sind VirtualPlayers, die automatische Commands für das Questsystem ausführen. Die Virtuellen Player werden vom Admin eingerichtet und den einzelnen Questen zugeordnet.\\ Mit diesen VP werden die Befehle ausgeführt, für die ein Player notwendig ist.\\ Der VP kann OP sein oder auch nicht. Betroffene Plugins : * HeroStronghold * Citizen * Sentry Damit sollte eine weitgehende Automatisierung der Questen und Verwaltung möglich sein. ===== Commands ===== virtualplayers: aliases: [vp,virtualplayer] ap: description: add virtual player usage: /ap [arguments] vdc: aliases: [dc] description: do command as a virtual player usage: /dc [arguments] Commands: dc = do command, = the name of virtual player * dc any command you would normally do as a player * dc op : op virtual player * dc deop : deop virtual player * dc respawn : respawn the virtual player * dc disconnect * dc connect * dc reconnect * dc health : give the virtual player some health ( or kill them if 0 ) * dc inv : print out their inventory * dc giveinv : give them an item * dc tp : teleport them to the given location ( "world,3,3,3" ) * dc chat my message : have the virtual player talk in chat * dc hit [damage] : attack other players, defaults to 5 damage * dc interact : do a PlayerInteractEvent on the specified block location * /dc bpe : do a BlockPlaceEvent of the given material at the given location * /dc bbe : do a BlockBreakEvent at the given location