mirror of
https://github.com/kaboomserver/extras.git
synced 2025-02-11 03:29:50 +00:00
Update readme
This commit is contained in:
parent
b688a2793b
commit
5b5a6943fb
1 changed files with 33 additions and 2 deletions
35
README.md
35
README.md
|
@ -1,3 +1,34 @@
|
|||
# extras
|
||||
# Extras
|
||||
|
||||
Source code for the Extras plugin on the Kaboom server
|
||||
Extras is a Bukkit plugin that that adds extra functionality to the Kaboom server.
|
||||
|
||||
## Commands
|
||||
|
||||
| Command | Aliases | Permission | Description |
|
||||
| ------- | ----- | ---------- | ----------- |
|
||||
|/broadcastraw | /bcraw, /tellraw | extras.broadcastraw | Broadcasts raw text to the server|
|
||||
|/clearchat | /cc | extras.clearchat | Clears messages from the chat|
|
||||
|/console | | extras.console | Broadcasts a message as the console|
|
||||
|/destroyentities | /de | extras.destroyentities | Destroys all entities in every world|
|
||||
|/enchantall | | extras.enchantall | Adds every enchantment to a held item|
|
||||
|/jumpscare | /scare | extras.jumpscare | Scares a player|
|
||||
|/prefix | /rank, /tag | extras.prefix | Changes your tag|
|
||||
|/pumpkin | | extras.pumpkin | Places a pumpkin on a player's head|
|
||||
|/serverinfo | /specs | extras.serverinfo | Shows detailed server information|
|
||||
|/skin | | extras.skin | Changes your skin|
|
||||
|/spawn | | extras.spawn | Teleports you to spawn|
|
||||
|/spidey | | extras.spidey | Annoying little spider...|
|
||||
|/unloadchunks | /uc | extras.unloadchunks | Unloads all unused chunks|
|
||||
|/username | | extras.username | Changes your username on the server|
|
||||
|
||||
|
||||
## Compiling
|
||||
|
||||
Use [Maven](https://maven.apache.org/) to compile the plugin.
|
||||
```bash
|
||||
mvn package
|
||||
```
|
||||
The generated .jar file will be located in the target/ folder.
|
||||
|
||||
## License
|
||||
[Unlicense](https://unlicense.org/)
|
Loading…
Reference in a new issue