Announce Player Entering Nether or End icon

Announce Player Entering Nether or End -----

Broadcasts a message to all players when a player enters the nether or end dimension



Broadcasts a message to all players when a player enters the nether or end dimension. Also works with exit messages and the overworld! Everything is configurable.

Commands:
- /anee reload - Reloads the configuration file

Permissions:
- anee.reload - Permission to reload the configuration file
- anee.bypass - Permission to bypass the announcement messages

Code (YAML):
#############################################################
# ----------------------  Config.yml ---------------------- #
#############################################################

# --- Player --- #
# {player_username}         will be replaced with the player's name
# {player_display_name}  will be replaced with the player's display name

# --- World --- #
# {world_name_entered}  will be replaced with the name of the world the player entered
# {world_name_left}     will be replaced with the name of the world the player left

# --- Colors --- #
# You can use formatting codes in the messages! (e.g. &6, &7, &c, &l, etc.)
# A list of formatting codes can be found here: https://minecraft.fandom.com/wiki/Formatting_codes

# --- Permissions --- #
# anee.reload - Allows the player to reload the plugin
# anee.bypass - Allows the player to bypass the entry/exit messages

# --- Settings per world type --- #

NETHER
:
    enable-entry-message
: true
    enable-exit-message
: false
    entry-message
: '&7 {player_display_name } &eentered the nether!'
    exit-message
: '&7 {player_display_name } &eleft the nether!'

END
:
    enable-entry-message
: true
    enable-exit-message
: false
    entry-message
: '&7 {player_display_name } &eentered the end!'
    exit-message
: '&7 {player_display_name } &eleft the end!'

OVERWORLD
:
    enable-entry-message
: false
    enable-exit-message
: false
    entry-message
: '&7 {player_display_name } &eentered the overworld!'
    exit-message
: '&7 {player_display_name } &eleft the overworld!'

CUSTOM
:
    enable-entry-message
: false
    enable-exit-message
: false
    entry-message
: '&7 {player_display_name } &eentered the custom world &7 {world_name_entered }&e!'
    exit-message
: '&7 {player_display_name } &eleft the custom world &7 {world_name_left }&e!'
Resource Information
Author:
----------
Total Downloads: 366
First Release: Apr 10, 2024
Last Update: Apr 26, 2024
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings