By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.

OK, Don't show this again

Simple tag to see your health, hunger, cps, connection, faction and device you use.
version 4.0.4
Approved
Direct Download How to install?
Switch version
1889 Downloads / 8103 Total
4 Reviews
Plugin Description §

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

  • [X] Configuration
  • [x] Faction support
  • [x] ScoreTag customization
  • [x] PopupTag customization
  • [x] DeviceTag and PopupTag per worlds
  • [x] Platform
  • [x] InputMode
  • [x] 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

Author Plugin
DaDevPig PiggyFactions
AyzrixYTB SimpleFaction
Wertzui123 BedrockClans
ShockedPlot7560 FactionMaster
rxduz AdvancedFactions

πŸ“’ Report bug

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

πŸ“ž Contact

Redes Tag Link
YouTube fernanACM YouTube
Discord fernanACM#5078 Discord
GitHub fernanACM GitHub
Poggit fernanACM Poggit

βœ” Credits

Authors Github Lib
DaPigGuy DaPigGuy libPiggyUpdateChecker

What's new §

[x] Fixed FactionPower

[x] Fixed crash when a 'Factions' plugin was not detected
[x] Fixed a bug when the victim was not online
[x] Added 'INPUT MODE' along with its variant 'VICTIM'

  • World whitelist or blacklist: fixed
  • New alternative to disable WorldManager
  • Faction support error: fixed
  • BedrockClans: FactionRank fixed

[x] New Popuptag
[x] New keys
[x] DeviceTag and PopupTag per worlds
[x] Added support for AdvancedFactions
[x] Added function to know the player's reach {REACH}
[x] Fix in cps
[x] Fix in SimpleFaction roles

  • Support for PM5
  • New support for FactionMaster and BedrockClans
  • New icon.
  • New config.yml
  • Configuration
  • Faction support: PiggyFactions & SimpleFaction
  • ScoreTag customization.
  • Keys in config.yml.

n00bslayr94
Outdated
using v4.0.1
22 Sep 23
Love this plugin!
jasonw4331
Staff Outdated
using v2.0.0
14 Oct 22
What's with the poggit tagline on this lmaoo
scamaccas
Outdated
using v1.0
19 May 22
my fav plugin😁
fernanACM
19 May 22
Thanks :D
TheSavageDude
Outdated
using v1.0
05 May 22
First review! GREAT PLUGIN
fernanACM
05 May 22
Thank you very much!

Reply to review by :

/ 5
Supported API versions
5.3.0
->
5.16.0
Producers §
  • Collaborators:
    • @fernanACM
License §
Categories:
General
Informational
Fun
Educational
API plugins
Vanilla Mechanics
Permissions
Other files

You can leave one review per plugin release, and delete or update your review at any time

/ 5
Loading...