docs: update Scripting/new-lua-scripting

This commit is contained in:
Dudekahedron 2023-06-13 00:17:04 +01:00 committed by WikiBot
parent 80218da7b5
commit 8b9fa2be82

View File

@ -2,7 +2,7 @@
title: Server-Side Lua Scripting title: Server-Side Lua Scripting
description: description:
published: true published: true
date: 2023-06-12T23:16:30.658Z date: 2023-06-12T23:16:59.617Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2021-11-27T11:59:46.370Z dateCreated: 2021-11-27T11:59:46.370Z
@ -824,7 +824,7 @@ Triggered when the server shuts down. Currently happens after all players were k
### `onPlayerAuth` ### `onPlayerAuth`
Arguments: `player_name: string`, `player_role: string`, `is_guest: bool`, `identifiers: table` Arguments: `player_name: string`, `player_role: string`, `is_guest: bool`, `identifiers: table -> beammp, ip`
Cancellable: YES Cancellable: YES
First event that gets triggered when a player wants to join. First event that gets triggered when a player wants to join.