Oheers / EvenMoreFish

An advanced fishing plugin based on MoreFish, created 2 years after its last update.
MIT License
91 stars 56 forks source link

Allow the plugin's command to be customized #353

Closed FireML closed 1 month ago

FireML commented 1 month ago

Adds some new config to allow control over the plugin's command.

In my testing, I used the following config:

# Customize the plugin's command. Requires a server restart to take effect.
command:
  # The plugin's main command
  main: emf
  # Aliases for the main command
  aliases:
  - evenmorefish
  - aliastest

I can use any of these commands, as shown in the following screenshots: image image image