Speedgot
Template Plugin - Template for plugin creation
-----
Template for plugin creation - 1.8 - 1.21
Download Now
Via external site
Overview
Documentation
Updates (
--
)
Reviews (
---
)
Version History
Discussion
[0.0.0.8] Update VCommand
You can create orders in another way
Code (Java):
addCommand
(
"sphaleria"
,
new
VCommand
(
)
{
@Override
protected
CommandType perform
(
Sphaleria main, CommandSender sender,
String
...
args
)
{
sendMessage
(
main.
getPrefix
(
)
+
" §eVersion§7: §c"
+
main.
getDescription
(
)
.
getFullName
(
)
)
;
sendMessage
(
main.
getPrefix
(
)
+
" §eCréer par Maxlego08 pour §6sphaleria §e!"
)
;
return
CommandType.
SUCCESS
;
}
@Override
public
String
getSyntax
(
)
{
return
null
;
}
@Override
public
String
getPermission
(
)
{
return
null
;
}
}
.
addSubCommand
(
"sphaleria"
)
.
setOneClass
(
true
)
)
;
----------
,
Aug 1, 2019
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
3,867
First Release:
Jun 8, 2019
Last Update:
Jun 21, 2024
Category:
---------------
All-Time Rating:
8 ratings
Find more info at template.groupez.dev...
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings
Ask Questions / Get Support