*actual* commit for the hell of it

This commit is contained in:
alisolarflare 2017-08-14 16:31:48 -04:00
parent 6077d39f1d
commit 428c17123d
2 changed files with 4 additions and 2 deletions

View file

@ -9,7 +9,7 @@ public class Bedsplode implements Listener {
@EventHandler @EventHandler
public void onSleep(PlayerBedEnterEvent event){ public void onSleep(PlayerBedEnterEvent event){
Player player = event.getPlayer(); Player player = event.getPlayer();
player.sendMessage("[ButtonPresents] Night night " + player.getName().toLowerCase()); player.sendMessage("[ButtonPresents] Nighty night " + player.getName().toLowerCase());
if (player.getName().toLowerCase() != "alisolarflare") return; if (player.getName().toLowerCase() != "alisolarflare") return;
player.getWorld().createExplosion( player.getWorld().createExplosion(

View file

@ -7,3 +7,5 @@ commands:
description: A set of Hello World commands and listeners, type in /hello to see subcommands description: A set of Hello World commands and listeners, type in /hello to see subcommands
rtp: rtp:
description: A command that allows players to randomly teleport across the map description: A command that allows players to randomly teleport across the map
spawn:
description: A set of commands designed to be used in spawn