Recent content by WinnerWinnerTen

  1. WinnerWinnerTen

    Summon entity

    How to summon entity?
  2. WinnerWinnerTen

    [CHAT] AdodvChat - Global and Local chat for survival servers

    Hello! Forgive me for not having serious reasons for so long, but keep your config anyway: chats: local: enabled: true syntax: '&7&l(&b&lL&7&l) &f#player#: &b#msg#' radius: 30 global: enabled: true syntax: '&7&l(&e&lG&7&l) &f#player#: &b#msg#' symbol: '!'
  3. WinnerWinnerTen

    [Deleted] LlamaEconomy

    Please help with an error in the console when starting the server. 12:50:39 [ERROR] Throwing java.lang.RuntimeException: java.lang.IncompatibleClassChangeError: Found class com.creeperface.nukkit.placeholderapi.api.PlaceholderAPI, but interface was expected at...
  4. WinnerWinnerTen

    [CHAT] AdodvChat - Global and Local chat for survival servers 1.0

    AdodvChat - Global and Local chat for survival servers | Description >> The plugin is a chat divided into local and global. In the config, you can configure: the global chat symbol, messages for local and global chat (syntax), the radius of the local chat, the inclusion of local or global...
  5. WinnerWinnerTen

    [CHAT] AdodvChat - Global and Local chat for survival servers

    WinnerWinnerTen submitted a new resource: [CHAT] AdodvChat - Global and Local chat for survival servers - Global and Local chat for survival servers Read more about this resource...
  6. WinnerWinnerTen

    How to get nearby entities?

    Solved Code: List<Player> nearPlayers = new ArrayList<>(); this.nearPlayers.clear(); for (Player all : getServer().getOnlinePlayers().values()) { if (all.getPosition().distance(new Vector3(p.getX(), p.getY(), p.getZ())) < cfg.getInt("chats.local.radius"))...
  7. WinnerWinnerTen

    How to get nearby entities?

    How to get nearby entities?
Top