LegendaryPlus
This sidemod has been replaced with PokeTracker.
LegendaryPlus is a Pixelmon sidemod that reveals the location of all active legendaries, with additional info for the three latest spawns (Number configurable).
Contents
Installation
Easy to install, just drop the sidemod in your server mods folder and (re)start the server !
All configs & data will be in /config/Legendaryplus/ folder
Commands
lastlegend
/lastlegend
: Display the name, and date of the last 3 legendaries who spawn on the server
Aliases: /ll
lastub
/lastub
: Display the name, and date of the last 3 ultrabeasts who spawn on the server
Aliases: /lu
lastshiny
/lastshiny
: Display the name, and date of the last 3 shiny who spawn on the server
Aliases: /ls
lastboss
/lastboss
: Display the name, and date of the last 3 boss who spawn on the server
Aliases: /lb
legend
/legend
: Show which legendaries are nearby (display the name of the legendary and the nearest player name)
Aliases: /lg
ultrabeast
/ultrabeast
: Show which ultrabeasts are nearby (display the name of the ultrabeast and the nearest player name)
Aliases: /ub
reload
/lpreload
: Command to reload language & config file.
Permissions
/lastlegend
:legendaryplus.command.lastlegendary
/lastub
:legendaryplus.command.lastultrabeast
/lastshiny
:legendaryplus.command.lastshiny
/lastboss
:legendaryplus.command.lastboss
/legend
:legendaryplus.command.legend
/ultrabeast
:legendaryplus.command.ultrabeast
/lpreload
:legendaryplus.command.lpreload
Configuration
General configuration
The config file is located in config/LegendaryPlus/legendaryplus.cfg
.
# Set to true to send the msgplayer to all players instead of only which is the nearest of the legendary [default: false] B:allplayers=false
# Add each legendary or UB you dont want to see appear in /lastlegend & /lastub [default: [empty]] S:blacklist < empty >
# Set to true to send a message in tchat to the player which is the nearest of the legendary [default: false] B:msgplayer=false
# Limit of legendary that will be displayed in /lastlegend [range: 1 ~ 10, default: 3] I:limitleg=3
# Limit of shiny that will be displayed in /lastshiny [range: 1 ~ 10, default: 3] I:limitshiny=3
# Limit of ultrabeast that will be displayed in /lastultrabeast [range: 1 ~ 10, default: 3] I:limitub=3
# Limit of boss that will be displayed in /lastboss [range: 1 ~ 10, default: 3] I:limitboss=3
Lang configuration
You can edit messages in the lang.cfg
file.
After saving, you can /lpreload
to reload the language and config file.
Placeholder | Description |
---|---|
{legendname} / {ubname} | Replaced by the name of the legendary/ultrabeast |
{playerph} | Replace the {playerph} in /lastlegend-/lastub with the playerph line in the language file. |
{state} | Replace the {state} in /lastlegend-/lastub with the current state of the legendary/ultrabeast (alive, captured, defeated and despawned). |
{player} | Replaced by the name of the player for {playerph} line. |
{biome} | Biome which the pokemon spawn for the /legend and /ub commands. |
{days} | Number of days the legendary has spawned for the /lastlegend command. |
{hours} | Number of hoursthe legendary has spawned for the /lastlegend command. |
{minutes} | Number of minutes the legendary has spawned for the /lastlegend command. |
Version history
Please click this link.