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
- Host: GitHub
- URL: https://github.com/laith98dev/playcommand
- Owner: Laith98Dev
- License: gpl-3.0
- Created: 2021-06-16T11:15:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T05:04:18.000Z (over 4 years ago)
- Last Synced: 2025-01-21T17:12:24.843Z (over 1 year ago)
- Language: PHP
- Size: 165 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`