- Minecraft Version: 1.20 - 1.21.4
- Server Software: Paper, Folia or compatible forks
- Java Version: 21+
- Economy Plugins - For shop integration and item selling
- Protection Plugins - WorldGuard, GriefPrevention, Lands, Towny, and more
- World Management - Multiverse, SuperiorSkyblock2, BentoBox compatibility
- Download the latest release from Modrinth
- Place the
.jar
file in your server'splugins
folder - Restart your server
- Configure the plugin in
plugins/SmartSpawner/config.yml
- Reload with
/ss reload
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
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 |
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 |
For developers interested in integrating with SmartSpawner, visit our API Documentation for installation instructions and documentation.
git clone https://github.com/ptthanh02/SmartSpawner.git
cd SmartSpawner
./gradlew build
The compiled JAR will be available in build/libs/
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Make your changes and test thoroughly
- Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Submit a pull request
- Issues & Bug Reports: GitHub Issues
- Discord Community: Join our Discord
This project is licensed under the CC BY-NC-SA 4.0 License - see the LICENSE file for details.