mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
Fixed Command Help
This commit is contained in:
@@ -41,7 +41,6 @@ local groups = Ranking._groups(true)
|
|||||||
groups['Root']:edit('allow',false,{
|
groups['Root']:edit('allow',false,{
|
||||||
['testing']=true
|
['testing']=true
|
||||||
})
|
})
|
||||||
ranks['Root']:edit('test',true,'testing')
|
|
||||||
|
|
||||||
groups['Root']:add_rank{
|
groups['Root']:add_rank{
|
||||||
name='Owner',
|
name='Owner',
|
||||||
@@ -103,6 +102,8 @@ groups['User']:add_rank{
|
|||||||
|
|
||||||
local ranks = Ranking._ranks(true)
|
local ranks = Ranking._ranks(true)
|
||||||
|
|
||||||
|
ranks['Root']:edit('test',true,'testing')
|
||||||
|
|
||||||
Ranking._base_preset{
|
Ranking._base_preset{
|
||||||
['badgamernl']='Owner',
|
['badgamernl']='Owner',
|
||||||
['arty714']='Community Manager',
|
['arty714']='Community Manager',
|
||||||
|
|||||||
@@ -137,5 +137,5 @@ commands.add_command = function(name, description, inputs, event)
|
|||||||
inputs=inputs
|
inputs=inputs
|
||||||
}
|
}
|
||||||
command_calls[name] = event
|
command_calls[name] = event
|
||||||
commands._add_command(name,command_inputs(command_data[name])..description,run_custom_command)
|
commands._add_command(name,command_inputs(command_data[name])..'- '..description,run_custom_command)
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user