Source code for the Weapons plugin on the Kaboom server
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dependabot[bot] f642be74ac
Bump actions/attest from 4.2.1 to 4.2.2 (#17)
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-12 06:49:40 +03:00
.github Bump actions/attest from 4.2.1 to 4.2.2 (#17) 2026-08-12 06:49:40 +03:00
src/main
.gitignore
checkstyle.xml
LICENSE
pom.xml Bump org.apache.maven.plugins:maven-checkstyle-plugin (#16) 2026-08-08 06:11:28 +03:00
README.md
suppressions.xml

Weapons

Weapons is a Bukkit plugin that implements various kinds of weapons.

The plugin is created for the Kaboom server.

Commands

Command Alias Permission Description
/weapons /weapon weapons.command Gives you a weapon

Compiling

Use Maven to compile the plugin.

mvn package

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

License

Unlicense