Developers

To implement this API into your own plugin, you just need to add it to your project path and hit OK. The methods that I have included are the following:

SuperAPI.sendConsole(String s); //Sends a message to the console.

SuperAPI.setPrefix(Player player, String s); //Sets the players prefix for the selected player.

SuperAPI.setPrefixVisible(Player player, boolean enable); //Enables the prefix for the selected player.

SuperAPI.killAllPlayers(); //Kills all of the players on the server.

SuperAPI.giveItems(Player player, Material material, int quantity); //Gives the quantity of the selected material to the player.

Comments

Posts Quoted:
Reply
Clear All Quotes