Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 949 Bytes

README.en-US.md

File metadata and controls

23 lines (17 loc) · 949 Bytes

PersonalPermission Player individual permissions

  • author: Megghy,肝帝熙恩更新1449
  • source: github
  • to give the player an individual permission instead of adding it to the user group
  • For developers: You can use <Player Object (TSPlayer)>.GetData<Group>("PersonalPermission"); to obtain a user group object containing independent permissions, and calling .HasPermission directly will also automatically determine the permissions.

Instruction

Command Permissions Description
/pp personalpermission.admin Add/delete permissions and other instructions for players

Configuration

none

Feedback