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, input mode, faction and device you use. The best DeviceTag for PocketMine-PM 5.0 servers.
# ____ _____ __ __ ___ ____ _____ _ ____ __ __
# | _ \ | ____| \ \ / / |_ _| / ___| | ____| / \ / ___| | \/ |
# | | | | | _| \ \ / / | | | | | _| / _ \ | | | |\/| |
# | |_| | | |___ \ 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"
Author | Plugin |
---|---|
DaDevPig | PiggyFactions |
AyzrixYTB | SimpleFaction |
Wertzui123 | BedrockClans |
ShockedPlot7560 | FactionMaster |
rxduz | AdvancedFactions |
Redes | Tag | Link |
---|---|---|
YouTube | fernanACM | YouTube |
Discord | fernanACM#5078 | Discord |
GitHub | fernanACM | GitHub |
Poggit | fernanACM | Poggit |
Authors | Github | Lib |
---|---|---|
DaPigGuy | DaPigGuy | libPiggyUpdateChecker |
[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'
[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
You can leave one review per plugin release, and delete or update your review at any time