-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPackage.toml
28 lines (25 loc) · 952 Bytes
/
Package.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# package configurations
[package]
# package name
name = "admin"
# contributors
author = "-ffs-PLASMA"
# version
version = "2.0.0"
# image URL
image = ""
# package type: 'script' (normal package), 'game-mode' (unique package - can only load one at a time), 'library' (doesn't start a Lua VM) or 'loading-screen' (special package for loading screen)
type = "script"
# whether to force the custom map script to do not load
force_no_map_script = false
# auto destroy all entities spawned by this package when it unloads
auto_cleanup = true
# packages requirements
packages_requirements = [
]
# asset packs requirements
assets_requirements = [
]
# compatible maps - maps to be highlighted when starting a new game through main menu
compatible_maps = [
]