Browse Source

teeeest

master^2
Misterzym 7 years ago
parent
commit
b88f4a0e5c
  1. 2
      plugin.yml
  2. 1
      setspawn/SetSpawn.java

2
plugin.yml

@ -12,7 +12,7 @@ commands:
description: Go to the spawn!
ssreload:
usage: /<command>
description: Reload the config!
description: Reload the config
permissions:
spawn.set:

1
setspawn/SetSpawn.java

@ -21,6 +21,7 @@ public class SetSpawn extends JavaPlugin implements Listener {
public void onEnable() {
Bukkit.getPluginManager().registerEvents(this, this);
getLogger().info("Spawn has been enabled!");
getConfig().addDefault("Spawn-Message", "&0[&fСпавн&0]&r: &2Вы на спавне!");
getConfig().addDefault("Set-Spawn-Message", "&0[&fСпавн&0]&r: &eВы установили спавн!");
getConfig().addDefault("No-Spawn-Message", "&0[&fСпавн&0]&r: &cСпавн не установлен!");

Loading…
Cancel
Save