Join our discord
In partnership with NodeCraft Logo NodeCraft


You are not logged in! Create an account or login to contribute! Log in here!

Difference between revisions of "LegendaryPlus"

From Pixelmon Wiki
(Add configuration field for new version of LegendaryPlus (3.3))
Line 5: Line 5:
  
 
==Commands==
 
==Commands==
====lastlegend====
+
===lastlegend===
 
<code>/lastlegend</code>: Display the name, and date of the last 3 legendaries who spawn on the server
 
<code>/lastlegend</code>: Display the name, and date of the last 3 legendaries who spawn on the server
 
Aliases: <code>/ll</code>
 
Aliases: <code>/ll</code>
  
====legend====
+
===legend===
 
<code>/legend</code>: Show which legendaries are nearby (display the name of the legendary and the nearest player name)
 
<code>/legend</code>: Show which legendaries are nearby (display the name of the legendary and the nearest player name)
 
Aliases: <code>/lg</code>
 
Aliases: <code>/lg</code>
  
====Permissions====
+
===reload===
 +
<code>/lpreload</code>: Command to reload language file.
 +
 
 +
==Permissions==
 
*<code>/lastlegend</code>: <code>legendaryplus.command.lastlegend</code>
 
*<code>/lastlegend</code>: <code>legendaryplus.command.lastlegend</code>
 
*<code>/legend</code>: <code>legendaryplus.command.legend</code>
 
*<code>/legend</code>: <code>legendaryplus.command.legend</code>
 +
*<code>/lpreload</code>: <code>legendaryplus.command.lpreload</code>
  
====Configuration====
+
==Configuration==
 +
===General configuration===
 
config/LegendaryPlus/legendaryplus.json
 
config/LegendaryPlus/legendaryplus.json
 
     blacklist{
 
     blacklist{
Line 26: Line 31:
 
     >
 
     >
 
     }
 
     }
 +
 +
===Lang configuration===
 +
You can edit messages in the lang.cfg file.
 +
 +
After saving, you can <code>/lpreload</code> to reload the language file.
 +
 +
If you want to put color in your messages, use color node <code>§</code>, for example: <code>§aI'm colored message!</code>
 +
{| class="wikitable sortable"
 +
|-
 +
!Placeholder
 +
!Description
 +
|-
 +
|{legendname}
 +
|Replaced by the name of the legendary
 +
|-
 +
|{player}
 +
|Replaced by the player name with /legend command.
 +
|-
 +
|{biome}
 +
|Biome which the pokemon spawn for the /legend command
 +
|-
 +
|{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 ==
 
== Version history ==
 
Please click [[Version history/LegendaryPlus|this link]].
 
Please click [[Version history/LegendaryPlus|this link]].
 
[[Category:Sidemods]]
 
[[Category:Sidemods]]

Revision as of 14:52, 7 June 2019

LegendaryPlus is a Pixelmon sidemod that reveals the location of all active legendaries, with additional info for the three latest spawns.

Installation

Easy to install, just drop the sidemod in your server mods folder and (re)start the server !

Commands

lastlegend

/lastlegend: Display the name, and date of the last 3 legendaries who spawn on the server Aliases: /ll

legend

/legend: Show which legendaries are nearby (display the name of the legendary and the nearest player name) Aliases: /lg

reload

/lpreload: Command to reload language file.

Permissions

  • /lastlegend: legendaryplus.command.lastlegend
  • /legend: legendaryplus.command.legend
  • /lpreload: legendaryplus.command.lpreload

Configuration

General configuration

config/LegendaryPlus/legendaryplus.json

   blacklist{
   # Add each legendary you don't want to see appear in /lastlegend [default: [empty]]
   S:blacklist <
       Mewtwo
       Articuno
    >
   }

Lang configuration

You can edit messages in the lang.cfg file.

After saving, you can /lpreload to reload the language file.

If you want to put color in your messages, use color node §, for example: §aI'm colored message!

Placeholder Description
{legendname} Replaced by the name of the legendary
{player} Replaced by the player name with /legend command.
{biome} Biome which the pokemon spawn for the /legend command
{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.

© 2012 - 2025 Pixelmon Mod