Source code for the Extras plugin on the Kaboom server
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dependabot[bot] bc243edea7
chore(deps): bump actions/attest from 4.2.1 to 4.2.2 (#402)
Bumps [actions/attest](https://github.com/actions/attest) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/attest/releases)
- [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md)
- [Commits](508db95dd5...1e69f48acb)

---
updated-dependencies:
- dependency-name: actions/attest
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-11 14:38:02 +03:00
.github chore(deps): bump actions/attest from 4.2.1 to 4.2.2 (#402) 2026-08-11 14:38:02 +03:00
src/main Fix: limit selectors in /me (#377) 2026-08-09 11:01:00 +03:00
.gitignore Add run/ to gitignore 2022-05-21 18:23:18 +01:00
checkstyle.xml Set maximum line length to 100 characters 2022-05-20 07:06:09 +03:00
LICENSE
pom.xml chore(deps-dev): bump org.apache.maven.plugins:maven-checkstyle-plugin (#401) 2026-08-08 06:10:51 +03:00
README.md /rainbow command (#347) 2023-07-07 23:51:38 +03:00
suppressions.xml Set maximum line length to 100 characters 2022-05-20 07:06:09 +03:00

Extras

Extras is a Bukkit plugin that that adds extra functionality to the Kaboom server.

Commands

Command Aliases Permission Description
/broadcastrainbow /bcr extras.broadcastrainbow Broadcasts a rainbow message
/broadcastminimessage /broadcastmm, /bcmm extras.broadcastminimessage Broadcasts a deserialized MiniMessage component
/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
/getjson /gj extras.getjson Gets the JSON of a deserialized legacy component
/getjsonmm /gmm extras.getjsonmm Gets the JSON of a deserialized MiniMessage component
/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