DeviceACM

Simple tag to see your health, hunger, cps, connection, faction and device you use.

DeviceACM

Simple tag to see your health, hunger, cps, connection, input mode, faction and device you use. The best DeviceTag for PocketMine-PM 5.0 servers.

1665729976547

Discord

๐ŸŒ Wiki

  • Check our plugin wiki for features and secrets in the...

๐Ÿ’ก Implementations

  • Configuration
  • Faction support
  • ScoreTag customization
  • PopupTag customization
  • DeviceTag and PopupTag per worlds
  • Platform
  • InputMode
  • Keys in config.yml

๐Ÿ’พ Config

#  ____    _____  __     __  ___    ____   _____      _       ____   __  __ 
# |  _ \  | ____| \ \   / / |_ _|  / ___| | ____|    / \     / ___| |  \/  |
# | | | | |  _|    \ \ / /   | |  | |     |  _|     / _ \   | |     | |\/| |
# | |_| | | |___    \ V /    | |  | |___  | |___   / ___ \  | |___  | |  | |
# |____/  |_____|    \_/    |___|  \____| |_____| /_/   \_\  \____| |_|  |_|
#       by fernanACM
# A simple and customizable DeviceTag via 'config.yml'. Shows your health, hunger, 
# connection, device, cps, faction (ONLY IF YOU ACTIVATE SUPPORT) and more. 
# The best DeviceTag for Pocketmine 5.0 servers.

# VERSION CONFIG, DO NOT TOUCH!
config-version: "4.0.1"

# ======(KEYS)======
# PLUGIN:
# {NAME} => player name
# {HEALTH} => player life
# {MAX_HEALTH} => player max life
# {FOOD} => player hunger
# {MAX_FOOD} => player max hunger
# {PING} => player connection
# {DEVICE} => player device
# {INPUT} => player input mode
# {CPS} => player cps
# {WORLD} => world name
# {REACH} => player reach

# POPUP:
# {VICTIM_NAME} => victm name
# {VICTIM_HEALTH} => victm life
# {VICTIM_MAX_HEALTH} => victm max life
# {VICTIM_FOOD} => victm hunger
# {VICTIM_MAX_FOOD} => victm max hunger
# {VICTIM_PING} => victm connection
# {VICTIM_DEVICE} => victm device
# {VICTIM_INPUT} => victm input mode
# {VICTIM_CPS} => victm cps
# {VICTIM_WORLD} => world name
# {VICTIM_REACH} => victm reach

# FACTION SUPPORT:
# {FACTION} => faction name
# {FACTION_RANK} => faction rank
# {FACTION_POWER} => faction power

# EXTRAS:
# "{LINE}" => "\n",
# - COLORS
#  "&" => ยง,
# "{BLACK}" => TextFormat::BLACK,
# "{DARK_BLUE}" => TextFormat::DARK_BLUE,
# "{DARK_GREEN}" => TextFormat::DARK_GREEN,
# "{CYAN}" => TextFormat::DARK_AQUA,
# "{DARK_RED}" => TextFormat::DARK_RED,
# "{PURPLE}" => TextFormat::DARK_PURPLE,
# "{GOLD}" => TextFormat::GOLD,
# "{GRAY}" => TextFormat::GRAY,
# "{DARK_GRAY}" => TextFormat::DARK_GRAY,
# "{BLUE}" => TextFormat::BLUE,
# "{GREEN}" => TextFormat::GREEN,
# "{AQUA}" => TextFormat::AQUA,
# "{RED}" => TextFormat::RED,
# "{PINK}" => TextFormat::LIGHT_PURPLE,
# "{YELLOW}" => TextFormat::YELLOW,
# "{WHITE}" => TextFormat::WHITE,
# "{ORANGE}" => "ยง6"
# "{BOLD}" => TextFormat::BOLD,
# "{RESET}" => TextFormat::RESET

