Перейти к содержимому
Mineforgian

GobangGameMC

This is a plugin that allows you to play a game called GobangGame or five-in-a-row inside of minecraft

Загрузки
46
Подписчики
1
Обновлён
25 декабря 2025 г.
Лицензия
MIT

Опубликован 25 декабря 2025 г.

GobangGame MC

Build Release MIT Licence

This is a Minecraft Bukkit Server plugin version of GobangGame
See GobangGame for the original desktop program made by me

Description

A Minecraft plugin that brings the classic game of Gobang (Five in a Row) into Minecraft with beautiful GUI interfaces and multiplayer support.

Installation

For server owners

  1. Download the latest GobangGameMC.jar from Github Release page or the Modrinth Versions page
  2. Place the JAR file in your server's plugins/ folder
  3. Restart your server
  4. Players can now use /gobanggame to play!

🎮 Commands

Command Description Permission
/gobanggame Open main menu gobanggame.use
/gg Alias for /gobanggame gobanggame.use
/gobanggame invite <player> Invite a player to play gobanggame.invite
/gobanggame accept <player> Accept an invitation gobanggame.accept
/gobanggame deny <player> Deny an invitation gobanggame.use
/gobanggame quit Leave current game gobanggame.use
/gobanggame help Show help menu gobanggame.use

📖 How to Play

Starting a game:

  1. Type /gobanggame to open the main menu
  2. Click "Create New Game" to invite a player
  3. Select a player from the online list
  4. They'll receive an invitation notification
  5. Once they accept, the game begins!

Game rules:

  • Black goes first, White goes second
  • Players take turns placing their pieces
  • Connect 5 pieces in a row to win (horizontal, vertical, or diagonal)
  • You have 60 seconds per move
  • If the board fills completely, it's a draw

Game interface:

  • Top 5 rows: 15x15 game board (showing first 45 slots)
  • Bottom row: Game information and controls
  • Turn Indicator: Shows whose turn it is (black/white dye)
  • Quit Button: Red barrier to leave the game

⚙️ Configuration

After first run, a config.yml file will be created in plugins/GobangGameMC/:

# Gobang Game Configuration
version: 1.0

# Game Settings
game:
  turn-time: 60          # Seconds per turn
  board-size: 15         # Size of the board (15x15)
  max-games: 10          # Maximum concurrent games
  
# Invitations
invitations:
  timeout: 300           # 5 minutes in seconds
  max-pending: 5         # Max pending invites per player
  
# Performance
performance:
  autosave-interval: 300 # Save games every 5 minutes
  cleanup-interval: 600  # Clean up old data every 10 minutes

🧩 Permissions

Permission Description Default
gobanggame.use Use main commands true
gobanggame.invite Invite players true
gobanggame.accept Accept invitations true
gobanggame.admin Admin commands op

🔧 Troubleshooting

Common Issues:

  1. Plugin won't enable:
  • Ensure you're using Java 21 or higher
  • Check server logs for errors
  • Verify plugin.yml is correctly formatted
  1. Commands not working:
  • Type /reload confirm to reload plugins
  • Check that you have the required permissions
  • Ensure you're using Minecraft 1.21.11+
  1. GUI not opening:
  • Make sure you're a player (not console)
  • Check for inventory conflicts with other plugins
  1. Win detection not working:
  • Verify you have 5 pieces in a straight line
  • Check server logs for win detection errors

🤝 Contributing

Contributions are welcome! Here's how you can help:

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Commit your changes: git commit -m 'Add amazing feature'
  4. Push to the branch: git push origin feature/amazing-feature
  5. Open a Pull Request

🙏 Acknowledgments

  • Mojang for Minecraft
  • SpigotMC for the plugin API
  • PaperMC for server optimizations

📞 Support

🎮 Game Preview


[Player1] invited you to play Gobang!
Use /gobanggame accept Player1 to accept

══════════════════════════════════════
Player1 defeated Player2
in a game of Gobang!
══════════════════════════════════════

Enjoy playing Gobang in Minecraft! 🎮⚫⚪

Ченджлог

1.0.0Релиз1.21.9, 1.21.10, 1.21.11 · 25 декабря 2025 г.

GobangGameMC v1.0.0 - Initial Release

A complete Gobang (Five in a Row) game inside Minecraft with GUI interfaces.

✅ What's New:

  • Full Gobang gameplay implementation
  • Inventory GUI for everything (no chat commands!)
  • Player invitation system
  • 15x15 board with win detection
  • 60-second turn timer

🚀 Quick Start:

  1. Install the plugin
  2. Players use /gobanggame
  3. Invite friends and play!

🎯 Perfect for:

  • Server minigames
  • Friends playing together
  • Strategy game lovers

📋 Requirements:

  • Minecraft 1.21.11
  • Paper/Spigot server
  • No dependencies

Комментарии

Загружаем…