Skip to content

A performance-optimized spawner management plugin featuring GUI-based interactions, spawner stacking, and economy integration for Minecraft servers.

License

Notifications You must be signed in to change notification settings

arcadelabs/SmartSpawner

 
 

Repository files navigation


      GUI Spawner Plugin for Minecraft Servers


Release Modrinth Downloads Spigot Downloads License

Modrinth Spigot Hangar


Requirements

  • Minecraft Version: 1.20 - 1.21.4
  • Server Software: Paper, Folia or compatible forks
  • Java Version: 21+

Optional Dependencies

  • Economy Plugins - For shop integration and item selling
  • Protection Plugins - WorldGuard, GriefPrevention, Lands, Towny, and more
  • World Management - Multiverse, SuperiorSkyblock2, BentoBox compatibility

Installation

  1. Download the latest release from Modrinth
  2. Place the .jar file in your server's plugins folder
  3. Restart your server
  4. Configure the plugin in plugins/SmartSpawner/config.yml
  5. Reload with /ss reload

Commands

Command Permission Description
/ss reload smartspawner.reload Reload plugin configuration
/ss give <player> <type> <amount> smartspawner.give Give spawners to players
/ss list smartspawner.list Open admin spawner management GUI
/ss hologram smartspawner.hologram Toggle hologram visibility

Aliases: /ss, /spawner, /smartspawner

Permissions

Permission Default Description
smartspawner.reload OP Access to reload command
smartspawner.give OP Access to give command
smartspawner.list OP Access to admin GUI
smartspawner.hologram OP Toggle hologram display
smartspawner.stack true Allow spawner stacking
smartspawner.break true Allow spawner breaking
smartspawner.sellall true Allow selling storage items
smartspawner.changetype OP Allow changing spawner types with eggs

Localization

Language Locale Code Contributor Status
English en_US Core language Latest
Vietnamese vi_VN maiminhdung, ptthanh02 Latest
Italian it_IT RV_SkeLe Latest
Turkish tr_TR @berkkorkmaz Latest
Chinese Simplified zh_CN SnowCutieOwO v1.2.3

API

For developers interested in integrating with SmartSpawner, visit our API Documentation for installation instructions and documentation.

Building

git clone https://github.com/ptthanh02/SmartSpawner.git
cd SmartSpawner
./gradlew build

The compiled JAR will be available in build/libs/

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes and test thoroughly
  4. Commit your changes (git commit -m 'Add amazing feature')
  5. Push to the branch (git push origin feature/amazing-feature)
  6. Submit a pull request

Support

Statistics

bStats

License

This project is licensed under the CC BY-NC-SA 4.0 License - see the LICENSE file for details.

About

A performance-optimized spawner management plugin featuring GUI-based interactions, spawner stacking, and economy integration for Minecraft servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%