diff --git a/src/main/java/buttondevteam/presents/dictionary/effects/Bedsplode.java b/src/main/java/buttondevteam/presents/dictionary/effects/Bedsplode.java index 015fa20..77115fe 100644 --- a/src/main/java/buttondevteam/presents/dictionary/effects/Bedsplode.java +++ b/src/main/java/buttondevteam/presents/dictionary/effects/Bedsplode.java @@ -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( diff --git a/target/classes/plugin.yml b/target/classes/plugin.yml index e396c88..db0576d 100644 --- a/target/classes/plugin.yml +++ b/target/classes/plugin.yml @@ -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 \ No newline at end of file + description: A command that allows players to randomly teleport across the map + spawn: + description: A set of commands designed to be used in spawn \ No newline at end of file