Skip to content

[Release] vMenu v3.8.3

Choose a tag to compare

@cm8263 cm8263 released this 01 Nov 05:26
· 9 commits to master since this release
28e29d9

Added

Permission to send Private Messages

Added in #533 by @cm8263, the vMenu.OnlinePlayers.SendMessage permission is now required to be able to send private messages. The permission is assigned to everyone by default in permissions.cfg, but existing servers will need to add the below line to their permissions.cfg to allow players to private message each other:

add_ace builtin.everyone "vMenu.OnlinePlayers.SendMessage" allow

Warning

Existing servers that blindly update without adding the above to their permissions.cfg will prevent their players from private messaging each other!


Changed

Server event functionality

Changed in #533 by @cm8263, refactors several server events to be less vulnerable to abuse by malicious actors, improves permissions checking, and updates some logic to use server-sided natives where appropriate.

Changed systems include:

  • Summon player (inside and outside vehicles)
  • Clear area
  • Private messages
  • Kick passengers out of Personal Vehicle
  • Kick player
  • Kill player
  • Saving Teleport Locations
  • Teleport to player
  • Join/Leave Notifications

Full Changelog: v3.8.2...v3.8.3

Tip

Please report issues and bugs here so that we can fix them in future updates, thank you!