mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 23:35:41 +00:00
Update Changelog, fix assert formatting
This commit is contained in:
parent
82a5fc3999
commit
3c7109b23f
13
Changelog.md
13
Changelog.md
@ -1,3 +1,16 @@
|
||||
# v2.4.0
|
||||
|
||||
- CHANGED entire plugin Lua implementation (rewrite)
|
||||
- CHANGED moved *all* functions into MP.\*
|
||||
- CHANGED all files of a Lua plugin to share a Lua state
|
||||
- ADDED `MP.GetOSName() -> string`: Returns "Linux", "Windows" or "Other"
|
||||
- ADDED `MP.GetServerVersion() -> string`: Returns major,minor,patch version
|
||||
- ADDED `MP.IsPlayerGuest(id) -> boolean`: Whether player with id is a guest
|
||||
- ADDED `MP.Settings` table providing aliases for 0,1,2,etc. in MP.Set(id,val)
|
||||
- ADDED plugin directories to `package.path` and `package.cpath` before `onInit`
|
||||
- ADDED ability to add `PluginConfig.toml` to your plugin folder to change some settings
|
||||
- ADDED ability to share a lua state with other plugins via `StateId` setting in `PluginConfig.toml`
|
||||
|
||||
# v2.3.3
|
||||
|
||||
- CHANGED servers to be private by default
|
||||
|
Loading…
x
Reference in New Issue
Block a user