Source code for the Extras plugin on the Kaboom server
Go to file
Allink 23da0661b3
Add more configuration options (#314)
* Add option to randomise spawn locations in config (closes #309)

* Add option to configure entity cap per chunk (closes #311)

* Suppress warnings for star imports

* Add missing return value & whitespace

* Explictly specify type of numbers in spawn randomization

* Upgrade to Java 11

* Make teleport centered

* Final configuration

* Remove star import

* Revert "Suppress warnings for star imports"

This reverts commit 2a2232b0da.

* Let's try 17
2022-05-20 01:42:35 +03:00
.github/workflows Add more configuration options (#314) 2022-05-20 01:42:35 +03:00
src/main Add more configuration options (#314) 2022-05-20 01:42:35 +03:00
.gitignore Add ping command (#14) 2021-03-02 22:36:25 +02:00
LICENSE Added license 2018-04-24 19:48:37 +03:00
pom.xml Add more configuration options (#314) 2022-05-20 01:42:35 +03:00
README.md Add ping command (#14) 2021-03-02 22:36:25 +02:00
suppressions.xml Sync changes 2021-04-18 05:34:59 +03:00

Extras

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
/broadcastvanilla /bcv extras.broadcastvanilla Broadcasts text in vanilla style
/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
/kaboom extras.kaboom I wonder...
/ping /ms, /delay extras.ping Gets your ping
/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 to compile the plugin.

mvn package

The generated .jar file will be located in the target/ folder.

License

Unlicense