mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
9 lines
231 B
Lua
9 lines
231 B
Lua
--- Preset quickbar items that players can load
|
|
-- @config Preset-Player-Quickbar
|
|
|
|
return {
|
|
players={ --- @setting players list of all players and their quickbar items
|
|
dangerarea={'transport-belt','fast-transport-belt'}
|
|
}
|
|
}
|