extras/README.md

37 lines
1.4 KiB
Markdown
Raw Normal View History

2019-12-21 14:24:21 +00:00
# Extras
2018-07-11 15:22:39 +00:00
2019-12-21 14:24:21 +00:00
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|
2020-04-21 14:39:41 +00:00
|/broadcastvanilla | /bcv | extras.broadcastvanilla | Broadcasts text in vanilla style|
2019-12-21 14:24:21 +00:00
|/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|
2020-08-03 14:30:03 +00:00
|/kaboom | | extras.kaboom | I wonder...|
|/ping | /ms, /delay | extras.ping | Gets your ping|
2019-12-21 14:24:21 +00:00
|/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...|
|/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
2020-04-21 14:39:41 +00:00
[Unlicense](https://unlicense.org/)