UltimateTroll icon

UltimateTroll 1.0

Run the troll on the player!

Run the troll on the player.

Commands

  • /troll execute <player> <type> - Execute a troll on a player
  • /troll reload - Reloads the plugin

Permissions

  • troll.command.execute - Allows use of the /troll execute command
  • troll.command.reload - Allows use of the /troll reload command

✔ Developer API Support

  • TrollExecuteEvent - Called when a troll effect is executed on a player

✔ How to add a custom troll?

import net.troll.trolls.Troll;
import org.bukkit.entity.Player;
import org.bukkit.command.CommandSender;

public class Test implements Troll {

    @Override
    public String getName() {
        return "test";
    }

    @Override
    public void execute(Player target, CommandSender sender) {
        target.sendMessage("Test")
    }
}

 

public void onEnable() {
   TrollRegistry.registerTroll(new Test());
}

 

  config.yml

 

  messages.yml

For support, please use only resource discussion

Terms of Service
By using this plugin, you agree to the following terms, which may be updated by the author at any time.

  • All payments are final and non-refundable.
  • Redistribution or resale of this plugin is prohibited.
  • You are not permitted to modify, decompile, or extract any part of the plugin's source code.
  • Support is provided exclusively to legitimate customers. We cannot offer support for plugins obtained through unauthorized or illegal means.
You might also like...