Skip to content

Instantly share code, notes, and snippets.

@haniokasai
Last active February 14, 2016 10:47
Show Gist options
  • Save haniokasai/ab818b74649bdc1aa2f8 to your computer and use it in GitHub Desktop.
Save haniokasai/ab818b74649bdc1aa2f8 to your computer and use it in GitHub Desktop.
nukkit plugin.yml
name: TutorialPlugin
main: my.test.plugin.tutorialplugin.Main
version: 0.0.1
author: haniokasai
api: ["1.0.0"]
commands:
ip:
description: ipcheck
usage: /ip [player]
permission: tutorialplugin.ip
permission-message: You don't have <permission>
default: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment