File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ paper {
9090 " perworlds.command.group.add" ,
9191 " perworlds.command.group.create" ,
9292 " perworlds.command.group.delete" ,
93+ " perworlds.command.group.info" ,
9394 " perworlds.command.group.list" ,
9495 " perworlds.command.group.option" ,
9596 " perworlds.command.group.remove" ,
@@ -103,6 +104,7 @@ paper {
103104 register(" perworlds.command.group.add" ) { children = listOf (" perworlds.command.group" ) }
104105 register(" perworlds.command.group.create" ) { children = listOf (" perworlds.command.group" ) }
105106 register(" perworlds.command.group.delete" ) { children = listOf (" perworlds.command.group" ) }
107+ register(" perworlds.command.group.info" ) { children = listOf (" perworlds.command.group" ) }
106108 register(" perworlds.command.group.list" ) { children = listOf (" perworlds.command.group" ) }
107109 register(" perworlds.command.group.option" ) { children = listOf (" perworlds.command.group" ) }
108110 register(" perworlds.command.group.remove" ) { children = listOf (" perworlds.command.group" ) }
You can’t perform that action at this time.
0 commit comments