Added quickbar preset command

This commit is contained in:
Kevin Taylor
2020-05-16 16:36:38 +01:00
parent e880e58998
commit a52f447ff9
3 changed files with 35 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ Roles.new_role('Sponsor','Spon')
'command/home-get',
'command/return',
'fast-tree-decon',
'command/load-quickbar'
}
Roles.new_role('Supporter','Sup')

View File

@@ -0,0 +1,8 @@
--- 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'}
}
}