# ==(CONFIGURATION)==
Settings:
  # Always keep the player's name tag visible. Only deactivate 
  # if you think it is necessary
  # Use "true" or "false" to enable/disable this option
  NametagVisible: true
  # ==(WORLD MANAGER)==
  # Enable and disable DeviceACM or PopupTag for worlds you 
  # add to "whitelist" or "blacklist" modes. Use "false" to disable this option
  WorldManager:
    # Valid modes:
    # - whitelist
    # - blacklist
    # - false
    mode: false
    # ==(DEVICE TAG)==
    Device:
      # Add the names of worlds that are in the whitelist
      worlds-whitelist:
        - "world"
        - "world-2"
        - "ACM"
      # Add the names of worlds that are in the blacklist
      worlds-blacklist:
        - "MinePvP"
        - "ZonePvP"
    # ==(POUPUP)==
    Popup:
      # Add the names of worlds that are in the whitelist
      worlds-whitelist:
        - "world"
        - "world-2"
        - "ACM"
      # Add the names of worlds that are in the blacklist
      worlds-blacklist:
        - "MinePvP"
        - "ZonePvP"
# ==(FACTION SUPPORT)==
# Use "true" or "false" to enable/disable this option
FactionSupport: true

Faction:
  # have no faction
  no-faction: "ยง5N/A"
  # Have no faction rank
  no-faction-rank: "ยง5N/A"

# ==(DEVICE TAG)==
Devicetag:
  line: 
    - "&cโ™ฅ {HEALTH}&f | ๎„€ {FOOD}"
    - "&aPing: &f{PING} |&6 CPS:&f {CPS} |&b {DEVICE}"
    - "&cFaction: &a{FACTION}&f | &cPower:&a {FACTION_POWER}&f | &cRank:&a {FACTION_RANK}"
# ==(POPUP TAG)==
Popuptag:
  # Use "true" or "false" to enable/disable this option
  enabled: true
  # Valid modes:
    # - popup
    # - actionbar
    # - tip
  mode: popup
  line:
    - "&bVictim:&a {VICTIM_NAME}"
    - "&bVictim ping:&e {VICTIM_PING}"
    - "&bYour cps:&6 {CPS}&f |&b Victim cps:&6 {VICTIM_CPS}"
    - "&bYour reach:&e {REACH}&f |&b Victim reach:&e {VICTIM_REACH}"
# ==(PLATAFORM TAG)==
Platform:
  Android: "Android"
  iOS: "iOS"
  macOS: "macOS"
  FireOS: "Amazon"
  GearVR: "Gear VR"
  Hololens: "Hololens"
  Windows10: "Windows 10"
  Windows7: "Win32"
  Dedicated: "Dedicated"
  TVOS: "TV OS"
  PlayStation: "PlayStation"
  NintendoSwitch: "Nintendo"
  Xbox: "Xbox"
  WindowsPhone: "Windows Phone"
  Linux: "Linux"
  Unknown: "Unknown"
# ==(INPUT MODE)==
InputMode:
  Keyboard: "Keyboard"
  Touchscreen: "Touch"
  Gamepad: "Gamepad"
  Motion-controller: "Motion Controller"
  Unknown: "Unknown"

๐Ÿ›  Faction support

AuthorPlugin
DaDevPigPiggyFactions
AyzrixYTBSimpleFaction
Wertzui123BedrockClans
ShockedPlot7560FactionMaster
rxduzAdvancedFactions

๐Ÿ“ข Report bug

  • If you find any bugs in this plugin, please let me know via: issues

๐Ÿ“ž Contact

RedesTagLink
YouTubefernanACMYouTube
DiscordfernanACM#5078Discord
GitHubfernanACMGitHub
PoggitfernanACMPoggit

โœ” Credits

AuthorsGithubLib
DaPigGuyDaPigGuylibPiggyUpdateChecker

Details

Version: 4.0.4

Downloads: 2,211

Updated: 6/14/2024

Supported API versions: 5.3.0 to 5.27.1

Categories: General, Vanilla Mechanics, API plugins, Educational, Fun, Informational

License: GPL-3.0

Producers

Collaborator