Advertisement
Guest User

alEntrar

a guest
Jan 18th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. public void alentar(PlayerJoinEvent e){
  2. Player p = e.getPlayer();
  3. FileConfiguration config = plugin.getConfig();
  4. String path = config.getBoolean("config.mensaje-bienvenida");
  5. if(path.equals(true)){
  6. String texto = plugin.getConfig().getString("config.mensaje-bienvenida-texto");
  7. jugador.sendMessage(texto);
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement