An open API service indexing awesome lists of open source software.

https://github.com/laith98dev/playcommand

Simple play command plugin like hypixel
https://github.com/laith98dev/playcommand

Last synced: over 1 year ago
JSON representation

Simple play command plugin like hypixel

Awesome Lists containing this project

README

          

# PlayCommand
Simple play command plugin like hypixel

# How to use the plugin
- `/play add` -> for add a new game, for example i have an game called sumo and join command = `/sumo join` and want added it, usage: `/play add sumo /sumo join`.
- `/play set` -> for edit an game command, for example i need to change sumo join command, usage: `/play set sumo /newcommand`.
- `/play remove` -> for remove an game, for example i want remove sumo, usage: `/play remove sumo`
- `/play list` -> that's command to show games list.
- `/play ` -> to join the game, for example i want to playe sumo, usage: `/play sumo`, and if your game can join a specific arena by name like `/sumo join Towers`, you can type it in the play command like `/play sumo Towers`.

# Commands List
Command | Permission
--- | ---
`/play ` | `No Permission`
`/play add ` | `play.cmd.admin`
`/play set ` | `play.cmd.admin`
`/play remove ` | `play.cmd.admin`
`/play list` | `No Permission`