zxcv-12345 / NekoMaid

A plugin can use Web to manage your server.

Home Page:http://maid.neko-craft.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NekoMaid GitHub stars Release Lines of code License

A bukkit plugin that can manage your server through web pages.

Requirements

Usage

  1. Download the NekoMaid.jar
  2. Put the jar file into the plugins folder of your Minecraft server.
  3. Restart your Minecraft server.
  4. Modify the hostname to the address to connect to your MineCraft server.
  5. Execute /nekomaid reload command in the console to reload configuration.
  6. Execute /nekomaid or /nm command in the console.
  7. Open the url and manage your server!

Configures

token: ~ # Password

hostname: 127.0.0.1 # Connecting address of your Minecraft server
customAddress: 'https://example.com/{token}' # Your custom address

geolite2-eula: false # Agree or not with EULA of MaxMind GeoIP2
baidu-map-license-key: '' # If you deploy your own front-end website and turn on the GeoIP function, you should use your own Baidu map license key

skin-url: '' # Custom player skin url (png), {} will be replaced with username or UUID
head-url: '' # Custom player avatar url (png), {} will be replaced with username or UUID

debug: false # Debug mode

logger: # Logger configures
  maxLevel: INFO
  minLevel: OFF

Permission

  • neko.maid.use: Allow a player to use the /nekomaid command.

For developers

Wiki

Screenshot

0 1 2 3 4 5 6

License

MIT

Author

Shirasawa

About

A plugin can use Web to manage your server.

http://maid.neko-craft.com

License:MIT License


Languages

Language:TypeScript 57.9%Language:Java 41.0%Language:Less 0.5%Language:CSS 0.3%Language:JavaScript 0.2%Language:HTML 0.1%