Minecraft VirtualPlayers mod 2026 download
logo
minecraft mod VirtualPlayers

VirtualPlayers

Game Version: 1.7.4
Total Downloads: 25,341
Updated: Apr 14, 2014
Created: Aug 11, 2012
Download VirtualPlayersDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
VirtualPlayers_v1.5.8 release 55.95 KB Apr 14, 2014 1.7.4 7,971 download VirtualPlayers VirtualPlayers_v1.5.8 releaseDownload
VirtualPlayers_v1.5.6 release 55.91 KB Mar 27, 2014 1.7.4 622 download VirtualPlayers VirtualPlayers_v1.5.6 releaseDownload
VirtualPlayers_v1.5.3 release 35.31 KB Dec 31, 2013 1.7.2 2,037 download VirtualPlayers VirtualPlayers_v1.5.3 releaseDownload
VirtualPlayers_v1.5.2 release 34.89 KB Sep 22, 2013 1.6.4 2,175 download VirtualPlayers VirtualPlayers_v1.5.2 releaseDownload
VirtualPlayers_v1.4.7 release 33.90 KB Jul 9, 2013 1.6.2 1,657 download VirtualPlayers VirtualPlayers_v1.4.7 releaseDownload
VirtualPlayers_v1.4.6 release 33.90 KB Jul 9, 2013 1.6.1 507 download VirtualPlayers VirtualPlayers_v1.4.6 releaseDownload
VirtualPlayers_v1.4.5 release 33.39 KB May 3, 2013 1.5.2 1,715 download VirtualPlayers VirtualPlayers_v1.4.5 releaseDownload
VirtualPlayers_v1.4.3 release 33.38 KB Apr 12, 2013 CB 1.5.1-R0.1 956 download VirtualPlayers VirtualPlayers_v1.4.3 releaseDownload
VirtualPlayers_v1.4.1.1 release 32.63 KB Mar 25, 2013 1.5.1 567 download VirtualPlayers VirtualPlayers_v1.4.1.1 releaseDownload
VirtualPlayers_v1.4.1 release 32.65 KB Mar 22, 2013 1.5.1 428 download VirtualPlayers VirtualPlayers_v1.4.1 releaseDownload
VirtualPlayers_v1.4 release 32.65 KB Mar 16, 2013 1.5.0 332 download VirtualPlayers VirtualPlayers_v1.4 releaseDownload
VirtualPlayers_v1.3.8 release 31.71 KB Jan 17, 2013 CB 1.4.7-R0.1 1,119 download VirtualPlayers VirtualPlayers_v1.3.8 releaseDownload
VirtualPlayers_v1.3.4 release 40.46 KB Dec 21, 2012 1.4.6 658 download VirtualPlayers VirtualPlayers_v1.3.4 releaseDownload
VIrtualPlayers_v1.3.3 release 29.38 KB Dec 11, 2012 CB 1.4.5-R0.2 581 download VirtualPlayers VIrtualPlayers_v1.3.3 releaseDownload
VirtualPlayers_v1.3.2 release 29.38 KB Dec 8, 2012 CB 1.4.5-R0.2 273 download VirtualPlayers VirtualPlayers_v1.3.2 releaseDownload
VirtualPlayers_v1.3.1 release 29.75 KB Dec 4, 2012 CB 1.4.2-R0.2 334 download VirtualPlayers VirtualPlayers_v1.3.1 releaseDownload
VirtualPlayers_v1.3.0 release 29.60 KB Nov 30, 2012 CB 1.4.2-R0.2 283 download VirtualPlayers VirtualPlayers_v1.3.0 releaseDownload
VirtualPlayers_v1.2.5 release 28.79 KB Nov 7, 2012 CB 1.4.2-R0.2 596 download VirtualPlayers VirtualPlayers_v1.2.5 releaseDownload
VirtualPlayers_v1.2.4 release 28.47 KB Nov 4, 2012 CB 1.4.2-R0.2 229 download VirtualPlayers VirtualPlayers_v1.2.4 releaseDownload
VirtualPlayers_v1.2.3 release 28.02 KB Oct 22, 2012 CB 1.3.2-R2.0 517 download VirtualPlayers VirtualPlayers_v1.2.3 releaseDownload
VirtualPlayers_v1.2.0.2 release 26.65 KB Oct 11, 2012 CB 1.3.2-R1.0 441 download VirtualPlayers VirtualPlayers_v1.2.0.2 releaseDownload
VirtualPlayers_v1.2.0 release 26.10 KB Sep 14, 2012 CB 1.3.2-R0.1 602 download VirtualPlayers VirtualPlayers_v1.2.0 releaseDownload
VirtualPlayers_v1.1.6 release 24.04 KB Aug 12, 2012 CB 1.3.1-R1.0 741 download VirtualPlayers VirtualPlayers_v1.1.6 releaseDownload

Screenshots

Description

Share this:

VirtualPlayers

VirtualPlayers

This is a lightweight plugin for 1) debugging plugins or 2) doing commands for plugins that need players.

The virtualPlayers can take actions via commands and print out the events that are happening to them on the console. These players don't show up in game, but are just used for performing actions as if a player was there. Very useful if you don't even want to load up Minecraft, you just boot the server and debug as if you were players without even running the game.

The virtual players respond to the following commands.

Commands as Players

Commands: dc = do command, <virtual player> = the name of virtual player

  • dc <virtual player> any command you would normally do as a player
  • dc <virtual player> op : op virtual player
  • dc <virtual player> deop : deop virtual player
  • dc <virtual player> respawn : respawn the virtual player
  • dc <virtual player> disconnect
  • dc <virtual player> connect
  • dc <virtual player> reconnect
  • dc <virtual player> health <amount> : give the virtual player some health ( or kill them if 0 )
  • dc <virtual player> inv : print out their inventory
  • dc <virtual player> giveinv <item> : give them an item
  • dc <virtual player> tp <location> : teleport them to the given location ( "world,3,3,3" )
  • dc <virtual player> chat my message : have the virtual player talk in chat
  • dc <virtual player> hit <player2> [damage] : attack other players, defaults to 5 damage
  • dc <virtual player> interact <left | right> <location> : do a PlayerInteractEvent on the specified block location
  • /dc <virtual player> bpe <block> <location> : do a BlockPlaceEvent of the given material at the given location
  • /dc <virtual player> bbe <location> : do a BlockBreakEvent at the given location

Other Commands

  • /virtualplayers hideMessages : hide messages from players
  • /virtualplayers showMessages : show messages from players

Examples:

  • dc p1 spawn
  • dc p2 disconnect
  • dc p1 chat Hello Server!
  • dc p3 bpe iron_block world,310,65,700 : Place an iron_block at world,310,65,700

hideMessages

Virtual Players will print out to the console if they teleport, receive a message or tell, respawn, connect/reconnect

I usually have a text file where I type out the commands I want to do with the players then just paste all of the actions into the console

Source

GitHub

Comments

Add a comment