Source code for the Extras plugin on the Kaboom server
Find a file
Apmunute 7f33a50977
Fix exploits (#1)
* Fix distance exploit

* fix forceload on execute

* IDE break or smth idk

* fix auto:2b on fill

* fix auto:2b on fill

* block setblock on execute

* block debug on execute

* block datapack on execute

* block datapack and minecraft:datapack

* block summon on execute

* Remove the ability for entity selectors to be used in /say

* Increase chat delay from 5ms to 50ms

* remove debug

* maven checkstyle bypass

* solve conflicts I think idk if this will work since github

* maven checkstyle

* yes.

* Remove extra whitespace

* patch funny reload commands

* amazing

* whoops

* yet another crash exploit

* added to commands.yml

* convert spaces to tabs

Co-authored-by: arclicious <arclicious@vivaldi.net>
Co-authored-by: Business Goose <44676012+business-goose@users.noreply.github.com>
2020-12-12 20:00:19 +02:00
src/main Fix exploits (#1) 2020-12-12 20:00:19 +02:00
.gitignore Fix style errors in command code 2019-12-21 15:39:31 +02:00
LICENSE Added license 2018-04-24 19:48:37 +03:00
pom.xml Preserve pitch and yaw when teleporting 2020-05-10 16:23:33 +03:00
README.md Add missing command to README 2020-08-03 17:30:03 +03:00
suppressions.xml Enforce code style check 2020-02-27 17:08:10 +02: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...
/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