arMarks
Plugin allows you to create temporary marks, simply executing
/mark command.
You can mark blocks, mobs, players.
This plugin can be very usefull for servers where you need to explore something. And with it - you don't need to waste time explaining "where am i looking at".
Powerfull customization, sounds, holograms, messages - and everything is in one configuration file.
Overview:
Configuration:
Code (YAML):
# █████╗ ██████╗ ███╗ ███╗ █████╗ ██████╗ ██╗ ██╗█████
# ██╔══██╗██╔══██╗████╗ ████║██╔══██╗██╔══██╗██║ ██╔╝██╔════╝
# ███████║██████╔╝██╔████╔██║███████║██████╔╝█████╔╝ ███████╗
# ██╔══██║██╔══██╗██║╚██╔╝██║██╔══██║██╔══██╗██╔═██╗ ╚════██║
# ██║ ██║██║ ██║██║ ╚═╝ ██║██║ ██║██║ ██║██║ ██╗███████║
# ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝
#
# Developer: arik_ua
# Build version: 1.2
# Global settings
settings:
prefix
:
"&x&4&4&9&8&D&BarMarks &7» &r"
msgType
:
"actionbar"
# Available: message, actionbar, subtitle. Recommended: actionbar
cooldown
: 1
# In seconds
pinsCount
: 5
# Count of marks you can place, before you reach cooldown
allowMobs
: true
# Do we allow players to mark entities
allowPlayers
: true
# Do we allow to mark players
allowBlocks
: true
# Do we allow to mark blocks
permissions
:
# You can set up permissions for every marking type
global
:
"arMarks.*"
# Global permission, allows to mark blocks, players and mobs. This permission does not allow to use reload command
mobs
:
"arMarks.mobs"
# This permission will allow player to mark mobs
players
:
"arMarks.players"
# This permission allows to mark players
blocks
:
"arMarks.blocks"
# This permission allows to mark blocks
# Head of mark, applying only if marking blocks
head
:
"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTU3NDI0NzVlZTVhZDViZWYzOThiYjQxOTQzYTUxNWRjYWE3N2RjZDcyMjI4YjUxOWVmNjljM2FhODZjNCJ9fX0="
# Messages
messages:
onlyPlayers
:
"&cThe command cannot be executed via the console"
noPermissions
:
"&cYou are lacking permissions to execute this command!"
# This message will ALWAYS be displaying in chat
placingErr
:
"&cThe label cannot be set at this location."
cooldown
:
"&cPlease wait a moment before setting the next label."
behindBlocks
:
"&cThe entity cannot be tagged through blocks."
# This message will not display if executor is trying to mark sneaking player
markedTarget
:
"&6Target %target% marked"
cantMark
:
"&cYou are not permitted to mark this!"
markPlaced
:
"&6Mark placed on block %block% (x: %x%, y: %y%, z: %z%)"
sounds:
entityMarked:
enabled
: true
name
: BLOCK_NOTE_BLOCK_PLING
volume
: 3
# Test yourself when changing this param, apx 7 blocks = 1 volume point
pitch
:
"1.2F"
blockMarked:
enabled
: true
name
: BLOCK_NOTE_BLOCK_PLING
volume
: 4
# Test yourself when changing this param, apx 7 blocks = 1 volume point
pitch
:
"1.5F"
# Prefix is not applying to this category. Use '§' here
mark:
displayName
:
"§bMarked §f%target% §7x: %x%, y: %y%, z: %z%"
onBlockName
:
"§bThe mark for player §f%player% §7x: %x%, y: %y%, z: %z%"