You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -57,43 +57,10 @@ actionBar.sendToAll(); // Send the actionbar to all the players online on the se
57
57
Title title =newTitle();
58
58
title.sentToPlayer(p, "Hello World (Title)", "Hello World (Subtitle)", 10, 70, 20); // Hello World (title) and Hello World (subtitle) for 3.5 seconds (70 ticks)
59
59
title.sentToAll("Hello World (Title)", "Hello World (Subtitle)", 10, 70, 20); // Hello World (title) and Hello World (subtitle) for 3.5 seconds (70 ticks) to all players
60
-
61
-
// Example Command
62
-
packageme.classy.baapi.commands;
63
-
64
-
importorg.bukkit.entity.Player;
65
-
importorg.bukkit.command.CommandSender;
66
-
67
-
importme.classy.baapi.commandsapi.BaseCommand;
68
-
importme.classy.baapi.utility.Util;
69
-
70
-
publicclassECommandextendsBaseCommand {
71
-
72
-
publicECommand() {
73
-
super("example", newString[]{"ex", "e"}, "I made this command for example, if you want to make a command then use this for example.", "/example <message> OR /ex <message> OR /e <message>", "e.command");
} // This is just an example on how you can create commands using our api.
93
60
```
94
61
## Tested Versions
95
62
96
-
* 1.8 <br>
63
+
* 1.8
97
64
If you test it in other versions make a pull request. Please check [**pull request template.**](https://github.com/Posse-Plugins/BA-API/blob/master/PULL_REQUEST_TEMPLATE.md).
0 commit comments