ModsJava
⭐HeroAction⭐ [1.8 - 1.18.2] | ActionBar Messages | PlaceholderAPI Support
-
Easy to use
-
Customisable
-
Usage in specific world
-
[NEW] PlaceholderAPI support [NEW]
-
Sound of message change
-
Disable messages for player with bypass permission
-
Wait between messages
-
[NEW] Instant refresh [NEW]
-
[NEW] Toggleable messages [NEW]
-
[NEW] Rainbow message [NEW]
-
[NEW] Customisable Messages [NEW]
You can use PlaceholderAPI for use more placeholders.
PlaceholderAPI placeholders you can get here .
Plugin variables:
%player% - Get player name
%world% - Get name of the world where player is located
%online% - Get count of online players on the server
%max_players% - Get maximum slots of the server
%date% - Get current date
%time% - Get current time
%total_memory% - Get total memory
%free_memory% - Get free memory
%used_memory% - Get used memory
%health% - Get health of player
%food% - Get food level of player
%rainbow% - Get random color
For more variables use PlaceholderAPI.Click to expand...
config.yml
Code (YAML):
# =====================================================================================================
# PLUGIN VARIABLES:
# CUSTOM VARIABLES AVAILABLE WITHOUT ANY DEPENDENCIES
# %player% - Get player name
# %world% - Get name of the world where player is located
# %online% - Get count of online players on the server
# %max_players% - Get maximum slots of the server
# %date% - Get current date
# %time% - Get current time
# %total_memory% - Get total memory
# %free_memory% - Get free memory
# %used_memory% - Get used memory
# %health% - Get health of player
# %food% - Get food level of player
# %rainbow% - Get random color
# For more placeholders you can use PlaceHolderAPI.
# PlaceholderAPI placeholders you can get at https://www.spigotmc.org/wiki/placeholderapi-placeholders/
# =====================================================================================================
# Configuration of messages
Messages :
# Show messages randomly
random : false
# Number in seconds how long the message will be displayed
show_time : 3
# Number in seconds how long wait between messages
time_between_messages : 0
# Change to 'true' if you want to send action messages only in specific world
only_in_custom_worlds : false
# Sound of message change
# NONE - disabled
# Server version: 1.8 sound list - https://pastebin.com/0cyN6riL
# Server version: 1.13.2 sound list - https://pastebin.com/FGgtULr9
sound : NONE
# Change to 'true' if you want to disable messages for players with permissions: HeroAction.bypass
# Example for usage: Disable annoying messages for VIP players
bypass : false
# Change to 'true' if you want to allow enable or disable showing messages using: /HeroAction toggle
toggleable_messages : false
# List of messages
list :
- '&fWelcome &a %player%'
- '&fYou are in world : &a%world%'
- '&fOnline players : &e%online%&7/&a%max_players%'
- '&fCurrent date : &a%date%'
- '&fCurrent time : &a%time%'
- '&fUsed memory : &e%used_memory%&7/&a%total_memory%'
- '&fYour health : %health%'
- '&fYour food : %food%'
- '&fPlugin %rainbow%HeroAction &fwas programmed by &a_HeroPwP'
# List of worlds where messages will be displayed
Custom_Worlds :
- world
- world_nether
- world_the_end
# Configuration of variables
Variables :
# Variable: %date%
Date : 'dd.MM.yyyy'
# Variable: %time%
Time : 'HH:mm'
# Variable: %health%
Health:
healthy : '&4❤'
half_heart : '&c❤'
unhealthy : '&7❤'
# Variable: %food%
Food:
full : '&c☕'
hunger : '&7☕'
# Variable: %rainbow%
# List of colors that will change
Rainbow :
- '&d'
- '&c'
- '&4'
- '&6'
- '&e'
- '&a'
- '&2'
- '&b'
- '&9'
- '&1'
- '&5'
check_for_updates : true
# Set to 'true' if you want to enable the developer API
developer_api : false
# PLUGIN VARIABLES:
# CUSTOM VARIABLES AVAILABLE WITHOUT ANY DEPENDENCIES
# %player% - Get player name
# %world% - Get name of the world where player is located
# %online% - Get count of online players on the server
# %max_players% - Get maximum slots of the server
# %date% - Get current date
# %time% - Get current time
# %total_memory% - Get total memory
# %free_memory% - Get free memory
# %used_memory% - Get used memory
# %health% - Get health of player
# %food% - Get food level of player
# %rainbow% - Get random color
# For more placeholders you can use PlaceHolderAPI.
# PlaceholderAPI placeholders you can get at https://www.spigotmc.org/wiki/placeholderapi-placeholders/
# =====================================================================================================
# Configuration of messages
Messages :
# Show messages randomly
random : false
# Number in seconds how long the message will be displayed
show_time : 3
# Number in seconds how long wait between messages
time_between_messages : 0
# Change to 'true' if you want to send action messages only in specific world
only_in_custom_worlds : false
# Sound of message change
# NONE - disabled
# Server version: 1.8 sound list - https://pastebin.com/0cyN6riL
# Server version: 1.13.2 sound list - https://pastebin.com/FGgtULr9
sound : NONE
# Change to 'true' if you want to disable messages for players with permissions: HeroAction.bypass
# Example for usage: Disable annoying messages for VIP players
bypass : false
# Change to 'true' if you want to allow enable or disable showing messages using: /HeroAction toggle
toggleable_messages : false
# List of messages
list :
- '&fWelcome &a %player%'
- '&fYou are in world : &a%world%'
- '&fOnline players : &e%online%&7/&a%max_players%'
- '&fCurrent date : &a%date%'
- '&fCurrent time : &a%time%'
- '&fUsed memory : &e%used_memory%&7/&a%total_memory%'
- '&fYour health : %health%'
- '&fYour food : %food%'
- '&fPlugin %rainbow%HeroAction &fwas programmed by &a_HeroPwP'
# List of worlds where messages will be displayed
Custom_Worlds :
- world
- world_nether
- world_the_end
# Configuration of variables
Variables :
# Variable: %date%
Date : 'dd.MM.yyyy'
# Variable: %time%
Time : 'HH:mm'
# Variable: %health%
Health:
healthy : '&4❤'
half_heart : '&c❤'
unhealthy : '&7❤'
# Variable: %food%
Food:
full : '&c☕'
hunger : '&7☕'
# Variable: %rainbow%
# List of colors that will change
Rainbow :
- '&d'
- '&c'
- '&4'
- '&6'
- '&e'
- '&a'
- '&2'
- '&b'
- '&9'
- '&1'
- '&5'
check_for_updates : true
# Set to 'true' if you want to enable the developer API
developer_api : false
messages.yml
Code (YAML):
prefix
: '&8
[&2&lHeroAction&8
]'
no-permissions : '&cYou don''t have permissions!'
config-reloaded : '&a✔ Config successfully reloaded!'
already-downloaded : '&e⚠ Plugin has been already downloaded. Please restart server!'
restart-server-hover : '&aClick to restart server.'
error-occurred : '&e⚠ An error has occurred, please check console for more information!'
plugin-updated : '&a✔ Plugin has been updated. Please restart server!'
latest-version : '&a✔ You are using latest version of plugin.'
broadcast-usage : '&fUsage : &a/HeroAction broadcast <duration> <text>'
argument-is-not-integer : '&cArgument %args% is not a integer!'
broadcast-message : '&fYou have broadcast message &a %text% &fwith duration §a%time%
second (s )'
feature-disabled : '&cThis feature is disabled in the configuration file.'
toggle-show : '&aYou have enabled showing messages.'
toggle-hide : '&aYou have disabled showing messages.'
send-from-console : '&cYou can''t send this command from console!'
no-permissions : '&cYou don''t have permissions!'
config-reloaded : '&a✔ Config successfully reloaded!'
already-downloaded : '&e⚠ Plugin has been already downloaded. Please restart server!'
restart-server-hover : '&aClick to restart server.'
error-occurred : '&e⚠ An error has occurred, please check console for more information!'
plugin-updated : '&a✔ Plugin has been updated. Please restart server!'
latest-version : '&a✔ You are using latest version of plugin.'
broadcast-usage : '&fUsage : &a/HeroAction broadcast <duration> <text>'
argument-is-not-integer : '&cArgument %args% is not a integer!'
broadcast-message : '&fYou have broadcast message &a %text% &fwith duration §a%time%
second (s )'
feature-disabled : '&cThis feature is disabled in the configuration file.'
toggle-show : '&aYou have enabled showing messages.'
toggle-hide : '&aYou have disabled showing messages.'
send-from-console : '&cYou can''t send this command from console!'
- /HeroAction - Main command of plugin
- /HeroAction reload - Reload configuration file [HeroAction.reload]
- /HeroAction broadcast <duration> <text> - Broadcast message [HeroAction.broadcast]
- Disable messages for players: HeroAction.bypass (Note: Set bypass to true in config.yml)
- /HeroAction toggle - Enable or disable show messages (Note: Set toggleable_messages to true in config.yml)
- For all permissions use: HeroAction.*
Write me a PM and I add your server.
[1.] mc.darkup.cz
[2.] play.melacraft.com
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
⭐HeroAction⭐ [1.8 - 1.18.2] | ActionBar Messages | PlaceholderAPI Support is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 19,203 times (via Spigot). Download it and open it directly in the game.