This repository has been archived by the owner on May 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commands
Nick Ignoffo edited this page Sep 28, 2016
·
1 revision
Lore Expansion ships with some commands that can be very useful for debugging and/or server administration.
Parameters inside []
are optional. Those contained in <>
are required. Tab completion is available for all commands.
Command | Description |
---|---|
/lore reload |
Reloads all lore from disk. Checks for new Lore marked with the default tag and attempts to provide them to the player. |
/lore clear [player] |
Clears the given player's Lore knowledge. Defaults to the user. |
/lore give <player> <lore_category> <lore_id> [useItem] |
Provides the given player with the requested Lore. If useItem is true (default false), the player will be given a Lore Scrap item. If false, it will be placed directly into the player's data. |
/lore debug |
Various debugging tools. Currently only prints the playerData knowledge map to console. |