Commands
/ore: open main menu /ore inspect <player>: inspect primary data of an online/offline player /ore reload: reload the plugin /ore docs: generate offline configuration documentation (only useful if you host the server locally) /ore store hand: Store the item in hand in a suitable ore storage /ore store all: Store all appropriate items in the inventory to suitable ore storage
/ore upgrade throughput set <player> <ore> <amount>
/ore upgrade throughput add <player> <ore> <amount>
/ore upgrade capacity set <player> <ore> <amount>
/ore upgrade capacity add <player> <ore> <amount>
To upgrade all ore, set <ore> to *
The commands support offline player
/ore add <player> <ore> <material> <amount> [<force: true/false>]: add item to an ore storage
/ore subtract <player> <ore> <material> <amount>: take item from an ore storage
/ore set <player> <ore> <material> <amount> [<force: true/false>]: put item into an ore storage
The commands support offline player
If force is set to true, it bypasses overflow check. Otherwise, the plugin ensures the given amount does not exceed the current capacity.
/ore stats server <ore query>: view server statistics
/ore stats player <player> <ore query>: view player statistics
To select multiple ores, use commas, e.g: iron,gold,diamond
To select all ores, use *
The commands support offline player
/ore item give <material> <amount> [player]: give an item to the player If player is unspecified, you must be in-game
General notes:
All material parameters above support custom items, you must specify the classifier
Last updated