No description
  • GLSL 51.4%
  • Java 48.6%
Find a file
2021-04-26 12:03:12 -07:00
.idea Added resource pack 2021-01-09 12:12:28 -08:00
.vscode Added resource pack 2021-01-09 12:12:28 -08:00
lib Added resource pack 2021-01-09 12:12:28 -08:00
resourcepack Updated pack data, link for auto-download to fix cert error 2021-01-09 13:34:56 -08:00
src Updated pack data, link for auto-download to fix cert error 2021-01-09 13:34:56 -08:00
.DS_Store Updated pack data, link for auto-download to fix cert error 2021-01-09 13:34:56 -08:00
.gitignore Added resource pack 2021-01-09 12:12:28 -08:00
README.md Create README.md 2021-04-26 12:03:12 -07:00
TestPlugin.iml Added resource pack 2021-01-09 12:12:28 -08:00

Spigot plugin playground

A testbed for developing spigot server plugins

Current Features

Compressed Cobblestone

  • Put a 3x3 grid of cobble in a crafting table, and get out a single compressed block
  • Put a compressed block in a crafter, get out 9 blocks of cobble
  • You can compress compressed cobble to get 2x compressed cobble!
  • Works for any amount of compression (although given the exponential growth, impractical over 7x compression)
  • Includes commands for giving blocks with specific compressed values

Custom Tools W/ Textures

  • Enables new types of tools with specieal properties
  • Works with a custom resource pack that's promted on join