Hub Command
Code (YAML):
HubCommand:
Console
:
"&cYou cannot enter this commmand from console"
No-Permission
:
"&cYou do not have permission to execute this command"
Permission
:
"dbasic.command.hubcommand"
# Feel free to change the permission to what ever you want
Action
:
"play <server>"
# in <server> put your default server as. Hub, Lobby etc.
ActionMessage
:
# FEEL FREE TO ADD MORE LINES
-
""
-
"&cYou has been sended into HUB"
-
""
Welcome Message
Code (YAML):
WelcomeMessage:
Permission
:
"dbasic.event.joinmessage"
# Feel free to change the permission to what ever you want
Message
:
-
"&f&m----------------------------------"
-
"&7Welcome to the &9Solar Network"
-
""
-
"&9[&f*&9] &fWebsite - &9www.solardevelopment.xyz"
-
"&9[&f*&9] &fStore - &9store.solardevelopment.xyz"
-
"&9[&f*&9] &fTeamspeak - &9ts.solardevelopment.xyz"
-
"&9[&f*&9] &fTwitter - &[email protected]"
-
""
-
"&f&m----------------------------------"
Staff-Chat
Code (YAML):
Staff-Chat:
Prefix
:
"&8[&9Staff-Chat&8] &f"
No-Perms
:
"&cYou have no permission to execute this command"
Console
:
"&cYou cannot enter this command from console"
Permission
:
"dbasic.command.staffchat"
Player
:
"&9{player} &f"
Admin-Chat
Code (YAML):
Admin-Chat:
Prefix
:
"&8[&cAdmin-Chat&8] &f"
No-Perms
:
"&cYou don't have permission to execute this command"
Console
:
"&cYou cannot enter this command from console"
Permission
:
"dbasic.command.adminchat"
Player
:
"&c{player}"
Owner-Chat
Code (YAML):
Owner-Chat:
Prefix
:
"&8[&4Owner-Chat&8] &f"
No-Perms
:
"&cYou don't have permission to execute this command"
Console
:
"&cYou cannot enter this command from console"
Permission
:
"dbasic.command.ownerchat"
Player
:
"&4{player}"
Staff-Join
Code (YAML):
Staff-Join:
Permission
:
"dbasic.command.staffjoin"
Message
:
"&8[&9STAFF&8] &a{player} &7has joined the network"
Clear-Chat
Code (YAML):
Permission
:
"dbasic.command.clearchat"
Message
:
"&a{player} &7cleared a chat"
Broadcast
Code (YAML):
Broadcast:
Permission
:
"dbasic.command.brodcast"
Prefix
:
"&8[&4Alert&8] "
Usage
:
"&c usage /broadcast <message>"
BUGS:
- If you will find any bugs please make a review and describe the bug. I really would like to fix all the bugs.
PERMISSIONS:
- Permission in DBasic plugin are flexible which mean you can change them and they will still do the work example:
Normal - "dbasic.command.ownerchat"
Changed - Permission: "whateveryouwanttoput.command.ownerchat"
It still will work