We welcome feedback about menus, toggles on menus, buttons on menus, input devices (like touch controls and keyboards), and Minecraft’s interface. How do you play? What would make it better?

134

Client-to-Server Camera Perspective Packet

3 Comments

Post a new comment:

Please sign in to leave a comment.

Sorted by oldest
  • 2
    Registered User commented
    Comment actions Permalink

    Strong +1 from me.

    Having the server know the player’s current camera perspective would open up a surprising number of server-side gameplay possibilities without requiring a client mod.

    Plugins could build mechanics around perspective changes, camera-aware interactions, animation/state changes, immersive RPG features, minigames, or other contextual behavior while still supporting completely vanilla clients.

    Since the client only needs to send an update when the perspective actually changes, the network overhead should be effectively negligible.

    This feels like a small protocol addition with a disproportionately useful impact for server and plugin developers.

  • 6
    Registered User commented
    Comment actions Permalink

    This would be genuinely useful for plugin authors.

    A simple perspective-change packet would remove that limitation and give servers another piece of player context to build around. I can imagine it being useful for things like stealth systems, contextual abilities, camera-driven puzzles, or custom RPG mechanics.

    Seems like a good candidate for a small protocol feature that enables much more than its size suggests.

  • 2
    Registered User commented
    Comment actions Permalink

    I personally think this feature would be a massive gain for very little effort when it comes to mojang adding this, I really hope it gets accepted so that us plugin devs can take advantage of this.