- Download the Jar here.
- Put the Jar into your plugins folder.
- Start your nukkit server, and have fun.
- Load head from a png file.
- Get head from a player who's offline.
- Config
- Update checker
- /head < name >
- For command: customheads.admin
There are two events, so you can use them:
@EventHandler
public void onDestroy( HeadDestroyEvent e ) {
Player player = e.getPlayer();
if(!player.hasPermission("example.test") {
e.setCancelled( true );
}
}
@EventHandler
public void onPlace( HeadPlaceEvent e ) {
Player player = e.getPlayer();
if(!player.hasPermission("example.test") {
e.setCancelled( true );
}
}
- Discord: Bex#5272
- Twitter: @weirdBEXI