toggle menu
VentureLibs
1.0
main
switch theme
search in API
VentureLibs
/
net.blockventuremc.annotations
Package-level
declarations
Types
Types
Venture
Command
Link copied to clipboard
annotation class
VentureCommand
(
val
name
:
String
,
val
aliases
:
Array
<
String
>
=
[]
,
val
description
:
String
=
""
,
val
permission
:
String
=
""
,
val
permissionDefault
:
PermissionDefault
=
PermissionDefault.OP
,
val
usage
:
String
=
""
)