RemoteView | |
---|---|
Type | Hack |
Category | Render |
In-game description | “Allows you to see the world as someone else. Use the .rv command to make it target a specific entity.” |
Default keybind | none |
Source code | net/wurstclient/hacks/RemoteViewHack.java |
RemoteView is a Minecraft hack that allows the user to view the perspective of another player or entity remotely.
Filter players | |
---|---|
Type | Checkbox |
In-game description | “Won't view other players.” |
Default value | not checked |
Filter sleeping | |
---|---|
Type | Checkbox |
In-game description | “Won't view sleeping players.” |
Default value | not checked |
Filter flying | |
---|---|
Type | Slider |
In-game description | “Won't view players that are at least the given distance above ground.” |
Default value | 0.0 |
Minimum | 0.0 |
Maximum | 2.0 |
Increment | 0.05 |
Filter monsters | |
---|---|
Type | Checkbox |
In-game description | “Won't view zombies, creepers, etc.” |
Default value | checked |
Filter pigmen | |
---|---|
Type | Checkbox |
In-game description | “Won't view zombie pigmen.” |
Default value | checked |
Filter endermen | |
---|---|
Type | Checkbox |
In-game description | “Won't view endermen.” |
Default value | checked |
Filter animals | |
---|---|
Type | Checkbox |
In-game description | “Won't view pigs, cows, etc.” |
Default value | checked |
Filter babies | |
---|---|
Type | Checkbox |
In-game description | “Won't view baby pigs, baby villagers, etc.” |
Default value | checked |
Filter pets | |
---|---|
Type | Checkbox |
In-game description | “Won't view tamed wolves, tamed horses, etc.” |
Default value | checked |
Filter traders | |
---|---|
Type | Checkbox |
In-game description | “Won't view villagers, wandering traders, etc.” |
Default value | checked |
Filter golems | |
---|---|
Type | Checkbox |
In-game description | “Won't view iron golems, snow golems and shulkers.” |
Default value | checked |
Filter invisible | |
---|---|
Type | Checkbox |
In-game description | “Won't view invisible entities.” |
Default value | not checked |
Filter armor stands | |
---|---|
Type | Checkbox |
In-game description | “Won't view armor stands.” |
Default value | checked |
Version | Changes |
---|---|
Wurst 1.3 Beta | Added RemoteView. |
Wurst 1.7 Beta | Fixed a rare bug in Freecam and RemoteView that teleports the user to a random location. |
Wurst 1.2 | Fixed RemoteView not working with friends. |
Wurst 1.14.2 | Fixed the player view (yaw & pitch) changing after using RemoteView. |
Fixed RemoteView not showing your old position correctly. | |
Wurst 4.5 | Improved RemoteView performance: It will now remember the entity that it is supposed to view instead of remembering only the entity's UUID and then searching for an entity with that ID twice per tick. |
Wurst 4.6 | Fixed RemoteView disabling itself when enabled. |
Wurst 2.27 (Minecraft 1.8), Wurst 5.8.1 (Minecraft 1.11) | Fixed some issues with fake players created by Freecam and RemoteView. |
Wurst 6.35.1 | Fixed a crash when RemoteView can’t find a nearby entity. |
Wurst 7.0pre1 | Temporarily removed RemoteView. |
Wurst 7.0pre27 | Re-added RemoteView. |
RemoteView will now adjust your view for the height of the entity that you are viewing. | |
Wurst 7.5 | Added a “Filter armor stands” checkbox to RemoteView. |
Replaced the “Filter villagers” checkbox in RemoteView with a “Filter traders” checkbox: when checked, it won't target villagers, wandering traders or modded traders. | |
Wurst 7.9 | Fixed a rare crash when using RemoteView. |