Depend:
MMOItems
Feature: Create custom command to open stations without op or with custom permission
Commands: /MMOCraftingStation - Reload config
NOTE: Command only can be registered by restart server
Config.yml
Code (Text):
stations:
test:
type: default #open without permission needed
command: stations1
station: test
test2:
type: permission #need permission to open it
permission: stations.test
command: stations2
station: test2
message:
permission: "&cYou need permission #p# to open it"
reload: "&aReload Files"