*actual* commit for the hell of it
This commit is contained in:
parent
6077d39f1d
commit
428c17123d
2 changed files with 4 additions and 2 deletions
|
@ -9,7 +9,7 @@ public class Bedsplode implements Listener {
|
|||
@EventHandler
|
||||
public void onSleep(PlayerBedEnterEvent event){
|
||||
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;
|
||||
|
||||
player.getWorld().createExplosion(
|
||||
|
|
|
@ -6,4 +6,6 @@ commands:
|
|||
dictionary:
|
||||
description: A set of Hello World commands and listeners, type in /hello to see subcommands
|
||||
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
|
Loading…
Reference in a new issue