-
Notifications
You must be signed in to change notification settings - Fork 58
Commands
Every commands should start with "/morefish", "/mf", or "/fish".
Display help for the plugin.
Usage: help
Sample: /morefish help
Begin the fishing contest.
Required permission:
- morefish.admin
Usage: begin (runningTime)
- runningTime - The running time of the contest. Its unit is seconds.
Sample:
- /morefish start
- /morefish begin 300 - Hold the fishing contest for 5 minutes.
Suspend the fishing contest. Prizing and announcing ranking would be skipped.
Required permission:
- morefish.admin
Usage: suspend
Sample: /morefish suspend
End the fishing contest. Give prizes and announce ranking to players.
Required permission:
- morefish.admin
Usage: end
Sample: /morefish end
Clear the ranking of the contest.
Required permission:
- morefish.admin
Usage: clear
Sample: /morefish clear
Reload the configuration files. Some features may require the server reboot.
Required permission:
- morefish.admin
Usage: reload
Sample: /morefish reload
Display the records of the fishing contest.
Required permission:
- morefish.top
Usage: top
Sample:
- /morefish top
- /morefish ranking
Open the fish shop. If the variable 'player' is specified, display the shop to that player (requires 'morefish.admin' permission).
Usage: shop [player]
Sample:
- /fish shop
- /morefish shop Notch
This command has been removed on 3.0.0 release. Edit config.yml instead.